:root {
    --tran-04: all 0.4s ease;
    --tran-05: all 0.5s ease;
}

h1,h2,h3{
	font-family: 'Poppins', sans-serif !important;
}

p, a, label, b, span{
  font-family: 'Poppins', sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-style: normal;
    font-weight: 300;
    font-display: swap;
}


body {
    font-family: 'Poppins', sans-serif !important;
    padding: 0;
    background: rgb(255, 255, 255);
    width: 100%; height: 100%;
}


.main{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #FFFFFF;
  flex-direction: column;
  justify-content: space-between;
}
.textoBaner{
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  margin-top: 20%;
  width: 100%;
}
.textoBaner h1{
    font-size: 3rem;
    font-weight: 900;
    width: 50%; 
    text-align: left;
    font-family: 'Poppins', sans-serif !important;
}
.puntosUbicacion{
  /* background: #ff671b; */
  height: 300px;
}
.puntosUbicacion1{
  margin-left: 70px;
}
.puntosUbicacion ul li{
  padding: 2.3%;
}
.puntosUbicacion2, .puntosUbicacion1{
  height: 100%;
}
.puntosUbicacion1 ul{
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.puntosUbicacion1 ul,.puntosUbicacion2 ul{
  padding: 0;
  padding-top: 25px;
  padding-left: 25px;
  margin: 0;
  height: 100%;
  /* background: #ff5300 !important;  */
  background: linear-gradient(#ff862e, 50%, #ff862e);
}
.puntosUbicacion2{
  width: 50% !important;
}
.puntosUbicacion2 ul li{
  padding: 1.3%;
}
.imgAvion{
  width: 100%;
  height: 850px;
  margin-top: -850px;
}
#QS{
  font-size: 60px;
}
#mainF2{
  height: 180px;
}
#imgLogoFooter{
  width: 50%;
  padding: 40px;
}








#contenedorTextoContacto{
  display: flex;
  flex-wrap: wrap;
  color: #2e2d2d;
}
#textoContactanos{
  font-size: 4rem;
  font-weight: 800;
}
#textoCyC{
  display: flex;
  width: 95%;
  font-size: 25px; 
  font-weight: 600; 
  color: #e65c14;
}
.rowN2{
  width: 100%;
}

#CESF{
  font-size: 1.5rem;
}

#buttonFormulario{
  width: 100%; 
  height: 70px; 
  text-align: center; 
  background: linear-gradient(#fa6416, 50%, #fa6416); 
  border-radius: 10px;
}
.btnFormulario{
  font-size: 1.7rem !important;
  font-weight: 500 !important;
  
}


.navbar-nav{
  width: 50%;
}
.listaLinks{
  display: flex;
  height: 100%;
  align-items: flex-end;
}
.icon-nav{
  display: flex;
  margin-bottom: 30px;
}
.nav-link{
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1rem !important;
  font-weight: 500 !important;
}
.Col1Footer{
  padding: 0 !important;
}
#HDA{
  font-weight: 600;
}
#LAV, #Hrs, #HDA{
font-size: 1.5rem;
}
.contenedorRedes{
  background: white;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contenedorRedes i{
  color: #000099;
  font-size: 2rem !important;
}


.boton1{
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
    width: 30%; height: 40px; /* -----------------Modifica */
    border-radius: 50px;
    margin-top: 30px;
    margin-left: 30px;
    text-decoration: none;
    color: var(--azulcirklomed);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem; /* -----------------Modifica */
    cursor: pointer;
    text-align: center;
    flex-direction: column;
    background: transparent;
    border: solid 7px rgb(255, 255, 255);
	transition: var(--tran-05);
}
.boton1:hover{
    background: rgba(255, 255, 255, 0.364);
    color: var(rgb(246, 239, 241));
    border: solid 7px rgb(255, 255, 255);
    transition: var(--tran-05);
}
.redes{
    margin-top: 200px;
    position: relative;
    display: flex;
    z-index: 0;
    height: 50px;
}
.redes .redesLi{
    position: relative;
    list-style: none;
    margin: 0px;
}
.redes .redesLi .redesA{
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: var(--blancopuro);
    border-radius: 10px;
    text-decoration: none;
    /* backdrop-filter: blur(2px); */
    transition: 0.5s;
    overflow: hidden;
}


.main2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}
.imgMain2{
    width: 33%; height: 300px;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;

    cursor: pointer;
}
.imgSeguridad{
    /* background: url(../img/imgIndex/Seguridad.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: var(--tran-05);
    background-position: center;
}
.imgMain2 a{
    width: 100%; height: 100%;
    text-decoration: none;
}
.imgEnergia{
    /* background: url(../img/imgIndex/Energia.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: var(--tran-05);
    background-position: center;
}
.imgConfort{
    /* background: url(../img/imgIndex/Conford.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: var(--tran-05);
    background-position: center;
}
.capa{
    background: linear-gradient(135deg, rgb(0, 0, 0, .3) 0%, rgb(5, 8, 34, .3) 0%, rgba(52,78,161,.3) 100%);
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
}
.textMain2{
    color: var(rgb(246, 239, 241));
    width: 30%;
    margin-left: 5%;
    margin-right: 5%;
}
.textMain2 h2{
  font-family: 'Poppins', sans-serif !important;
  font-weight: 1000;
}
.textMain2 p{
    font-weight: 7000;
    font-family: 'Poppins', sans-serif !important;
}
.capa1{
    justify-content: flex-end;
    transition: var(--tran-05);
}
.capa1:hover{
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.602) 0%, rgba(1, 2, 7, 0.57) 0%, rgba(12, 19, 40, 0.528) 100%);
    transition: var(--tran-05);
}
.imgSeguridad:hover{
    background-size: 150% 150%;
    transition: var(--tran-05);
}
.capa2{
    justify-content: center;
    transition: var(--tran-05);
}
.capa2:hover{
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.602) 0%, rgba(1, 2, 7, 0.57) 0%, rgba(12, 19, 40, 0.528) 100%);
    transition: var(--tran-05);
}
.imgEnergia:hover{
    background-size: 150% 150%;
    transition: var(--tran-05);
}
.capa3{
    justify-content: flex-start;
    transition: var(--tran-05);
}
.capa3:hover{
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.602) 0%, rgba(1, 2, 7, 0.57) 0%, rgba(12, 19, 40, 0.528) 100%);
    transition: var(--tran-05);
}
.imgConfort:hover{
    background-size: 150% 150%;
    transition: var(--tran-05);
}


.main3{
    width: 100%; height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.textMain3{
    width: 60%; height: auto;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    align-content: center;
    text-align: center;
}
.textMain3 h2{
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif !important;
}
.textMain3 p{
    font-size: 1.5rem;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
}



.contenedor{
    height: 40%;
    width: 50%;
    position: relative;
    transform: rotate(180deg);
}
.color_fondo{
    height: 0px;
    width: 99.99%;
    background: rgb(23, 156, 241);
    position: absolute;
}
.numero{
    height: 100%;
    width: 100%;
    font-size: 3rem;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
    color: rgb(80, 80, 80);
    background-color: #fff;
    position: absolute;
    mix-blend-mode: screen;
    /* border: 1px solid #111; */
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-180deg);
}
.contador{
    width: 240px; height: 100px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.contador h2{
    width: 50%;
    font-weight: 700;
    color: rgb(68, 68, 68);
    font-family: 'Poppins', sans-serif !important;
}
.contador p{
    width: 100%;
    font-size: 1.4rem;
    color: rgb(91, 91, 91);
}


.Carousel1{
    width: 100%;
    margin: 0px 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.Carousel2{
    width: 100%;
    margin: 0px 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.Carousel h2{
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 24px;
    opacity: .9;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}



.slick-list{
    position: relative;
    display: flex;
    align-items: center;
    width: 75%;
    height: 304px;
    padding: 10px 0px;
    left: 50px;
    max-width: 90vw;
    overflow: hidden;
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;
}
.slick{
    position: relative;
    width: 275px;
    padding: 0 18px;
    float: left;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}
.slick h4{
    position: absolute;
    z-index: 1;
    font-size: 22px;
    line-height: 23px;
    color: #fff;
    padding: 15px;
}
.slick h4 small{
    font-size: 15px;
    display: block;
}
.slick a img{
    object-fit: cover;
    height: 160px;
    width: 100%;
    border-radius: 4px;

    transition: .3s ease-in-out;
}
.slick a img:hover{
    opacity: .85;
}


.slick-arrow{
    border-radius: 30px;
    background-color: #fff;
    position: absolute;
    z-index: 4;
    width: 48px;
    height: 48px;
    text-align: center;

    border: 0;
    cursor: pointer;
}
.slick-arrow img{
    width: 100%;
}
.slick-arrow .flechaIzquierda{
    transform: rotate(-180deg);
}

.slick-arrow:focus{
    outline: 0;
}
.slick-arrow svg{
    width: 12px;
    height: 100%;
    color: rgba(0,0,0,.7);
}
.slick-prev{
    left: 2%;
}
.slick-next{
    right: 2%;
}



.main4{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  width: 70%;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255, 255, 255, 0), white); */
}

.logos:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255, 255, 255, 0), white); */
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 120px;
  margin: 0 40px;
}



