



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: "Rubik";
    background-color: #0c1b38;
}

.container /* este es el menu */ {
    z-index: 2;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(245, 245, 245);

}

.menu .navbar ul li /* general menu */ {
    position: relative;
    float: left;
}

.menu .navbar ul li a /* enlace textos menu */ {
    font-weight: 450;
    font-size: 18px;
    padding: 20px;
    color: #0A4E99;
    display: block;
}

.menu .navbar ul li .contactmenu /* boton contacto */ {
    color: white;
    border-style: solid;
    border-radius: 40px;
    border-color: #66a7fe;
    background-color: #66a7fe;
}

#menu /* boton menu para celulares */ {
    display: none;
}

.menu-logo /* logo del menu */ {
    width: 25px;
}

.lres {
    display: none;
}

.menu label {
    cursor: pointer;
    display: none;
}

#frase1 {}

.bigmother.container{
    display: flex;
    flex-direction: column;
}

.frase1-container {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 180vh;
    overflow: hidden;
    z-index: 1;
}

.h1cont {
    margin-right: 100px;
    flex-direction: column;
    display: flex;
}

.h1cont h1 /* frase del HERO */ {
    transition: 0.3s;
    margin-top: 0px;
    font-size: 50px;
    font-family: "Rubik";
    font-weight: 480;
    color: #7DAFFF;
    display: block;
}


.resp-frase{
    display: none;
}



.h1cont img{
    margin-left: -30px;
    margin-bottom: -15px;
    display: flex;
    text-align: right;
    width: 300px;
}

.h1cont p {
    transition: 0.3s;
    font-size: 15px;
    font-family: "Rubik";
    font-weight: 100;
    color: #ffffff;
}

.parrafo1{
    margin-top: 40px;
    width: 362px;
}





.container-carrousel{
    position: relative;
    width: 250px;
    height: 444px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.66);
    margin: 0 90px;
    margin-top: 0px;
    display: flex;
    text-align: right;
    border-radius: 15px;
    overflow: hidden;
}

.carrouseles{
    width: 600%;
    height: 100%;
    display: flex;
}


.slider-section{
    width: calc(100% / 6);
    height: 100%;
}


.slider-section img {
    width: 250px;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.btn-left,
.btn-right{
    display: flex;
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    background-color: transparent;
    border-radius: 50%;
    padding: 5px;
    font-weight: 600;
    color: #ffffff81;
    transform: translate(0,-50%);
    transition: 0.5s ease;
    user-select: none;
    z-index: 4;
    cursor: pointer;
}

.btn-left:hover,
.btn-right:hover{
    background-color: #333333d4;
    color: #ffffff;
}

.btn-right{
    right: 10px;
}

.btn-left{
    left: 10px;
}






.frase-img img {
    width: 300px;
}

.section-boton{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.boton .btn-1 {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 25px 200px;
    position: relative;
    overflow: hidden;
    background: none;
    transition: 0.8s;
}

.btn-1 /* link a */ {
    margin-top: -270px;
    border: 1px solid #32519E;
    border-radius: 8px;
    height: 25px;
    width: 180px;
    font-family: "Rubik";
    font-weight: 300;
    font-size: xx-large;
    color: rgb(245, 245, 245);
}

.btn-1:hover{
    font-family: "Rubik";
    font-weight: 300;
    color: #32519E;
}

.btn-1::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #f7f7f7;
    z-index: -1;
    bottom: 0;
    border-radius:  0 0;
    transition: height 0.5s ease-in-out;
}

.btn-1::before{
    height: 0%;
}

.btn-1:hover::before{
    height: 100%;
}

.btn-1:hover::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    z-index: -1;
    top: 0;
    border-radius:  0 0;
    transition: height 0.5s ease-in-out;
}
  
  .btn-1:not(:hover)::before {
    height: 0;
}



.videofondo{
    filter: blur(30px);
    position: absolute;
    top: auto;
    left: auto;
    width: 820px;
    height: 820px;
    object-fit: cover;
    z-index: -1;
}

.Rvideofondo /* video responsive */ {
    display: none;
}

.block-video{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}








.somos-container{
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 120vh;
    overflow: hidden;
    flex-direction: column;
}



.fondoscir{
    height: 100%;
    overflow: hidden;
}


.fondo-circulo{
    filter: blur(20px);
    bottom: 140px;
    left: 150px;
    position: absolute;
    z-index: -1;
}

.fondo-circulo img {
    width: 220px;
}

.fondo-circulo2 {
    filter: blur(20px);
    top: 50px;
    right: 220px;
    position: absolute;
    z-index: -1;
}

.fondo-circulo2 img {
    width: 250px;
}

.list-logo{
    width: 120%;
    border: 1px solid #00a2ff;
    border-radius: 150px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.493);
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 250px;
}


.txt-somos{
    margin-left: 45px;
    padding: 20px;
    display: flex;
    align-items: center;
}

