/*__________________________________________ 
    01. Generales
    02. Header
    03. Menu
      *- Escritorio -*
      *- Mobile -*
    04. Slide
    05. Quienes somos
    06. Valores
    07. Marcas
    08. Productos
    09. Contacto
    10. Footer
____________________________________________ */

/* *********************************************** 
  01. Generales
************************************************ */
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
  font-size: 14px;}

a {
    color: #428bca;
    text-decoration: none;
    transition: all 0.5s ease;}

a:hover {color: #9eccf4;}

a:hover,
a:active,
a:focus {text-decoration: none;}

h1, h2, h3, h4, h5, h6, .font-primary {
    font-family: "Raleway", sans-serif;}

ul, ol{list-style: none;}
button{
  border:0!important;
  outline:0!important;
  -webkit-appearance: none!important;
  background: transparent;}

/*generales section*/
section {padding: 60px 0;}

.section-bg {background-color: #f5f9fc;}

.section-title {
  text-align: center;
  padding-bottom: 30px;}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;}

.section-title p {margin-bottom: 0;}

@media screen and (max-width: 575px){
  section {padding: 30px 0;}
  .section-title {padding-bottom: 0px;}
}

/* *********************************************** 
  02. Header
************************************************ */
#header {
  height: 110px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  z-index: 997;}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 92px;}

@media (min-width: 371px) and (max-width: 991px){
  #header .logo{
    position: absolute;
    left: 25px;}
}

@media screen and (max-width: 575px){
  #header .logo img{max-height: 80px;}
}

@media screen and (max-width: 370px){
  #header .logo{
    position: absolute;
    left: 15px;}

  #header .logo img{max-height: 70px;}
}

/* *********************************************** 
  03. Menu
************************************************ */
/* Escritorio */
.nav-menu, .nav-menu * {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;}

.nav-menu a {
  display: block;
  position: relative;
  color: #5c768d;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 14px;}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  background-color: #93cddd;
  color: #fff;}


/* Mobile */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1f3548;
  transition: 0.4s;}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;}

.mobile-nav ul{margin-top: 60px;}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  background: #1f3548;}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 30px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  z-index: 99999999;}

.mobile-nav-toggle .icMenu{
  display: block;
  width: 50px;
  height: 30px;
  background: url(../img/menu.svg) no-repeat;
  background-size: 50px 30px;}

.mobile-nav-toggle .icClose{
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/cerrar.svg) no-repeat;
  background-size: 20px 20px}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  display: none;}

.mobile-nav-active {overflow: hidden;}
.mobile-nav-active .mobile-nav {right: 0;}
.mobile-nav-active .mobile-nav-toggle {color: #fff;}

/* *********************************************** 
  04. Slide
************************************************ */
#hero {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;}

#hero .carousel-content {
  margin-top: 60px;
  text-align: center;}

@media (max-width: 992px) {
  #hero, #hero .carousel-item {height: calc(100vh - 70px);}
  #hero .carousel-content.container {padding: 0 50px;}
}

#hero h2{
  color: #fff;
  margin-bottom: 30px;
  font-size: 37px;
  font-weight: 700;
  white-space: pre-line;}

#hero h2.firstH2{margin-bottom: 15px;}

#hero p.pLight{
  animation-delay: 0.2s;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto 15px;
  width: 100%;}

#hero span.h2light{
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  font-size: 35px;
  font-weight: 300;}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 60px;
  height: 60px;
  top: 45vh;}

 #hero .carousel-control-prev-icon, #hero .carousel-control-next-icon{
  display: block;
  width: 50px;
  height: 50px;
  background-repeat:no-repeat; 
  background-position: center center;
  background-size: 50px 50px;}

#hero .carousel-control-prev-icon {background: url(../img/icanterior.svg);}
#hero .carousel-control-next-icon{background: url(../img/icsiguiente.svg);}

#hero .carousel-indicators li {cursor: pointer;}

