@font-face {
    font-family: myFont;
    src: url(font/Gilroy-ExtraBold.otf);
}

@font-face {
    font-family: Poppins-bold;
    src: url(font/Poppins-Bold.ttf);
}

body {
    font-family: 'Poppins', sans-serif;
}

p {
    font-size: medium !important;
}

.p-beneficios {
    font-size: 0.9rem !important;
}

h2, h3, h4, h5 {
    font-family: 'Poppins-bold', sans-serif;
    color: black !important;
}

a, p, li, b, footer {
    font-family: 'Poppins', sans-serif;
}

.img-background-top {
    position: relative;
    padding: 0 0 85px 0;
}

.img-background-top:after {
    background-repeat: no-repeat;
    background-size: 56% 100%;
    background-position: right;
    content: ' ';
    background-image: url(../images/background-farmers.png);
    position: absolute;
    top: -100px;
    bottom: 0;
    z-index: -1;
    width: 100%;
    border-radius: 0;
    height: 110%;
}

.farmers-background {
    position: relative;
}

.farmers-background:after {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: ' ';
    background-image: url(../images/farmers.png);
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    border-radius: 0;
    height: 100%;

    /*background-repeat: no-repeat;*/
    /*background-size: 45% 50%;*/
    /*background-position: left bottom;*/
    /*content: ' ';*/
    /*background-image: url(../images/img2.png);*/
    /*position: absolute;*/
    /*top: -170px;*/
    /*right: 0;*/
    /*left: 20px;*/
    /*bottom: 0;*/
    /*z-index: -1;*/
    /*width: 100%;*/
    /*border-radius: 0;*/
    /*height: 100%;*/
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #10c469 !important;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
}

#comments-section {
    position: relative;
}

#comments-section:after {
    background-repeat: no-repeat;
    background-size: 85% 100%;
    content: ' ';
    background-image: url(../images/back-comments.png);
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 90%;
    border-radius: 0;
    height: 100%;
}

/*responsive Mobile*/

@media screen and (max-width: 991px) {
    .carousel-item .card {
        width: 70% !important;
    }

    .carousel-item .card .card-body {
        min-height: 250px !important;
    }

    #comments-section:after {
        background-size: 100% 90% !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .img-background-top:after {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .farmers-background:after {
        display: none;
    }
}

.monito {
    position: absolute;
    height: 387px;
    top: -233px;
    right: 132px;
}

/*!*responsive Desktop*!*/
@media screen and (min-width: 992px) {
    #carousel-example-1z:after {
        background-size: 85% 100% !important;
    }

    .fixed-lg-circle {
        padding-right: 13px !important;
        padding-left: 13px !important;
    }
}

/*pantallas extra pinche hyper hame hame haaaa putamadral de largo alv*/
@media (min-width: 1600px) {
    .img-xl-background-top {
        position: relative;
        padding: 0 0 160px 0;
    }

    .img-xl-background-top:after {
        background-repeat: no-repeat;
        background-size: 42% 100%;
        background-position: right;
        content: ' ';
        background-image: url(../images/background-farmers.png);
        position: absolute;
        top: -100px;
        /* right: 0; */
        bottom: 0;
        z-index: -1;
        width: 100%;
        border-radius: 0;
        height: 110%;
    }
}
