@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

*{
    margin: 0%;
    padding: 0px;
}
body{
    margin: 0%;
    padding: 0px;
}
#barra{
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    position: fixed;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    background-color: transparent;
    z-index: 1000;
}
#menu-bar{
    display: none;
}
#menu-bar-l{
    display: none;
}
#logo{
    width: 15%;
    margin: 0% 0% 0% 0%;
    
}
#logo img{
    width: 90px;
    height: 75px;
    margin-top: 2%;
}
#menu{
    width: 70%;
    margin: 0% 0%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}
#menu ul{
    list-style-type: none;
}
#menu li{
    display: inline-block;
    margin: 3% 2% 0% 2%;
    width: 19%;
    height: 50px;
}
#menu li:hover .subr{
    visibility: visible;
    animation: subrA .3s;
}
.subr{
    width: 90%;
    height: 10px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    visibility: hidden;
    margin:.5% 5% 0% 5%;
    
}
@keyframes subrA{
    0%{width:0%}
    25%{width:25%}
    50%{width:50%}
    75%{width: 75%;}
    100%{width:90%}
}
.circSub{
    width: 10px;
    height: 10px;
    background-color: #0099C5;
    border: none;
    border-radius: 200px;
}
.linSub{
    width: 90%;
    height: 2px;
    background-color: #0099C5;
    margin-top: 2%;
    
}
#menu li .dropbtn{
    text-decoration: none;
    color: black;
    margin: 0% 0%;
}
#btnCo{
    width: 15%;
    margin:0%;
    text-align: center;
    
}
#btnCo button{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    border: none;
    background-color: #0099C5;
    width: 60%;
    height: 60px;
    margin-top: 7%;
    transition: all 0.2s;
    color: white;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}             
#btnCo button:hover{
   transform: scale(1.05);
   transition: all .2s;
   border: 1px solid #FFFFFF;
   outline-offset: 3px;
}
#btnCo2{
    width: 100%;
    margin:0%;
    text-align: center;
    display:none;
}
#btnCo2 button{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    border: none;
    background-color: #0099C5;
    width: 60%;
    height: 60px;
    margin-top: 7%;
    transition: all 0.2s;
    color: white;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}             
#btnCo2 button:hover{
   transform: scale(1.05);
   transition: all .2s;
   border: 1px solid #FFFFFF;
   outline-offset: 3px;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .dropdown-content {
    margin-top: 0%;
    display: none;
    position: absolute;
    z-index: 1;
    outline-offset: 3px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropbtn {
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown-content a {
    color: #000000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    width: 100%;
  }
  
  .dropdown-content a:hover {
    background-color: #0099C5;
    color: white;
  }
  .dropdown-content:hover, .dropdown-content:focus {
    outline-offset: 3px;
  }


/*Fin de la barra de menú*/

/*Empieza la edición del banner principal*/
#rectF1{
    width: 100%;
    height: 1000px;
    position: static;
    overflow: hidden;
    margin-bottom: 2%;
}
.recF{
    width: 20%;
    height: 805px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.Rng{
    background-color: black;
    left: 80%;
    position: absolute;
}
.Raz{
    background-color: #0099C5;
    right: 80%;
    position: absolute;
    top: 20%;
}
#myCarousel{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.bannerE1{
    width: 100%;
    height: 800px;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 10;
    margin-top: 5%;
    position: absolute;
}

/*Fin del banner principal*/

/*Empieza la edición de info de planes*/
#inf{
    width: 100%;
    height: 503px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: static;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    margin-top: 2%;
}
#sec2:hover .subrS2{
    visibility: visible;
    animation: subrA2 .3s;
}
@keyframes subrA2{
    0%{width:0%}
    50%{width:35%}
    100%{width:70%}
}
.subrS2{
    width: 70%;
    height: 15px;
    text-align: center;
    display:flex;
    flex-wrap: nowrap;
    visibility: hidden;
    margin:0% 15%;
    transform: translateY(-1em);
}
.circSubS2{
    width: 10px;
    height: 10px;
    background-color: #0099C5;
    border: none;
    border-radius: 200px;
}
.linSubS2{
    width: 100%;
    height: 2px;
    background-color: #0099C5;
    margin-top: .7%;
}
.titTA{
    width: 50%;
    text-align: center;
    margin: 0% 25%;
}
.titTA p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    width: 100%;
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.tarj{
    width: 30%;
    margin:2% 2.5% 0% 2.5%;
    height: 430px;
    overflow: hidden;
}
.CTA{
    width: 50%;
    height: 50%;
    background-color: #0099C5;
    position: relative;
    left: 50%;
    transition: all 1s;
}
.CTN{
    width: 50%;
    height: 50%;
    background-color: #000000;
    position: relative;
    transition: all 1s;
}
.infT{
    width: 95%;
    height: 400px;
    margin: 0% 2.5%;
    transform: translateY(-29.7em);
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.infT:hover .imgT{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.70));
}

