@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800;900&family=Manrope:wght@500;700;800&family=Poppins:wght@300;400;500;600&display=swap');

:root {
    --primary: #0EB0D7;
    --secondary: #ffffff;
    --primary_text: #545454;
    --secondary_text: #716F7D;
    --tertiary_text: #424242;
    --primary_font: 'Poppins', sans-serif;
    --secondary_font: 'Inter', sans-serif;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    font-size: 100%;
    list-style-type: none;
    font-family: var(--primary_font)
}

p {
    margin: 0;
}

ol,
ul {
    list-style: none;
}

main {
    overflow: clip;
}

.color_primary {
    color: #0EB0D7;
}

.bg-light {
    background: #F5F7FA
}

.bg-light-2 {
    background: #E4E8EF;
}

.ft-24 {
    font-size: 24px;
}

.ftw-600 {
    font-weight: 600;
}

.btn-cta {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 15px;
    text-decoration: none;
    color: #FFF;
}

.btn-cta-solid {
    background-color: #E59838;
    border-radius: 50px;
    text-decoration: none;
    color: #FFF;
}

.btn-solid-outline {
    border: 1px solid #C0C8E2;
    border-radius: 30px;
    text-decoration: none;
    color: #24365D;
    font-weight: 500;
}

.offcanvas {
    background-color: #fff;
}

.offcanvas-body .nav-item i {
    display: none;
}

.message-top {
    width: 100%;
    background-color: #0EB0D7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.message-top p {
    font-size: 14px;
    color: #fff;
    display: flex;
}

.message-top .social,
.message-top span,
.social a {
    color: #fff;
    text-decoration: none;
    gap: 5px;
}

.message-top .social a {
    font-size: 14px;
    display: contents;
}


.navbar-brand img {
    max-width: 230px;
}

.nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.32px;
    color: var(--primary_text);
}

li.nav-item.active .nav-link {
    color: var(--tertiary_text);
    font-weight: 500;
}

.navbar-expand-lg .offcanvas .offcanvas-body {
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}

.nav-link:focus,
.nav-link:hover {
    color: var(--tertiary_text);
}

.hero {
    padding-top: 20px;
}

.slide {
    background-color: #0db0d7;

}

.slide .slide_information {
    position: relative;
}

