/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25/04/2022, 09:56:35 AM
    Author     : Itrejo
*/
body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.logo-left img{
    width: 100%;
    object-fit: contain;
    max-width: 400px;
}
.logo-left{
    width: 100%;
}
.black{
    background-color: black;
}
.profile-img > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bold{
    font-weight: bold;
}
.redes-sociales{
    height: 100%;
}
.redes-sociales a{
    display: flex;
    justify-content: center;
    align-items: center;
}

tbody{
    text-align: center;
}

.contador-visitas{
    font-size: 2em;
    padding: 20px;
    text-align: center;
    color: #13283D;
}
@media(max-width: 900px){
    .contador-visitas{
        font-size: 1.5em;
    }
}

@media(max-width: 650px){
    .contador-visitas{
        font-size: 1em;
    }
}