.tarj:hover .CTA{
    transform: scale(1.5);
    transition: all 1s;
}
.tarj:hover .CTN{
    transform: scale(1.5);
    transition: all 1s;
}
.imgT{
    width: 100%;
    text-align: center;
    margin: 15% 0% 0% 0%;
    position: absolute;
    
}
.titT{
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 30%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
.txtT{
    width: 80%;
    margin: 40% 10% 0% 10%;
    position: absolute;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    color: #000000;
}
/*Fin de la info de tarjetas*/

/*Inicia el banner de celulares*/
#ST{
    width: 100%;
    height: 600px;
    position: static;
    overflow: hidden;
}
#ST:hover .subrS3{
    visibility: visible;
    animation: subrA2 .3s;
}
#ST:hover .CNER{
    transform: scale(1.5);
    transition: all 1s;
}

.CNER{
    width: 20%;
    height: 300px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    transition: all 1s;
}
.CNEN{
    left: 80%;
    background-color: #000000;
    
}        
.CNEA{
    right: 0%;
    background-color: #0099C5;
}
.CNEB{
    width: 98%;
    margin: 1% 1%;
    height: 550px;
    position: absolute;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transform: translateY(-42.5em);
}
.titS3{
    margin-top: 1%;
}

.subrS3{
    width: 70%;
    height: 15px;
    text-align: center;
    display:flex;
    flex-wrap: nowrap;
    visibility: hidden;
    margin:0% 15%;
    transform: translateY(-1em);
}
.circSubS3{
    width: 10px;
    height: 10px;
    background-color: #0099C5;
    border: none;
    border-radius: 200px;
}
.linSubS3{
    width: 100%;
    height: 2px;
    background-color: #0099C5;
    margin-top: .7%;
}
#BanV{
    width: 90%;
    margin: 2% 5% 10% 5%;
    position: static;
    
}
#carouselVentas{
    width: 100%;
    overflow: visible;
    
}
#contentBannerVentas{
    overflow: visible;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    
}
.bannerE2{
   position: relative;
   transition: all 1s;
   border: none;
}
.img-responsive{
    width: 150px;
    height: 250px;
}
.bannerE2:hover{
    transform: scale(1.2);
    transition: all 1s;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#indicaThorsVenta{
    background-color: #0099C5;
    width: 90%;
    height: 20px;
    margin: 0% 5% 0% 5%;
    padding-top: 4px;
    position: sticky;
    transform: translateY(25em);
    border-radius: 25px;
}
/*Fin de los estilos para el banner de ventas*/

/*Empieza la edición del footer*/
#sectionFooter{
	background-color: #222222;
	padding-top: 50px;
	position: absolute;
	margin-top: 5%;
	width: 100%;
}


#sectionFooter .content{	
	margin: 0 auto;
}

#sectionFooter .elementFooter{	
	width: 170px; margin-right: auto; margin-left: auto;
}


#sectionFooter .elementFooter.title{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;

    color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sectionFooter .elementFooter.text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    /* or 144% */
    display: flex;
    align-items: center;
    text-align: justify;
    color: #BDBCBC;
}

#sectionFooter .elementFooter.text a{
	color: #BAB8BB;
}

/*Finaliza la edición del footer*/
/*Empieza la edición de Detalle*/
#sectionDetalle{
    position: absolute;
    width: 100%;
    height: 800px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
}
#bannerRepresenta{
    width: 100%;
    height: 200px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#prinTitulo{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#imgRepresenta{
    width: 250px;
    height: 350px;
}
/*Termina la edición de Detalle*/
/*Empiezan las medias querys*/
@media screen and (max-width: 600px){
/*Fin de la barra de menú*/

#logo{
    margin-top: 2%;
    
}

#menu-bar-l{
    display: block;
    position: absolute;
    width: 15%;
    left: 82%;
    margin-top: 6%;
}
#menu{
    position: absolute;
    width: 100%;
    height: 150vh;
    background-color: rgb(255, 255, 255);
    left: 0;
    transition:all 0.5s;
    transform: translateX(100%) translateY(5em);
    z-index: -2;
}
#menu ul{
    list-style-type: none;
}
#menu li{
    display: inline-block;
    margin: 3% 2.5% 0% 2.5%;
    width: 95%;
    height: 50px;
}
#btnCo{
    display: none;
}
#btnCo2{
    display: block;
}
#menu-bar:checked ~ #menu {
    transform: translateX(0%)translateY(5em);
 }
