*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: 0;
}


/*Fonts*/



/*Fonts*/
.acontenedor_general{
    width: 100%;
    height: auto;
    background: aqua;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bcontenedor_contenido {
    width: 100%;
    height: auto;
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*Cabecera*/
.ccabecera{
    width: 100%;
    height: auto;
    background: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
video {
    width: 100%;
}
.dlogo_nav{
    width: 80%;
    height: 120px;
   
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;

}


.elogo{
    width: 25%;
    height: 100px;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ccabecera_fondo_documentacion, .ccabecera_fondo_difusion, .ccabecera_fondo_tecnologias, .ccabecera_fondo_contacto{
    width: 100%;
}
.emenu{
    width: 60%;
    height: 100px;
    
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.flogo_imagen{
    width: 30%;
    height: 95%;
    
    display: flex;
    justify-content: flex-end;
}

.flogo_texto{
    width: 70%;
    height: 95%;
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.elogo .texto_centro {
    display: none;
}



.emenu a {
    color: aliceblue;
    font-family: 'Cabin', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}
.emenu a:hover {
    color: blue;
}

.dcontenido_0 h1{
    
    color: aliceblue;
    font-family: 'Cabin', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    
}
.dcontenido_titulo{
    display: none;
}

/*Cabecera*/

/*Contenido*/
.ccontenido {
    width: 100%;
    height: auto;
    background: lightblue;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0 0 ;
}

.dcontenido_0 {
    width: 100%;
    height: 80px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcontenido_1, .dcontenido_2, .dcontenido_3, .dcontenido_4{
    width: 100%;
    height: auto;
    background: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.econtenido_1_texto, .econtenido_2_texto, .econtenido_3_texto, .econtenido_4_texto{
    width: 40%;
    height: 1000px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.econtenido_1_imagen, .econtenido_2_imagen, .econtenido_3_imagen, .econtenido_4_imagen{
    width: 40%;
    height: 600px;
    background: black;
    

}

.econtenido_1_imagen img {
    width: 100%;
    height: 600px;
}

.econtenido_1_texto p{
    color: aliceblue;
    
    font-family: 'Nunito', sans-serif;
    
    font-size: 30px;
    width: 70%;
    text-align: justify;
    

}

.econtenido_2_texto p{
    color: aliceblue;
    
    font-family: 'Nunito', sans-serif;
    
    font-size: 30px;
    width: 70%;
    text-align: justify;
    

}

.econtenido_3_texto p{
    color: aliceblue;
    
font-family: 'Nunito', sans-serif;

    font-size: 30px;
    width: 70%;
    text-align: justify;
    

}

.econtenido_4_texto p{
    color: aliceblue;
    
font-family: 'Nunito', sans-serif;

    font-size: 30px;
    width: 70%;
    text-align: justify;
    

}

/*Contenido*/

/*Footer*/
.cfooter {
    width: 100%;
    height: auto;
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dredes_footer{
    width: 25%;
    height: 90px;
    background: black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.dtexto_footer{
    width: 40%;
    height: auto;
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.eicono{
    width: 70px;
    height: 70px;
    background: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.etexto_footer{
    width: 60%;
    height: 120px;
    background: black;
    display: flex;
    justify-content: center;
    text-align:center;
    align-items: flex-start;
    
}
.etexto_footer p{
    color: aliceblue;
    font-family: 'Cabin', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    

}
.etexto_footer P span{
    color: aliceblue;
    font-family: 'Cabin', sans-serif;
    font-family: 'Oswald', sans-serif;
    
    
}


.elogo_footer{
    width: auto;
    height: auto;
    background: black;
    margin: 20px;
}

/*Footer*/

/*Responsive*/
@media only screen and (max-width: 720px) {

  


    /*Responsive_Cabecera*/

/*Responsive_Cabecera*/
    .ccabecera{
        height: auto;
        
    }
    .dlogo_nav {
        width: 96%;
        flex-direction: column;
        height: auto;
        margin: 10px 0 0 0;
        
    }
    
   

   .elogo {
    display: flex;
    flex-direction: column;
    
    width: 90%;
    height: auto;
    gap: 5px;
    margin-bottom: 30px;
    
    
    
   }
  
  .flogo_imagen{
    width: 80%;
    margin: auto;
    justify-content: center;
    margin: 5px;
  }

  .flogo_texto{
    justify-content: center;
  }

  .flogo_texto .texto_centro {
    display: flex;
    width: 75%;
    height: 75%;
  }
  
  .emenu {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    
  }

 .emenu li {
    margin: 15px 0 5px 0;
}

.emenu a {
    font-size: 15px;
}

.elogo .texto_grande {
    display: none;
}

/*Responsive_Contenido*/

.ccontenido{
    margin-top: 100px;
}

    .dcontenido_0{
        width: 100%;
        height: 100px;
        background: black;
        
    }

   
    .dcontenido_0 h1{
        display: none;
    }
   .dcontenido_1, .dcontenido_2, .dcontenido_3, .dcontenido_4{
    flex-direction: column;
   }

   .dcontenido_2{
    flex-direction: column-reverse;
   }

   .dcontenido_4{
    flex-direction: column-reverse;
   }
   .econtenido_1_imagen, .econtenido_2_imagen, .econtenido_3_imagen, .econtenido_4_imagen{
    width: 100%;
    height: 300px;
   }
   .econtenido_1_texto, .econtenido_2_texto, .econtenido_3_texto, .econtenido_4_texto {
    width: 100%;
   }

   .dcontenido_titulo {
    width: 100%;
    height: 60px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
   }
   
   .dcontenido_titulo h1 {
    color: aliceblue;
    font-family: 'Cabin', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-size: 23px;
   }
   

   .econtenido_1_imagen img {
    width: 100%;
    height: 100%;
}

    .econtenido_2_imagen img {
    width: 100%;
    height: 100%;
}
    .econtenido_3_imagen img {
    width: 100%;
    height: 100%;
}

.econtenido_4_imagen img {
    width: 100%;
    height: 100%;
}

.econtenido_1_texto, .econtenido_2_texto, .econtenido_3_texto, .econtenido_4_texto{
    width: 98%;
    height: auto;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 15px 0;
    
}

.econtenido_1_texto p{
    color: aliceblue;
    font-family: 'Cabin', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    width: 90%;
    text-align: justify;
    font-family: 'Nunito', sans-serif;
    
}
.econtenido_2_texto p{
    color: aliceblue;
    font-family: 'Cabin', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    width: 90%;
    text-align: justify;
    font-family: 'Nunito', sans-serif;

}

.econtenido_3_texto p{
    color: aliceblue;
    font-family: 'Cabin', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    width: 90%;
    text-align: justify;
    font-family: 'Nunito', sans-serif;

}

.econtenido_4_texto p{
    color: aliceblue;
    font-family: 'Cabin', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    width: 90%;
    text-align: justify;
    font-family: 'Nunito', sans-serif;

}

/*Responsive_Contenido*/


/*Responsive_Footer*/
   .dredes_footer{
    width: 85%;
    
   }
   .dtexto_footer {
    width: 85%;
   }
   .etexto_footer {
    width: 98%;
   }
/*Responsive_Footer*/

   


/*Responsive*/
}