.imagenesCl{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.Container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#carrousel {
    margin: 10px;
    width: 100%; height: 200px;
  }
  
  @media (max-width: 768px) {
    #carrousel {
      margin: 70px 0 0 0;
    }
  }
  
  @media (max-width: 425px) {
    #carrousel {
      margin: 50px 0 0 0;
    }
  }
  
  #carrousel .title {
    margin-bottom: 10px;
    font-size: 30px;
  }
  
  #carrousel .owl-carousel img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    padding: 8%;
    transition: all 0.2s ease;
  }
  
.col-md-132{
    width: 80%;
}
  
  #carrousel .owl-item {
    height: 200px;
    width: 200px;
    position: relative;
    transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.2s;
    -webkit-transform: all 0.2s;
    z-index: 1;
  }
  
  @media (max-width: 768px) {
    #carrousel .owl-item {
      height: 270px;
    }
  }
  
  @media (max-width: 380px) {
    #carrousel .owl-item {
      height: 200px;
    }
  }
  
  #carrousel .owl-item.big {
    transform: scale(1);
    -ms-transform: scale(1);
    z-index: 3;
  }
  
  #carrousel .owl-item.medium {
    transform: scale(1);
    -ms-transform: scale(1);
    z-index: 2;
  }
  
  #carrousel .owl-item.medium.mdright {
    position: relative;
    /* left: -30px; */
  }
  
  /* @media (min-width: 768px) {
    #carrousel .owl-item.medium.mdright {
      left: 0;
    }
  } */
  
  #carrousel .owl-item.medium.mdleft {
    position: relative;
    /* right: -30px; */
  }
  
  /* @media (min-width: 768px) {
    #carrousel .owl-item.medium.mdleft {
       right: 0; 
    }
  } */
  
  #carrousel .owl-item.smallRight.active {
    transform: scale(1);
    -ms-transform: scale(1);
    position: relative;
    /* left: -30px; */
  }
  
  #carrousel .owl-item.smallLeft.active {
    transform: scale(1);
    -ms-transform: scale(1);
    position: relative;
    /* right: -30px; */
  }
  
  #carrousel .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
  }
  
  #carrousel .owl-nav .owl-prev {
    position: absolute;
    /* left: 0; */
    top: 10px;
    background: transparent !important;
    color: #000 !important;
    font-size: 40px !important;
  }
  
  #carrousel .owl-nav .owl-prev:hover {
    color: #adadad !important;
  }
  
  #carrousel .owl-nav .owl-next {
    position: absolute;
    /* right: 0; */
    top: 10px;
    background: transparent !important;
    color: #000 !important;
    font-size: 40px !important;
  }
  
  #carrousel .owl-nav .owl-next:hover {
    color: #adadad !important;
  }


  .owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
  }
  
  .owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
  }
  
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
  }
  
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }
  
  .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  
  .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
  }
  
  .owl-carousel .owl-item img {
    display: block;
    width: 85%;
  }
  
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
  }
  
  .no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
  }
  
  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }
  
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  
  .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  
  .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  .owl-height {
    transition: height 0.5s ease-in-out;
  }
  
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  
  .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
  }
  
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
  }
  
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  
  .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
  }
  
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
  }
  
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  


  