#somos-com h2{
    transition: 0.3s;
    font-weight: 900;
    margin: 30px 0px;
    font-size: 55px;
    color: rgb(245, 245, 245);

}

.lista-cont {
}

#somos-com ul {
    transition: 0.3s;
    margin: 0px 0px;
}

#somos-com li {
    font-weight: 100;
    font-size: 40px;
    color: rgb(197, 220, 238);
    margin: 16px 0px;
}

.somoscomm {
    font-weight: 100;
}


.img-list {
    transition: 0.3s;
    display: flex;
    justify-content: center;
    margin-right: 20px;
}

.img-logo video{
    z-index: -1;
    width: 180px;
}

.img-logo .Rvideolist {
    display: none;
}

.block-video2 {
    top: 0%;
    left: 0%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.column-div{
    display: flex;
    flex-direction: column;
}

.parrafo2{
    justify-content: left;
    text-align: left;
    margin-top: 50px;
    width: 370px;
}

.parrafo2 p{
    font-size: 18px;
    font-weight: 100;
    color: #f7f7f7;
}







@keyframes mover {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes mover1 {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes mover2 {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}








#areas{
     
}

.areas-container{
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 90vh;
    overflow: hidden;
}

.video-areas{
    display: flex;


}

.video-ubi{
    width: 280px;
}

.video-ubiRES {
    display: none;
}

.areas-container h2 {
    margin: 0% 4.3%;
    font-size: 300%;
    color: #ffffff;
}

.tuvida {
    font-weight: 900;
    font-size: 110%;
    color: #66a7fe;
    text-decoration: underline;
}

.separador1 {
    width: 5px;
}












.redes-container{
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 50vh;
    overflow: hidden;
}

.redes-botons a i {
    text-align: center;
    font-size: 320%;
    color: #66a7fe;
    margin: 100px;
    border-radius: 100%;
    box-shadow: 0px 5px 10px rgb(0, 0, 0, .35);
    transition: .3s ease;
}

#btn-fa {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 15px;
    padding-bottom: 15px; 
}

#btn-ig{
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 15px;
    padding-bottom: 15px; 
}

#btn-wa{
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 15px;
    padding-bottom: 15px; 
}

#btn-fa:hover{
    background-color: blue;
    color: #ffffff;
    box-shadow: 0 0 15px blue,
                0 0 45px blue,
                0 0 75px blue,
                0 0 115px blue;
}

#btn-wa:hover{
    background-color: rgb(182, 255, 72);
    color: #ffffff;
    box-shadow: 0 0 15px rgb(182, 255, 72),
                0 0 45px rgb(182, 255, 72),
                0 0 75px rgb(182, 255, 72),
                0 0 100px rgb(182, 255, 72);
}

#btn-ig:hover{
    background-color: rgb(255, 0, 76);
    color: #ffffff;
    box-shadow: 0 0 15px rgb(255, 0, 76),
                0 0 45px rgb(255, 0, 76),
                0 0 75px rgb(255, 0, 76),
                0 0 100px rgb(255, 0, 76);
}

.parrafo-space{
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 40vh;
    overflow: hidden;
    margin: 5%;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgb(0, 0, 0, .35);
}

.parrafo-space p{
    margin: 10%;
    font-size: 150%;
    text-align: left;
    font-weight: 200;
    color: rgb(245, 245, 245);
}

.parrafo-space p u {
    color: #66a7fe;
}

footer{
    background-color: rgb(245, 245, 245);
}

footer h6{
    padding-left: 20px;
    margin: 0;
    color: #0c1b38;
    font-size: smaller;
    font-weight: 500;
}

footer h6 u {
    padding-left: 10px;
}

.footer-container{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer img{
    width: 60px;
}

footer a{
    padding: 0;
    margin: 0;
}

.fall-link{
    color: #66a7fe;
    text-decoration: underline;
}


/* sobre nosotros */

.sobre-container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130vh;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    background-image: url(fondonoss2.png);
}


.h1sobre {
    padding-top: 10%;
    text-align: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    background-color: rgba(72, 145, 255, 0.459);
    border-radius: 40px;
    padding: 30px;
    width: 1200px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.66);
    transition: 0.3s ease;
}

.h1sobre:hover{
    transform: scale(1.05);
    box-shadow: 0 0 45px #78a5ff50
}




.h1sobre h1 {
    transition: 0.3s;
    font-size: 50px;
    font-family: "Rubik";
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.66);;
}

