/*      FUENTE      */
@font-face {
    font-family: AvenirB;
    src: url(../font/AvenirB.otf);
}
@font-face {
    font-family: AvenirM;
    src: url(../font/AvenirM.otf);
}
@font-face {
    font-family: AvenirL;
    src: url(../font/AvenirL.otf);
}
.all{
    height: 100vh;
}
.cuadro{
    background: #445348 ;
    background-position: right;
    background-size: cover;
    width: 100%;
    height: 100vh;
    box-shadow: 3px 3px 20px 1px rgba(0,0,0,.8);
}
.cuadro img{
    width: 50%;
    display: block;
    margin: 28% auto;
}
.text h2,.text p, .text h3{
    width: 80%;
    margin: auto;
    color:#445348;
}
.text h2{
    font-family: "AvenirB";
    font-size: 27.5px;
    text-align: center;
    margin-top: 7rem;
}
.text h3{
    font-family: "AvenirB";
    font-size: 20px;
    text-align: center;
    margin-top: 3rem;
}
.text p{
    font-family: "AvenirM";
    font-size: 20px;
    text-align: justify;
    margin-top: 3rem;
}
.text ul{
    font-family: "AvenirB";
    list-style:none;
    width:87%;
    display:block;
    margin:40px auto;
    font-size:20px
}
.text ul img{
    width:30px;
}
.text li{
    margin-top:10px;
}
.text li a{
    text-decoration:none;
    color:black;
}

@media only screen and (max-width: 600px) {
    .text h2,.text p, .text h3{
        width: 90%;
        margin: 3rem auto;
    }
    .cuadro{
        height: 35vh;
    }
    .cuadro img{
        margin: 5% auto;
    }
    .text ul{
    width:90%;
    padding:0;
}
  }

