@font-face {
    font-family: 'MANROPE';
    font-weight: 400;
    font-style: normal;
    src: url(font/manrope/Manrope-Regular.ttf),
}

@font-face {
    font-family: 'PLUS JAKARTA';
    font-weight: 400;
    font-style: normal;
    src: url(font/jakarta/PlusJakartaSans-Regular.ttf),
}

@font-face {
    font-family: 'PLUS JAKARTA';
    font-weight: 500;
    font-style: normal;
    src: url(font/jakarta/PlusJakartaSans-Medium.ttf);
}

@font-face {
    font-family: 'PLUS JAKARTA';
    font-weight: 600;
    font-style: normal;
    src: url(font/jakarta/PlusJakartaSans-SemiBold.ttf);
}

@font-face {
    font-family: 'PLUS JAKARTA';
    font-weight: 700;
    font-style: normal;
    src: url(font/jakarta/PlusJakartaSans-Bold.ttf);
}

body{
    font-family: 'PLUS JAKARTA' ;
}

textarea{
    resize: none;
}

#roi{
    cursor: help;
}

.mini-icon{
    font-size:10px;
    vertical-align: super;
}

.text-blue {
    color: #13144D;
}

.text-green {
    color: #89CD33;
}

.text-turquoise {
    color: #1BB6D5;
}

.text-cyan {
    color: #8BEDF6;
}

.text-gray {
    color: #1D406F9C;
}

.text-black {
    color: #050505 !important;
    font-weight: 700;
}

.text-gray-testimonials {
    color: #868686;
}

.bg-gray {
    background-color: #FAFBFD;
}

.btn-green {
    background-color: #89CD33;
    color: #13144D;
    font-weight: 700 !important;
}

.btn-green:hover {
    background-color: #89cd338f;
}

.big-text {
    font-weight: bolder;
    font-size: 46px;
}

header .big-text{
    font-size: 32px !important;
}

.title-section {
    font-size: 48px;
    font-weight: 500;
}

.huge-text {
    font-weight: 500;
    font-size: 60px;
}

.text-normal {
    font-size: 18px;
}

.main-header {
    background-color: #FAFBFD;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 470px;
}

.mobile-header {
    background-image: url(../img/header-movil.png);
    background-color: #FAFBFD;
    background-repeat: no-repeat;
    background-position: 10px 0px;
    background-size: contain;
    min-height: 450px;
}

.benefit-cards > div {
    background-color: #FAFBFD;
    border: 1px solid #FAFBFD;
    border-radius: 10px;
    padding: 25px;
    width: 90%;
}

.advantages {
    margin-bottom: 30px;
}

.innovation {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 0px 135px;
    min-height: 470px;
}

.testimonials {
    background-color: #FAFBFD;
    padding-top: 35px;
    padding-bottom: 35px;
}

.testimonials p{
    font-family: 'MANROPE';
}

.about {
    margin: 0px 10px;
    padding-bottom: 35px;
    background-repeat: no-repeat;
    background-position: 100px 10px;
    min-height: 610px;
}

.faqs {
    background-color: #FAFBFD;
}

.faqs .faq-item {
    border: #FFFFFF 1px solid;
    border-radius: 5%;
    background-color: #FFFFFF;
    padding: 15px;
    cursor: pointer;
}

footer {
    background-color: #1BB6D5;
    padding: 30px;
    color: #FFFFFF !important;
}

footer .social {
    border: #FFFFFF 1px solid;
    border-radius: 50%;
    background-color: #FFFFFF;
    font-size: 24px;
    text-decoration: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
}

footer .social i {
    color: #1BB6D5 !important;
    vertical-align:sub;
}

footer h2,
footer p {
    margin-bottom: 20px;
}

.plus-sign {
    color: #1BB6D5;
    font-size: 24px;
    cursor: pointer;
    font-weight: bolder;
}

.plus-content{
    text-align:justify;
}

.hidden {
    display: none;
}

.text-justify {
    text-align: justify;
}

.drop-shadow {
    -webkit-box-shadow: 40px 28px 80px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 40px 28px 80px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 40px 28px 80px 0px rgba(0, 0, 0, 0.08);
}

.modal{
    --bs-modal-width: 800px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #13144D;
    color: #FFFFFF;
    border-radius: 50%;
}

.clickable{
    cursor: pointer;
}

.testimonio-card{
    height: 215px;
}

.testimonio-card .card-body p{
    height: 140px;
}

.isotipo{
    width:200px;
}

p{
    font-size: 18px;
}

@media (min-width: 768px) {
    .main-header {
        background-image: url(../img/header.png);
        min-height: 689px;
        background-size: 60%;
    }

    .main-header div {
        margin-top: -100px;
    }

    
    .benefit-cards > div {
        width: 25%;
        margin-right: 10px;
    }

    .innovation {
        background-image: url(../img/Innovacion.png);
        background-size: 43%;
    }

    .about {
        background-image: url(../img/leibor-icon.png);
        background-size: 30%;
    }

    header .big-text{
        font-size: 46px !important;
    }

    .h4, h4 {
        font-size: 1.4rem;
    }

    .text-gray-testimonials{
        font-size: calc(0.9vw + 0.9vh) !important;
    }
}