*{
    margin: 0px;
}

/***********************************HEROE HEADER ******************************************/

#heroe-banner{
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 3rem 3rem 0 0;
    overflow: hidden; 
    width: 100%;
    height: 100vh;
    top: 5em;
    z-index:0;
}

#heroe-banner #banner-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#heroe-banner #container-information{
    display: flex;
    flex-direction: column;
    justify-content: left;
    position: absolute;
    top: 30vh;
    left: 2vw;
    z-index:1;
}

#heroe-banner #title-heroe{
    color: #fbfbfb;
    font-size: 4rem;
}

#heroe-banner #vision-heroe{
    margin-top: 4rem;
    color: #fbfbfb;
    font-size: 2rem;
}


/************************ SECTION INFORMACION *************************************/

#information-conecta{
    position: relative;
    background-color: white;
    border-radius: 3rem 3rem 0 0;
    padding: 6rem 2rem;
    z-index: 1;
}

#information-conecta #container-information{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#information-conecta #video-conecta{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
}

#information-conecta #vision-conecta{
    width: 40%;
    padding-right: 5rem;
}

#information-conecta #video-conecta video{
    position: relative;
    height: 70vh;
    width: 40vw;
    border-radius: 2.5rem;
    object-fit: cover;
}

#information-conecta #vision-conecta #title-meta{
    text-align: left;
    font-size: 2.5rem;
}

#information-conecta #vision-conecta #text-meta{
    text-align: left;
    font-size: 1.3rem;
    margin: 3rem 0;
    font-style: italic;
}

#conecta-arrow{
    position:absolute;
    max-height: 40vh;
    max-width: 100%;
    height: auto;
    width: 20vw;
    left: 78vw;
    top: 75%;
}


/************************ SECTION VALORES *************************************/

#valores-conecta{
    width: 100%;
    background-color: white;
    height: max-content;
    position: relative;;
    z-index: 2;
}

#container-valores  {
    border-radius: 3rem 3rem 0 0;
    background-color: #dfdfdf;
    height: 100vh;
    width: 100%;
    margin-bottom: 65vh;
}

#container-valores p:nth-child(1){
    padding:  1rem 0;
    text-align: center;
    font-weight: 600;
    font-size: 3em;
}

#container-valores #banner-valor{
    border-radius: 3rem 3rem 0 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#container-valores #insignias-valores{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#container-valores #insignias-valores .valor-conecta{
    background-color: #fbfbfb;
    border: 1px solid #dfdfdf;
    flex-direction: column;
    border-radius: 3rem;
    align-items: center;
    text-align: center;
    position: absolute;
    display: flex;
    height: 30em;
    width: 19em;
}

#container-valores #insignias-valores .valor-conecta img{
    margin-top: 3rem;
    width:50%;
    height: 30%;
}

#container-valores #insignias-valores .valor-conecta .valores-title{
    font-weight: bold;
    font-size: 1.5rem;
    margin: 2rem 0px;
}

#container-valores #insignias-valores .valor-conecta .valores-descrip{
    font-weight: lighter;
    font-size: 1.2rem;
    margin: 1rem 10px;
    padding: 0 1rem;
}

#container-valores #insignias-valores .valor-conecta:nth-child(1){
    top: 90vh;
    margin-left: 8vw;
}

#container-valores #insignias-valores .valor-conecta:nth-child(2){
    top: 82vh;
    margin-left:  39vw;
}

#container-valores #insignias-valores .valor-conecta:nth-child(3){
    top: 75vh;
    margin-left: 70vw;
 }


/************************ SECTION CONOCEME *************************************/

#conoceme-conecta{
    border-radius: 3rem 3rem 0 0;
    background-color: #dfdfdf;
    padding-bottom: 2rem;
    position: relative;
    height: max-content;
    top: 5rem;
    z-index: 3;
}

#conoceme-conecta section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
    padding-bottom: 5rem;
}

#conoceme-conecta #title-conoceme{
   padding: 3rem;
   font-size: 3.3rem;
   margin-top: 4rem;
 }

#conoceme-conecta #detalle-conoceme{
    display: flex;
    flex-direction: row;
    height: max-content;
    padding: 2em 2em;
}

#conoceme-conecta #detalle-conoceme img{
    height: 55vh;
    width: 55vh;
    margin: auto 0;
    padding: 1rem;
}

#conoceme-conecta #detalle-conoceme div{
    display: flex;
    padding: 1rem;
    margin: auto 0;
    flex-direction: column;
}

#conoceme-conecta #detalle-conoceme div p{
    font-size: 1.25em;
    color: #1e1e1e;
    font-style: italic;
    margin-bottom: 1rem;
}

/************************ SECTION HEROE-FOOTER *************************************/

#heroe-footer{
    border-radius: 4rem 4rem 0 0;
    position: relative;
    overflow: hidden; 
    height: 100vh;
    width: 100%;
    top: 2rem;
    z-index:4;
}

#heroe-footer #banner-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#heroe-footer #container-info{
    flex-direction: column;
    position: absolute;
    display: flex;
    height: max-content;
    z-index: 5;
    top: 40%;
    left: 5vh;
}

#heroe-footer  #title-heroe{
    color: black;
    height: max-content;
    margin-bottom: 0.5em;
    font-size: 4em;
}

#heroe-footer .button_section a{
    font-size: 2em;
    padding: 0.1em 1.5em;
}


/******************************** GENERAL STYLES********************************/


.button_section a{
    transition: background-color 0.5s;
    background-color: #ffc057;
    border: 1px solid  #ffc057;
    -webkit-appearance: none;
    text-decoration: none;
    width: max-content;
    border-radius: 25px;
    padding: 5px 30px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 25px;
    align-items: end;
    appearance: none;
    cursor: pointer;
    color: black;
}

.button_section a:hover{
    border: black 1px solid;
    background-color: black;
    color: #fbfbfb;
}
