
:root {
    --fontGoogleViga: 'Viga', sans-serif;
    --blue-dark: #1b3c7f;
    --colortimegoldsblue: #2991d6;
}


/* NAVEGACION */

body {
    padding: 0;
    margin: 0;
    /* background-color: aliceblue; */
}
/* FIN NAVEGACION */

.bodytimegolds {
    font-family: var(--fontGoogleViga);
}

.equipotimegolds {
    width: 100%;
    display: flex;
    /* background-color: aqua; */
    justify-content: center;
}

.equipotimegolds__hijo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.equipotimegolds__boxfirst {
    width: 20rem;
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.equipotimegolds__circlefirst img {
    /* width: 250px; */
    width: 10rem;
    border-radius: 50%;
    border: .7rem solid var(--colortimegoldsblue);
}

.equipotimegolds__detalles {
    margin-left: 2rem;
    text-align: center;
    font-family: var(--fontGoogleViga);
    font-size: .9rem;
       /*background-color: #2991d6; */
}

.nombrePersona {
    color: #2991d6;
    font-size: 1.3rem;
}


.footerbody {
    width: 100%;
    margin-top: 6rem;
    height: 5rem;
    background-color: #14669d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: var(--fontGoogleViga);
    text-align:center;
}
.filosofia-container-all{
    padding-top: 3rem;
    box-sizing: border-box;
}
.container-filosofia-image-container{
    width: 22rem;
    height:auto;
    /* background-color: #14669d; */
}
.container-filosofia-image-container img{
    width: 100%;
}
.container-filosofia-tex-all{
    width: 30rem;
    text-align: center;
    font-family: var(--fontGoogleViga);
}
.container-filosofia-tex-all h2{
    color: var(--colortimegoldsblue);
    font-size: 1.2rem;
}
.container-filosofia-tex-all p:nth-child(2){
    color: var(--blue-dark);
}
.container-filosofia-tex-all button{
    background-color: var(--blue-dark);
    color: white;
    border: none;
    outline: none;
    padding: .7rem 2rem;
    border-radius: .5rem;
    font-family:var(--fontGoogleViga) ;
}
.container-filosofia-principal{
    display: flex;
    gap: 2rem;
}
.container-for-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}
.filosofia-title-1{
    text-align: center;
    font-family: var(--fontGoogleViga);
}
.filosofia-title-1 h1{
    color: var(--colortimegoldsblue);
    font-size: 2.4rem;
    margin: 0;
}
.filosofia-title-1 h2{
    color: var(--blue-dark);
    font-size: 1rem;
    margin: 0;
    padding: 0;
}
.bodytimegolds__titulo{
    text-align: center;
}
.bodytimegolds__titulo h1{
    color: var(--colortimegoldsblue);
}
.bodytimegolds__titulo h4{
    color: var(--blue-dark);
}
@media screen and (max-width:800px) {
    
    
    .equipotimegolds__detalles {
        margin-left: 0;
    }
    .equipotimegolds__boxfirst {
        flex-direction: column;
        /* background-color: #2991d6; */
        border: 1px solid rgb(237, 233, 240);
        justify-content: center;
        align-items: center;
    }
    .container-filosofia-principal{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container-filosofia-image-container{
        max-width: 22rem;
        width: 100%;
    }
    .container-filosofia-tex-all{
        max-width: 30rem;
        width: 100%;
    }
    .container-for-row{
        padding: .5rem;
    }
}