body{
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-width: 100vh;
    margin: 0px;
    background-color: white;
}

/*===================================Estilos Header Inicio==========================*/
.classLogoDNDA{
	display: flex;
	align-items: center !important;
	justify-content: center;
	width: 100%;
	margin-top: 2%;
    text-decoration: none;
}

.classImgLogoDNDA{
	object-fit: scale-down;
	width: 100%;
}

.tituloDNDA{
	color: #002f70;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
}


.imgLogoSpanDNDA{
	margin: 0;
	margin-right: 1%;
	width: 8%;
}


/*===================================Estilos Header Fin==========================*/



/*===================================Estilos Main Inicio==========================*/

.classContenedorMain{
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.classImgMain{
    object-fit: scale-down;
    width: 26%;
}

.classContainerBtnsInformacion{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2%;
}

.classAMainContainer{
    width: 50%;
    height: 3.0em;
    text-decoration: none;
    
}

.classMainBtnInformacion{
    width: 100%;
    height: 3.5em;
    background: transparent;
    border: 2.5px solid #002f70;
    color: #002f70;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

.classMainBtnInformacion:hover{
    border: 2.5px solid black;
    color: white;
    font-weight: bold;
    background-color: #8c3ccc;
}

.classMainPInformacion{
    width: 50%;
    text-align: justify;
    margin-top: 3%;
    margin-bottom: 4%;
    font-size:  100% !important;
    font-family: Arial;
}

.classMainBtnAtras{
    width: 100%;
    height: 3.5em;
    background: transparent;
    border: 2.5px solid #002f70;
    color: #002f70;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 2%;
    font-weight: bold;
}

.classMainBtnAtras:hover{
    border: 2.5px solid black;
    color: white;
    font-weight: bold;
    background-color: #8c3ccc;
}

.classAMainAtras{
    width: 20%;
    height: auto;
    text-decoration: none;
    
}

/*===================================Estilos Main Fin==========================*/



/*===================================Estilos Footer Inicio==========================*/

footer{
    background-color: #002f70;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    margin-top: auto;
}

.classSectionFooter{
    width: 62%;
}

.classColorFooterLetas{
    color: white;
    font-family: Arial;
    margin-left: 3%;
    font-size: 0.8em;
    text-transform: none;
    opacity: 0.002px;
}

.classBlancoFUerte{
    font-weight: 900;
}


.classFooterTitulo{
    font-size: 1.3em;
}

.classFooterTexto3{
    margin-bottom: 5%;
}



.classContenedorBtnFooter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    flex-wrap: wrap;
    margin-left: 3%;
    margin-bottom: 3%;
}

.classBtnFooterRedes{
    width: 3.5em;
    height: 3.5em;
    background: transparent;
    border: 1px solid white;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 5px;
}

.classAIcon{
    width: 3.0em;
    height: 3.0em;
    text-decoration: none;
}

.classIcon{
    margin: auto;
    width: 100%;
    color: white;
}

.classBtnFooterRedes:hover>.classIcon{
    margin: auto;
    width: 100%;
    color: black;
}

/*===================================Estilos Footer Fin==========================*/