.main5{
    width: 100%; height: 343px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.textMain5{
    width: 60%;
    padding: 3%;
    background: var(#FFFFFF);
    color: var(#000000);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;

}
.textMain5 p{
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif !important;
}
.textMain5 h2{
 font-size: 3rem;
 font-weight: 900;
 font-family: 'Poppins', sans-serif !important;
}
.imgMain5 img{
    width: 100%; height: 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.imgMain5 video{
  width: 100%; height: 100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.imgMain5{
    width: 30%; height: 100%;
}
.boton2{
	transition: var(--tran-05);
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    width: 40%; height: 45px; /* -----------------Modifica */
    border-radius: 50px;
    margin-top: 30px;
    margin-left: 60%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem; /* -----------------Modifica */
    cursor: pointer;
    text-align: center;
    flex-direction: column;
    color: var(rgb(246, 239, 241));
    background: transparent;
    border: solid 2px rgb(255, 255, 255);
    transition: var(--tran-05);
}

.boton2:hover{
    background: rgba(255, 255, 255, 0.364);
    color: var(rgb(246, 239, 241));
    transition: var(--tran-05);
}


.main6{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.texth2{
    width: 100%; height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.texth2 h2{
    width: 80%;
    font-size: 6rem;
    font-weight: 1000;
}
.usos{
    width: 80%; height: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-around;
}
.block{
  transition: .5s;
  width: 29%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 10px;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
}
.block:hover{
  transition: .5s;
  cursor: pointer;
  background: white;
  box-shadow: 2px 8px 30px 0 rgba(0, 0, 153, 0.3);
  color: #000099;
}


#imgBock1{
  background-image: url('../img/traae_g.png');
  background-size: 100% 100%;

  height: 100px;
}
#imgBock2{
  background-image: url('../img/trama_g.png');
  background-size: 100% 100%;

  height: 100px;
}
#imgBock3{
  background-image: url('../img/trate_g.png');
  background-size: 100% 100%;

  height: 100px;
}
#imgBock4{
  background-image: url('../img/aldis_g.png');
  background-size: 100% 100%;

  height: 100px;
}
#imgBock5{
  background-image: url('../img/serad_g.png');
  background-size: 100% 100%;
;
  height: 100px;
}
/*
.block:hover ~ #imgBock1{
  background-color: red;
}
 #block1:hover ~ #imgBock1{
  background-image: url('../img/traae_b.png');
} */


.textBlock p {
	font-family: 'Poppins', sans-serif !important;
}
.textBlock{
    margin-top: 20px;
    width: 50%;
    height: 40%;
    text-align: center;
}
.imgBock{
    width: 22%;
}
.imgBlockAll{
    width: 100%; height: 100%; border-radius: 15px;
}


.main7{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contenidoMain7{
    border-radius: 20px;
    width: 90%; height: 600px;
    background: url(../img/dispositivos.png);
    background-size: cover;  
  }
.text1Main7{
    background: url(../img/imgIndex/Productos.png);
    height: 600px;
    background-size: 100% 50%; 
    background-repeat: no-repeat;
    background-position: bottom;
    background-size:contain ;
    color: var(rgb(246, 239, 241));
    display: flex;
    flex-wrap: wrap;
}
.text1Main7 h2{
    font-size: 2rem;
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
}
.text1Main7 p{
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-left: 5%;
    margin-bottom: 0rem;
}
.iconosMain7{
  display: flex;
  align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.iconoMain7{
width: 100px; height: 100px;
margin-left: 20px;
    margin-right: 20px;
}
.contenedorDeTexto{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.imgIcono{
width: 100%; height: 100%;
}
.text1Main7 .h22{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 10%;
}

.imgProductosMain7{
    width: 100%; height: 500px;
}


.main8{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.main8 .h28 {
  font-family: 'Poppins', sans-serif !important;
}
#carrousel2 {
    margin: 10px;
    width: 83%;
  }
  
.owl-next{
  background: url(../img/imgIndex/FLECHA1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #0000 !important;
}

.owl-prev{
  background: url(../img/imgIndex/FLECHA2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #0000 !important;
}

  @media (max-width: 768px) {
    #carrousel2 {
      margin: 70px 0px 0px 0px;
    }
  }
  
  @media (max-width: 425px) {
    #carrousel2 {
      margin: 50px 0px 0px 0px;
    }
  }
  
  #carrousel2 .title {
    margin-bottom: 10px;
    font-size: 30px;
  }
  
  
  
  #carrousel2 .owl-carousel img {
    /* max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute; */
    /* margin-top: 56px; */
    margin: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 150px; height: 150px;
    /* object-fit: cover; */
    transition: all 0.2s ease;
  }
  
  #carrousel2 .owl-item {
    height: 250px;
    width: 100%;
    position: relative;
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    transition: all 0.2s;
    -webkit-transform: all 0.2s;
    z-index: 1;
  }
  
  @media (max-width: 768px) {
    #carrousel2 .owl-item {
      height: 270px;
    }
  }
  
  @media (max-width: 380px) {
    #carrousel2 .owl-item {
      height: auto;
  }
  }
  
  #carrousel2 .owl-item.big {
    transform: scale(1);
    -ms-transform: scale(1);
    z-index: 3;
  }
  
  #carrousel2 .owl-item.medium {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    z-index: 2;
  }
  
  #carrousel2 .owl-item.medium.mdright {
    position: relative;
    left: -30px;
  }
  
  @media (min-width: 768px) {
    #carrousel2 .owl-item.medium.mdright {
      left: 0px;
    }
  }
  
  #carrousel2 .owl-item.medium.mdleft {
    position: relative;
    right: -30px;
  }
  
  @media (min-width: 768px) {
    #carrousel2 .owl-item.medium.mdleft {
      right: 0px;
    }
  }
  
  #carrousel2 .owl-item.smallRight.active {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    position: relative;
    /* left: -30px; */
  }
  
  #carrousel2 .owl-item.smallLeft.active {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    position: relative;
    /* right: -30px; */
  }
  
  #carrousel2 .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
  }
  
  #carrousel2 .owl-nav .owl-prev {
    position: absolute;
    left: -133px;
    top: 10px;
    font-size: 70px !important;
  }
  
  #carrousel2 .owl-nav .owl-prev:hover {
    color: #adadad00 !important;
  }
  
  #carrousel2 .owl-nav .owl-next {
    position: absolute;
    right: -137px;
    top: 10px;
    font-size: 70px !important;
  }
  
  #carrousel2 .owl-nav .owl-next:hover {
    color: #adadad00 !important;
  }
  

  .contenedorProducto2{
    width: 100%;
    height: auto;
    display: flex;
    border-radius: 20px;
    background: transparent;
    transition: var(--tran-04);
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
  .contenedorProducto1{
    width: 100%;
    height: auto;
    display: flex;
    border-radius: 20px;
    background: var(linear-gradient(#000099, 50%, #000099));
    transition: var(--tran-04);
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
  
  .contenedorProducto2:hover{
    transform: scale(1.02);
    border-radius: 20px;
	transition: var(--tran-04);
  }
 
  .contenedorProducto2 img{
    /* width: 50px; */
    width: 90%;
  }
  .primercontenedorProducto{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  .primercontenedorProducto h2{
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(#FFFFFF);
    /* margin-left: 15px; */
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .primercontenedorProducto p{
    color: var(#FFFFFF);
    padding: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .primercontenedorProducto a{
    width: 55%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: var(#000000);
    background: var(#FFFFFF);
    padding: 3%;
    /* margin-left: 15px; */
    /* margin-bottom: 15px; */
    margin: 15px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 700;
  }
  .primercontenedorProducto a:hover{
    
    background: rgba(255, 255, 255, 0.788);
    border:1px solid var(#FFFFFF);
  }
  .text-center{
    display: none;
  }


  /* footer{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: linear-gradient(#000099, 50%, #000099);
    margin-top: 20px;
    font-weight: 700;
    color: var(rgb(246, 239, 241));
  } */





@media (min-width: 280px){
    .textoBaner{
        margin-top: 10%;
        margin-left: 10%;
        width: 90%;
        font-family: 'Poppins', sans-serif !important;
        font-size: 60pt;
    }
    .textoBaner h1{
        font-size: 2.5rem;
        width: 85%;
        text-align: center;
    }
    .redes{
        margin-top: 20px;
        margin-left: 44px;
        margin-bottom: 4rem;
    }
    .boton1{
      width: 90%;
      font-size: 1.1rem;
      margin-left: 0px;
      font-family: 'Poppins', sans-serif !important;
      padding: 23px !important;
    }


    .main2 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .imgMain2 {
        width: 90%;
    }
    .textMain2 {
        width: 100%;
    }
    .capa1, .capa2, .capa3 {
      justify-content: center;
    }
    .capa p{
      text-align: center;
    }


   
    .textMain3 {
        width: 80%; height: 100%;
        margin-left: 100px;
    }

    .textMain3 p {
      width: 95%;
        font-size: 1.9rem;
    }



    .col-md-132 {
      width: 80%;
    }
    .contador h2 {
      width: 100%;
      font-weight: 700;
      font-size: 3.5rem;
      color: rgb(68, 68, 68);
    }
    .contador{
      width: 240px; height: 240px;
      align-content: space-around;
    }
    .contador p{
      font-size: 2rem;
    }
    #carrousel {
      margin: 0px 0 0 0;
    }


    .main5 {
      margin-top: 100px;
        height: auto;
        flex-direction: column;
    }
    .textMain5 {
        width: 90%;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
    }
    .textMain5 h2 {
      font-size: 3.5rem;
    }
    .imgMain5 {
        width: 90%;
    }
    .imgMain5 img {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 15px;
    }
    .imgMain5 video {
      border-top-right-radius: 0px;
      border-bottom-left-radius: 15px;
  }
    .boton2 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 1.1rem;
        border: solid;
        font-family: 'Poppins', sans-serif !important;
        padding: 23px !important;
    }
    .textMain5 p {
      margin-top: 44px;
      font-size: 1.5rem;
      text-align: initial;
    }



    .texth2 h2 {
      font-weight: bold;
      font-size: 3rem;
    }
    .texth2{
        height: 350px;
        text-align: center;
        margin-top: 100px;
    }
    .usos {
        width: 90%; height: auto;
        margin-top: 100px;
    }
    .block {
        width: 80%; height: 100px;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        justify-content: flex-start;
        align-content: center;
    }
    .imgBock {
        width: 40%;
    }
    .textBlock {
        width: 40%;
        text-align: center;
    }


    .main7{
        border-top: 0px;
        margin-top: 100px;
    }
    .text1Main7{
      background-size: 327% 30%;
      height: 95%;
    }
    .text1Main7 h2 {
        font-size: 1.5rem;
    }
    .iconoMain7 {
        width: 50px;
        height: 50px;
    }
  .contenidoMain7 {
    height: 130px;
    border-radius: 20px;
    width: 95%; height: 215px;
    background: url(../img/dispositivosChicos.png);
    background-size: cover;  
    background-position: center;
  }

    .main8 .h28{
      margin-top: 100px;
      width: 90%;
      font-weight: bold !important; 
      font-size: 3rem !important;
      display: flex;
      align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    }
    .owl-prev, .owl-next{
      display: none;
    }


  .main{
    height: 750px;
    background-size: 100% 150px;
    justify-content: flex-start;
  }
  .imgAvion{
    margin-top: -750px;
    height: 150px;
    margin-bottom: 500px;
  }

  #QS{
    font-size: 50px;
  }





  .puntosUbicacion{
    flex-direction: column;
    margin-top: 40px;
  }
  .puntosUbicacion li{
    justify-content: flex-start;
    list-style: none;
  }
  .puntosUbicacion1{
    margin-left: 0px;
    width: 95%;
  }
  .puntosUbicacion2{
    margin-left: 0px;
    width: 95% !important;
  }
  .puntosUbicacion1 ul {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }
  .puntosUbicacion2 ul {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }


  #visionBloque{
    margin-top: 40px;
  }



  .main3 {
    height: 100px;
  }
  .textMain3{
    margin-left: 15px;
  }
  .textMain3 h2 {
    font-size: 2rem;
  }
  #textoContactanos {
    font-size: 2rem;
  }


  .main4{
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
  }


  #mainF2{
    margin-top: 50px;
  }
  #textoCyC {
    font-size: 19px;
  }
  #CESF {
    margin-top: 50px;
    font-size: 1.3rem;
    width: 100%;
  }
  .rowCuestionario{
    flex-direction: column;
  }
  .btnFormulario {
    font-size: 1.3rem !important;
  }


  #imgLogoFooter{
    width: 100%;
    padding: 45px;
  }
  .Col1Footer{
    flex-direction: column !important;
    align-content: center !important;
  }
  .navbar-nav {
    width: 100%;
  }
}
@media (min-width: 320px){
    .textoBaner {
      margin-left: 30px;
    }
    .redes {
        margin-left: 50px;
    }
    .texth2 {
        text-align: center;
    }
    .iconoMain7 {
      width: 55px;
      height: 55px;
  }


  .block{
    height: 107px;
  }
}
@media (min-width: 360px){
    .redes {
        margin-left: 66px;
    }
    .iconoMain7 {
      width: 65px;
      height: 65px;
    }

    .block {
      height: 130px;
    }
}
@media (min-width: 375px){
  .main {
    height: 750px;
    background-size: 100% 222px;
  }
  .textoBaner {
    margin-left: 30px;
  }
  .textoBaner h1 {
    font-size: 3rem;
  }
  .contenidoMain7{
    height: 300px;
  }


  .imgAvion{
    height: 222px;
  }
  .puntosUbicacion{
    margin-top: 88px;
  }
  .block {
    height: 150px;
  }
}
@media (min-width: 390px){
  #carrousel2 .owl-item {
    height: auto;
  }

  .main {
    height: 780px;
  }
  .imgAvion {
    margin-top: -780px;
  }
}
@media (min-width: 540px){
  .main {
    height: 780px;
  }
  .usos{
      /* justify-content: space-around; */
  }
  .block {
    width: 50%;
  } 

  .text1Main7 {
    background-size: 230% 30%;
  }
  .iconoMain7 {
    width: 75px;
    height: 75px;
  }
  #carrousel2 .owl-item {
    /* height: 270px; */
  }
  .contenidoMain7{
    height: 400px;
  }


  .imgAvion {
    margin-top: -780px;
  }
  .rowN2{
    flex-direction: column;
  }
  #formularioContenedor{
    flex-direction: column;
  }
}
@media (min-width: 550px){
  .contenidoMain7{
    height: 450px;
  }

  #mainF2 {
    height: 220px;
  }
}
@media (min-width: 576px){
  .puntosUbicacion1 {
    margin-left: 0px;
    width: 95% !important;
  }
  .main {
    height: 900px;
  }
  .imgAvion {
    margin-top: -900px;
    margin-bottom: 580px;
  }

  .col {
    width: 100% !important;
    flex: 1 0 0% !important;
  }
}
@media (min-width: 720px){

  .textoBaner h1 {
    font-size: 4rem;
  }
    .imgSeguridad, .imgEnergia {
        width: 49%;
    }
    .imgConfort{
        width: 99%;
    }
    
  .textMain3 h2 {
    font-size: 5.4rem;
  }
  .textMain3 p {
    font-size: 2.9rem;
  }

  .main4{
    height: 340px;
  }

  .texth2 h2 {
    font-size: 5rem;
  }
  .textBlock p {
    font-size: 1.3rem;
    padding: 5%;
  }


  .iconoMain7 {
    width: 80px;
    height: 80px;
  }
  .iconosMain7{
    margin-left: 5%;
  }
  .contenidoMain7 {
    height: 600px;
  }
  .text1Main7 {
    background-size: 150% 40%;
  }


  .main8 .h28{
    font-size: 3.5rem !important;
  }

  .primercontenedorProducto a {
    width: 170px;
  }
  .contenedorProducto2 {
    width: 85%;
  }



  .main{
    background-size: 100% 300px;
    align-items: center;
  }
  .imgAvion {
    height: 300px;
    margin-bottom: 400px;
  }
  .puntosUbicacion{
    width: 100%;
    flex-wrap: wrap !important;
    width: 95% !important;
  }
  .puntosUbicacion1, .puntosUbicacion2{
    width: 50% !important;
  }
  .puntosUbicacion1 ul {
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
  }
  .puntosUbicacion2 ul {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }

  .main4 {
    height: 540px;
  }
  .block {
    width: 40%;
  }

  #LAV, #Hrs, #HDA {
    font-size: 1.1rem;
}

}
@media (min-width: 767px){
  .iconoMain7 {
    width: 90px;
    height: 90px;
  }
  .text1Main7 {
    background-size: 115% 40%;
  }
  .contenidoMain7 {
    height: 640px;
  }


  #mainF2 {
    height: 310px;
  }
  .rowCuestionario {
    flex-direction: row;
  }
  
}
@media (min-width: 769px){
  .main4 {
    height: auto;
  }
  .contador {
    width: 45%;
    align-content: center;
  }
  .contador h2 {
    width: 33%;
  }
  .contenedor {
    height: 40%;
    width: 27%;
  }
  .col-md-132 {
    width: 50%;
  }
}
@media (min-width: 816px){
  .main4 {
    margin-top: 20px;
  }
  .contenidoMain7 {
    background: url(../img/dispositivos.png);
    background-size: cover;
    height: 435px;
  }


  .block {
    width: 36%;
  }
  .main {
    margin-top: 99px;
  }
  .rowN2 {
    flex-direction: row;
  }
  #visionBloque {
    margin-top: 0px;
    align-content: flex-start !important;
  }
  #visionBloque, #misionBloque {
    height: 1000px;
  }
  .textMain5{
    height: 100%;
  }
  .main3 {
    height: 150px;
  }
  
}
@media (min-width: 820px){
    .boton2 {
        width: 35%;
        margin-left: 60%;
    }
    .block {
      width: 33%;
      height: 250px;
      flex-wrap: nowrap;
  }
  .main {
    background-size: 100% 350px;
  }
  .imgAvion {
    height: 350px;
  }
  .puntosUbicacion {
    margin-top: 150px;
}

}
@media (min-width: 920px){
  .main {
    height: 1000px;
    background-size: 100% 400px;
  }
  .textoBaner {
    margin-top: 15%;
  }
  .imgConfort, .imgEnergia, .imgSeguridad{
    width: 33%;
  }
  .contenidoMain7 {
    height: 490px;
  }
  .imgAvion {
    margin-top: -1000px;
    height: 400px;
   }
   #visionBloque, #misionBloque {
    height: 920px;
  }
  #mainF2 {
    height: 400px;
  }
}
@media (min-width: 1024px){
    .main {
        height: 1000px;
    } 
    .textoBaner h1 {
        font-size: 3rem;
        text-align: left;
        font-weight: 700;
        margin-left: 60px;
    }
    .texth2 {
      height: 180px;
    }
    .texth2 h2 {
      font-size: 4rem;
  }
    .usos {
        width: 60%;
        height: auto;
    }
    .boton1 {
      width: 250px;
    }



  .main3 {
    height: 50px;
  }
  .textMain3 p {
    font-size: 1.7rem;
  }
  .textMain3 h2 {
    font-size: 2rem;
  }



  .contador {
    width: 23%;
  }
  .contador h2{
    font-size: 2rem;
  }
  .contador p {
    font-size: 1.4rem;
  }
  .col-md-132 {
    width: 60%;
  }
  .owl-carousel .owl-item img {
    width: 100%;
  }
  #carrousel .owl-item {
    width: 140px !important;
  }
  #carrousel .owl-carousel img {
    padding: 10%;
  }
  .owl-carousel .owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }


  .textBlock p {
    font-size: 1rem;
  }
  .usos{
    margin-top: 50px;
  }

  #carrousel2 .owl-item {
    height: 450px;
  }
  #carrousel2 .owl-carousel img {
    margin: 5px;
  }



  .block {
    width: 15%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .imgBock {
    width: 75%;
  }
  #visionBloque, #misionBloque {
    height: 800px;
  }
  .textMain3 h2 {
    font-size: 3rem;
}
}
@media (min-width: 1280px){
  body{
      display: flex;
      flex-wrap: wrap;
  justify-content: center;
  }
  .main {
    height: 700px;
    background-size: 100% 600px;
  }
  .main5{
    width: 90%;
    height: 260px;
    flex-direction: unset;
  }
  .textMain5 {
    width: 59%;
    padding: 1%;
  }
  .imgMain5 {
    width: 40%;
}
  .textMain5 p {
    margin-top: 10px;
    font-size: 1.03rem;
  }
  .textMain5 h2 {
    font-size: 3rem;
  }
  .btn2Main5{
    margin-top: 0;
  }
  .textMain5 {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    }
    .imgMain5 img {
      border-top-right-radius: 15px;
      border-bottom-left-radius: 0px;
  }
  .imgMain5 video {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
  }
  .block {
      width: 20%;
  }
  .imgBock {
      width: 45%;
      display: flex;
      justify-content: center;
  }
  .textBlock {
      width: 55%;
  }
  .imgBlockAll{
      width: 100%;
      border-radius: 15px;
  }

  .text1Main7 {
    background-size: 100% 40%;
  }
  .iconoMain7 {
    width: 60px;
    height: 60px;
  }
  .text1Main7 .h22 {
    margin-right: 5%;
  }
  .contenidoMain7 {
    height: 650px;
  }

  #carrousel2 .owl-item {
    height: auto;
  }
  .contenedorProducto2 {
    width: 85%;
}