.parr-cont{
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.h1sobre p{
    padding: 5%;
    padding-left: 10%;
    padding-right: 10%;
    color: rgb(245, 245, 245);
    font-family: "Rubik";
    font-weight: 100;
    border-radius: 40px;
    font-size: medium;
}


.blocvideo2{
    display: flex;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.lineavid{
    filter: blur(3px);
    width: 600px;
    z-index: -1;
}







.trato{
    padding-top: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trato img{
    width: 180px;
}

.trato h2 {
    color: #e7e7e7;
    font-size: xx-large;
    font-weight: normal;
    padding-left: 30px;
}

.trato u {
    font-size: 105%;
    font-weight: 600;
    color: #66a7fe;
}



/* planes */



.General-Planes{
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130vh;
    overflow: hidden;
    background: #0c1b38; 
    flex-direction: column;
}


.General-Planes h2{
    font-size: 40px;
    font-weight: 500;
    color: rgb(245, 245, 245);
}

.General-Planes u{
    font-size: 105%;
    font-weight: 600;
    color: #66a7fe;
    text-decoration: underline;
}

.Planes-Content{
    align-items: center;
    min-height: 50vh;
    display: flex;
    flex-direction: row;
}

.Planes-Content .house1, .rural1, .empresas1{
    margin: 45px;
    padding: 40px;
    border-radius: 50%;
    background-color: #112244;
    box-shadow: 0px 0px 30px rgba(0, 2, 51, 0.329);
    color: #e7e7e7;
    font-size: 180%;
    transition: 0.1s ease;
    cursor: pointer;
}

.planes-1{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.planes-2{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.planes-3{
    display: flex;
    flex-direction: column;
    align-items: center;
}



.planes-1 .house1:hover{
    border: solid 1px rgba(89, 105, 255, 0.329);
    background-color: rgba(89, 106, 255, 0.199);
    box-shadow: 0px 0px 50px rgba(89, 105, 255, 0.329);
    padding: 60px;
    font-size: 40px;
}

.planes-2 .rural1:hover{
    border: solid 1px rgba(89, 105, 255, 0.329);
    background-color: rgba(89, 106, 255, 0.199);
    box-shadow: 0px 0px 50px rgba(89, 105, 255, 0.329);
    padding: 60px;
    font-size: 40px;
}

.planes-3 .empresas1:hover{
    border: solid 1px rgba(89, 105, 255, 0.329);
    background-color: rgba(89, 106, 255, 0.199);
    box-shadow: 0px 0px 50px rgba(89, 105, 255, 0.329);
    padding: 60px;
    font-size: 40px;
}



#Scontainer{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}


.fibrasec{
    display: flex;
}

.fibraop{
    margin-top: 60px;
    display: flex;
}

.fibraop img{
    width: 200px;
}


.SUBJADA{
    align-items: center;
    display: flex;
}

.SUBJADA .arrows{
    display: flex;
}

.SUBJADA h2{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.555);
    letter-spacing: -3px;
    color: rgba(255, 255, 255, 0.555);
    transition: border 0.5s ease-in-out, color 0.5s ease-in-out;
}


@keyframes borderExpand {
    0% {
        border-radius: 40px;
        padding-right: 8px;
    }
    100% {
        border-radius: 40px;
        padding-right: 500px;
    }
}


@keyframes borderShrink {
    0% {
        border-radius: 40px;
        padding-right: 500px;
    }
    100% {
        border-radius: 40px;
        padding-right: 8px;
    }
}

.expand-border {
    animation: borderExpand 1s forwards, borderShrink 1s 8s forwards; /* 5s delay before shrink */
}

.arrows{
    justify-content: center;
    text-align: center;
    align-items: center;
}


.animated-text {
    color: #f7f7f7;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    text-align: center; /* Asegura que el texto esté centrado */
}

.show-text {
    animation: showText 0.5s forwards, hideText 0.3s 8s forwards; /* 5s delay before hide */
    animation-delay: 0.5s, 8s; /* 1s delay for showText, 8s delay for hideText */
}

@keyframes showText {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hideText {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}




/* planes hogar */

#menu2{
    display: none;
}

.planes-1 .navbar2 {
    position: absolute;
    display: none;
}

#menu2:checked ~ .navbar2 {
    display: initial;
}

.navbar2{
    border-radius: 20px;
    top: 30%;
    width: 700px;
    height: 500px;
    justify-content: left;
    transition: 1s ease;
    background-image: url(foplanes.png);
    z-index: 1;
    box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.432);
}

.navbar2 .botoncerrarcont{
    text-align: right;
}

.botoncerrarcont label{
    font-size: 30px;
    color: #e7e7e7;
    border-radius: 30px;
    padding: 6px;
    padding-left: 25px;
    padding-right: 10px;
    background-color: #c4c4c450;
}


.botoncerrarcont i{
    margin-top: 8px;
}


.botoncerrarcont label:hover{
    border: none;
    color: #112244;
    background-color: #ffffff8e;
    transform: scale(1.3);
    transition: 0.2s;
}


.contenidohogar{
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.contenidohogar img{
    border-radius: 10px;
    margin: 10px;
    width: 138px;
    transition: 0.2s;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.26);
}

.contenidohogar img:hover{
    transform: scale(1.2);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.568);
}


.section-boton2{
    display: flex;
    justify-content: center;
    bottom: -62%;
    position: relative;
    z-index: 2;
}

.boton2 .btn-hogar {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px 160px;
    position: relative;
    overflow: hidden;
    background: none;
    transition: 0.8s;
}

.btn-hogar /* link a */ {
    margin-top: -270px;
    border: 1px solid #32519E;
    border-radius: 8px;
    height: 25px;
    width: 180px;
    font-family: "Rubik";
    font-weight: 300;
    font-size: x-large;
    color: rgb(245, 245, 245);
}

.btn-hogar:hover{
    font-family: "Rubik";
    font-weight: 300;
    color: #32519E;
}

.btn-hogar::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #f7f7f7;
    z-index: -1;
    bottom: 0;
    border-radius:  0 0;
    transition: height 0.5s ease-in-out;
}