.linkAmarillo {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  line-height: 1;
  margin: 10px;
  color: #343A40;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #f2c94c;}

.linkAmarillo:hover{
  color: #fff;
  background: #d5a512;}

@media (min-width: 1024px) { #hero p {width: 60%;}}

@media (max-width: 768px) {
  #hero h2 {font-size: 28px;}
  #hero span.h2light {font-size: 24px;}
  #hero p.pLight{font-size: 18px;}
}

@media screen and (max-width: 660px){
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 30px;
    height: 30px;}

   #hero .carousel-control-prev-icon, #hero .carousel-control-next-icon{
    width: 25px;
    height: 25px;}
}

/* *********************************************** 
  05. Quienes somos
************************************************ */
.seccion-somos {padding-bottom: 50px;}

.seccion-somos .container {
  box-shadow: 0 5px 25px 0 rgba(187, 186, 186, 0.9);}

.seccion-somos .cont-img {
  overflow: hidden;
  position: relative;}

.seccion-somos .cont-img img{
  max-width: 150%;
  width: auto;
  height: 600px;
  position: absolute;
  left: -100px;
  padding: 15px 0;}

.seccion-somos .section-title h2,
.seccion-somos .section-title p{text-align: left;}

.seccion-somos .somos-content{padding: 40px;}
.seccion-somos .icon-box + .icon-box {margin-top: 40px;}

.seccion-somos .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;}

.seccion-somos .icon-box .icon i {
  color: #428bca;
  font-size: 32px;}

