.footer{
    margin-top: 2rem;
    height: 38rem;
    background-color: var(--cardprimary);
}

.barrafoo {
    height: 4rem;
    background-color: var(--rojo);
    display: flex;
    justify-content: center;
}



.barrafoo h4{
    font-family: var(--fuenteBtn);
    font-size: 1rem;    
    font-weight: 100;
    font-style: normal;
    color: var(--blanco);
    margin-top: 16px;
}

.btnregistrar{
    height: 2rem;    
    font-family: var(--fuenteBtn);
    font-size: 1rem;    
    font-weight: 100;
    font-style: normal;
    background-color: rgb( 0 0 0 / 36% );   
    color: white;
    border: 1px solid #d0d0d0;
    border-radius:0;
    cursor: pointer;
    width: 160px;  
    margin: 1rem;
    text-align: center;
}

.btnregistrar:hover {
    background-color: var(--botonmouse);
}

.btnregistrar:active {
    background-color: var(--oscuro);
}

/*-----------------Article---------------------*/
.footer article{
    height: 30rem;
    display: flex;
    justify-content: center;
}
article{
    display: flex;        
    flex-direction: column;
}

.anio{    
    height: 10rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.anio img {
    width: 100px;
    object-fit: cover;
    transition: all 0.4s ease-out;  
}

.letrabig{
    margin-top: 15px;
    font-family: var(--fuenteTituloPrincipal);
    font-size: 2rem;    
    font-weight: 600;    
    font-style: bold;
}

.letrasmall{    
    font-family: var(--fuenteTituloPrincipal);
    font-size: 1.1rem;    
    font-weight: 600;    
    font-style: bold;    
}

.anio__img p{    
    line-height: 0;
    text-align: center;
}

.anio__img{            
    color: var(--cardblanco);
    z-index: 1;
    position: absolute;    
    color: var(--oscuro);
    font-style:  inherit;
}

/*Estadisticas**/
.estadisticas{
    margin: 10px 10px;
    height: 10rem;
    width: 100%;    
    display: flex;
    justify-content: center;
    color: var(--blanco);
}

.est__item span {
    font-family: var(--fuenteHeading);
    font-size: 20px;
    font-weight: 600;  
    padding-left: 1.6rem;
    margin-top: 3rem;
}

.est__item p {
    font-family: var(--fuenteBtn);
    font-size: 12px;
    font-weight: 200; 
    padding-left: 15px; 
    padding-right: 15px; 
    line-height:1.5625px;  
}

.logo{    
    height: 10rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    transition: all 0.4s ease-out;  
}

/*--------------------copyRight----------------*/
.copy {
    height: 2rem;     
    display: flex;
    justify-content: center;
}

.copy p{
    font-family: var(--fuenteHeading);
    font-size: 10px;
    color: var(--blanco);
    margin: 0;
}
.copy a{    
    color: var(--blanco);
}

/*---------------------------- INICIO MQ 768PX--------------------------*/
@media (min-width: 768px) {
    .btnregistrar{
        height: 3rem; 
        font-size: 1.5rem;
        margin: .5rem;  
        padding: 6px;      
    }

    article {             
        flex-direction: row;
        text-align: center;
        align-items: center;
        height: 20rem;
    }
    .anio{    
        height: 20rem;
    }
    .anio img {
        width: 180px;
        height: 180px;
    }

    .letrabig{                
        font-size: 4rem;    
        font-weight: 800;    
        font-style: bold;
    }
    
    .letrasmall{    
        font-family: var(--fuenteTituloPrincipal);
        font-size: 2rem;    
        font-weight: 600;    
        font-style: bold;    
    }
    
    .anio__img p{    
        line-height: 0;
        text-align: center;
    }
    .logo{
        height: 20rem;
    }
    .logo img {
        width: 180px;
        height: 180px;
    }
    .copy {
        height: 2.5rem;         
    }
    .copy a{    
        padding-left: 3rem;
    }

}
/*---------------------------- FIN MQ 768PX--------------------------*/
/*--------------------------- INICIO MQ 1400PX---------------------------------*/
@media (min-width: 1400px) {
    .btnregistrar{
        height: 3rem; 
        font-size: 1.5rem;
        margin: .5rem;  
        padding: 6px;             
        text-align: center;
    }
    .barra h4{        
        font-size: 2.5rem;    
        font-weight: 200;  
        margin-top: 5px;
        padding-right: 10rem;              
    }
    article {                     
        height: 30rem;
    }
    .anio{    
        height: 29rem;
    }

    .anio img {
        width: 280px;
        height:280px;
    }

    .letrabig{                
        font-size: 6rem;    
        font-weight: 800;    
        font-style: bold;
    }
    
    .letrasmall{    
        font-family: var(--fuenteTituloPrincipal);
        font-size: 2.8rem;    
        font-weight: 600;    
        font-style: bold;    
    }
    
    .anio__img p{    
        line-height: 0;
        text-align: center;
    }

    /*Estadisticas*/
    .est__item span {
        font-size: 35px;
        line-height:1.5625px;  
    }
    
    .est__item p {
        font-size: 15px;
        padding-left: 22px; 
    }

    .logo{
        height: 29rem;
    }
    .logo img {
        width: 280px;
        height: 280px;
    }
}
/*--------------------------- FIN MQ 1400PX---------------------------------*/