.btn-hogar::before{
    height: 0%;
}

.btn-hogar:hover::before{
    height: 100%;
}

.btn-hogar:hover::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    z-index: -1;
    top: 0;
    border-radius:  0 0;
    transition: height 0.5s ease-in-out;
}
  
  .btn-hogar:not(:hover)::before {
    height: 0;
}






/* planes rural */

#menu3{
    display: none;
}

.planes-2 .navbar3 {
    position: absolute;
    display: none;
}

#menu3:checked ~ .navbar3 {
    display: initial;
}

.navbar3{
    border-radius: 20px;
    top: 30%;
    width: 700px;
    height: 500px;
    justify-content: left;
    transition: 1s ease;
    background-image: url(forural.png);
    z-index: 1;
    box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.432);
}

.navbar3 .botoncerrarcont{
    text-align: right;
}

.botoncerrarcont label{
    font-size: 30px;
    color: #e7e7e7;
    border-radius: 30px;
    padding: 6px;
    padding-left: 25px;
    padding-right: 10px;
    background-color: #c4c4c450;
}


.botoncerrarcont i{
    margin-top: 8px;
}


.botoncerrarcont label:hover{
    border: none;
    color: #112244;
    background-color: #ffffff8e;
    transform: scale(1.3);
    transition: 0.2s;
}


.contenidorural{
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.contenidorural img{
    padding: 20px;
    width: 195px;
    transition: 0.2s;
}

.contenidorural img:hover{
    transform: scale(1.2);
}



/* planes empresas */


#menu4{
    display: none;
}

.planes-3 .navbar4 {
    position: absolute;
    display: none;
}

#menu4:checked ~ .navbar4 {
    display: initial;
}

#menu4:checked ~ .navbar3, .navbar2 {
    display: none;
}

.navbar4{
    border-radius: 20px;
    top: 30%;
    width: 700px;
    height: 500px;
    transition: 1s ease;
    background-image: url(foempresas.png);
    z-index: 1;
    position: absolute;
    box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.432);
}

.navbar4 .botoncerrarcont{
    text-align: right;
}

.botoncerrarcont label{
    font-size: 30px;
    color: #e7e7e7;
    border-radius: 30px;
    padding: 6px;
    padding-left: 25px;
    padding-right: 10px;
    background-color: #c4c4c450;
}


.botoncerrarcont i{
    margin-top: 8px;
}


.botoncerrarcont label:hover{
    border: none;
    color: #112244;
    background-color: #ffffff8e;
    transform: scale(1.3);
    transition: 0.2s;
}


.contenidoempresas{
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.contenidoempresas span{
    color: #66a7fe;
}

.contenidoempresas p{
    color: #e7e7e7;
    text-align: left;
    width: 400px;
}


.contenidoempresas img{
    border-radius: 20px;
    margin: 10px;
    width: 200px;
    transition: 0.2s;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.66);
}

.contenidoempresas img:hover{
    transform: scale(1.2);
}


.section-boton4{
    display: flex;
    justify-content: left;
    margin-left: 40px;
    position: absolute;
    z-index: 2;
    bottom: -25%;
}

.boton4 .btn-empresas {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px 160px;
    position: relative;
    overflow: hidden;
    background: none;
    transition: 0.8s;
}

.btn-empresas /* link a */ {
    margin-top: -270px;
    border: 1px solid #32519E;
    border-radius: 8px;
    height: 25px;
    width: 180px;
    font-family: "Rubik";
    font-weight: 300;
    font-size: x-large;
    color: rgb(245, 245, 245);
}

.btn-empresas:hover{
    font-family: "Rubik";
    font-weight: 300;
    color: #32519E;
}

.btn-empresas::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #f7f7f7;
    z-index: -1;
    bottom: 0;
    border-radius:  0 0;
    transition: height 0.5s ease-in-out;
}

.btn-empresas::before{
    height: 0%;
}

.btn-empresas:hover::before{
    height: 100%;
}

.btn-empresas:hover::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    z-index: -1;
    top: 0;
    border-radius:  0 0;
    transition: height 0.5s ease-in-out;
}
  
  .btn-empresas:not(:hover)::before {
    height: 0;
}





.contenidohogar2, .contenidohogar3{
    display: none;
}












/* contacto */

