@font-face{
        font-family:system-ui;
    }

    @font-face{
        font-family:system-ui;
    }
    
    .got{
        font-family:system-ui;     
    }

    .got2{
        font-family:system-ui;     
    }

    .got3{
        font-family:system-ui; 
        font-size: 110%;            
        color: #000;

    }

    .got4{
        font-family:system-ui;
        font-size: 110%;            
        color: #fff;
    }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'system-ui';  
    text-decoration: none;
}

main{
    width: 100%;
    max-width: 1200px;
    text-align: center;
    padding: 0px;
    padding-top: 0px;
    position: relative;
    /*background-image: url(../images/bg5.jpg);*/
    background-position: center;
    margin: auto;
    margin-top: 77px;
}

.capa-black{
    width: 100%;
    height: 100%;
    position: absolute;
   /* background: rgba(0,0,0,0.6);*/
    top: 0;
    left: 0;
}

.h1{
    position: relative;
    color: white;
}

.parrafo1{
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-top: 20px;
    position: relative;
    color: #000;
    font-weight: 100;
}

.container-testimonials{
    width: 118%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -77px;
    position: relative;
    right: 106px;
}

.testimonial{
    width: 340px;
    margin: 7px;
    background: #fff;
    padding: 0px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 5px black;
    
}

.photo-perfil1,
.photo-perfil2,
.photo-perfil3,
.photo-perfil4{
    
    margin-left: 0px;
    margin-right: 0px;   
    width: 80px;
    height: 80px;
    background-size: cover;
    border-radius: 50%;
    position: relative;
    top: 24px;
    right: -5px;
    box-shadow: 0px 0px 30px -6px black;
}

.photo-perfil1{
    background-image: url(../images/person1.jpg);
    background-position: center 1px;
}

.photo-perfil2{
    background-image: url(../images/person2.jpg);
    background-size: 123px;
    background-position: -21px -3px;
}

.photo-perfil3{
    background-image: url(../images/person3.jpg);
    background-size: 98%;
    background-position: -78px 2px;
}

.photo-perfil4{
    background-image: url(../images/person4.jpg);
    background-size: 110%;
    background-position: -90px 4px;
}


.testimonial h2{
    margin-top: -40px;
}

.testimonial h4{
    margin-top: 10px;
    margin-bottom: -60px;
    color: #333333;
    font-weight: 400;
}

.testimonial p{
    margin-top: 10px;
    font-weight: 100;
    color: #000;
}

.container-redes{
    margin-top: 20px;
}

.container-redes label{
    font-size: 40px;
}