.seccion-somos .icon-box:hover .icon {background: #428bca;}

.seccion-somos .icon-box:hover .icon i {color: #fff;}

 .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #343a40;}

.icon-box .descripcion {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;}

@media screen and (max-width: 575px){
  .seccion-somos .container { box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);}
  .seccion-somos .somos-content {padding: 40px 20px 20px;}
  .seccion-somos {padding-bottom: 20px;}
  .seccion-somos .icon-box .icon {float: none;}
  .seccion-somos .icon-box + .icon-box {margin-top: 20px;}
  .seccion-somos .icon-box .icon-top{margin-top: 30px;}
  .icon-box .title {margin:20px 0 7px;}
  .icon-box .descripcion{margin-left: 0;}

}

/* *********************************************** 
  06. Valores
************************************************ */
.valores{padding: 20px 0 60px;}
.valores .container{
  padding: 100px 50px;
  background-color: rgba(92,118,141,0.2);}

.valores .section-title h2{
  margin-left: 0;
  margin-bottom: 50px;}

.valores .icon-box .title {margin-left: 0px;}

.valores .descripcion{
  padding-right: 45px;
  margin-left: 0;
  margin-bottom: 5px;}

.valores ul{
  list-style-type: disc;
  padding-left: 15px;}

.cont-img{overflow: hidden;}

.cont-img90 img{
  width: 90%;
  float: right;}

/*segunda columna*/
.row-down{margin-top: 60px;}
.valores .row-down .icon-box .title {
  margin-top: 30px;}

.valores .row-down .descripcion{padding-right: 0px;}

.row-down .cont-img90 img{
  width: 80%;
  float: left;
  margin-top: 50px;}

@media (min-width: 576px) and (max-width: 991px){
  .cont-img90 img,
  .row-down .cont-img90 img{
    width: 80%;
    float: none;
    margin: 20px auto 0;
    display: block;}

  .row-down .cont-img90 img{width: 70%;}
}

@media screen and (max-width: 767px){
  .valores .descripcion{padding: 0 15px;}
  .valores ul{padding: 0 0 0 25px;}
  .valores .icon-box .title {margin-left: 15px;}
}

@media screen and (max-width: 575px){
  .valores .container {padding: 60px 20px;}
  .row-down {margin-top: 30px;}
  .cont-img90 img,
  .row-down .cont-img90 img{
    width: 90%;
    float: none;
    margin: 20px auto 0;
    display: block;}

  .row-down .cont-img90 img{width: 80%;}
}

/* *********************************************** 
  07. Marcas
************************************************ */
.logotipos > div{margin-bottom: 25px;}

/* *********************************************** 
  08. Productos
************************************************ */
.seccion-productos ul{
  list-style-type: disc;
  padding-left: 15px;
  line-height: 1.6;}

.seccion-productos .icon-box{padding:20px 0;}
.seccion-productos .icon-box-right{padding:20px 35px;}

.seccion-productos .icon-box .title {margin-left: 0px;}

.seccion-productos .contImg{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;}

.seccion-productos .contImg img{
  width: 100%;
  height: auto;}

.seccion-productos .icon-box-right .title{margin-top: 25px;}

/*descargar catalogo*/
.row-banner{
  position: relative;
  margin-top: 60px;}

.cont-banner{
  padding: 30px;
  background: #5C768D;
  font-family: "Raleway", sans-serif;}

.cont-banner p{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding-left: 10px;
  line-height: 1;
  white-space: pre-line;}

.cont-banner img{
  position: absolute;
  top: -120px;
  width: 100%;
  height: auto;
  right: 50px;
  max-width: 450px;}

@media (min-width: 768px) and (max-width: 1199px){
  .seccion-productos .icon-box-right {padding: 10px 0;}
  .seccion-productos .contImg {height: 300px;}
  .cont-banner img{
    top: -100px;
    right: 20px;}
}

@media (min-width: 768px) and (max-width: 991px){
  .cont-banner p{
    font-size: 25px;
    line-height: 1.3;}
}

@media (min-width: 576px) and (max-width: 767px){
  .seccion-productos .icon-box-right {padding: 10px 0;}
  .seccion-productos .contImg {height: auto;}
  .row-banner {margin-top: 30px;}
  .cont-banner{height: 260px;}
  .cont-banner img{
    width: 60%;
    right: 20px;
    top: -80px;}
}

@media screen and (max-width: 575px){
  .seccion-productos .icon-box{padding: 0 20px;}
  .seccion-productos{margin-bottom: 130px;}
  .seccion-productos .icon-box-right {padding: 10px 20px;}
  .seccion-productos .contImg {height: auto;}
  .row-banner {margin-top: 30px;}
  .cont-banner{height: 450px;}

  .cont-banner p{
    padding-left: 0px;
    text-align: center;
    line-height: 1.3;}

  .cont-banner img{
    width: 100%;
    right: 20px;
    top: 0;
    position: relative;
    margin: auto;
    display: block;}

  .cont-banner .linkAmarillo{
    margin: 0 auto 50px;  
    display: block;
    width: 180px;
    text-align: center;}
}

/* *********************************************** 
  09. Contacto
************************************************ */
.seccion-contacto{
  padding-bottom: 0;
  margin-top: 100px;}

.seccion-contacto .container{
  padding: 60px;
  background-color: rgba(92,118,141,0.2);}

.seccion-contacto .icon-box{
  padding: 30px;}

.seccion-contacto .icon-box .title,
.seccion-contacto .icon-box .descripcion
 {margin-left: 0px;} 

.whatsapp{
  padding: 15px 0px 15px 55px;
  color: #fff;
  background-image: url(../img/whatsapp.svg);
  background-repeat: no-repeat;
  background-position: 12px 12px;
  background-size: 30px 25px;
  background-color: #219653;
  font-family: Raleway;
  font-weight: bold;
  font-size: 14px;
  margin:20px 0;
  display: block;
  max-width: 245px;}

.whatsapp:hover{
  color: #fff;
  background-color: #4caf50}

.correo{
  padding: 15px 0px 15px 40px;
  background-image: url(../img/at.svg);
  background-repeat: no-repeat;
  background-position: 0 12px;
  background-size: 30px 25px;}

.horario{margin-top:50px;}

/*formulario*/
.formGral{padding: 30px 20px;}

.form-control{
  height: 50px;
  padding: 15px;
  font-size: 14px;
  border-radius: 0;}

.formGral textarea{height: 125px;}

.formGral p{
  font-size: 11px;
  line-height: 14px;
  color: #EB5757;}

.formGral .linkAmarillo{
  width: 100%;
  border: 0;
  margin: 0 auto;
  height: 50px;}

@media screen and (max-width: 991px){
  .seccion-contacto {margin-top: 40px;}
   .seccion-contacto h2{
    margin-left: -15px;
    text-align: left;}

  .seccion-contacto .icon-box {padding: 0 0 30px;}
  .formGral, .cont-form{padding: 0;}
  .horario{margin-top:20px;}

}

@media screen and (max-width: 575px){
  .seccion-contacto .container{padding: 60px;}
}
/* *********************************************** 
  10. Footer
************************************************ */
#footer {
  background: #587187;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 12px;}

#footer .copyright {
  text-align: center;
  padding-top: 30px;}


#footer  a {
  display: block;
  color: #fff;
  margin-top: 5px;}

#footer  a:hover{opacity: 0.5;}

/* *********************************************** 
  11. Aviso de privacidad
************************************************ */
.aviso .container {
  padding: 60px;
  box-shadow: 0 5px 25px 0 rgba(187, 186, 186, 0.9);}

.aviso .section-title h2{text-align: left;}

.aviso .descripcion{
  white-space: pre-line;
  margin-left: 0;}

.aviso .title{
  text-transform: initial;
  font-size: 16px;
  margin:30px 0 5px;}

.aviso ul{
  padding-left: 15px;
  list-style-type: disc;}  

a .linkAzul{
  font-weight: 500;
  color: #5c768d}

@media screen and (max-width: 575px){
  .aviso .container {padding: 60px 30px;}
}
