* {
    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;

}

.seccion3 {
    width: 100vw;

}

.seccion3 .tituloSec3 {
    background: rgb(39, 172, 6);
    padding: 10px 10px;
    text-align: center;
    box-shadow: 3px 2px 7px 2px rgba(0, 0, 0, 0.459);
    margin-left: 100%;
    transition: .5s;
}

.seccion3 .txtSec3 {
    padding: 10px 20px;
    text-align: justify;
    /* background: rgb(16, 43, 8); */
    color: antiquewhite;
}

.seccion4 {
    background: rgb(96, 114, 13);
    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;
    position: absolute;

}

.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;
}

.seccion2 {
    background: rgb(37, 8, 1);
    width: 100vw;
    position: absolute;
    top: 80px;
    overflow: hidden;
}

.seccion2 .subSeccion1 {
    /* background: rgb(197, 69, 10); */
    display: flex;
    height: 60vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.seccion2 .subSeccion2 {
    background: rgb(255, 175, 2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px;
    z-index: 1000;
}

.subSeccion2 h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.subSeccion2 .audio1 {
    background: rgb(9, 255, 0);
    border-radius: 20px;
    box-shadow: 3px 5px 10px 1px rgba(0, 0, 0, 0.616);
    margin-bottom: 15px;
    width: 85%;
}

.subSeccion2 .audio2 {
    background: rgb(0, 195, 255);
    border-radius: 20px;
    box-shadow: 3px 5px 10px 1px rgba(0, 0, 0, 0.616);
    margin-bottom: 15px;
    margin-top: 20px;
    width: 85%;
}

.subSeccion2 .audio3 {
    background: rgb(255, 4, 121);
    border-radius: 20px;
    box-shadow: 3px 5px 10px 1px rgba(0, 0, 0, 0.616);
    margin-bottom: 15px;
    margin-top: 20px;
    width: 85%;

}

.subSeccion2 p {
    font-size: 12px;
    color: black;
    font-weight: 300;
}

.seccion2 .subSeccion3 {
    background: rgb(56, 57, 70);
    padding: 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
   
}

.subSeccion3 .infoSub3 {
    display: flex;
    width: 90%;
    overflow: hidden;
    height: 30vh;
    margin-bottom: 40px;
    font-weight: 300;
    text-align: justify;

}

.infoSub3 p {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    color: aliceblue;
    
}

.subSeccion3 .tituloSub3 {
    text-align: center;
    margin-bottom: 20px;
    color: aquamarine;
    width: 70%;
}

.infoSub3 img {
    width: 40vw;
    margin-left: 20px;
    object-fit: cover;
    border-radius: 20px;
    border: solid 7px rgb(79, 81, 92);
}

.seccion2 .subSeccion4 {
    background: rgb(23, 121, 250);

}

.subSeccion1 .tituloSec1 {
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    transition: .4s;
    background: rgb(255, 66, 42);
    position: absolute;
    width: 50%;

}

.imgSubseccion1 {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .7;
}

.subSeccion1:hover .imgSubseccion1 {
    opacity: .2;
}

.subSeccion1:hover {
    cursor: pointer;
}

.info {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    position: absolute;
    color: aliceblue;
    width: 90%;
}

.info .txtSec1 {
    padding: 0 30px;
    font-weight: 300;
}

.subSeccion1:hover .info {
    opacity: 1;
    height: 50%;
}

.subSeccion1:hover .tituloSec1 {
    margin-top: -150%;
    opacity: 0;

}

.subSeccion1:hover .txtSec1 {
    margin-top: 0%;

}

.subSeccion1 .info {
    /* background: fuchsia; */

}

.contEnlaces .enlaces {
    color: antiquewhite;
    text-decoration: none;
    /* background: firebrick; */
    transition: .5s;
}

.enlaces:hover {
    transform: scale(1.1);

}


.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;
}