/*Empieza la edición del banner principal*/
#rectF1{
    width: 100%;
    height: 500px;
    position: static;
    overflow: hidden;
    margin-bottom: 2%;
}
.recF{
    width: 40%;
    height: 295px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.Rng{
    background-color: black;
    left: 60%;
    position: absolute;
}
.Raz{
    background-color: #0099C5;
    right: 60%;
    position: absolute;
    top: 20%;
}
#myCarousel{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.bannerE1{
    width: 100%;
    height: 350px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    z-index: 10;
    margin-top: 15%;
    position: absolute;
}
/*Fin del banner principal*/

/*Empieza la edición de info de planes*/
#inf{
    width: 100%;
    height: 1500px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: static;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 2%;
}

.subrS2{
    width: 100%;
    margin:0% 0%;
    
}
.linSubS2{
    margin-top: 1%;
}
.titTA{
    width: 90%;
    text-align: center;
    margin: 0% 5%;
}
.titTA p{
    font-size: 18px;
}
.tarj{
    width: 90%;
    margin:10% 5% 0% 5%;
    height: 380px;
    overflow: hidden;
}

.infT{
    width: 95%;
    height: 360px;
    margin: 0% 2.5%;
    transform: translateY(-26.5em);
}

.imgT{
    width: 100%;
    text-align: center;
    margin: 20% 0% 0% 0%;
    position: absolute;
    
}
.titT{
    margin-top: 45%;
    font-size: 18px;
}
.txtT{
    margin: 55% 10% 0% 10%;
    font-size: 18px;
}
/*Fin de la info de tarjetas*/

/*Inicia el banner de celulares*/
#ST{
    width: 100%;
    height: 600px;
    position: static;
    overflow: hidden;
}

.CNER{
    width: 50%;
    height: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    transition: all 1s;
}
.CNEN{
    left: 50%;
    background-color: #000000;
    
}        
.CNEA{
    right: 0%;
    background-color: #0099C5;
}
.CNEB{
    width: 95%;
    margin: 3% 2.5% 0% 2.5%;
    height: 565px;
}
.titS3{
    margin-top: 10%;
}

.subrS3{
    width: 90%;
    height: 15px;
    margin:0% 5%;
}

.linSubS3{
    width: 100%;
    height: 2px;
    background-color: #0099C5;
    margin-top: 1.5%;
}
#BanV{
    width: 100%;
    margin: 10% 0% 0% 0%;
    position: static;
    
}
#carouselVentas{
    width: 100%;
    
}
.bannerE2{
   position: relative;
   transition: all 1s;
   border: none;
   width: 25%;
}
.img-responsive{
    width: 150px;
    height: 150px;
}


