form textarea{
  margin-bottom: 10px;
}

#slider .carousel-caption .lead{
  font-weight: 400;
}

.flecha{
  position: fixed;
  bottom: 100px;
  right: 40px;
  cursor: pointer;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  height: 45px;
  width: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  text-align: center;
  line-height: 50px;
  z-index: 99999;
}

a.flecha{
  color: #120f2e;
}

a.flecha:hover{
  background: #120f2e;
  color:#FFF;
}

body{
  font-family: 'Open Sans', sans-serif;
}

body.gracias{
  background-image: url(../img/banner-principal-v2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
}

.cont-gracias{
  text-align: center;
  background: #FFF;
  display: inline-block;
  margin: auto;
  margin-top: 350px;
  padding: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.cont-gracias h3{
  font-weight: 800;
  margin-bottom: 25px;
}

body.gracias .barra-superior{
  text-align: left;
}

a{
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

a:hover{
  text-decoration: none;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.barra-superior{
  background: #120f2e;
  color: #fff;
  padding: 0px;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  overflow: hidden;
}

.barra-superior a{
  color: #FFF;
  padding: 17px 30px;
  font-size: 14px;
  display: inline-block;
}

.barra-superior a i{
  margin-right: 5px;
}

.barra-superior a:nth-child(2){
  border-left: solid 1px rgba(255,255,255,0.5);
}

.barra-superior a:hover{
  background: #33323d;
}

.barra-superior ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.barra-superior ul li{
  margin: 0;
  padding: 0;
  display: inline-block;
}

.carousel-inner .item a img,
.carousel-inner .item img,
.img-responsive,
.thumbnail a img,
.thumbnail img{
  width: 100%;
}

header{
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 99;
}

header nav{
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}

header nav ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

header nav ul li{
  display: inline-block;
  margin: 0px 3%;
  padding: 0px;
}

header nav a{
  background: #120f2e;
  opacity: .8;
  color:#fff;
  padding: 7px 30px;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 20px;
}

header nav .logo{
  display: inline-block;
  margin: 0px 3%;
}

header nav .logo a{
  background: transparent;
  opacity: 1;
  border: none;
}

header nav a:hover{
  color:#fff;
}

body.gracias header nav a:hover{
  background: inherit !important;
  cursor: pointer;
}

body.gracias header .logo a{
  padding: 0;
}

#logo{
  max-width: 250px;
  padding: 15px;
  background: #FFF;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#logo:hover{
  cursor: pointer;
}

#logo img{
  max-width: 100%;
}

.sombra{
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  height: 250px;
  background: rgb(0,0,0);
  background: -webkit-linear-gradient(rgba(0,0,0,0.80015756302521) 0%, rgba(0,0,0,0) 78%);
  background: -o-linear-gradient(rgba(0,0,0,0.80015756302521) 0%, rgba(0,0,0,0) 78%);
  background: linear-gradient(rgba(0,0,0,0.80015756302521) 0%, rgba(0,0,0,0) 78%);
  z-index: 9;
}

section#destacados, section#productos{
  padding: 75px 20px;
  padding-top: 55px;
  overflow: hidden;
}

section#destacados{
  padding: 75px 5%;
}

section#destacados h2{
  font-weight: 700;
  color: #120f2e;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

section#destacados .owl-carousel img, section#productos .it img{
  border: solid 1px #d6d6d6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

section#destacados .it{
  margin-bottom: 40px;
}

section#destacados .it h3{
  font-size: 1.1em;
  margin-top: 30px;
  font-weight: 600;
}

section#destacados .it h4{
  font-size: 15px;
  color: #999;
}

section#destacados .it p{
  font-size: 14px;
  color: #999;
  line-height: 19px;
}

.btn-principal{
  background: #120f2e;
  color: #FFF;
  border-color: #120f2e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: .6rem 1rem;
}

.btn-principal:hover, .btn-principal:focus{
  background: #181479;
  color: #FFF;
  border-color: #181479;
}