.imgAvion {
  margin-top: -700px;
  height: 600px;
  margin-bottom: 0px;
}
.textoBaner {
  margin-top: 40px;
}
.puntosUbicacion{
  margin-top: 22px;
  align-content: flex-start;
  background: #ff862e;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.puntosUbicacion1 {
  width: 25% !important;
}
.puntosUbicacion2 {
  width: 25% !important;
}
.puntosUbicacion1 ul {
  border-top-left-radius: 50px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 50px;
}
#visionBloque, #misionBloque {
  height: 350px;
}
.block {
  width: 15%;
  align-items: flex-start;
}
.imgBock {
  width: 40%;
}
#imgBock1,#imgBock2,#imgBock3,#imgBock4,#imgBock5{
  height: 65px;
}
.textBlock {
  width: 100%;
  text-align: justify;
}
#mainF2 {
  height: 500px;
  background-size: 100% 500px;
}
#formularioContenedor {
  flex-direction: row;
}
#textoContactanos {
  font-size: 4rem;
}
#textoCyC {
  font-size: 23px;
}


#imgLogoFooter {
  width: 50%;
}
.navbar-nav {
  width: 48%;
}
.Col1Footer {
  flex-direction: row !important;
}
#LAV, #Hrs, #HDA {
  font-size: 1.2rem;
}
}
@media (min-width: 1366px){

  .main2{
      width: 100%;
  }
  .contenidoMain7 {
    height: 680px;
  }
  .contenedorProducto2 {
    width: 80%;
  }
  #carrousel2 .owl-carousel img {
    width: 200px;
    height: 200px;
  }


  .imgBock {
    width: 36%;
  }
  .textBlock p {
    font-size: 1.2rem;
    font-weight: 600;
  }

}
@media (min-width: 1440px){
    .contenedorProducto2 {
      width: 90%;
    }
    #carrousel2 .owl-carousel img {
      width: 250px;
      height: 250px;
    }
    .main5{
      flex-direction: row;
    }
    .textMain5 p {
      margin-top: 20px;
      font-size: 1.03rem;
  }
  .textMain5 {
    width: 90%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    }
    .imgMain5 img {
      border-top-right-radius: 15px;
      border-bottom-left-radius: 0px;
  }
  .imgMain5 video {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
  }
    .textMain5 {
      width: 55%;
  }
  .imgMain5 {
    width: 36%;
  }
  .textMain5 h2 {
    font-size: 2.5rem;
}

