/*Estilos de landing page de Integración */

.yellow-top-line:after {
    content: '';
    position: absolute;
    width: 25%;
    height: 5px;
    background: #ffbe06;
    left: 0;
    z-index: 2;
    top: 20px;
}
.img-erp{
    height: 70px;
}
.img-sap{
    height: 120px;
}
.gradient-sky-white-top{
    background: #ccdfee;
    background: linear-gradient(0deg, #ccdfee 0%, #fff 100%);
}
.gradient-sky-white-bottom{
    background: #fff;
    background: linear-gradient(180deg, #ccdfee 0%, #fff 25%, #fff 100%);
}
.left-yellow-border{
    border-left: 5px solid #ffbe06;
}
.accordion-button:not(.collapsed) {
    color: #254460;
    font-weight: 700;
}
.modal-faq-integraciones .modal-header{
    height: 350px;
}
.modal-contact-integraciones .btn-close{
    right: 20px;
    top: 20px;
}
.form-integraciones .wpcf7-not-valid-tip{
    text-align: center;
}

@media screen and (max-width: 1535px){
    .img-erp{
        height: 50px;
    }
    .img-sap{
        height: 100px;
    }
}

@media screen and (max-width: 1399px){
    .display-1{
        font-size: 75px;
    }
    .display-3{
        font-size: 60px;
    }
    .display-4{
        font-size: 50px;
    }
    .display-5{
        font-size: 40px;
    }
    .display-6{
        font-size: 35px;
    }
}

@media screen and (max-width: 1199px){
    .display-1{
        font-size: 70px;
    }
    .display-3{
        font-size: 55px;
    }
    .display-4{
        font-size: 45px;
    }
    .display-5{
        font-size: 36px;
    }
    .display-6{
        font-size: 32px;
    }
    .modal-header {
        height: 250px;
    }
}

@media screen and (max-width: 991px){
    .display-1{
        font-size: 65px;
    }
    .display-3{
        font-size: 50px;
    }
    .display-4{
        font-size: 40px;
    }
    .display-5{
        font-size: 32px;
    }
    .display-6{
        font-size: 28px;
    }
    .yellow-top-line:after{
        display: none;
    }
    .caracteristicas-integracion .vh-75{
        height: auto;
    }
    .modal-header {
        height: 200px;
    }
}

@media screen and (max-width: 767px){
    .display-1{
        font-size: 60px;
    }
    .display-3{
        font-size: 45px;
    }
    .display-4{
        font-size: 35px;
    }
    .display-5{
        font-size: 28px;
    }
    .display-6{
        font-size: 25px;
    }
    .caracteristicas-integracion{
        background-image: unset !important;
    }
    .faq-integraciones{
        height: 575px !important;
    }
    .modal-header {
        height: 150px;
    }
}

@media screen and (max-width: 575px){
    .display-1{
        font-size: 45px;
    }
    .display-3{
        font-size: 40px;
    }
    .display-4{
        font-size: 32px;
    }
    .display-5{
        font-size: 25px;
    }
    .display-6{
        font-size: 22px;
    }
    .img-erp {
        height: 40px;
    }
    .img-sap{
        height: 75px;
    }
    .faq-integraciones {
        height: 500px !important;
    }
}