.partners-section-3{
    min-height: 670px;
}
/*============== Home ====================***/
.page-4-home-1 .italic {
    line-height: 60px;
    font-size: 60px;
    font-family: NotoSerif-Regular !important;
}
.page-4-home-1 .home-content img{
    width: 65px;
    margin-top: -40px;
}
.page-4-home-1.home-1 .overlayed{
    background-image: url(../images/partners/hero%20negocios.webp);
    background-size: 800px 100%;
}
.page-4-home-1.home-1{
    padding-top: 50px;
    padding-bottom: 50px;
}
/*============== End Block ====================***/
/*============== Hero section 1 ====================***/
.hero-section-1{
    background-color: #0D5295;
    position: relative;
}
.hero-section-1 p,
.hero-section-1 h2{
    color: #fff !important;
}
.hero-section-1::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/miscelanea/section-5-1.webp");
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    opacity: .2;
}
.hero-section-1 .section-title span{
    color: #fff;
    font-family: NotoSerif-Italic;
    position: relative;
}
.hero-section-1 .section-title span::before{
    content: '';
    position: absolute;
    top: -30px;
    right: -40px;
    background-image: url(../images/page-2-assets/page-2-section-correction.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    height: 80px;
    z-index: 0;
}
.hero-section-1 .section-title,
.hero-section-2 .section-title,
.hero-section-3 .section-title{
    font-family: NotoSerif-Italic;
}
.hero-section-1 .container-hero,
.hero-section-2 .container-hero,
.hero-section-3 .container-hero{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    max-width: 450px;
    height: 100%;
}
.hero-section-1 img{
    margin-left: auto;
    display: block;
}
/*============== End Block ====================***/
/*============== Hero section 2 ====================***/
.hero-section-2{
    background-color: #97DFBE;
}
.hero-section-2 .container-hero{
    margin-left: 90px;
}
.hero-section-2 .container-hero p{
    display: block;
    position: relative;
}
.hero-section-2 .container-hero p::before{
    content: '';
    position: absolute;
    left: -70px;
    bottom: -70px;
    background-image: url(../images/miscelanea/section-2-2.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;

}
/*============== End Block ====================***/
/*============== Hero 3 ====================***/
.hero-section-3{
    background-color: #0D5295;   
}
.hero-section-3 .container-hero p,
.hero-section-3 .container-hero h2{
    color: #fff !important;
}
.hero-section-3 img{
    width: 260px;
    padding: 10px;
}
.hero-section-3 .img-2{
    width: 310px;
    display: block;
    position: absolute;
    right: -70px;;
    margin-top: -100px;   
}
.hero-section-3 .papper-write{
    background: #97dfbe;
    max-width: 240px;
    border-radius: 5px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    padding: 1.5rem .4rem;
    padding-bottom: .2rem;
    transform: rotate(5deg);
    z-index: 1;
    overflow: hidden;
    direction: inherit
}
.hero-section-3 .papper-write .circle{
    width: 10px;
    height: 10px;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    background: #92B711;
    position: absolute;
    border-radius: 50%;
}
.hero-section-3 .papper-write textarea{
    border: none;
    margin-bottom: 10px;
    background-color: transparent;
    padding: 4px 10px;
}
.hero-section-3 .papper-write textarea:focus{
    border: 1px solid #000 !important;
}
.hero-section-3 .papper-write textarea::placeholder{
    color: #000;
    opacity: .6;
    font-size: .9rem;
}
.hero-section-3 .papper-write textarea:nth-child(2){
    font-family: NotoSerif-Bold;
}
.hero-section-3 .papper-write textarea:nth-child(3){
    font-family: NotoSans-Regular;
    min-height: 140px;
}
.hero-section-3 .papper-write.green::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #0D5295;
    right: -15px;
    bottom: -15px;
    transform: rotate(45deg);
    z-index: 7;
}
.hero-section-3 .papper-write.green::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #92B711;
    right: -10px;
    bottom: -13px;
    transform: rotate(5deg);
    z-index: 7;
}
.hero-section-3 .papper-write.white{
    background: white;
    position: absolute;
    right: 0;
    margin-top: -10%;
    transform: rotate(-5deg)
}
.hero-section-3 .papper-write.white .circle{
    background: #00BBE2;
}
/*============== End Block ====================***/
/*============== Hero section 4 ====================***/
.hero-section-4{
    text-align: center;
}
.hero-section-4 .section-title{
    font-family: NotoSerif-Bold;
    font-size: 2.2rem;
}
.hero-section-4 .nav{
    justify-content: center;
    border-bottom: inherit;
    margin-bottom: 2rem;
}
.hero-section-4 .nav-tabs .nav-link{
    color: #000;
    margin: 0 20px;
    background-color: transparent;
    border-radius: 20px;
    min-width: 130px;
    margin-bottom: 10px;
    border: 1px solid #000;
}
.hero-section-4 .nav-tabs .nav-link.active{
    background-color: #97DFBE;
    border-radius: 20px;
    padding:10px 25px;
    border: none
}
.hero-section-4 .container-tab h2{
    font-family: NotoSerif-Bold;
}
.hero-section-4 .container-tab p{
    display: block;
}
.hero-section-4 .container-tab .content{
    text-align: left;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
/**BOX information*/
.hero-section-4 .section-title-box{
    font-family: NotoSerif-Italic !important;
}
.hero-section-4 .box-information{
    width: 100%;
}
.hero-section-4 .box-information .btn-toggle{
    border-radius: 20px;
    background: #FFF;
    width: 100%;
    display: block;
    padding: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;

}
.hero-section-4 .box-information .btn-toggle .icon{
    width: 27px;
    height: 27px;
    background: #97DFBE;
    border-radius: 50%;
    margin-right: 10px;
    padding: 5px;
    position: relative;
}
.hero-section-4 .box-information .btn-toggle[aria-expanded="true"]{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
.hero-section-4 .box-information .btn-toggle[aria-expanded="false"]{
    margin-bottom: 15px;
}

.hero-section-4 .box-information .btn-toggle[aria-expanded="false"] .icon div:nth-child(1){
    height: 17px;
    width: 4px;
    top: 5px;
    left: 0;
    right: 0;
    border-radius: 5px;
    background-color: #0D5295;
    margin: auto;
    position: absolute;
}
.hero-section-4 .box-information .btn-toggle .icon div:nth-child(2){
    height: 100%;;
    width: 4px;
    border-radius: 5px;
    background-color: #0D5295;
    margin: auto;
    transform: rotate(90deg);
    top: -50%;
}
.hero-section-4 .box-information .card{
    width: 100%;
    background: #ffff;
    border-radius: 20px;
    font-size: .9rem;
}
.hero-section-4 .box-information .collapse.show .card{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-bottom: 15px;
}
/*============== End Block ====================***/
/*============== Section 9 ====================***/
.page-4-section-9{
    background: #97DFBE;
}
.page-4-section-9 .card{
    width: 330px;
}
/*============== End Block ====================***/
/*============== Section 2 ====================***/
.page-4-section-2{
    background-color: #00BBE2;
}
.page-4-section-2 .features-img{
    width: 100%;
}
.page-4-section-2 .features-img img{
    min-width: 100%;
}

/*============== End Block ====================***/
@media (max-width: 1225.98px) {
    .hero-section-3 .papper-write{
        margin: 20px;
    }
    .hero-section-3 .papper-write.white{
        position: relative;
        margin-top: inherit;
    }
    .hero-section-3 .container-img{
        display: flex;
    }
}

@media (max-width: 975.98px) {
    .hero-section-3 img{
        width: 260px;
    }
    .hero-section-3 .container-img{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .hero-section-3 .container-img img{
        width: 49%;
    }
    .hero-section-3 .img-2{
        width: inherit;
        height: auto;
        position: relative;
        right: inherit;;
        margin-top: inherit;

    }
    .hero-section-3 .img-1{
        width: inherit;
    }
    .hero-section-4 .container-tab .content{
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    .hero-section-4 .container-tab .content p{
        max-width: inherit;
    }
    .page-4-home-1.home-1{
        height: 115vh;
    }
    .page-4-home-1.home-1 .home-content{
        margin-top: -250px;
    }
    .page-4-home-1.home-1 .overlayed {
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: auto 50%;
        padding: 0 !important;
    }
    .page-4-home-1 .home-content img {
        display: none;
    }
    .page-4-home-1 .home-content h1{
        margin-bottom: 20px;
    }
    .page-4-home-1 .home-content .line-responsive{
        position: relative;
        font-weight: 600;
    }
    .page-4-home-1 .home-content .line-responsive::after{
        display: block;
        content: '';
        position: absolute;
        bottom: 3px;
        right: 0;
        width: 100%;
        height: 10px;
        background-image: url("../images/partners/home-1-line-responsive.png");
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-section-1 .container-hero,
    .hero-section-2 .container-hero,
    .hero-section-3 .container-hero{
        text-align: center;
    }
    .hero-section-1 img{
        margin: auto;
        display: block;
        max-width: inherit;
    }
    .hero-section-2 .container-hero{
        margin-left: inherit;
    }
    .page-4-home-1 .italic {
        line-height: 30px;
        font-size: 40px;
        margin-bottom: 20px;
    }
    .page-4-home-1 .home-content img {
        margin-top: -20px;
    }
    .hero-section-4 .nav {
        flex-direction: row !important; 
        flex-wrap: wrap;
    }
    .hero-section-3 .container-img{
        flex-direction: column;
        align-items: center;
    }
    .hero-section-3 .papper-write{
        margin-bottom: 50px;
    }
    .hero-section-4 .card{
        width: 100% !important;
    }
    .page-4-section-2 .feature-card {
        margin: auto;
    }
}