.btn-secundario{
  background: #000;
  color: #FFF;
  border-color: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: .6rem 1rem;
}

.btn-secundario:hover, .btn-secundario:focus{
  background: #181479;
  color: #FFF;
  border-color: #181479;
}

section.catcon{
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
}

section.catcon .catalogo{
  background-image: url(../img/fondo-catalogo-v2.png);
  background-size: cover;
  padding: 220px 100px;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 290px;
  padding-bottom: 300px;
  background-position: center;
}

section.catcon .catalogo .portada{
  float: right;
  margin-right: 50px;
}

section.catcon .catalogo .descripcion{
  float: right;
  margin-top: 0px;
  color: #FFF;
  margin-right: 200px;
}

section.catcon .catalogo .descripcion a{
  font-size: 1em;
  margin-top: 10px;
}

section.catcon .catalogo .descripcion h4{
  font-weight: 800;
}

section.catcon .catalogo img{
  padding: 15px;
  background:rgba(255,255,255,.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

section.catcon .contacto{
  padding: 0px 100px;
}

section.catcon .contacto big{
  font-size: 1.5em;
  font-weight: 800;
}

section.catcon .contacto p.lead{
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1em;
}

section.catcon .contacto p, section.catcon .contacto form{
  width: 80%;
}

section.catcon .contacto form input{
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

section.catcon .contacto form textarea{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

section.catcon .contacto form .btn{
  background: #000;
  color: #FFF;
  margin-top: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: .6rem 1rem !important;
}

section.catcon .contacto form .btn:hover{
  background: #181479;
  color: #FFF;
  border-color: #181479;
}

section#somos{
  padding: 95px 0px;
  padding-bottom: 10px;
}

section#somos .somos{
  padding: 0px 100px;
}

section#somos .somos .cont{
  float: right;
  width: 80%;
}

section#somos p.lead{
  font-size: 1.1em;
}

section#somos .sucursales p.lead{
  margin-top: 10px;
  margin-bottom: 20px;
}

section#somos h4{
  font-weight: 700;
  font-size: 1.5em;
}

section#somos .sello{
  text-transform: uppercase;
  font-weight: 500;
  color: #120f2e;
  font-size: 1.2em;
  margin-bottom: 30px;
}

section#somos .sucursales{
  padding: 0px 100px;
}

section#somos .sucursales big{
  font-size: 1.5em;
  font-weight: 800;
  color: #120f2e;
}

section#somos .sucursales .list-group{
  width:80%;
  line-height: 29px;
}

section#somos .sucursales .list-group a.btn-sucursal{
  background-color: #120f2e;
  color: #FFF;
  padding: 3px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

section#somos .sucursales .list-group a.btn-sucursal:hover{
  background: #181479;
  color: #FFF;
  border-color: #181479;
}

section#somos .sucursales .list-group a.btn-sucursal i{
  margin-right: 5px;
}

.modal .list-group-item{
  border: none !important;
  font-weight: 300;
}

.modal-body{
  padding: 3rem 3em;
  font-size: 1.2em;
}

.modal-body i{
  margin-right: 10px;
  color: #120f2e;
}

.modal-body .video{
  width: 100%;
  height: 400px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

footer{
  padding-top: 20px;
  padding-bottom: 20px;
}

footer a{
  color: #000;
}

#slider .carousel-caption{
  bottom: 180px;
}

#slider .carousel-caption h5{
  font-size: 2.25rem;
  font-weight: 800;
}

#slider .baja{
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  font-weight: 300;
  font-size: 1.2em;
}

#slider .baja a{
  color: #fff;
}

#slider .baja i{
}

section#productos .it{
  margin-bottom: 50px;
  cursor: pointer;
  opacity: .8;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

section#productos .it:hover{
  opacity: 1;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

section#productos .it h2{
  font-size: 1.1em;
  margin-top: 30px;
  font-weight: 600;
}

section#productos .it h3{
  font-size: 15px;
}

section#productos .it{
  color:#333;
}