/*Fin de los estilos para el banner de ventas*/
/*Empieza la edición de detalle*/
#sectionDetalle{
    position: absolute;
    width: 100%;
    height: 1200px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    text-align: justify;
}
#bannerRepresenta{
    width: 100%;
    height: 200px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#separador{
    width:100%;
    height: 800px;
    position: static;
}
}/*Fin de la media de celulares*/
@media screen and (min-width: 700px) and (max-width: 992px){
    #menu-bar-l{
        display: block;
        position: absolute;
        width: 15%;
        left: 82%;
        margin-top: 4%;
    }
    #menu{
        position: absolute;
        width: 100%;
        height: 150vh;
        background-color: rgb(255, 255, 255);
        left: 0;
        transition:all 0.5s;
        transform: translateX(100%) translateY(5em);
        z-index: -2;
    }
    #menu ul{
        list-style-type: none;
    }
    #menu li{
        display: inline-block;
        margin: 3% 2.5% 0% 2.5%;
        width: 95%;
        height: 50px;
    }
    #btnCo{
        display: none;
    }
    #btnCo2{
        display: block;
    }
    #menu-bar:checked ~ #menu {
        transform: translateX(0%)translateY(5em);
     }
    /*Fin de la barra de menú*/
    
    /*Empieza la edición del banner principal*/
    #rectF1{
        width: 100%;
        height: 800px;
        position: static;
        overflow: hidden;
        margin-bottom: 2%;
    }
    .recF{
        width: 40%;
        height: 560px;
    }
    .Rng{
        left: 60%;
    }
    .Raz{
        right: 60%;
    }
    .bannerE1{
        width: 100%;
        height: 600px;
        margin-top: 10%;
    }
    /*Fin del banner principal*/
    
    /*Empieza la edición de info de planes*/
    #inf{
        width: 100%;
        height: 1500px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        position: static;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        margin-top: 2%;
    }
    
    .subrS2{
        width: 80%;
        margin:0% 10%;
    }
    .linSubS2{
        margin-top: .7%;
    }
    .titTA{
        width: 90%;
        margin: 0% 5%;
    }
    .titTA p{
        font-size: 20px;
    }
    .tarj{
        width: 90%;
        margin:2% 5% 0% 5%;
        height: 370px;
        overflow: hidden;
    }
    .CTA{
        width: 30%;
        height: 50%;
        background-color: #0099C5;
        position: relative;
        left: 70%;
        transition: all 1s;
    }
    .CTN{
        width: 30%;
        height: 50%;
        background-color: #000000;
        position: relative;
        transition: all 1s;
    }
    .infT{
        width: 95%;
        height: 330px;
        margin: 0% 2.5%;
        transform: translateY(-25em);
    }
    
    .imgT{
        width: 100%;
        margin: 10% 0% 0% 0%;
    }
    .titT{
        margin-top: 22%;
        font-size: 18px;
    }
    .txtT{
        margin: 28% 10% 0% 10%;
        font-size: 18px;
    }
    /*Fin de la info de tarjetas*/
    
    /*Inicia el banner de celulares*/
    #ST{
        width: 100%;
        height: 620px;
        position: static;
        overflow: hidden;
    }
    
    .CNER{
        width: 30%;
        height: 50%;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        position: relative;
        transition: all 1s;
    }
    .CNEN{
        left: 70%;
        background-color: #000000;
        
    }        
    .CNEA{
        right: 0%;
        background-color: #0099C5;
    }
    .CNEB{
        width: 95%;
        margin: 0% 2.5% 0% 2.5%;
        height: 565px;
        transform: translateY(-42em);
    }
    .titS3{
        margin-top: 10%;
    }
    
    .subrS3{
        width: 80%;
        height: 15px;
        margin:0% 10%;
    }
    
    .linSubS3{
        margin-top: 1%;
    }
    #BanV{
        width: 100%;
        margin: 5% 0% 0% 0%;
        position: static;
        
    }
    #carouselVentas{
        width: 100%;
        
    }
    .bannerE2{
       position: relative;
       transition: all 1s;
       border: none;
       width: 25%;
    }
    .img-responsive{
        width: 100px;
        height: 150px;
    }
    
    
    /*Fin de los estilos para el banner de ventas*/

    /*Empieza la edición para detalle*/
    #sectionDetalle{
        position: absolute;
        width: 100%;
        height: 1000px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
    }
    #bannerRepresenta{
        width: 100%;
        height: 200px;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    #separador{
        width:100%;
        height: 300px;
        position: static;
    }
}/*Fin de la media de tablets*/
@media screen and (min-width:993px) and (max-width:1280px){
    #menu-bar-l{
        display: block;
        position: absolute;
        width: 15%;
        left: 82%;
        margin-top: 4%;
    }
    #menu{
        position: absolute;
        width: 100%;
        height: 150vh;
        background-color: rgb(255, 255, 255);
        left: 0;
        transition:all 0.5s;
        transform: translateX(100%) translateY(5em);
        z-index: -2;
    }
    #menu ul{
        list-style-type: none;
    }
    #menu li{
        display: inline-block;
        margin: 3% 2.5% 0% 2.5%;
        width: 95%;
        height: 50px;
    }
    #btnCo{
        display: none;
    }
    #btnCo2{
        display: block;
    }
    #menu-bar:checked ~ #menu {
        transform: translateX(0%)translateY(5em);
     }
    /*Fin de la barra de menú*/
    
    /*Empieza la edición del banner principal*/
    #rectF1{
        width: 100%;
        height: 800px;
        position: static;
        overflow: hidden;
        margin-bottom: 2%;
    }
    .recF{
        width: 40%;
        height: 560px;
    }
    .Rng{
        left: 60%;
    }
    .Raz{
        right: 60%;
    }
    .bannerE1{
        width: 100%;
        height: 600px;
        margin-top: 5%;
    }
    /*Fin del banner principal*/
    
    /*Empieza la edición de info de planes*/
    #inf{
        width: 100%;
        height: 1500px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        position: static;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        margin-top: 2%;
    }
    
    .subrS2{
        width: 80%;
        margin:0% 10%;
    }
    .linSubS2{
        margin-top: .7%;
    }
    .titTA{
        width: 90%;
        margin: 0% 5%;
    }
    .titTA p{
        font-size: 20px;
    }
    .tarj{
        width: 80%;
        margin:2% 10% 0% 10%;
        height: 370px;
        overflow: hidden;
    }
    .CTA{
        width: 40%;
        height: 50%;
        background-color: #0099C5;
        position: relative;
        left: 60%;
        transition: all 1s;
    }
    .CTN{
        width: 40%;
        height: 50%;
        background-color: #000000;
        position: relative;
        transition: all 1s;
    }
    .infT{
        width: 95%;
        height: 330px;
        margin: 0% 2.5%;
        transform: translateY(-25em);
    }
    
    .imgT{
        width: 100%;
        margin: 6% 0% 0% 0%;
    }
    .titT{
        margin-top: 15%;
        font-size: 18px;
    }
    .txtT{
        margin: 20% 10% 0% 10%;
        font-size: 18px;
        text-align: center;
    }
    /*Fin de la info de tarjetas*/
    
    /*Inicia el banner de celulares*/
    #ST{
        width: 100%;
        height: 620px;
        position: static;
        overflow: hidden;
    }
    
    .CNER{
        width: 30%;
        height: 50%;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        position: relative;
        transition: all 1s;
    }
    .CNEN{
        left: 70%;
        background-color: #000000;
        
    }        
    .CNEA{
        right: 0%;
        background-color: #0099C5;
    }
    .CNEB{
        width: 98%;
        margin: 0% 1% 0% 1%;
        height: 565px;
        transform: translateY(-42em);
    }
    .titS3{
        margin-top: 10%;
    }
    
    .subrS3{
        width: 80%;
        height: 15px;
        margin:0% 10%;
    }
    
    .linSubS3{
        margin-top: 1%;
    }
    #BanV{
        width: 100%;
        margin: 2% 0% 0% 0%;
        position: static;
        
    }
    #carouselVentas{
        width: 100%;
        
    }
    .bannerE2{
       position: relative;
       transition: all 1s;
       border: none;
       width: 25%;
    }
    .img-responsive{
        width: 100px;
        height: 150px;
    }
    #indicaThorsVenta{
        transform: translateY(22em);
    }
}/*Fin de la media de tablets más grandes*/
@media screen and (min-width:1290px) and (max-device-width:1400px){
    #logo{
    width: 10%;
    margin: .5% 0% 0% 0%;

    }

    #menu{
        width: 75%;
        margin: 0% 0%;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        
    }
    #menu li{
        display: inline-block;
        margin: 4% 0% 0% 0%;
        width: 22.5%;
        height: 50px;
        text-align: center;
    }
    #btnCo{
        width: 15%;
        margin:0%;
        text-align: center;
        
    }

    #btnCo button{
        width: 90%;
        height: 60px;
    }             
    
    /*Fin de la barra de menú*/
    
    /*Empieza la edición del banner principal*/

    #rectF1{
        height: 950px;
    }
    .bannerE1{
        margin-top: 6%;
    }
    
    /*Fin del banner principal*/
    
    /*Empieza la edición de info de planes*/
    #inf{
        width: 100%;
        height: 503px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        position: static;
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        margin-top: 0%;
    }

    .subrS2{
        width: 90%;
        margin:0% 5%;

    }

    .titTA{
        width: 50%;
        text-align: center;
        margin: 0% 25%;
    }
    .titTA p{
        font-size: 20px;
    }
    .tarj{
        width: 30%;
        margin:5% 2.5% 0% 2.5%;
        height: 380px;
        overflow: hidden;
        
    }
    .CTA{
        width: 50%;
        height: 50%;
        background-color: #0099C5;
        position: relative;
        left: 50%;
        transition: all 1s;
    }
    .CTN{
        width: 50%;
        height: 50%;
        background-color: #000000;
        position: relative;
        transition: all 1s;
    }
    .infT{
        width: 95%;
        height: 357px;
        margin: 0% 2.5%;
        transform: translateY(-26.4em);
    }
    
    .imgT{
        width: 100%;
        text-align: center;
        margin: 15% 0% 0% 0%;
        position: absolute;
        
    }
    .imgT img{
        width:50px;
    }
    .titT{
        width: 100%;
        margin-top: 35%;
        font-size: 18px;
    }
    .txtT{
        width: 80%;
        margin: 45% 10% 0% 10%;
    }
    /*Fin de la info de tarjetas*/
    
    /*Inicia el banner de celulares*/

    
    .CNEB{
        width: 98%;
        margin: 1% 1% 0% 1%;
        height: 565px;
    }

    /*Fin de los estilos para el banner de ventas*/
    
    
    /*Finaliza la edición del footer*/
}





