
* {
    box-sizing: border-box;

}

body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
  }

#principal{
    width: 1080px;
    margin: auto;
    
}

a {
    color: white;
    text-decoration: none;
  }

img{
    width: 100%;
}

.imgcol{
   aspect-ratio: 1 / 1;
   object-fit: cover;

}

.imagen-cd{
    width: 250px;
    height: 200px;
}

.logodomestika{
   width: 7%;
   padding: 1%;
   float: left;
   margin-right: 6%;
   margin-left: 3%;
 
}

.derecha {
    float: right;
    margin-left: 30px;
    width: 20%;
}


h2
{
 font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: 1.125rem;
   
}


.logopalabra
{
    width: 10%;
    margin-right: 4%;
    margin-left: 0%;

}

h1{
    margin-top: 5px; /* Ajusta este valor según sea necesario */
    margin-bottom: 3px; /* Ajusta este valor según sea necesario */
    line-height: 1.2;
    padding: 0.4px 4px;
}





/* ESTO ES PARA QUE CUANDO SE PASE POR ENCIMA 
CAMBIE DE COLOR PERO HAY QUE APLICARSELO A TODO EL DIV CREO 
PORQUE NO FUNCIONA TAL CAUAL ESTA AHORA

.logopalabra:hover{
    color: #fd502a;
} */

/* #cabecera {

     background-color: red; 


} */

/* esto es una etiqueta que hace que cualquier elemento 
del archivo no calcule el borde de las cajas para calcluar
porcentajes de medida o afecte a tamaño de caja */


.borde{
    border: 2px solid black;
}

.fondoprimario
{
    background-color: #fd502a;
    
    color: #ffffff;
   
}

.cursos{
    margin-top: 2.5%;
    gap: 10px;
}
.fondosecundario
{
    background-color: #000000;
    color: #ffffff;
    
}

/* BOTONES */

.material-icons {
    font-size: 20px;
    color: #e86abe;
    margin-top: 0px;
  }
.definicion {
    width: 700px;
    height: 530px;
    background-color: #e86abe;
    position: absolute;
    z-index: 10000;
    
    top: 0;
    padding: 10px;
    display: none;
}

.derecha{
 left: calc(80% + 20px);
}

.inferior
{
    left: calc(20% + 10px);
}
.info:hover{
    background-color: #e86abe;
    color: white;
}

.info {
    background-color: white;
    color: #2c2c2c;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.5s;
    position: absolute;
    z-index: ;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.visible{
    display: block;
}

h2::after{
    display: block; 
    font-family: FontAwesome;
    padding-top: 10px;
    }
    


/* SISTEMA DE COLUMNAS */

/* esto es para que el float limpie cuando
 no hay espacio para mas columnas y realice la misma funcion */
 .columna {
    float: left;
    padding: 0 6px;
    position: relative;
   
}

 
 .fila::after {
    clear: both;
    display: block;
    content: '';
}

.fila {
    margin-bottom: 10px;
}

.columnatreinta
{
 padding: 15%;
    }

.diez {
    width: 10%;
}

.veinte {
    width: 20%;
}

.treinta {
    width: 33.33333%;

    /* ESTO ES PARA LOS ESPACIOS ENTRE COLUMNAS EN LADO DERECHA.
     PERO HAY QUE RETOCAR Y ESTO ES CUTRE
    margin-right: 30px; */
}

.cuarenta {
    width: 40%;
}

.cinquenta {
    width: 50%;
}

.sesenta {
    width: 60%;
}

.setenta {
    width: 70%;
}

.ochenta {
    width: 80%;
}

.noventa {
    width: 90%;
}

.cien {
    width: 100%;
}

#intro{
    padding: 0.4px 10px;
  
}

/* NAVEGACION */
nav li{
    display: inline;
    margin-right: 15px;
}

/* CONCEPTOSl.html */
.articulo > div{
    background-color: #2c2c2c;
    padding: 10px;
    color: white;
    height: 200px;
    position: relative;
}
.fila .fila{
    background-color: transparent;
}
.numero{
    margin: 0;
}

.simbolo {
    text-align: center;
    font-size: 64px;
    margin: 0;
    font-weight: 500;
}