section#productos .it h3{
  color: #999;
}

section#productos form{
  margin-bottom: 5em;
  margin-top: 2em;
  font-weight: 300 !important;
}

section#productos form .row-form{
  margin-bottom: 10px;
}

section#productos form input::placeholder{
  color:#CCC !important;
}

section#productos form select{
  color:#777 !important;
}

section#productos .btn-vermas{
  background: #000;
  color: #FFF;
  margin-top: 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 7px 22px;
}

section#productos .btn-vermas:hover{
  background: #120f2e;
  color: #FFF;
}

.portada{
  display:none;
}

@media (max-width: 1440px) {
  #logo{
    max-width: 190px;
  }
}

@media (max-width: 1024px) {}
@media (max-width: 768px) {
  #inicio .col-lg-6{
    display: grid;
    grid-template-columns: 50% 50%;
  }
  #inicio .text-right{
    display: none;
  }

  #inicio .col-lg-6 a{
    width: 100%;
    text-align: center;
  }

  .sombra{
    top: 0;
  }
  header nav ul li{
    display: none !important;
  }
  nav{
    margin-top: 0 !important;
  }
  header{
    top: 35px;
  }
  #logo{
    max-width: 250px;
    padding: 10px;
  }
  section#destacados{
    padding: 75px 40px;
  }
  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
    font-size: 2em !important;
  }
  section#destacados .it{
    margin-bottom: 0 !important;
  }
  .owl-theme .owl-nav{
    margin-top:0px;
    margin-bottom: 25px;
  }
  section.catcon .catalogo{
    padding: 50px 20px;
  }
  section.catcon .catalogo .portada{
    float: none;
    margin-right: inherit;
    text-align: center;
  }
  section.catcon .catalogo .descripcion{
    margin-top: 30px;
    float: none;
    text-align: center;
    margin-right: inherit;
  }
  section.catcon .contacto{
    padding: 70px 20px;
  }
  section.catcon .contacto p, section.catcon .contacto form{
    width: 100%;
  }
  section#somos{
    padding: 50px 0px;
    padding-bottom: 50px;
    padding-top: 70px;
  }
  section#somos .somos{
    padding: 0px 20px;
  }
  section#somos .somos .cont{
    float: none;
    width: 100%;
  }
  section#somos .sucursales{
    padding: 30px 20px;
  }
  section#somos .sucursales .list-group{
    width: 100%;
  }
  .modal-body{
    padding: 2rem 1em;
  }
  .list-group{
    margin-bottom: 0px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots{
    margin-bottom: 20px;
  }
  section#destacados, section#productos{
    padding: 75px 35px;
    padding-top: 55px;
    overflow: hidden;
  }
  section#productos form select{
    margin-bottom: 10px;
  }
  section#productos form{
    margin-bottom: 3em;
  }
  .modal img{
    max-width: 80%;
    margin-top: 20px;
  }
  .modal-body .video{
    margin-top: 40px;
  }
  form .col{
    flex-basis: inherit;
  }
  section.catcon{
    padding-bottom: 20px;
  }
  #slider .carousel-caption h5{
    font-size: 1.8rem;
  }
  #slider .carousel-caption{
    bottom: 80px;
  }
  section.catcon .catalogo{
    background-image: url(../img/fondo-catalogo-thermalstar.png);
  }
  footer{
    padding-bottom: 70px;
  }
  body.gracias{
    height: 100vh;
    background-size: cover;
  }
  .cont-gracias{
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1362px) {
  #slider .carousel-caption{
    bottom: 70px;
  }
}
@media (max-width: 768px) {
  #slider .carousel-caption{
    bottom: 20px;
  }
  #slider .carousel-caption h5{
    font-size: 1.7rem;
  }
}
@media (min-width: 1680px) {}
@media (min-width: 1681px) {}
@media (min-width: 1920px) {
  #slider .carousel-caption {
    bottom: 120px;
  }
}
@media (min-width: 2050px) {}
@media (min-width: 2800px) {}
