@charset "UTF-8";
/*!
 */
:root {
    --cl-fondo:#0A121F;
    --cl-azul: #171D29;
    --cl-fondo2:#080d15;
    --cl-azulgris: #1B242B;
    --cl-gris:#DFE6EC;
    --cl-gris1:#617985;
    --cl-gris2:#3C4E58;
    --cl-dorado:#FFE0CD;
    --cl-doraro2:#F5BE9C;
    --cl-doraro3:#D89C6E;
    --cl-naranja:#FF9100;
    --cl-naranja:#F77938;
    --cl-blanco:#fff;
    --cl-rojo:#E0001B;
    --cl-rojo2:#DF3A2A;
    --cl-amarillo:#F7B438;
    --cl-verde:#00af3a;
    --cl-morado:#7600fd;
    --cl-negro:#1a1a1a;
    --cl-negro2:#232323;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.social-media{
font-family: 'Social Media';
font-weight: normal;
font-style: normal;
font-size: 24px;  /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

@font-face {
font-family: 'Material icons';
src: local('Material Icons'),
     local('MaterialIcons-Regular');
  src: 
        /* url('../fonts/original_Gotham-Thin.eot?#iefix') format('embedded-opentype'),  */
       /* url('../fonts/original_Gotham-Thin.woff') format('woff'), */
       url('../font/MaterialIcons-Regular.ttf') format('truetype');
       /* url('../fonts/original_Gotham-Thin.svg') format('svg'); */
font-weight: 200;
font-style: normal;
}
@font-face {
  font-family: 'Social Media';
  src: local('Smartphone Color Pro'),
       local('SmartphoneColorPro');
    src: 
          url('../font/SmartphoneColorPro.eot?#iefix') format('embedded-opentype'), 
         url('../font/SmartphoneColorPro.woff') format('woff'),
         url('../font/SmartphoneColorPro.ttf') format('truetype'),
         url('../font/SmartphoneColorPro.svg') format('svg');
  font-weight: 200;
  font-style: normal;
  }
@font-face {
	font-family: 'Andes';
	src: url('../webfonts/original_AndesUltraLight-Italic.eot'); 
    src: url('../webfonts/original_AndesUltraLight-Italic.eot?#iefix') format('embedded-opentype'), 
         url('../fwebfonts/original_AndesUltraLight-Italic.woff') format('woff'),
         url('../webfonts/original_AndesUltraLight-Italic.ttf') format('truetype'),
         url('../webfonts/original_AndesUltraLight-Italic.svg') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Andes';
	src: url('../webfonts/andes-italic-webfont.eot'); 
    src: url('../webfonts/andes-italic-webfont.eot?#iefix') format('embedded-opentype'), 
         url('../fwebfonts/andes-italic-webfont.woff') format('woff'),
         url('../webfonts/andes-italic-webfont.ttf') format('truetype'),
         url('../webfonts/andes-italic-webfont.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Andes';
	src: url('../webfonts/original_AndesBold-Italic.eot'); 
    src: url('../webfonts/original_AndesBold-Italic.eot?#iefix') format('embedded-opentype'), 
         url('../webfonts/original_AndesBold-Italic.woff') format('woff'),
         url('../webfonts/original_AndesBold-Italic.ttf') format('truetype'),
         url('../webfonts/original_AndesBold-Italic.svg') format('svg');
	font-weight: 600;
	font-style: bold;
}
@font-face {
	font-family: 'Gotham';
	src: url('../webfonts/original_Gotham-Book.eot'); 
    src: url('../webfonts/original_Gotham-Book.eot?#iefix') format('embedded-opentype'), 
         url('../webfonts/original_Gotham-Book.woff') format('woff'),
         url('../webfonts/original_Gotham-Book.ttf') format('truetype'),
         url('../webfonts/original_Gotham-Book.svg') format('svg');
	font-weight: 400;
	font-style: bold;
}

body{
  
  font-family: 'Gotham', sans-serif; -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
 /* transition:all .5s;*/
}



i.fa-solid{
  font-size: 16px;
}

html, body{
  height: 100%;
  background:var(--cl-fondo);
  color: var(--cl-blanco);
}




footer{
  background: #0c1627;
  padding-top: 30px;
}
.pie-link{
  list-style: none;
  padding-left: 0;
}
.pie-link li{
  color: var(--cl-amarillo);
  font-size: 16px;
}
.pie-link li a{
  color: var(--cl-blanco);
  text-decoration: none;
  font-size: 12px;
}
.pie-small{
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bg-color{
  background: rgba(10, 18, 31, 0.96);
}

.wp-{
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 50%;
  z-index: 99;

}
.wp- img{
  width: 100%;
  height: 100%;
  object-fit: contain;

}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}



#inicio{
  overflow: hidden;
  position: relative;
}
.delay-25{
  animation-delay: .25s;
}
.delay-50{
  animation-delay: .5s;
}
.delay-75{
  animation-delay: .75s;
}
.delay-100{
  animation-delay: 1s;
}
.delay-125{
  animation-delay: 1.25s;
}

.logotop{
  width: 150px;
  height: 60px;
  margin: auto 0;
}
.logotop img{
  width: auto;
  max-height: 100%;
}
.menu-top{
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  
}
.menu-top nav{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  
}
.menu-rojo{
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.menu-rojo li{
  height:100px ;
  
  position: relative;
  
}
.menu-rojo li a{
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: var(--cl-blanco);
  height: 100%;
  display: block;
  line-height: 100px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;

}
.link-activo{
  border-bottom: 2px solid #E0001B !important;
  background-image: linear-gradient(to bottom, rgba(224, 0, 26, 0) 0%, rgba(224, 0, 26, 0.3) 100%);
}
/* .menu-rojo li a:hover{
  background-image: linear-gradient(to bottom, rgba(224, 0, 26, 0) 0%, rgba(224, 0, 26, 0.3) 100%); 
} */
.menu-rojo li a:hover::before{
  /* border-bottom: 2px solid #E0001B !important;
  background-image: linear-gradient(to bottom, rgba(224, 0, 26, 0) 0%, rgba(224, 0, 26, 0.3) 100%); */
  transition: all .5s;
  height: 100%;
  transform: translateY(-100%);
  border-bottom: 2px solid #E0001B !important;
}
.menu-rojo li a::before{
  content: '';
  position: absolute;
  border-bottom: 0px solid #E0001B !important;
  background-image: linear-gradient(to bottom, rgba(224, 0, 26, 0) 0%, rgba(224, 0, 26, 0.3) 100%);
  width: 100%;
  height: 0%;
  top: 100%;
  left: 0;
  z-index: 0;
}


.btn-phone{
  background: var(--cl-rojo);
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--cl-blanco);
  margin:auto 0;
  text-decoration: none;
  line-height: 45px;
  border-radius: 6px;
  display: flex;

}
.btn-phone i{
  line-height: 45px;
  font-size: 24px;
}
.img-tem{
  display: block;
  
  height: 100%;
}
.sld-img-logo{
  display: flex;
  margin: auto;
  padding: 10px;
  height: 100px;
  background: #fff;
  border-radius: 6px;
}
.sld-img-logo img{
  margin: auto;
  max-height: 100%;
  width: auto !important;
  display: block;
  max-width: 100%;
}
.bg-color{
  background: rgba(10, 18, 31, 0.95);
}


.sec-nosotros{
  background: var(--cl-gris);
  padding-top: 50px;
}

.h3{
  font-size:34px ;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'Andes';
}
.p-14{
  font-size: 14px;
  line-height: 18px;
  
}
.p-12{
  font-size: 12px;
  line-height: 16px;
  
}
.p-10{
  font-size: 10px;
  line-height: 14px;
  
}
.t-rojo{
  color: var(--cl-rojo);
}
.t-negro{
  color: var(--cl-azul);
}
.t-blanco{
  color: var(--cl-blanco);
}

.img-nos{
  width:40% ;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  margin-right: -10%;
}
.img-nos img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-carton{
  background:url(../img/bg-cartonn.jpg) ;
  padding: 15px;
  border-radius: 15px;
  width: 70%;
  margin-top: 30%;
  background-size: cover;
  box-shadow: 0 10px 30px -10px #000;
}

.video-carton video{
  width: 100%;
  height: auto;
}
.sec-img-vid{
  display: flex;
  justify-content: start;
  align-items: center;
  height: 70%;
  position: relative;
}

.img-vis{
  width: 100%;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
}
.img-vis img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-vis{
  padding-top: 50px;
  padding-bottom: 30px;
}



.wrapper {
  margin: 0 auto;
  max-width: 71rem;
  padding: 0;
  text-align: center;
}
.wrapper p {
  color: #eaf2ef;
}
.wrapper .gallery-container {
  
}
.wrapper .gallery-container h2 {
  color: #333;
}
.wrapper .gallery-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrapper .gallery-container ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-container ul.masonry-gallery {
  columns: 21rem;
  column-gap: 1rem;
}
.gallery-container ul.masonry-gallery li {
  break-inside: avoid;
  margin: 0 0 1rem;
}
.gallery-container ul.mosaic-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.gallery-container ul.mosaic-gallery li {
  background-position: center center;
  background-size: cover;
  flex: auto;
  height: 15vw;
  margin: 0 0.5rem 1rem;
  max-height: 10rem;
}
.gallery-container ul.mosaic-gallery li img {
  height: 100%;
  opacity: 0;
}
.galeria-1 {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  transition: all .5s;
}
.mosaico-grande {
  height: 320px;
}
.mapa-st{
  width: 100%;
  height: 300px;
  border-radius: 16px;
  height: 100%;
  min-height: 400px;
  
}
.logopie{
  width: 150px;
  display: block;
}
.logopie img{
  width: 100%;
  height: auto;
}
.comentarios{
  background: var(--cl-gris);
  padding-top: 30px;
  padding-bottom: 30px;
}

.coment{
  display: flex;
  justify-content: space-between;
}
.coment p{
  text-align: center;
  width: calc(33.3% - 15px);
  padding: 15px;
  margin-bottom: 0;
}

.section-galery{
  margin-top: -228px;
  padding-bottom: 30px;
  z-index: 22;
  position: relative;
}
.slider-container{
  margin-bottom: 100px;
}
.sld-01{
  position: relative;
}
.sld-01::before{
  content: '';
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 100px;
  left: 0;
  background-image:linear-gradient(to top, #0a121f 0%, rgba(10, 18, 31, 0) 100%);
  z-index: 2;
}


.nv-tabs{
  background: var(--cl-azulgris);
  margin-bottom: 15px;
}
.nv-tabs li button{
  background: none !important;
  border-radius: 0 !important;
  color: var(--cl-blanco);
 
}
.nv-tabs li button.active{
  border-bottom: 2px solid var(--cl-rojo);
}
.stl-acor .accordion-item{
  background: none;
  border-bottom: 2px solid var(--cl-azulgris);
}

.stl-acor .accordion-button{
  background: none;
  color: var(--cl-blanco);
  flex-direction: column;
  align-items:baseline;
}
.stl-acor .accordion-button::after {
  background-image: url(../img/flecht.png);
  width: 35px;
  height: 35px;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 15px;
}
.stl-acor .accordion-button:hover{
  background: var(--cl-azulgris);
}

.stl-acor .accordion-body{
  background: var(--cl-blanco);
  font-size: 14px;
}

.sec-img-acor{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-img-acor img{
  width: calc(33.3% - 15px);
}
.tab-img1{
  width: 100%;
  height: 550px;
  border-radius: 16px;
  overflow: hidden;
}
.tab-img1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img3tab{
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 15px;
}
.img3tab img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-vis p{
  margin-top: 100px;
}
.tx-der p{
  text-align: right;
}
.tx-izq h3{
  text-align: right;
}
.cap-slide{
  width: 100%;
  display: flex;
  margin: auto;
}


.cap-slide figure{
  width: 30%;
display: flex;
margin: auto;
}
.cap-slide figure img{
  width: 90%;
  margin: auto;
}
.cap-slide figcaption{
  width: 70%;
  margin: auto;
}
.cap-slide figcaption h2{
  font-size: 66px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Andes';
}
.slide-content figcaption a {
  color: var(--cl-blanco);
  padding: 10px;
  line-height: 1;
  background:var(--cl-rojo);
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.sec-nosotros{
  position: relative;
  overflow: hidden;
}

.sec-nosotros::before{
  content: '';
  background: url(../img/textura1.png);
  width:500px;
  height: 100%;
  background-size: 120%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: right;
  left: -250px;
  opacity: 23%;
}
.sec-nosotros::after{
  content: '';
  background: url(../img/textura1.png);
  width:500px;
  height: 100%;
  background-size: 120%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position:left;
  right: -250px;
  opacity: 23%;
}
.sec-nosotros .container{
  z-index: 2;
  position: relative;
}
.sec-nosotros .h3{
  padding-left: 60px;
  position: relative;
}
.sec-nosotros .h3::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 30px;
  height:150px ;
  width: 45px;
  background: var(--cl-rojo);
}
.inp-stl{
  width: 100%;
}
.inp-stl input{
  background: var(--cl-gris1);
  border: none;
  border-radius: 6px;
  color: var(--cl-blanco);
  line-height: 18px;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  width: 100%;
}
.inp-stl label{
  color: var(--cl-rojo);
}
.formulario-bg{
  background: var(--cl-azulgris);
  padding: 15px;
  border-radius: 16px;
  justify-content: end;
  display: flex;
  flex-wrap: wrap;

}
.formulario-bg button{
  background: var(--cl-rojo);
  color: var(--cl-blanco);
  border: none;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 6px;

}

.inp-stl textarea{
  background: var(--cl-gris1);
  border: none;
  border-radius: 6px;
  color: var(--cl-blanco);
  line-height: 18px;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  width: 100%;
}

.sec-gal{
  background: var(--cl-fondo2);
}
.sec-form{
  padding-top: 30px;
  padding-bottom: 30px;
}
.md-cotiza .modal-content{
  background: var(--cl-fondo);
}
.md-cotiza p{
  font-size: 12px;
  text-align: center;
}
.md-cotiza .modal-header button{
  background: var(--cl-rojo);
  color: #fff;
  border: none;
  border-radius: 6px;
  display: flex;
  height: 32px;
  width: 32px;
}
.md-cotiza .modal-header button i{
  margin: auto;
}

.slide-content figcaption a i{
  vertical-align: middle;
}
.wkico i{
  vertical-align: middle;
  font-size: 18px;
  margin-right: 5px;
}

.ico-iso{
  width: 150px;
  border-radius: 6px;
  margin: 5px 0;
}




@media (max-width: 1200px) {
  

}

@media (max-width: 992px) {
  .formulario-bg{
    margin-bottom: 15px;
  }

}
@media (max-width: 768px){
  .menu-top{
    background: rgba(10, 18, 31, 0.95);
  }
  .logotop{
    width: 90px;
    height: 40px;
  }
  .btn-phone span{
    display: none;
  }
  .menu-rojo li a{
    font-size: 11px;
    padding-left:5px ;
    padding-right: 5px;
  }
  .btn-phone{
    padding-left: 10px;
    padding-right: 10px;
  }
  .cap-slide figcaption h2{
    font-size: 24px;
  }
  .h3{
    font-size: 18px;
    padding-top: 15px;
  padding-bottom: 15px;
  line-height: 30px;
  }
  .section-galery{
    margin-top: 0;
  }
  .slider-container{
    margin-top: 80px;
    margin-bottom: 0;
  }
  .coment {
    flex-wrap: wrap;
  }
  .coment p{
    padding: 10px 0;
    width: 100%;
    font-size: 10px;
    border-bottom: 1px solid #cccccc;
  }
  .tab-img1{
    height: 350px;
  }
  .p-14{
    font-size: 12px;
  }
  .sec-nosotros::before {
    left: -450px;
    background-size: 90%;
  }
  .sec-nosotros::after {
    right: -450px;
    background-size: 90%;
  }
  .sec-img-vid{
    flex-wrap: wrap;
    height: auto;
  }
  .img-nos{
    width: 100%;
    height: 200px;
    margin: 0;
    margin-bottom: 15px;
  }
  .video-carton{
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .sec-vis{
    padding: 20px 0px;
  }
  .sec-vis p{
    margin-top: 20px;
  }
  .gallery-container ul.masonry-gallery {
    columns: 8rem;
  }
  .logopie {
    width: 60px;
  }

  .formulario-bg{
    margin-bottom: 15px;
  }
  .ico-iso {
    max-width: 100%;
  }
}