@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900');
html{
--mainYellow:#ffdd00;

}
body{
    margin:0;
}
.btn-fill-s {
  display: inline-block;
  background: var(--main-Yellow);
  border: 1px solid var(--main-Yellow);
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 24px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
.btn-fill-s:hover {
  background: var(--main-Yellow);
  border: 1px solid var(--main-Yellow);
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-gray-s {
  display: inline-block;
  background: #333333;
  border: 1px solid #333333;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 23px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-gray-s:hover {
  background: var(--main-Yellow);
  border: 1px solid var(--main-Yellow);
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-l {
  display: inline-block;
  background: transparent;
  font-size: 18px;
  border: 1px solid #bdbdbd;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 55px;
  line-height: 1em;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-l:hover {
  border: 1px solid var(--main-Yellow);
  background: var(--main-Yellow);
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-s {
  display: inline-block;
  background: transparent;
  font-size: 14px;
  border: 1px solid #bdbdbd;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 23px;
  line-height: 1em;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-s:hover {
  border: 1px solid var(--main-Yellow);
  background: var(--main-Yellow);
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-gray-s {
  display: inline-block;
  background: transparent;
  font-size: 14px;
  border: 1px solid #bdbdbd;
  font-weight: 700;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 23px;
  line-height: 1em;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-gray-s:hover {
  border: 1px solid var(--main-Yellow);
  background: var(--main-Yellow);
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-gray-xs {
  display: inline-block;
  background: transparent;
  font-size: 12px;
  border: 1px solid #bdbdbd;
  font-weight: 700;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 7px;
  line-height: 1em;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-gray-xs:hover {
  border: 1px solid var(--main-Yellow);
  background: var(--main-Yellow);
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-gray {
  background: transparent;
  color: #333333;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  padding: 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #dbdbdb;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-gray:hover {
  background: #dbdbdb;
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-l {
  display: inline-block;
  background: var(--main-Yellow);
  font-size: 18px;
  border: 1px solid var(--main-Yellow);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 45px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-l:hover {
  border: 1px solid var(--main-Yellow);
  background: var(--main-Yellow);
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-xl {
  display: inline-block;
  background: var(--main-Yellow);
  font-size: 18px;
  border: 1px solid var(--main-Yellow);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 18px 55px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-xl:hover {
  border: 1px solid var(--main-Yellow);
  background: var(--main-Yellow);
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-y {
  display: inline-block;
  background: transparent;
  font-size: 14px;
  border: 1px solid var(--main-Yellow);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--main-Yellow);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 35px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line-y:hover {
  border: 1px solid var(--main-Yellow);
  background: var(--main-Yellow);
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-icon-y {
  display: inline-block;
  background: var(--main-Yellow);
  font-size: 18px;
  border: 1px solid var(--main-Yellow);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  line-height: 1em;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-icon-y:hover {
  border: 1px solid var(--main-Yellow);
  background: var(--main-Yellow);
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-icon-l {
  display: inline-block;
  background: transparent;
  font-size: 18px;
  border: 1px solid #848484;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  line-height: 1em;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-icon-l:hover {
  border: 1px solid var(--main-Yellow);
  background: var(--main-Yellow);
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-icon-b {
  display: inline-block;
  background: #333333;
  font-size: 18px;
  border: 1px solid #333333;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  line-height: 1em;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-icon-b:hover {
  border: 1px solid var(--main-Yellow);
  background: var(--main-Yellow);
  color: #333333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-icon-text {
  display: inline-block;
  background: transparent;
  font-size: 16px;
  border: 1px solid transparent;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-icon-text .fa {
  color: var(--main-Yellow);
  font-size: 18px;
  padding-right: 6px;
}
.btn-icon-text:hover {
  color: var(--main-Yellow);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-icon-text:hover .fa {
  color: #333333;
}
 


.tt {
  font-size: 21px;
  color: var(--main-Yellow);
}
.tt:hover {
  color: var(--main-Yellow);
}
h1 {
  font-size: 48px;
  font-weight: 500;
  color: #333333;
  line-height: 1em;
}
h2 {
  font-size: 30px;
  color: #333333;
  font-weight: 500;
  line-height: 1em;
}
p {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}
p.lead {
  font-size: 18px;
}
p.small {
  font-size: 13px;
}
.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Heebo', sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
} 


 


.content .bread {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1em;
  position: relative;
 }














 
 
.content .ctas {
  display: block;
  margin-top: 30px;
}
.content .ctas .btn-line-l {
  margin-right: 10px;
  margin-bottom: 10px;
}






.metraje article {
  margin-bottom: 30px;
}
.metraje figure {
  text-align: center;
}
.metraje figure img {
  max-width: 100%;
}
.metraje figure figcaption {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  padding: 20px;
}
.metraje hr {
  width: 100%;
  margin: 20px 0;
  border: none;
  height: 1px;
  background: #b5b5b5;
}
.metraje .additem {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 20px 0;
}
.metraje .additem .btn-line-y {
  margin-right: 10px;
}
.metraje .mttotal {
  padding: 20px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.metraje .mttotal strong {
  color: var(--main-Yellow);
  font-size: 24px;
  font-weight: 500;
  padding-left: 20px;
}
.metraje span {
  display: block;
  margin-top: 40px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.metraje .trash {
  display: block;
  margin-top: 40px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.metraje .trash:hover {
  color: var(--main-Yellow);
}
.form label {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}
.form input {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cecece;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 16px;
}


.miproyecto h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0;
}
.miproyecto section {
  border-top: 3px solid #333333;
  margin-bottom: 30px;
}
.miproyecto section .agregar-solucion {
  margin: 30px 0;
}
.miproyecto section article {
  border-bottom: 1px solid #b8b8b8;
}
.miproyecto section article header {
  padding: 15px 0;
  border-bottom: none;
}
.miproyecto section article header.solo1 {
  border-top: 1px solid #b8b8b8;
  padding: 30px 0;
}
.miproyecto section article header.solo2 {
  border-top: 1px solid #b8b8b8;
  padding: 30px 0;
}
.miproyecto section article header.total {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  padding: 30px 0;
}
.miproyecto section article header .inln {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.miproyecto section article header .solucion {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.miproyecto section article header .mt2 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.miproyecto section article header .mt2 span {
  display: inline-block;
  font-weight: 700;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .miproyecto section article header .text-right {
    text-align: left;
  }
}
.miproyecto section article header ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .miproyecto section article header ul {
    flex-direction: row;
    margin-top: 10px;
  }
}
.miproyecto section article header li {
  list-style: none;
  margin-left: 10px;
}
.miproyecto section article header li .break span {
  font-size: 14px;
  font-weight: 400;
  color: #a4a4a4;
  display: inline-block;
  padding-left: 15px;
}
.miproyecto section article header li .break span strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  .miproyecto section article header li .break span {
    padding-left: 0;
    padding-right: 10px;
  }
}
.miproyecto section article header li .break .estimado {
  font-size: 16px;
  color: #333333;
}
.miproyecto section article header li .break .estimado strong {
  font-weight: 700;
}
.miproyecto section article header li .break .total {
  font-size: 22px;
  color: #333333;
}
.miproyecto section article header li .break .total strong {
  font-weight: 700;
}
.miproyecto section article .desgloce {
  margin: 30px 20px;
}
.miproyecto section article .desgloce .section {
  margin: 0 0 50px;
}
.miproyecto section article .desgloce .section h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 20px;
}
.miproyecto section article .desgloce .section table {
  width: 100%;
}
.miproyecto section article .desgloce .section table td {
  border-bottom: 1px solid #cecece;
  padding: 15px 0;
}
.miproyecto section article .desgloce .section table td strong {
  color: var(--main-Yellow);
  font-weight: 700;
}
.miproyecto section article .desgloce .section table td:first-child {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
}
.miproyecto section article .desgloce .section table td:last-child {
  width: 20%;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.notalegal {
  margin-top: 40px;
}
.notalegal p {
  font-size: 13px;
}
.mapa-cliente {
  margin-top: 50px;
  width: 100%;
  height: 330px;
  background: #ccc;
}
footer {
  background: #333333;
  padding: 50px 0;
}
footer .social {
  margin: 30px 0 0 0;
}
footer .social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #CCC;
  color: #FFF;
  font-size: 21px;
  text-align: center;
  margin-right: 10px;
  padding-top: 10px;
}
footer .social a:hover {
  background: #FFF;
  color: #333333;
}
footer nav {
  text-align: right;
  margin-bottom: 30px;
}
footer nav ul {
  margin: 0px;
  padding: 0px;
}
footer nav li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 20px;
}
footer nav a {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
footer nav a:hover {
  color: var(--main-Yellow);
}
footer .copy {
  text-align: right;
  font-size: 11px;
  font-weight: 500;
  color: #CCC;
}


.form {
  margin: 70px 0;
}
.form.nogut {
  margin: 0;
  padding: 0;
}
.form h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
}
.form h3 span {
  color: var(--main-Yellow);
}
.form p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6em;
}
.form h4 {
  font-size: 24px;
  font-weight: 700;
  color: #e1c727;
}
.form span a {
  color: #333333;
}
.form span a:hover {
  color: #e1c727;
}
.form hr {
  background: #333333;
  height: 3px;
  border: none;
  margin: 30px 0;
}
.form .table tbody td {
  vertical-align: middle;
}
.form .table a {
  color: #333333;
  font-size: 28px;
}
.form .table a:hover {
  color: var(--main-Yellow);
}
.form .confirmar-visita {
  margin-bottom: 20px;
}
.form .confirmar-visita a {
  color: #333333;
  font-size: 28px;
}
.form .confirmar-visita a:hover {
  color: var(--main-Yellow);
}
.form .confirmar-visita img {
  padding: 0 10px 0 0;
}
.form .numero {
  font-size: 261px;
  font-weight: 800;
  color: #fff3bf;
  text-align: center;
  line-height: 1em;
}
.form .dots {
  margin-top: 20px;
  text-align: right;
}
.form .dots ul {
  margin: 0px;
  padding: 0px;
}
.form .dots li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  color: #CCC;
}
.form .dots li.active {
  color: var(--main-Yellow);
}
.form .image-upload {
  position: relative;
  display: block;
  width: 114px;
}
.form .image-upload .image {
  width: 114px;
  height: 97px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form .image-upload .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.form .image-upload .botones {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  top: 30px;
  text-align: center;
}
.form .image-upload .botones a {
  color: #FFF;
  font-size: 28px;
  margin: 0 10px;
}
.form .image-upload .botones a:hover {
  color: var(--main-Yellow);
}
.form .obras {
  margin-bottom: 30px;
}
.form .image-upload-obra {
  position: relative;
  display: block;
  width: 100%;
}
.form .image-upload-obra .image {
  width: 100%;
  height: 97px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form .image-upload-obra .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.form .image-upload-obra .botones {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  top: 30px;
  text-align: center;
}
.form .image-upload-obra .botones a {
  color: #FFF;
  font-size: 28px;
  margin: 0 10px;
}
.form .image-upload-obra .botones a:hover {
  color: var(--main-Yellow);
}
.form label {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  display: block;
}
.form label span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.form label .tt {
  color: var(--main-Yellow);
  font-size: 18px;
}
.form input {
  width: 100%;
  font-size: 15px;
  padding: 7px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
  border: 1px solid #CCC;
}
.form input:disabled {
  background: #f1f1f1;
}
.form textarea {
  width: 100%;
  font-size: 15px;
  padding: 7px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
  border: 1px solid #CCC;
}
.form select {
  font-size: 15px;
  padding: 7px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
  background: #FFF;
  height: 40px;
  display: block;
  width: 100%;
}
 

.form section {
  margin: 30px 0 50px;
}
.form .los-checkbox {
  display: block;
  margin-bottom: 30px;
}
.form .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.form .control.font16 {
  font-size: 16px;
  margin-bottom: 0;
}
.form .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0px solid #000000;
}
.form .control-radio .control_indicator {
  border-radius: 0;
}
.form .control:hover input ~ .control_indicator,
.form .control input:focus ~ .control_indicator {
  background: #cccccc;
}
.form .control input:checked ~ .control_indicator {
  background: var(--main-Yellow);
}
.form .control:hover input:not([disabled]):checked ~ .control_indicator,
.form .control input:checked:focus ~ .control_indicator {
  background: var(--main-Yellow);
}
.form .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.form .control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.form .control input:checked ~ .control_indicator:after {
  display: block;
}
.form .control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}
.form .bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #CCC;
  display: inline-block;
  color: #555;
  vertical-align: middle;
  max-width: 100%;
  line-height: 21px;
  cursor: text;
  width: 100%;
  font-size: 15px;
  padding: 6px;
  font-weight: 400;
  margin-bottom: 20px;
}
.form .bootstrap-tagsinput .label-info {
  background: var(--main-Yellow);
  color: #333333;
}
.form .bootstrap-tagsinput .tag {
  color: #333333;
}
.form .bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.form .bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.form .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.form .bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.form .bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
.form .bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.form .bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.form .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.form .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form select.bs-select-hidden,
.form .bootstrap-select > select.bs-select-hidden,
.form select.selectpicker {
  display: none !important;
}
.form .bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
  margin-bottom: 20px;
}
.form .bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.form .bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.form .bootstrap-select > .dropdown-toggle.bs-placeholder,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.form .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.form .bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.form .bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .form .bootstrap-select .dropdown-toggle,
.error .form .bootstrap-select .dropdown-toggle,
.form .bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .form .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.form .bootstrap-select.is-valid .dropdown-toggle,
.was-validated .form .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.form .bootstrap-select.fit-width {
  width: auto !important;
}
.form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.form .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.form .bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.form .bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.form .bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .form .bootstrap-select,
.form-inline .form .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.form .bootstrap-select:not(.input-group-btn),
.form .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.form .bootstrap-select.dropdown-menu-right,
.form .bootstrap-select[class*="col-"].dropdown-menu-right,
.row .form .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .form .bootstrap-select,
.form-horizontal .form .bootstrap-select,
.form-group .form .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .form .bootstrap-select.form-control,
.form-group-sm .form .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .form .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .form .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form .bootstrap-select.form-control-sm .dropdown-toggle,
.form .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form .bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.form .bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .form .bootstrap-select .form-control {
  width: 100%;
}
.form .bootstrap-select.disabled,
.form .bootstrap-select > .disabled {
  cursor: not-allowed;
}
.form .bootstrap-select.disabled:focus,
.form .bootstrap-select > .disabled:focus {
  outline: none !important;
}
.form .bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.form .bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.form .bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.form .bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.form .bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.form .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.form .bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.form .bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .form .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.form .bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.form .bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.form .bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.form .bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.form .bootstrap-select .dropdown-menu li {
  position: relative;
}
.form .bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.form .bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.form .bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.form .bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.form .bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.form .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.form .bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.form .bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.form .bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.form .bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
  width: auto;
}
.form .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.form .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.form .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.form .bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.form .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.form .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.form .bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}
.form .bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.form .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.form .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.form .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.form .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.form .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.form .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.form .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.form .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.form .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.form .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.form .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.form .bs-searchbox,
.form .bs-actionsbox,
.form .bs-donebutton {
  padding: 4px 8px;
}
.form .bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.form .bs-actionsbox .btn-group button {
  width: 50%;
}
.form .bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.form .bs-donebutton .btn-group button {
  width: 100%;
}
.form .bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.form .bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.mobRound {
  list-style: none;
}




#nav-icon3 {
  display: inline-block;
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transform: scaleX(0.8) scaleY(0.8) translateX(8px);
  /*
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;*/
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #111111;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /*
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;*/
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open {
  transform: scaleX(0.8) scaleY(0.8) translateX(0px);
}
#nav-icon3.open span {
  background: #eeeeee;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
 

.content h1 {
  font-size: 32px;
}
.shadow {
  -webkit-box-shadow: 2px 3px 12px 0px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 3px 12px 0px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 3px 12px 0px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.boxshadow {
  border-radius: 12px;
  background-color: aliceblue;
  position: relative;
  padding: 16px;
  color: #111111;
  -webkit-box-shadow: 2px 3px 12px 0px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 3px 12px 0px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 3px 12px 0px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  -webkit-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 13px 0px #dddddd;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.graybg {
  /*
      padding:16px 16px 32px;
      margin-top:24px;
      margin-bottom:24px;
      
      @media (max-width: 768px){
    background-color: #efefef;
    margin-bottom:0px;
    
    }*/
  padding: 0;
  margin: 0;
}
.confirmarProvincia {
  margin: 32px 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .confirmarProvincia {
    -webkit-box-shadow: 2px 3px 12px 0px #ccc;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 2px 3px 12px 0px #ccc;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 2px 3px 12px 0px #ccc;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    -webkit-box-shadow: 2px 2px 13px 0px #dddddd;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 2px 2px 13px 0px #dddddd;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 2px 2px 13px 0px #dddddd;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border-radius: 8px;
  }
}
 
.btn-fill-s {
  padding: 12px 26px;
}
.btn-fill-special,
.btn-line-l-y {
  text-align: center;
  background-color: var(--main-Yellow);
  color: #111111;
  font-size: 20px;
  padding: 8px 22px;
  display: inline-block;
  font-weight: 600;
  border: 1px solid #949494;
  transition: all 0.6s ease;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.btn-fill-special span,
.btn-line-l-y span {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.btn-fill-special:hover,
.btn-line-l-y:hover {
  background-color: #ccc;
  color: #111111;
}
.btn-line-l-y {
  background-color: white;
  font-size: 16px;
  color: #333333;
  margin-top: 4px;
}
.infoButton {
  position: absolute;
  top: 8px;
  right: 8px;
  background: url(../img/info.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.sel-item figcaption {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form {
  margin: 16px 0 40px 0;
}
.form input,
.form textarea {
  padding: 8px 16px;
}
.add-soluciones-link {
  text-align: right;
  padding: 8px 0 0;
}
@media (min-width: 488px) {
  .add-soluciones-link {
    text-align: right;
  }
}
.add-soluciones-link a {
  color: #444444;
  font-size: small;
  text-decoration: none;
}
.add-soluciones-link a i {
  color: var(--main-Yellow);
  font-size: large;
}
@media (max-width: 370px) {
  .g-recaptcha {
    transform: scale(0.9, 0.9);
  }
}
@media (max-width: 340px) {
  .g-recaptcha {
    transform: scale(0.76, 0.76);
  }
}



h2.appTitle {
  font-size: 32px;
  color: #000000;
  padding: 8px 0;
  margin: 24px 0 8px;
}
button:focus,
input:focus,
textarea:focus {
  outline-width: 0;
}
.shadow {
  -webkit-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 13px 0px #dddddd;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.project-box {
  border: 0px solid #aaaaaa;
  padding: 16px;
  margin: 16px;
  display: block;
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 2px 3px 12px 0px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 3px 12px 0px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 3px 12px 0px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  -webkit-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 13px 0px #dddddd;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.project-box-gray-header {
  background-color: #cecece;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-topright: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.project-box-gray-header .label {
  font-size: 14px;
  position: absolute;
  top: 16px;
  right: 12px;
  padding: 4px 8px;
}
.project-box-gray-header b {
  display: inline-block;
}
@media (max-width: 360px) {
  .project-box-gray-header .label {
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 4px 8px;
  }
  .project-box-gray-header {
    padding-top: 18px;
  }
}
.btn-fill-s,
.btn-fill-s:active,
.btn-fill-s:focus {
  display: inline-block;
  background: var(--main-Yellow);
  border: 1px solid var(--main-Yellow);
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 26px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  margin: 2px;
  text-decoration: none;
}
@media (max-width: 360px) {
  .btn-fill-s,
  .btn-fill-s:active,
  .btn-fill-s:focus {
    padding: 12px 20px;
    font-size: 13px;
  }
}
.btn-fill-s:hover {
  background: var(--main-Yellow);
  border: 1px solid var(--main-Yellow);
  color: #333333;
  text-decoration: none;
}
.project-box-btitle {
  font-size: 18px;
}
.project-box table {
  width: 100%;
}
.project-box table tr {
  border-top: 1px solid #aaaaaa;
}
.project-box table tr td {
  padding: 8px 0;
}
.widthButton {
  max-width: 480px;
  margin: 8px 16px;
  padding: 16px 24px;
  font-size: 14px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  background-color: #bbbbbb;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 3px 12px 0px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 3px 12px 0px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 3px 12px 0px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  -webkit-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 13px 0px #dddddd;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  transition: background 0.4s ease;
  vertical-align: middle;
}
.widthButton:hover {
  background: #aaaaaa;
  color: white;
}
 
.widthButton.withmargin {
  max-width: 140px;
}
  
.widthButton.widthYellowBut {
  background-color: var(--main-Yellow);
  color: #111111;
}
.widthButton.widthYellowBut:hover {
  background-color: #bbbbbb;
}
.widthButton,
.widthButton:focus,
.widthButton:active,
.widthButton:visited {
  text-decoration: none;
}
.btn-fill-s i.fa,
.widthButton i.fa {
  vertical-align: middle;
  margin-left: 8px;
}
.lista_materiales .estimado {
  display: inline-block;
  padding: 8px 16px;
  margin: 4px 0;
  border: 1px solid #aaaaaa;
  text-align: center;
}
.lista_materiales .estimado strong {
  margin: 0;
  display: block;
  font-size: large;
  padding: 0;
}
.lista_materiales h4 {
  margin-top: 16px;
}
.select-states {
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-box-shadow: 2px 3px 12px 0px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 3px 12px 0px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 3px 12px 0px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  -webkit-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 13px 0px #dddddd;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  width: 90%;
  max-width: 400px;
  background: #aaaaaa;
  position: absolute;
  z-index: 199887;
  top: 56px;
  left: 0px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 8px 16px;
  margin: 0px 0 0 16px;
}
.select-states a {
  display: block;
  color: white;
  border-top: 1px solid #cccccc;
  padding: 16px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.select-states a:nth-child(1) {
  border-top: 0px solid #cccccc;
}
.search-text-comp {
  -webkit-box-shadow: 2px 3px 12px 0px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 3px 12px 0px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 3px 12px 0px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  -webkit-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 2px 2px 13px 0px #dddddd;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 2px 2px 13px 0px #dddddd;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  display: flex;
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  max-width: 300px;
}
@media (max-width: 768px) {
  .search-text-comp {
    max-width: none;
  }
}
.search-text-comp div:nth-child(1) {
  background-color: #bbbbbb;
  display: inline-block;
  padding: 4px 12px;
}
.search-text-comp div:nth-child(2) {
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
}
.search-text-comp input {
  height: 100%;
  width: 100%;
  border: none;
  padding: 4px 8px;
}
ul.lista-de-materiales {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 420px) {
  ul.lista-de-materiales {
    margin-top: 16px;
  }
}
ul.lista-de-materiales li {
  width: 100%;
  list-style: none;
  margin: 2px 0;
  padding: 8px;
  border-top: 1px solid #aaaaaa;
  display: flex;
}
ul.lista-de-materiales li:nth-child(1) {
  border-top: 0px;
}
ul.lista-de-materiales li b {
  flex: 3;
}
ul.lista-de-materiales li span {
  flex: 1;
  text-align: right;
}
ul.lista-de-materiales li .in-small {
  display: none;
  color: #444444;
  font-size: small;
}
@media (max-width: 420px) {
  ul.lista-de-materiales li {
    display: block;
  }
  ul.lista-de-materiales li.no-in-small {
    display: none;
  }
  ul.lista-de-materiales li .in-small {
    display: inline;
  }
  ul.lista-de-materiales li b {
    display: block;
  }
}
.action-buttons {
  padding: 16px;
  text-align: center;
}
.grayApp {
  background-color: white;
}
@media (max-width: 768px) {
  .grayApp {
    background-color: #f6f6f6;
  }
}
.TabsButton {
  z-index: 99;
  margin-left: 0;
  background: white;
  color: #111111;
  padding: 16px 36px 16px 16px;
  text-align: left;
  position: relative;
  width: 300px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .TabsButton {
    width: 100%;
  }
}
.widget-container {
  position: relative;
}
@media (max-width: 768px) {
  .widget-container {
    display: none;
  }
}
#steps-widget {
  display: none;
  width: 230px;
  color: white;
  position: absolute;
  top: 0px;
  right: 15px;
  background-color: #aaaaaa;
  padding: 8px 16px;
  z-index: 3;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
#steps-widget .sw-dots {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
}
#steps-widget .steps-widget-items {
  position: relative;
  display: none;
  padding-left: 20px;
  padding-top: 16px;
}
#steps-widget .steps-widget-items > div {
  line-height: 16px;
  height: 40px;
}
#steps-widget .sw-head {
  display: flex;
  font-size: 14px;
  align-items: center;
  padding: 4px 0 8px;
  cursor: pointer;
}
#steps-widget .sw-head b {
  flex: 4;
}
#steps-widget .sw-head span {
  font-size: 16px;
  width: 20px;
  padding: 4px;
}
#steps-widget .sw-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--main-Yellow);
  height: 5px;
}
.form-two-cols {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.form-two-cols > div {
  vertical-align: top;
  padding-right: 16px;
  flex: 1;
}
.form-two-cols > div input {
  width: 100%;
}
@media (max-width: 768px) {
  .form-two-cols {
    display: block;
    vertical-align: top;
  }
  .form-two-cols > div {
    padding-right: 0;
  }
}
.form section {
  margin: 0;
}
@media (max-width: 768px) {
  .forms-registro {
    border: 0px solid #aaaaaa;
    padding: 16px;
    margin: 16px;
    display: block;
    position: relative;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 2px 3px 12px 0px #ccc;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 2px 3px 12px 0px #ccc;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 2px 3px 12px 0px #ccc;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    -webkit-box-shadow: 2px 2px 13px 0px #dddddd;
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 2px 2px 13px 0px #dddddd;
    /* Firefox 3.5 - 3.6 */
    box-shadow: 2px 2px 13px 0px #dddddd;
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    background: white;
  }
}
.yelow-lateral {
  background: var(--main-Yellow);
  position: relative;
  height: 595px;
}
@media (max-width: 768px) {
  .yelow-lateral {
    display: none !important;
  }
}
.yelow-lateral .lateral-icons-redes img {
  margin: 2px 8px 2px 0px;
}
.row.with-lateral {
  background: #f6f6f6;
  margin: 56px 0 0;
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .row.with-lateral {
    margin: 0px -15px;
  }
}