.contacto-container{
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110vh;
    overflow: hidden;
    background-image: url(contactfondop2.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: row;
    z-index: 0;
}

.contacto-container img {
    position: absolute;
    z-index: -1;
}

.info-cont{
    margin-bottom: 0px;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.info-cont h4{
    margin-bottom: 30px;
    font-size: 50px;
    color: #e7e7e7;
}

.con1t{
    display: flex;
    width: 420px;
    height: 220px;
    border-radius: 15px;
    background-color: #8ab7ff94;
    box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.432);
    transition: 0.3s ease;
}

.con1t:hover{
    transform: scale(1.05);
}

.telefono{
    margin-top: 20px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
}

.telefono h5{
    margin-left: 20px;
    margin-top: 5px;
    font-weight: 300;
    font-size: xx-large;
    color: #e7e7e7;
}


.C-options{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    text-align: left;

}

.C-options a{
    
}

.botonwa1 #btn-wa1{
    display: flex;
    font-family: "Rubik";
    font-size: 30px;
    position: relative;
    overflow: hidden;
    background: none;
    transition: 0.8s;
}

#btn-wa1{
    color: #ffffff;
    border: 2px solid #8ab7ffcb;
    border-radius: 40px;
    padding: 10px;
    padding-right: 380px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#btn-wa1:hover{
    color: #0c1b38;
}

#btn-wa1::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #8ab7ffcb;
    z-index: -1;
    bottom: 0;
    border-radius:  0 0;
    transition: height 0.5s ease-in-out;
}

#btn-wa1::before{
    height: 0%;
}

#btn-wa1::before{
    height: 100%;
}

#btn-wa1:hover::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8ab7ffcb;
    z-index: -1;
    top: 0;
    border-radius:  0 0;
    transition: height 0.5s ease-in-out;
}

#btn-wa1:not(:hover)::before {
    height: 0;
}




.botonig1 #btn-ig1{
    display: flex;
    font-family: "Rubik";
    font-size: 30px;
    position: relative;
    overflow: hidden;
    background: none;
    transition: 0.8s;
}

#btn-ig1{
    color: #ffffff;
    border: 2px solid #8ab7ffcb;
    border-radius: 40px;
    padding: 10px;
    padding-right: 380px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#btn-ig1:hover{
    color: #0c1b38;
}

#btn-ig1::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #8ab7ffcb;
    z-index: -1;
    bottom: 0;
    border-radius:  0 0;
    transition: height 0.5s ease-in-out;
}

#btn-ig1::before{
    height: 0%;
}

#btn-ig1::before{
    height: 100%;
}

#btn-ig1:hover::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8ab7ffcb;
    z-index: -1;
    top: 0;
    border-radius:  0 0;
    transition: height 0.5s ease-in-out;
}

#btn-ig1:not(:hover)::before {
    height: 0;
}





.botonfa1 #btn-fa1{
    display: flex;
    font-family: "Rubik";
    font-size: 30px;
    position: relative;
    overflow: hidden;
    background: none;
    transition: 0.8s;
}

#btn-fa1{
    color: #ffffff;
    border: 2px solid #8ab7ffcb;
    border-radius: 40px;
    padding: 10px;
    padding-right: 380px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#btn-fa1:hover{
    color: #0c1b38;
}

#btn-fa1::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    background: #8ab7ffcb;
    z-index: -1;
    bottom: 0;
    border-radius:  0 0;
    transition: height 0.5s ease-in-out;
}

#btn-fa1::before{
    height: 0%;
}

#btn-fa1::before{
    height: 100%;
}

#btn-fa1:hover::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8ab7ffcb;
    z-index: -1;
    top: 0;
    border-radius:  0 0;
    transition: height 0.5s ease-in-out;
}

#btn-fa1:not(:hover)::before {
    height: 0;
}










#btn-fa1{
    transition: 0.3s;
}


.res-img{
    display: none;
}