.main {
  height: 600px;
}
.imgAvion{
  margin-top: -600px;
}

}
@media (min-width: 1920px){
  .main {
    height: 850px;
    margin-top: 95px;
    background-size: 100% 850px;
  }
  .imgAvion {
    margin-top: -850px;
    height: 850px;
  }

  .textoBaner {
    margin-top: 100px;
  }
  .boton1{
    width: 350px; height: 66px;
    font-size: 1.5rem;
    margin-left: 0px;
  }
  .imgConfort, .imgEnergia, .imgSeguridad{
    width: 33%;
    height: 400px;
   }
  .textMain2 h2 {
    font-size: 3rem;
    font-weight: 1388;
  }
  .textMain2 p {
    font-size: 1.5rem;
  }
  .textMain3 h2 {
    font-size: 4.3rem;
  }
  .textMain3 p {
    width: 44%;
    font-size: 1.7rem;
    font-weight: 400;
  }
  .textoBaner h1{
    font-size: 4rem;
    width: 100%;
  }



  .main3 {
    margin-top: 50px;
    height: 100px;
  }
  .owl-carousel .owl-item img {
    padding: 0;
    display: block;
    width: 70%;
  }



  .main5 {
    flex-direction: row;
    width: 80%;
    margin-top: 70px;
  }
  .textMain5 {
    width: 50%;
  }
  .imgMain5 {
    width: 30%;
  }



  .main6{
    margin-top: 130px;
  }
  .usos {
    margin-top: 50px;
    width: 60%;
    height: auto;
  }
  .block {
    margin-left: 20px;
    margin-right: 20px;
    width: 15%;
    align-items: flex-start;
  }
  .textBlock {
    width: 70%;
    /* margin-bottom: 50px; */
    margin-top: 50px;
  }
  .block p {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    text-align: left;
    font-weight: 600;
  }



  .main7 {
    margin-top: 70px;
  }
  .texth2 h2 {
    width: 65%;
    font-weight: 700;
    font-size: 5.5rem;
  }
  .contenidoMain7 {
    height: 870px;
    width: 98%;
  }
  .text1Main7 {
    height: 100%;
  }
  .iconoMain71 {
    width: 70px;
    height: 70px;
  }
  .iconoMain72 {
    width: 80px;
    height: 80px;
  }
  .iconoMain73 {
    width: 50px;
    height: 50px;
  }
  .iconoMain74 {
    width: 70px;
    height: 70px;
  }
  
  .main8{
    font-weight: 700;
  }
  .primercontenedorProducto h2 {
    font-size: 1.5rem;
  }

  .tituloMain8{
    font-weight: bold !important;
    font-size: 40pt !important;
  }
  #carrousel2 {
    margin: 30px;
    width: 83%;
  }
  .contenedorProducto2 {
    width: 70%;
  }
  #carrousel2 .owl-carousel img {
    width: 303px;
    height: 303px;
  }
  

