/*
ABOUT v 1.2;
10/2021;
Daniel Weigmann;
*/

.page-template-page-about h1{
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #2d2d2d;
}

.page-template-page-about h2{
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #333;
}

.page-template-page-about .page-content{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #808080;
}

.page-template-page-about .page-img img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
    border-radius:7px;
}

.page-template-page-about .valor{
    border-radius: 15px;
    box-shadow: 10px 4px 20px 0 rgba(4, 114, 163, 0.07);
    background-color: #fff;
    width:100%;
    /* aspect-ratio: 1/1; */
    height: 100%;
}

.page-template-page-about .valor-container:nth-of-type(3n - 2){
    padding-left:0;
    padding-right:24px;
}

.page-template-page-about .valor-container:nth-of-type(3n){
    padding-right:0;
    padding-left:24px;
}

.page-template-page-about .valor__icon{
    border-radius: 15px;
    width:75px;
    aspect-ratio: 1/1;
}

.page-template-page-about .valor__icon img{
    width:100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
}

.page-template-page-about .valor h3{
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #2d2d2d;
}

@media only screen and (max-width:992px){
    .page-template-page-about .valor-container:nth-of-type(3n - 2), .page-template-page-about .valor-container:nth-of-type(3n){
        padding-left: 12px;
        padding-right: 12px;
        margin: 0 auto; 
    }
}

@media only screen and (max-width:576px){
    .page-template-page-about .page-content{
        font-size:14px;
    }
}