* {
    margin: 0;
    padding: 0;
}

body {
    background: radial-gradient(rgb(22, 64, 104), rgb(9, 34, 58));
    width: 100vw;
    height: 100vh;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;

}

.seccion1 {
    /* background: rgb(201, 124, 124); */
    width: 100vw;
    height: 80px;
    font-weight: 400;
}

.seccion2 {
    /* background: rgb(27, 101, 212); */
    width: 100vw;

}

/* CLASES JS */

.salir {
    margin-left: -100%;
}

.entrar {
    margin-left: 0%;
    color: aquamarine;

}


.seccion1 {
    /* background: firebrick; */
    display: flex;
    justify-content: center;
    border-bottom: solid rgba(149, 149, 255, 0.363) 1px;
    z-index: 200;
    margin-left: -7px;
}


.seccion1 .contEnlaces {
    /* background: forestgreen; */
    width: 25%;
    /* border: solid 1px rgba(12, 27, 49, 0.247); */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.contEnlaces .enlaces {
    color: antiquewhite;
    text-decoration: none;
    /* background: firebrick; */
    transition: .5s;
}

.enlaces:hover {
    transform: scale(1.1);

}

.seccion1 .contServicios {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contServicios .servicios {
    /* background: rgb(255, 230, 3); */
    position: absolute;
    z-index: 300;
}

.contServicios .contSubmenuServicios {
    opacity: 0;
    transition: .2s;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -300%;
    top: 80px;
    z-index: 200;
    transform: scale(.01);
    
}

.contServicios:hover .contSubmenuServicios {
    /* background: rgba(34, 113, 178, 0.514); */
    opacity: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    z-index: 200;
    
}

.contSubmenuServicios>a {
    padding: 10px 10px 10px 5px;
    color: antiquewhite;
    text-decoration: none;
}

.contSubmenuServicios>a:hover {
    background: aquamarine;
    color: rgb(33, 33, 43);
}


.fa-chevron-down {
    margin-left: 5px;
}

.seccion2 {
    width: 100vw;
    overflow: hidden;
    position: relative;

}

.seccion2 .vidIntro {
    width: 100vw;

}

.fondo {
    background: rgba(15, 17, 179, 0.507);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.infoIntro {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .8s;
    display: flex;
    justify-content: center;
}

.infoIntro .info {
    font-weight: 900;
    font-size: 40px;
    color: aliceblue;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    /* background: rgba(105, 17, 17, 0.548); */
    transition: .8s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    width: 100%;
}

.info1 {
    background: rgba(0, 129, 138, 0.712);
    transition: .4s;
}

.info2 {
    background: rgba(23, 134, 8, 0.63);
    margin-left: -1000%;
    transition: .4s;
}

.info3 {
    background: rgba(255, 136, 0, 0.623);
    margin-left: -1000%;
    transition: .4s;
}

.info4 {
    background: rgba(95, 52, 33, 0.644);
    margin-left: -1000%;
    transition: .4s;
}

.contPlanes {
    padding: 40px 0;
    /* background: rgb(60, 60, 184); */
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.planes {
    left: 0;
    background: rgb(27, 37, 54);
    margin: 10px;
    height: 180px;
    transition: .4s;
    border-radius: 10px;
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.315);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px 20px;
    border: solid 1px rgb(57, 71, 94);
}

.planes:hover {
    cursor: pointer;
    transform: scale(1.03);
}

.seccion4 {
    /* position: relative;
        top: 68%; */
    text-align: center;
    color: aliceblue;
    /* background: rgb(33, 170, 20); */
    padding: 50px 0;
    border-top: solid 2px rgb(50, 77, 97);
}

.tituloPlanes {
    font-size: 27px;
    text-transform: uppercase;
    color: aquamarine;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 5px;
}

.infoPlanes {
    font-size: 12px;
    color: rgb(220, 226, 233);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;

}

.precios {
    margin-top: 20px;
    font-size: 25px;
    color: aliceblue;
}