.slide .slide_information .slide_text {
    color: #FFF;
    padding-left: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.slide .slide_information .slide_text h2 {
    font-family: var(--secondary_font);
    font-weight: 300;
}

.slide .slide_information .slide_text h2 span {
    font-weight: 600;
}

.slide .left-side {
    padding-left: 90px;
}

.slide .left-side h2 {
    font-family: 'Crimson Text', serif;
    padding-right: 90px;
}


.slide .left-side p {
    font-family: 'Montserrat', serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.72px;
    font-size: 16px;
    padding-top: 16px;
}

.slide .right-side {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.slide .right-side img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    border-radius: 10px;
}

.slick-dots {
    width: 54%;
    bottom: 15px;
}

.slick-dots li.slick-active button:before {
    color: #E59838;
}

.introduction .left {
    padding-left: 50px;
    padding: 60px;
    color: #0EB0D7;
    font-family: var(--secondary_font);
}

.introduction .left h3 {
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.introduction .right {
    padding: 70px 30px;
}

.introduction .right p {
    font-family: 'Manrope';
}

.introduction .opportunities {
    color: #0EB0D7;
    font-family: 'Manrope';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;


}

.introduction .partner_logo img {
    width: 100%;
    max-width: 160px;
    max-height: 80px;
    min-height: 90px;
    height: auto;
    object-fit: contain;
    z-index: 10;
    padding: 5px;
}

.map {
    /*   background: url('../images/home/mapa.png');
    background-size:contain;
    background-position: center; */
    min-height: 650px;
}

.map .right {
    position: absolute;
    max-width: 450px;
    bottom: 50px;
    right: -40px;
}

.map .left {
    position: absolute;
    top: 150px;
    max-width: 450px;
    left: 40px;
}

.map .left h2 {
    color: #0EB0D7;
    font-weight: 800;
    font-family: var(--secondary_font);
    line-height: 30px;
}

.map .right {
    text-align: ;
}

.map .right h2 {
    color: #0EB0D7;
    font-weight: 800;
    font-family: var(--secondary_font);
    line-height: 30px;
}

.especialidades {
    background: url('../images/home/specialities_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.especialidades ul {
    padding: 50px 40px;
}

.especialidades ul li {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    color: #130F26;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    /* 255% */
    letter-spacing: 0.4px;
    border-bottom: 1px solid #80808052;
}


.especialidades h3 {
    font-family: var(--secondary_font);
    font-weight: 900;
    color: #0EB0D7;
}

.principios {
    padding: 70px 0px;
}

.principios h3 {
    color: #0EB0D7;
    font-family: var(--secondary_font);
    font-weight: 900;
}

.principios ul {
    padding: 0px;
}

.principios ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #80808052;
    align-items: center;
}

.principios ul li img {
    width: 22px;
    height: 16px;
}

.principios ul li:hover {
    color: #0EB0D7;
}

.company {
    padding: 90px 0px;
}

.company .card_info.company {
    padding: 90px;
    color: #FFF;
    background: url(../images/home/bg_company.webp);
    background-size: cover;
    margin: 0px;
}

.company .card_info.company .title h2,
.company .card_info.vision .title h2 {
    font-family: var(--secondary_font);
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.company .card_info.company p {
    font-family: 'Manrope', sans-serif;
    padding-top: 20px;
    font-style: normal;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: 0.6px;
}

.company .card_info.vision {
    padding: 40px;
    color: #FFF;
    background: url(../images/home/bg_vision.png);
    background-size: cover;
    margin: 0px;
}

.company .card_info.vision p {
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    padding-top: 20px;
    font-style: normal;
    line-height: 24px;
    /* 166.667% */
    letter-spacing: 0.6px;
}

.company .card_img.gallery {
    background: url(../images/home/bg_gallery.png);
    background-size: cover;
    height: 100%;
    min-height: 250px;
    position: relative;
}

.company .card_img.reachus {
    background: url(../images/home/bg_reachus.png);
    background-size: cover;
    height: 100%;
    min-height: 250px;
    position: relative;
}

.company .card_img a {
    position: absolute;
    bottom: 25px;
    left: 30px;
    text-decoration: none;
    font-family: var(--secondary_font);
    font-weight: 800;
    font-size: 24px;
}

.company .card_img.reachus a {
    color: #000;
}

.company .card_img.gallery a {
    color: #FFF;
}

.border_right {
    position: relative;
}

.border_right::after {
    content: "";
    background: #80808052;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80%;
    width: 1.5px;
}

.companyprofile .bioethic img {
    padding-left: 20px;
    max-width: 280px;
}

.companyprofile .information {
    padding: 40px;
}

.companyprofile .information h2 {
    color: #0EB0D7;
    font-family: var(--secondary_font);
    font-weight: 800;
    line-height: 33px;
    padding-bottom: 30px;
}


.companyprofile .bioethic_item {
    padding: 20px;
    padding-bottom: 30px;
}

.companyprofile .bioethic_item img {
    width: 100%;
    max-width: 70px;
    max-height: 70px;
    min-height: 70px;
    height: auto;
    object-fit: contain;
    z-index: 10;
    padding-bottom: 10px;
}


.companyprofile .bioethic_item p {
    color: rgba(19, 15, 38, 0.60);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 175% */
}

.companyprofile .know .row {
    padding-bottom: 40px;
}

.talk {
    margin: 40px 0px;
    background: #0EB0D7;
    width: 100%;
}

.talk h4 {
    padding: 20px 0px;
    color: #FFF;
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
}

.footer {
    background-color: #fff;
    color: #130F26;
    font-weight: 300;
    margin-top: 60px;
    padding: 20px 0px;
    font-family: 'Manrope';
}

.colaboration {
    padding: 70px 0px;
}

.colaboration h2 {
    color: #0EB0D7;
    font-family: var(--secondary_font);
    font-weight: 900;
    padding-bottom: 30px;
    line-height: 35px;
}

.colaboration p {
    color: rgba(19, 15, 38, 0.60);
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    /* 159.091% */
}

.joinus {
    background: url('../images/home/joinusbg.png');
    background-size: cover;
    width: 100%;
    min-height: 140px;
    max-height: 120px;
    background-position: center;
    text-align: center;
    color: #FFF;
}

.footer .brand {
    font-size: 14px;
}

.footer .brand a {
    color: #FFF;
    text-decoration: none;
}

.footer h5 {
    font-size: 18px;
    font-weight: 400;
}

.footer ul li a {
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    padding: 5px 0px;
}

.footer ul li a i {
    font-size: 20px;
}


.map-img {
    max-width: 350px;
}

.copyright {
    color: #65707D;
    font-size: 12px;
}

.copyright img {
    margin: 5px 0px;
}

.socials {
    display: flex;
    gap: 10px;
    float: right;
}

.socials li a i {
    font-size: 24px;
    color: #0EB0D7;
}

.fot h5 {
    color: #0EB0D7;
    text-transform: uppercase;
    font-family: var(--secondary_font);
    font-weight: 800;
}

.close {
    display: none;
}

@media (max-width: 767px) {
    .close {
        display: flex;
        justify-content: flex-end !important;
        flex-direction: row !important;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .slide .slide_information .slide_text {
        padding-left: 30px;
    }

    .map .right,
    .map .left {
        position: initial;
    }

    .brands {
        flex-direction: column;
    }

    .brands .logos {
        overflow-x: scroll;
    }

    .advantage .info {
        padding: 20px 24px;
    }

    .header-actions .nav-item {
        padding: 0px 10px;
    }

    .offcanvas-body {
        width: 100%;
        align-items: flex-start !important;
    }

    .offcanvas-body .nav-item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        color: #000;
        flex-direction: column;
    }

    .offcanvas-body .nav-item a {
        font-size: 16px;
    }

    .offcanvas-body .nav-item i {
        display: flex;
    }

    .navbar-toggler-icon {
        color: #FFF;
    }

    .message-top a {
        display: block;
    }

    .slide .left-side {
        padding-left: 20px;
    }

    .image-box img {
        width: 100%;
    }

    .experience .company {

        background-position: top !important;
        background-size: contain !important;
    }

    .experience .company h2 {
        font-size: 18px;
    }

    .experience .company .description {
        flex-direction: column;
        margin: 120px 12px 0px 12px;
    }

    .newsletter .row .col-sm-12 {
        flex-direction: column;
    }

    .newsletter .row .col-sm-12 .newsletter-item {
        justify-content: space-between;
        padding: 20px 0px;
    }

    .newsletter .form-inline {
        justify-content: center;
    }

    .grid-blog {
        display: flex;
        flex-direction: row;
    }
}

.navbar {
	position:fixed;
	z-index:1000;
	
	/*max-width:1000px;*/
	left:0;
	width:100%;

	background:#fff;
	margin-bottom:10px;
}





@media (min-width: 768px) {
    .pr-desktop-5 {
        padding-right: 70px
    }
}