.text-3{
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-3 h2{
    margin-bottom: 270px;
    display: flex;
    font-family: "Rubik";
    font-weight: 900;
    color: #7DAFFF;
    font-size: 60px;
    text-align: right;
}

.text-3 p{
    margin-bottom: -60px;
    font-size: 13px;
    color: #f7f7f7;
    font-family: "Rubik";
    font-weight: 100;
    text-align: left;
    width: 400px;
}

.circsepa{
    display: flex;
    z-index: -1;
    position: absolute;
}

.circsepa img{
    bottom: 0px;
    left: -150px;
    width: 250px;
}



/* carrousel promos */


.carrousel-promo{
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 100vh;
}

.container-carrouselpromo{
    width: 700px;
    height: 400px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.66),
                0 0 45px rgba(0, 0, 0, 0.66),
                0 0 75px rgba(0, 0, 0, 0.66),
                0 0 100px rgb(63, 178, 255);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.carrouselespromo{
    width: 200%;
    height: 100%;
    display: flex;
}

.slider-section2{
    width: calc(100% / 2);
    height: 100%;
}

.slider-section2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.btn-left1,
.btn-right1{
    display: flex;
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    background-color: transparent;
    border-radius: 50%;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff81;
    transform: translate(0,-50%);
    transition: 0.5s ease;
    user-select: none;
    z-index: 1;
}

.btn-right1{
    right: 10px;
}

.btn-left1{
    left: 10px;
}

.btn-left1:hover,
.btn-right1:hover{
    background-color: #3333338e;
    color: #fff;
}













@media(max-width:991px){

    .container /* este es el menu */ {
        background-color: transparent;
    
    }
    
    .menu{
        padding: 1px;
        padding-right: 25px;
    }

    .menu label {
        display: initial;
    }

    .logo /* logo del menu */ {
        display: none;
    }

    .lres /* logo responsive */ {
        padding: 7px;
        display: initial;
    }    

    .menu .navbar{
        z-index: 2;
        position: absolute;
        top:10%;
        left: 5%;
        right: 5%;
        background-color: #0A4E99;
        display: none;
        border-radius: 31px;
        box-shadow: 0px 5px 10px rgb(0, 0, 0, .35);
    }

    .menu .navbar ul li .contactmenu {
        border-style: none;
        background: none;
    }


    .menu .navbar ul li {
        width: 100%;
    }

    .menu .navbar ul li a {
        font-weight: 300;
        font-size: 15px;
        padding: 15px;
        color: rgb(245, 245, 245);
    }

    .menu .navbar ul li a:hover{
        border: solid;
        border-radius: 10px;
        border: #66a7fe;
        background-color: #66a7fe;
    }

    #menu:checked ~ .navbar {
        display: initial;
    }




    .frase1-container {
        position: relative;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 130vh;
        overflow: hidden;
        z-index: 1;
    }


    .h1cont {
        justify-content: center;
        margin-right: 0px;
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .resp-frase{
        display: block;
    }

    .escr-frase{
        display: none;
    }
    

    .h1cont h1 /* frase del HERO */ {
        transition: 0.3s;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 33px;
        font-family: "Rubik";
        color: #7DAFFF;
    }

    
    .h1cont img{
        margin-left: 0px;
        margin-bottom: 0px;
        display: flex;
        width: 150px;
    }
    
    .h1cont p {
        transition: 0.3s;
        font-size: 12px;
        font-family: "Rubik";
        font-weight: lighter;
        color: #ffffff;
        text-align: center;
    }
    
    .parrafo1{
        width: 260px;
        margin-top: 40px;
        margin-bottom: 40px;
    }



    .section-boton{
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    
    .boton .btn-1 {
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 16.7px 120px;
        position: relative;
        overflow: hidden;
        background: none;
        transition: 0.8s;
    }
    
    .btn-1 /* link a */ {
        margin-top: -20px;
        border: 1px solid #32519E;
        border-radius: 5px;
        height: 16.7px;
        width: 120px;
        font-family: "Rubik" light;
        font-size: x-large;
        color: rgb(245, 245, 245);
    }
    
    .btn-1:hover{
        font-family: "Rubik" light;
        color: #32519E;
    }
    
    .btn-1::before{
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 0%;
        background: #f7f7f7;
        z-index: -1;
        bottom: 0;
        border-radius:  0 0;
        transition: height 0.5s ease-in-out;
    }
    
    .btn-1::before{
        height: 0%;
    }
    
    .btn-1:hover::before{
        height: 100%;
    }
    
    .btn-1:hover::before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f7f7f7;
        z-index: -1;
        top: 0;
        border-radius:  0 0;
        transition: height 0.5s ease-in-out;
    }
      
      .btn-1:not(:hover)::before {
        height: 0;
    }


    
    
    .videofondo{
        display: none;
    }

    .Rvideofondo /* video responsive */ {
        filter: blur(14px);
        position: absolute;
        top: 35px;
        left: auto;
        width: 400px;
        height: 400px;
        object-fit: cover;
        z-index: -1;
        display: initial;
    }
    
    
    .block-video{
        position: absolute;
        width: 100%;
        height: 70%;
        top: 0%;
        z-index: -1;
    }



/* somos condorcom */

    .somos-container{
        margin-top: 50px;
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        min-height: 130vh;
        overflow: hidden;
        flex-direction: column;
    }
    
    
    
    .fondoscir{
        height: 100%;
        overflow: hidden;
    }
    
    
    .fondo-circulo{
        filter: blur(12px);
        bottom: 85px;
        left: 50px;
        position: absolute;
        z-index: -1;
    }
    
    .fondo-circulo img {
        width: 100px;
    }
    
    .fondo-circulo2 {
        filter: blur(12px);
        top: 150px;
        right: 30px;
        position: absolute;
        z-index: -1;
    }
    
    .fondo-circulo2 img {
        width: 100px;
    }

    .column-div {
        align-items: center;
    }
    
    .list-logo{
        width: 230px;
        height: 400px;
        border: 1px solid #00a2ff;
        border-radius: 150px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.493);
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0%;
    }
    
    
    .txt-somos{
        margin-left: 0px;
        border: none;
        border-radius: none;
        box-shadow: none;
        padding: none;
        display: flex;
        align-items: center;
    }
    
    #somos-com h2{
        transition: 0.3s;
        font-weight: 900;
        margin: 30px 0px;
        font-size: 30px;
        color: rgb(245, 245, 245);
        text-align: center;
    }
    
    .lista-cont {
    }
    
    #somos-com ul {
        transition: 0.3s;
        margin: 0px 0px;
    }
    
    #somos-com li {
        font-weight: 400;
        font-size: 20px;
        color: rgb(245, 245, 245);
        margin: 16px 0px;
    }

    .somoscomm {
        font-weight: 100;
    }
    
    
    .img-list {
        transition: 0.3s;
        display: flex;
        justify-content: center;
        margin-right: 20px;
    }
    
    .img-list img {
        transition: 0.3s;
        width: 30px;
    }
    
    .img-logo video{
        display: none;
    }

    .img-logo .Rvideolist {
        box-sizing: border-box;
        border-radius: 20%;
        z-index: -1;
        margin-bottom: 30px;
        width: 130px;
        display: initial;
    }

    .block-video2 {
        top: 0%;
        left: 0%;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    
    .column-div{
        display: flex;
        flex-direction: column;
    }
    
    .parrafo2{
        justify-content: left;
        text-align: left;
        margin-top: 40px;
        width: 290px;
    }
    
    .parrafo2 p{
        font-size: 15px;
        font-weight: 100;
        color: #f7f7f7;
    }





    .areas-container{
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        min-height: 40vh;
        overflow: hidden;
    }
    
    .video-areas{
        display: flex;
    
    
    }
    
    .video-ubi {
        display: none;
    }

    .video-ubiRES {
        display: initial;
        width: 120px;
    }
    
    .areas-container h2 {
        margin: 0% 4.3%;
        font-size: 150%;
        color: #ffffff;
    }
    
    .tuvida {
        font-weight: 900;
        font-size: 110%;
        color: #66a7fe;
        text-decoration: underline;
    }
    
    .separador1 {
        width: 3px;
    }




    .redes-container{
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        min-height: 20vh;
        overflow: hidden;
    }
    
    .redes-botons a i {
        text-align: center;
        font-size: 250%;
        color: #66a7fe;
        margin: 20px;
        border-radius: 100%;
        box-shadow: 0px 5px 10px rgb(0, 0, 0, .35);
        transition: .3s ease;
    }
    
    #btn-fa {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 15px;
        padding-bottom: 15px; 
    }
    
    #btn-ig{
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 15px;
        padding-bottom: 15px; 
    }
    
    #btn-wa{
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 15px;
        padding-bottom: 15px; 
    }
    
    #btn-fa:hover{
        background-color: blue;
        color: #ffffff;
        box-shadow: 0 0 15px blue,
                    0 0 45px blue,
                    0 0 75px blue,
                    0 0 115px blue;
    }
    
    #btn-wa:hover{
        background-color: rgb(182, 255, 72);
        color: #ffffff;
        box-shadow: 0 0 15px rgb(182, 255, 72),
                    0 0 45px rgb(182, 255, 72),
                    0 0 75px rgb(182, 255, 72),
                    0 0 100px rgb(182, 255, 72);
    }
    
    #btn-ig:hover{
        background-color: rgb(255, 0, 76);
        color: #ffffff;
        box-shadow: 0 0 15px rgb(255, 0, 76),
                    0 0 45px rgb(255, 0, 76),
                    0 0 75px rgb(255, 0, 76),
                    0 0 100px rgb(255, 0, 76);
    }









    /* sobre nosotros */

    .sobre-container{
        min-height: 110vh;
    }

    .h1sobre{
        width: 340px;
    }

    .h1sobre h1 {
        font-size: 25px;
    }

    .h1sobre p{
        text-align: left;
    }

    .trato img{
        width: 70px;
    }

    .trato h2{
        font-size: 15px;
    }




    /* contacto responsive */

    .contacto-container{
        flex-direction: column;
        min-height: 100vh;
    }

    .info-cont{
        margin-left: 0px;
    }

    .info-cont h4{
        font-size: 20px;
    }

    .con1t{
        display: flex;
        width: 180px;
        height: 100px;
    }
    
    .telefono h5{
        font-size: 16px;
        margin-top: 2px;

    }




    .botonwa1 #btn-wa1{
        font-size: 20px;
        padding: 10px;
    }

    #btn-wa1{
        width: 180px;
    }

    .botonig1 #btn-ig1{
        font-size: 20px;
        padding: 10px;
    }

    #btn-ig1{
        width: 180px;
    }

    .botonfa1 #btn-fa1{
        padding: 10px;
        font-size: 20px;
    }

    #btn-fa1{
        width: 180px;
    }

    .text-3{
        width: 300px;
        margin-right: 0px;
        margin-bottom: 50px;
    }

    .text-3 h2{
        text-align: left;
        margin-bottom: 20px;
        font-size: 40px;
    }

    .text-3 p{
        margin-left: 5px;
        text-align: left;
        margin-bottom: 20px;
        width: 270px;
        font-size: 15px;
    }

    .frasecontact {
        margin-bottom: 20px;
    }

    .spancon {
        font-weight: 450;
    }





    /* planes responsive */



    .General-Planes{
        min-height: 150vh;
        flex-direction: column;
        align-items: center;
    }
    
    .General-Planes .fraseplanes{
        top: -50px;
        position: relative;
        font-size: 150%;
    }
    
    .General-Planes u{
        font-size: 105%;
    }
    
    .Planes-Content{
        min-height: 50vh;
        flex-direction: column;
    }
    
    .Planes-Content .house1, .rural1, .empresas1{
        margin: 30px;
        padding: 35px;
        font-size: 180%;
    }

    .planes-1 .house1:hover{
        padding: 50px;
        font-size: 30px;
    }
    
    .planes-2 .rural1:hover{
        padding: 50px;
        font-size: 30px;
    }
    
    .planes-3 .empresas1:hover{
        padding: 50px;
        font-size: 30px;
    }





    #Scontainer{
        margin-top: 25 px;
        min-height: 35vh;
        

    }

    .fibrasec{
        min-height: 5vh;
    }


    .SUBJADA h2{
        font-size: 150%;
        height: 50px;
        padding-top: 10px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 9px;
        border-radius: 50%;
        letter-spacing: -3px;
        transition: border 0.5s ease-in-out, color 0.5s ease-in-out;
    }

    @keyframes borderExpand {
        0% {
            border-radius: 40px;
            padding-right: 9px;
        }
        100% {
            border-radius: 40px;
            padding-right: 250px;
        }
    }
    
    
    @keyframes borderShrink {
        0% {
            border-radius: 40px;
            padding-right: 250px;
        }
        100% {
            border-radius: 40px;
            padding-right: 8px;
        }
    }


    .animated-text {
        margin-left: 30px;
        font-size: 10px;
    }

    







    .navbar2{
        top: 0%;
        width: 300px;
        height: 650px;
        flex-direction: column;
        background-repeat: none;
        background-size: cover;
    }

    .botoncerrarcont label{
        font-size: 20px;
    }

    .contenidohogar img{
        display: none;
    }

    .contenidohogar2, .contenidohogar3{
        justify-content: center;
        align-items: center;
        display: initial;
        display: flex;
        flex-direction: row;
    } 

    .contenidohogar2 img{
        border-radius: 10px;
        margin: 10px;
        width: 138px;
        margin: 10px;
        width: 110px;
    }

    .contenidohogar3 img{
        border-radius: 10px;
        margin: 10px;
        width: 138px;
        margin: 10px;
        width: 110px;
    }

    .section-boton2{
        bottom: -46%;
    }

    .boton2 .btn-hogar {
        font-size: large;
        padding: 15px 130px;
    }





    .navbar3{
        top: 0%;
        width: 300px;
        height: 650px;
        flex-direction: column;
        background-repeat: none;
        background-size: cover;
    }

    .botoncerrarcont label{
        font-size: 20px;
    }

    .contenidorural{
        margin-top: 5px;
        flex-direction: column;
    }

    .contenidorural img{
        padding: 5px;
        width: 130px;
    }

    .contenidorural img:hover{
        transform: scale(1.1);
    }




    .navbar4{
        top: 0%;
        width: 300px;
        height: 650px;
        flex-direction: column;
        background-repeat: none;
        background-size: cover;
    }

    .contenidoempresas{
        margin-top: 30px;
        flex-direction: column ;
    }

    .contenidoempresas p{
        font-size: 15px;
        width: 250px;
        text-align: center;
        margin-bottom: 45px;
    }


    .section-boton4{
        margin-top: 0px;
        align-items: center;
        justify-content: center;
        margin-left: 0px;
        bottom: -30%;
        right: -50%;
        left: -50%;
    }
    
    .boton4 .btn-empresas {
        font-size: large;
        padding: 15px 130px;
    }

    .contenidoempresas img{
        display: flex;
        border-radius: 20px;
        margin: 10px;
        width: 180px;
    }

    .contenidoempresas img:hover{
        transform: scale(1.1);
    }
    
    
    

    /* footer */

    footer{
        background-color: transparent;
    }

    footer img{
        display: none;
    }

    .lres {
    }

    footer h6{
        color: #f1f1f1;
    }


    



    /* carrousel promos */


    .carrousel-promo{
        min-height: 40vh;
    }

    .container-carrouselpromo{
        width: 500px;
        height: 300px;
        margin-left: 20px;
        margin-right: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.66),
                    0 0 20px rgba(0, 0, 0, 0.66),
                    0 0 30px rgb(63, 178, 255);
    }



}