.puntosUbicacion{
  font-size: 1.15rem;
  width: 90% !important;
}
.puntosUbicacion1 {
  width: 27% !important;
}
.textoBaner {
  margin-left: 0px;
}

#QS {
  font-size: 88px;
}
#QSTexto {
  font-size: 1.5rem !important;
}
.rowN2 {
  width: 90%;
  margin-top: 100px !important;
}
.imgBock {
  width: 40%;
}
#imgBock1, #imgBock2, #imgBock3, #imgBock4, #imgBock5 {
  height: 100px;
}
.textBlock{
  margin-top: 0;
}
#CESF {
  font-size: 2.2rem;
}
#imgLogoFooter {
  width: 40%;
}

}

h1,h2,h3{
font-family: 'Poppins', sans-serif !important;
}
p, a, label, b, span{
font-family: 'Poppins', sans-serif !important;
}


.total-container{
  display: none;
}
/* prueba de menu responsivo*/

  /* Estilos para el menú horizontal */
  .mobile-menu {
      display: flex;
      justify-content: space-between;
      /* margin-left: -2%;  */
      /* width: 102%; */
  }
  
  .mobile-menu .navPrincipal {
      display: flex;
      align-items: center;

      margin-left: 0;
      background: linear-gradient(#000099, 50%, #000099);
      /* width: 100%;*/

  }

  .mobile-menu .footPrincipal {
      display: flex;
      align-items: center;
      margin-left: 0;
      background: linear-gradient(#000099, 50%, #01011C);
      /* width: 100%;*/

  }
  
  .menu-button {
      display: none; /*Ocultar el botón en pantallas grandes */
  }
  
  /* Menu  para pantallas pequeñas  */
  @media (max-width: 815px) {
      .container-fluid{
          padding-right: 0 !important;
          padding-left: 0 !important;
          margin-right: 0;
          margin-left: 0;
      }
      .row{
          margin-right: 0 !important;
          margin-left: 0 !important;
      }

      .mobile-menu .navPrincipal {
      display: none;/* Ocultar el menú en pantallas pequeñas */
      width: 100%; 
      height: auto; 
      background: linear-gradient(#000099, 50%, #000099);
      margin-left: -12px !important;
      }
      .navPrincipal:hover{
          background: linear-gradient(#000099, 50%, #000099);
          border-bottom: 1px solid var(#000099);
      }

      .mobile-menu .footPrincipal {
          display: none;/* Ocultar el menú en pantallas pequeñas */
          width: 100%; 
          height: auto; 
          background: linear-gradient(#000099, 50%, #000099);
          margin-left: -12px !important;
      }

      .menu-button {
      display: block; /* Mostrar el botón en pantallas pequeñas */
      }
      #ponAquiElMenu{
          width: 100% !important;
          background: linear-gradient(#000099, 50%, #000099);
      }
      .menu-button {
      padding: 10px 20px;
      background-color: #59618b;
      color: #fff;
      border: none;
      cursor: pointer;
      }
      .navPrincipal ul {
          flex-direction: column;
      }
      .links{
          margin-left: 0px !important;
          display: block !important;
      }
      .search-box{
          width: 100% !important;
          justify-content: center !important;
      }
      .menuDesplegable{
          text-align: left !important;
      } 
      .user{
          width: 100% !important;
      }
      .logoMenu{
          margin-top: 2%;
      }
      .mobile-menu{
          display: flex !important;
          
      }
      .sol .soluciones{ /* color menu soluciones*/
          background: #202b5e !important;
      }

      /* CSS menu desplegable productos */
      .dispositivosR {
          display: flex;
          flex-direction: column !important;
          width: 100% !important;
          border-top: 2px solid var(#FFFFFF);
      }
      .Marcas{
          display: flex !important;
          /* flex-direction: column !important; */
          justify-content: space-between !important;
          border-left: none !important;
          width: 100% !important;
          align-items: center !important;
          border-top: 2px solid var(#FFFFFF);
          /* margin-top: 2% !important; */
      }
      .subCategorias{
          border-right: none !important;
          width: 100% !important;
      }

      .subCategorias a{
          font-size: small !important;
      }

      .depliegueNav{
          display: block !important;
          flex-direction: column !important;
          width: 310% !important;
          left: -105% !important;
          height: auto !important; 
          background: #202b5e !important; 
      }
      .dispositivosR img{ 
          height: 50%;
      }
      .contImgdispR {
          width: 30% !important;
          height: 13vh !important; 
      }
      .contImgdispR:hover{
          transform: scale(1.05) !important;    
      }
      .contImgdispR a h2{
          font-size: 0.7rem !important;
          text-align: center !important;
          /* color: white; */
      }
      .barra1{
          display: none !important;
      }
      .LP1 .depliegueNav{
          height: auto !important;
      }   

  }

  #menu-button{
      width: 40px;
  }


/**************/
.container-fluid{
  width: 100%;
}
#ponAquiElMenu{
  width: 100%;
}
.navPrincipal{
  width: 100%; height: 150px;
  background: transparent;
  color: var(rgb(246, 239, 241));
  font-size: 1.3rem !important;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  z-index: 100;
  position: absolute;
  justify-content: space-between;
  right: 0 !important;
}
.navPrincipal a {
  color: var(rgb(246, 239, 241));
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}

.navPrincipal:hover{
  background: linear-gradient(#000099, 50%, #000099);
  border-bottom: 1px solid var(#000099);
}

.footPrincipal{
  width: 100%; height: auto;
  background: linear-gradient(#000099, 50%, #000099);
  color: #FFFFFF;
  font-size: 1.3rem !important;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  z-index: 100;
  justify-content: space-between;
  right: 0 !important;
}
.footPrincipal a {
  color: #FFFFFF;
  text-decoration: none;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}

.logoMenu{
  width: 150px;
  margin-left: 5%;
}
.logoMenu .logoM{
  width: 100%; height: 100%;
}



.links{
  height: 100%;
  display: flex;
  justify-content: space-around;
  margin-left: 450px;
  align-items: center;
  margin-right: 5%;
}
.linkNav{
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.menuDesplegable{
  height: 100%;
  display: flex;
  text-align: center;
  flex-wrap: nowrap;
  align-content: flex-end;
  align-items: flex-end;
}
.menuDesplegable ul{
  list-style: none;
  padding: 0;
}
.menuDesplegable li{
  position: relative;
  line-height: 3rem;
}
.Ulprincipal{
  position: inherit;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}
.menu ul{
  position: absolute;
}
.menuDesplegable a{
  color: #ddd;
  padding: 0 1em;
  text-decoration: none;
  font-family: 'Poppins', sans-serif !important;
}
/* primer nivel */
.menu{
  background: transparent;
  display: flex;
  width: 100%; height: 100%;
  margin-bottom: 0;
  align-items: center;
}
.liPrincipal{
  height: 100%;
  font-size: 20px;
  display: flex;

}
.liPrincipal:hover{
  border-bottom: 3px solid var(rgb(23, 156, 241)); 
}
.depliegueNav{
  z-index: 90;
  width: 1000%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.menu > li{
  float: left;
}
/* segundo nivel */
.lisecundario{
  width: 100%;
}
.menuDesplegable li li{
  background: var(rgb(11, 10, 118));
  max-height: 0;
  overflow: hidden;
  transition: all .25s;
}
.menuDesplegable li:hover > ul > li{
  max-height: 1000px;
  width: 100%;
}
.menu > li > ul{
  z-index: 90;
  top: 102%;
  width: 100%;
}
/* tercer nivel*/
.menu ul ul{
  left: 100%;
  top: 5px;
}
.LP1 .depliegueNav{
  background: linear-gradient(#000099, 50%, #01011C);

}
.liPrincipal a:hover{
  color: #ddd;
} 


.barra1{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;
  border-bottom: 2px solid var(#FFFFFF);
  border-top: .5px solid var(#FFFFFF);
  
}
.barra1 h2{
  font-size: 1.3rem !important;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 5px;
}
.subCategorias, .dispositivosR, .Marcas{
  height: 350px;
}
.barra1SubC{
  width: 20%;
}
.barra1DispR{
  width: 50%;
}
.barra1Marcas{
  width: 30%;
}
.subCategorias{
  width: 20%;
  font-size: 1rem !important;
  line-height: 1.9rem;
  font-weight: 700;
  border-right: 2px solid var(#FFFFFF);
}
.subCategorias a{
  height: auto;
  top: 5px;
  font-weight: 50;
}
.subCategorias a:hover{
  border-bottom: transparent;
  text-decoration: underline;
  
}
.dispositivosR {
  height: 100%;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
.dispositivosR img{
  width: 90%;
}
.contImgdispR{

  width: 20%; 
  border-radius:15px;
  height: 20vh; 
}
.contImgdispR:hover{
  background: var(linear-gradient(to bottom, transparent ,  #f5f9f9db));
  opacity: 90%;
  transform: scale(1.20);    
}
.contImgdispR a:hover{
  color: white;
  /* text-decoration: underline; */
}

.contImgdispR a{
  padding: 0 0;
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}
.contImgdispR a h2{
  font-size: 1rem !important;
  /* color: white; */
}
.Marcas{
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  border-left: 2px solid var(#FFFFFF);
}

.contImgMarcas img{
width: 55%;
}
.contImgMarcas{
  width: 25%;
  height: 70px;
  margin-top: -22px;
}
.search-box{
  display: flex;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
}
.user{
  width: 170px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.user i{
  width: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}
.user a:hover {
  color: var(#FFFFFF);
}

.buscar {
  position: relative;
  padding: 5px;
  background: transparent;
}  
.buscar input {
  width: 0;
  height: 40px;
  padding: 0 20px;
  font-size: 18px !important;
  
  outline: none;
  border: 1px solid silver;
  border-radius: 30px;
  transition: all 0.6s ease;
  background: transparent;
  border-color: transparent;
} 
.btnBuscar {
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 5px;
  right: 0;
  position: absolute;
  background: transparent;
  border-color: var(rgb(53, 51, 205));
  text-align: center;
  color: var(rgb(246, 239, 241));
  font-size: 18px !important;
  border-radius: 50%;
  cursor: pointer;
}
.buscar:hover input {
  width: 200px;
  background: var(rgb(246, 239, 241));
  border: 3px solid var(rgb(23, 156, 241));
}
.buscar:hover input ~ .btnBuscar{
  background: var(rgb(23, 156, 241));
}
.buscar:hover input ~ .search-box{
  justify-content: center;
  width: 200px;
}
.buscar input:focus {
  width: 200px;
}

.sol .soluciones{ /* color menu soluciones*/
  background: linear-gradient(#000099, 50%, #01011C);
}
.soluciones a:hover{
  text-decoration: underline;
}
/* borde productos*/
.contImgdispR{
  border-width: 5;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: white;
} 

.totalCarrito{
  -webkit-animation: show-total .5s cubic-bezier(.5,1,.66,.25,.66);
  animation: show-total .5s cubic-bezier(.5,1,.66,.25,.66);
  display: flex;
  position: absolute;
  font-size: .8rem;
  color: #f2f2f2;
  z-index: 1;
  right: 97px;
  top: 222px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 110px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.totalCarrito::before{
  border-radius: 50%;
  content: "";
  z-index: -1;
  background: red;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* border: .5px solid #f2f2f2; */
}


@media (min-width: 1px){


}
@media (min-width: 280px){
  
  /* .navPrincipal{
      display: none;
  } */
  .totalCarrito {
      right: 115px;
      top: 226px;
  }
}
@media (min-width: 320px){
  .navPrincipal {
      font-size: 1.5rem !important;
  }
  .subCategorias{
      font-size: 1.2rem !important;
  }
  .totalCarrito {
      right: 135px;
      top: 225px;
  }
}
@media (min-width: 360px){
  .totalCarrito {
      right: 155px;
      top: 226px;
  }
}
@media (min-width: 375px){
  .totalCarrito {
      right: 162px;
      top: 226px;
  }
}
@media (min-width: 390px){
  .totalCarrito {
      right: 170px;
      top: 227px;
  }
}
@media (min-width: 540px){
  .totalCarrito {
      right: 244px;
      top: 231px;
  }
}
@media (min-width: 550px){
  .totalCarrito {
      right: 250px;
      top: 230px;
  }
}
@media (min-width: 576px){
  .totalCarrito {
      right: 263px;
      top: 230px;
  }
}
@media (min-width: 720px){
  /* .navPrincipal{
      display: none;
  } */
  .totalCarrito {
      right: 335px;
      top: 234px;
  }
}
@media (min-width: 767px){
  .navPrincipal {
      display: flex;
      height: 100px;
  }
  .logoMenu {
      width: 80px;
  }
  .links{
      margin-left: 0;
      margin-right: 0;
  }
  .menuDesplegable a {
      padding: 0 0.5em;
  }
  .user {
      width: 100px;
      margin-right: 2%;
  }
  .totalCarrito {
      right: 359px;
      top: 222px;
  }
}
@media (min-width: 816px){
  /* .navPrincipal {
      width: 98%;
  } */
  .menuDesplegable a {
      padding: 0 0.5em;
  }
  .row {
      margin-right: 0px !important;
      margin-left: 0px !important;
  }
  .menu > li > .Ulprincipal{
      width: 816px;
      left: -177px;
  }
  .subCategorias, .dispositivosR, .Marcas {
      height: 365px;
  }
  .totalCarrito {
      right: 41px;
      top: 23px;
  }
}
@media (min-width: 820px){
  .menu > li > .Ulprincipal{
      width: 820px;
      left: -179px;
  }
  .totalCarrito {
      right: 41px;
  }
}
@media (min-width: 920px){
  .menuDesplegable a {
      padding: 0 0.5em;
  }
  .logoMenu {
      width: 140px;
  }
  .navPrincipal {
      height: 100px;
  }
  .menu > li > .Ulprincipal{
      width: 920px;
      left: -260px;
  }
}
@media (min-width: 1024px){
  .menu > li > .Ulprincipal{
      width: 1024px;
      left: -314px;
  }
}
@media (min-width: 1280px){
  .menu > li > .Ulprincipal{
      width: 1280px;
      left: -446px;
  }
}
@media (min-width: 1366px){
  .menuDesplegable a {
      padding: 0 0.5em;
  }
  .menu > li > .Ulprincipal{
      width: 1366px;
      left: -490px;
  }
}
@media (min-width: 1440px){
  .logoMenu {
      width: 220px;
  }
  .links{
      margin-left: 150px;
      margin-right: 20px;
  }
  .menu > li > .Ulprincipal{
      width: 1440px;
      left: -633px;
  }
}
@media (min-width: 1920px){
  .links{
      margin-left: 70px;
  }
  .logoMenu {
      width: 200px;
  }
  .navPrincipal{
      width: 100%;
  }
  .menu > li > .Ulprincipal{
      width: 1920px;
      left: -795px;
  }
}

footer li {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 5px;
  justify-content: center;
  width: 100%;
}
#CLRYG{
  font-size: 1.1rem;
  text-align: center;
}

.listImage {
  margin: 2px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

