:root{

    --amarillo:#FACE3A;
    --azul:#292b2b;

}

body{

    font-family:"Open Sans", sans-serif;


}
.whatsapp-btn {
  position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #075e54bd;
    color: white;
    border-radius: 50%;
    padding: 10px 21px;
    font-size: 33px;
    width: 70px;
    height: 70px;
    z-index: 9;
}

.whatsapp-btn:hover{
  background-color: #25d366;
}

.header{

    position:fixed;
    z-index: 99;
    /*top:20px;*/
    /*left:50%;*/
    /*transform:translateX(-50%);*/

    width:100%;
    /*max-width:1400px;*/
    background: #292b2b;
    /*background:rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.15);*/

    /*border-radius:18px;*/

   /* box-shadow:0 12px 35px rgba(0,0,0,.18);*/

    transition:.35s;

}
.navbar-toggler {
    border: none;
    box-shadow: none;
}
.offcanvas{
    background: linear-gradient(#292b2b, #191a1a);
}

.btn-close {
    filter: invert(1);
    box-shadow: none;
    opacity: 1;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
.scrolled {
    z-index: 9999;
    background: rgb(41 43 43);
    backdrop-filter:none;
    border: none;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .18);
    transition: .35s;
}
.navbar{

    padding:20px 0;

}

.navbar-brand img {
    width: 230px;
}
.navbar-nav{

    gap:20px;

}

.nav-link{

    position:relative;

    font-size:14px;

    font-weight:600;

    letter-spacing:.3px;
    color: #fff;

}

.nav-link::after{

content:"";

position:absolute;

bottom:-6px;

left:5%;

width:0;

height:2px;

background:#FACE3A;

transition:.3s;

transform:translateX(-50%);

}

.nav-link:hover::after{

width:70%;

}

.nav-link:hover{

    color:var(--amarillo);

}

.btn-contacto{

    background:var(--amarillo);
    color:#222;
border-radius:12px;

padding:15px 34px;

font-weight:700;


}

.btn-contacto:hover{

    background:#fff;
    color:var(--azul);

}


.w-md-10{
    width: 10%;
}
.w-md-20{
    width: 20%;
}
.w-md-30{
    width: 30%;
}
.w-md-40{
    width: 40%;
}
.w-md-50{
    width: 50%;
}
.w-md-60{
    width: 60%;
}
.w-md-70{
    width: 70%;
}
.w-md-80{
    width: 80%;
}
.w-md-90{
    width: 90%;
}

.hero{

    min-height:100vh;

    background:url("../img/bg-hero-3.png");
    background-size:cover;

    position:relative;

    display:flex;
    align-items:center;

}
.hero::before{
    content:"";
    position:absolute;
    inset:0;
        background: linear-gradient(rgb(0 0 0 / 42%), rgba(0, 0, 0, .30), rgba(0, 0, 0, .0));
}
.overlay{

    position:absolute;
    inset:0;
    background:rgba(0,0,0,.16);

}

.hero .container{

    position:relative;
    z-index:2;

}

.hero-content{

    max-width:1100px;
    margin:auto;
    text-align:left;

}

.hero h1{

    color:#fff;
    font-size:55px;
    font-weight:600;
    line-height:1.15;

}

.search-box{

background:white;

border-radius:22px;

padding:22px;

/*box-shadow:

0 25px 60px rgba(0,0,0,.20);

background: rgba(255, 255, 255, .08);

backdrop-filter: blur(18px);*/


}


.form-select{

height:62px;

border-radius:12px;

background-color:#f7f7f7;

border:1px solid #ececec;

transition:.25s;

}

.form-select:focus{

border-color:#FACE3A;

box-shadow:

0 0 0 .25rem rgba(250,206,58,.25);

}
.btn-search{

    height:60px;
    background:var(--amarillo);
    border:none;


border-radius:12px;

font-weight:600;

font-size:14px;

transition:.3s;

}

.btn-search:hover{

    background:#f7c400;
    transform:translateY(-3px);

box-shadow:

0 15px 30px rgba(250,206,58,.4);

}

@media(max-width:991px){

.hero{

    padding:80px 0 80px;
    background-position-x: center;
            background-size: auto 65%;
        background-repeat: no-repeat;
}

.hero h1{

    font-size:42px;

}

.search-box{

    padding:20px;

}

.navbar{

    background:#292b2b;

}

}

@media(max-width:768px){

.hero h1{

    font-size:34px;

}

}


.about-home{

    position:relative;

    padding:110px 0;

    overflow:hidden;

    background:#fff;

}

/* fondo muy suave */

.about-home::before{

    content:"";

    position:absolute;

    inset:0;

    background:url("../img/bg-section.png") center center;

    background-size:cover;

    opacity:1;

}

/* contenido */

.about-home .container{

    position:relative;

    z-index:2;

}

.section-subtitle{

    display:block;

    font-size:58px;

    font-weight:300;

    color:#292b2b;

    margin-bottom:15px;

}
.about-home h2 {
    font-size: 25px;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: 35px;
    line-height: 1.15;
}

.about-home p{

    font-size:14px;

    line-height:1.8;

    color:#555;

    margin-bottom:25px;

}

/* botón */

.btn-primary-custom{

    background:#292b2b;

    color:#fff;

    padding:16px 45px;

    border-radius:12px;

    font-weight:600;

    transition:.35s;

    box-shadow:0 15px 35px rgba(39,51,146,.25);

}

.btn-primary-custom:hover{

    background:#FACE3A;

    color:#222;

    transform:translateY(-4px);

}

/* imagen */

.about-image{

    position:relative;

    padding:22px;

}


/* foto */

.about-image img{

    width:100%;

    display:block;


    position:relative;


}


@media(max-width:991px){

.section-subtitle{

    font-size:42px;

}

.about-home h2{

    font-size:34px;

}

.about-home{

    text-align:center;

}

.about-image{

    margin-top:30px;

}

}

@media(max-width:576px){

.section-subtitle{

    font-size:34px;

}

.about-home h2{

    font-size:28px;

}

.about-home p{

    font-size:16px;

}

.about-image::before{

    border-width:14px;

    border-radius:35px;

}

.about-image img{

    border-radius:28px;

}

}


.featured-properties{

    padding:100px 0;

    background:#fafafa;

}

.section-title span{

    display:block;

    font-size:56px;

    color:#292b2b;

    font-weight:300;

    line-height:1;

}

.section-title h2{

    margin-top:15px;

    font-size:34px;

    color:#444;

    font-weight:400;

}

/****************************/

.property-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:

    0 12px 12px rgba(0,0,0,.10);

    transition:.35s;

    height:100%;

}

.property-card:hover{

    transform:translateY(-8px);

    box-shadow:

    0 25px 60px rgba(0,0,0,.18);

}

.property-image{

    position:relative;

    overflow:hidden;

}

.property-image img{

    width:100%;

    height:280px;

    object-fit:cover;

    transition:.6s;

}

.property-card:hover img{

    transform:scale(1.08);

}

/****************************/

.status{

    position:absolute;

    top:18px;

    left:18px;

    background:#FACE3A;

    color:#292b2b;

    padding:12px 22px;

    border-radius:8px;

    font-weight:700;

    font-size:17px;

}

.price{

    position:absolute;

    left:22px;

    bottom:20px;

    color:#fff;

    font-size:28px;

    font-weight:800;

    text-shadow:0 6px 15px rgba(0,0,0,.4);

}

/****************************/

.property-body{

    padding:28px;

}

.property-body h3{

    color:#292b2b;

    font-size:24px;

    font-weight:600;

    margin-bottom:18px;

}

.location{

    color:#666;

    margin-bottom:25px;

    display:flex;

    align-items:center;

    gap:10px;

    font-size:16px;

}

.location i{

    color:#292b2b;

}

/****************************/

.features{

    display:flex;

    gap:30px;

    margin-bottom:30px;

}

.features span{

    display:flex;

    align-items:center;

    gap:8px;

    color:#444;

    font-size:14px;

}

.features i{

    color:#292b2b;

    font-size:20px;

}

/****************************/

.btn-property{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:52px;

    padding:0 34px;

    border-radius:10px;

    background:#FACE3A;

    color:#292b2b;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.btn-property:hover{

    background:#292b2b;

    color:#fff;

}


@media(max-width:992px){

.section-title span{

    font-size:42px;

}

.property-body h3{

    font-size:28px;

}

.price{

    font-size:28px;

}

}

@media(max-width:576px){

.featured-properties{

    padding:70px 0;

}

.section-title span{

    font-size:34px;

}

.section-title h2{

    font-size:24px;

}

.property-image img{

    height:220px;

}

.property-body{

    padding:22px;

}

.features{

    justify-content:space-between;

    gap:10px;

}

.price{

    font-size:28px;

}

}



.acm-section{

    overflow:hidden;

    background:#fff;
        background:#FACE3A;

}

/**********************/

.acm-content{



    display:flex;

    flex-direction:column;

    justify-content:center;

    padding:40px 90px;


    position:relative;

}

/**********************/

.section-subtitle{

    display:block;

    font-size:62px;

    font-weight:300;

    color:#292b2b;

    margin-bottom:20px;

}

.acm-content h2{

    font-size:25px;

    font-weight:700;

    color:#333;

    line-height:1.2;

    margin-bottom:35px;

}

.acm-content p{

    color:#444;

    font-size:14px;

    line-height:1.8;

    margin-bottom:25px;

    max-width:640px;

}

/**********************/

.btn-acm{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:180px;

    height:60px;

    background:#292b2b;

    color:#fff;

    text-decoration:none;

    border-radius:12px;

    font-weight:700;

    transition:.35s;

    margin-top:20px;

}

.btn-acm:hover{

    background:#fff;

    color:#292b2b;

    transform:translateY(-4px);

}

/**********************/

.acm-image{

    height:720px;

    overflow:hidden;

}

.acm-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.acm-section:hover img{

    transform:scale(1.05);

}


@media(max-width:991px){


.w-md-10,.w-md-20,.w-md-30,.w-md-40,.w-md-50,.w-md-60,.w-md-70,.w-md-80,.w-md-90{
    width: 100%;
}


.acm-content{

    clip-path:none;

    padding:60px 35px;

    min-height:auto;

}

.acm-image{

    height:420px;

}

.section-subtitle{

    font-size:42px;

}

.acm-content h2{

    font-size:32px;

}

}

@media(max-width:576px){

.acm-content{

    padding:50px 25px;

}

.section-subtitle{

    font-size:34px;

}

.acm-content h2{

    font-size:28px;

}

.acm-content p{

    font-size:16px;

}

.acm-image{

    height:300px;

}

}


.projects-home{

    padding:110px 0;

    background:#f7f8fb;

}

/**********************/

.project-card{

    position:relative;

    display:block;

    overflow:hidden;

    border-radius:24px;

    height:500px;

    text-decoration:none;

    box-shadow:0 18px 45px rgba(0,0,0,.12);

    transition:.35s;

}

.project-card:hover{

    transform:translateY(-8px);

    box-shadow:0 35px 70px rgba(0,0,0,.18);

}

/**********************/

.project-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.7s;

}

.project-card:hover img{

    transform:scale(1.08);

}

/**********************/

.project-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.82) 0%,
        rgba(0,0,0,.35) 45%,
        rgba(0,0,0,.10) 100%
    );

}

/**********************/

.project-tags{

    position:absolute;

    top:25px;

    left:25px;

    display:flex;

    gap:10px;

    z-index:2;

}

.tag{

    padding:10px 18px;

    border-radius:40px;

    font-size:14px;

    font-weight:700;

    letter-spacing:.5px;

}

.tag-yellow{

    background:#FACE3A;

    color:#292b2b;

}

.tag-blue{

    background:#292b2b;

    color:#fff;

}

/**********************/

.project-info{

    position:absolute;

    left:30px;

    bottom:30px;

    color:#fff;

    z-index:2;

}

.project-info h3{

    font-size:34px;

    font-weight:700;

    margin-bottom:8px;

}

.project-info p{

    margin:0;

    font-size:18px;

    opacity:.9;

}

.project-info i{

    color:#FACE3A;

    margin-right:8px;

}


@media(max-width:992px){

    .project-card{

        height:420px;

    }

    .project-info h3{

        font-size:28px;

    }

}

@media(max-width:576px){

    .project-card{

        height:320px;

        border-radius:18px;

    }

    .project-info{

        left:20px;
        bottom:20px;

    }

    .project-info h3{

        font-size:22px;

    }

    .project-info p{

        font-size:15px;

    }

    .project-tags{

        top:18px;
        left:18px;

    }

}


.client-benefits{

    padding:120px 0;

    background:url("../img/bg-texture.png") center center;

    background-size:cover;

    position:relative;

}

/*.client-benefits::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(39,51,146,.55);

}*/

.client-benefits .container{

    position:relative;

    z-index:2;

}

/********************/

.client-benefits h2{

    color:#fff;

    font-size:56px;

    font-weight:300;

    text-align:center;

    margin-bottom:45px;

}

/********************/

.benefits-box{

    background:#FACE3A;

    border-radius:28px;

    padding:60px;

    text-align:center;

    box-shadow:

    0 25px 60px rgba(0,0,0,.20);

}

/********************/

.benefits-box p{

    color:#292b2b;

    font-size:32px;

    line-height:1.45;

    font-weight:400;

    margin:0 auto 45px;

    max-width:900px;

}

.benefits-box strong{

    font-weight:700;

}

/********************/

.btn-benefits{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:58px;

    padding:0 42px;

    background:#292b2b;

    color:#fff;

    border-radius:12px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.btn-benefits:hover{

    background:#fff;

    color:#292b2b;

    transform:translateY(-3px);

}


@media(max-width:992px){

.client-benefits{

    padding:90px 0;

}

.client-benefits h2{

    font-size:40px;

}

.benefits-box{

    padding:40px 30px;

}

.benefits-box p{

    font-size:24px;

}

}

@media(max-width:576px){

.client-benefits h2{

    font-size:32px;

}

.benefits-box{

    border-radius:20px;

    padding:30px 20px;

}

.benefits-box p{

    font-size:18px;

    line-height:1.7;

}

.btn-benefits{

    width:100%;

}

}


/****************************/
/* FOOTER */
/****************************/

.footer{

    margin-top:0px;

}

/****************************/

.footer-main{

    background:#FACE3A;

    padding:60px 0;

}

.footer-logo img{

   width:230px;

}

/****************************/

.footer-info{

    display:flex;

    flex-direction:column;

    gap:8px;

}

.info-item{

    display:flex;

    align-items:center;

    gap:15px;

    color:#292b2b;

    font-size:18px;

    font-weight:600;

}

.info-item i{

    /*width:45px;
    height:45px;*/

    display:flex;
    align-items:center;
    justify-content:center;

    /*background:#292b2b;*/

    color:#292b2b;

    border-radius:50%;

    font-size:18px;

    flex-shrink:0;

}

.info-item a{

    color:#292b2b;

    text-decoration:none;

}

.info-item a:hover{

    text-decoration:underline;

}

/****************************/

.footer h5{

    color:#292b2b;

    font-size:20px;

    font-weight:700;

    margin-bottom:20px;

}

/****************************/

.footer-social{

    display:flex;

    justify-content:flex-start;

    gap:14px;

}

.footer-social a{

    width:52px;
    height:52px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#292b2b;

    color:#fff;

    font-size:20px;

    transition:.35s;

    text-decoration:none;

}

.footer-social a:hover{

    background:#fff;

    color:#292b2b;

    transform:translateY(-5px);

}

/****************************/

.footer-copy{

    background:#292b2b;

    color:#fff;

    padding:18px 0;

    font-size:15px;

}

.footer-copy strong{

    color:#FACE3A;

}

@media(max-width:991px){

.footer-main{

    text-align:center;

}

.footer-info{

    align-items:flex-start;

    margin:auto;

    max-width:450px;

}

.footer-social{

    justify-content:center;

}

.footer h5{

    margin-top:10px;

}

}

@media(max-width:576px){

.footer-main{

    padding:45px 0;

}

.footer-logo img{

    max-width:180px;

}

.info-item{

    font-size:16px;

    align-items:flex-start;

}

.info-item i{

    width:40px;
    height:40px;

}

.footer-copy{

    text-align:center;

}

.footer-copy .col-md-6:last-child{

    margin-top:8px;

}

}


.contact-section{

    padding:110px 0;

    background:#f8f9fc;

}

.contact-info{

    background:#292b2b;

    color:#fff;

    border-radius:25px;

    padding:45px;

    height:100%;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.contact-info h3{

    font-size:34px;

    margin-bottom:20px;

    font-weight:700;

}

.contact-info p{

    line-height:1.8;

    opacity:.9;

    margin-bottom:35px;

}

.contact-info .info{

    display:flex;

    align-items:center;

    gap:15px;

    margin-bottom:25px;

}

.contact-info i{

    width:46px;
    height:46px;

    border-radius:50%;

    background:#FACE3A;

    color:#292b2b;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:18px;

}


.contact-form{

    background:#fff;

    border-radius:25px;

    padding:45px;

    box-shadow:0 20px 45px rgba(0,0,0,.08);
    height: 100%;

}

.contact-form .form-control{

    border:none;

    background:#f3f4f8;

    border-radius:14px;

    min-height:58px;

    padding:15px 20px;

    font-size:16px;

    transition:.3s;

}

.contact-form textarea{

    min-height:180px;

    resize:none;

}

.contact-form .form-control:focus{

    background:#fff;

    border:1px solid #FACE3A;

    box-shadow:0 0 0 .2rem rgba(250,206,58,.20);

}

.btn-contact{

    background:#FACE3A;

    color:#292b2b;

    border:none;

    border-radius:12px;

    padding:16px 40px;

    font-weight:700;

    transition:.3s;

}

.btn-contact:hover{

    background:#292b2b;

    color:#fff;

    transform:translateY(-3px);

}


@media(max-width:991px){

    .contact-info{

        padding:35px;

    }

    .contact-form{

        padding:35px;

    }

}

@media(max-width:576px){

    .contact-section{

        padding:70px 0;

    }

    .contact-info,
    .contact-form{

        padding:25px;

        border-radius:18px;

    }

    .btn-contact{

        width:100%;

    }

}

.pagination-box{
    margin-top:50px;
    display:flex;
    justify-content:center;
}

.page-link{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50% !important;
    margin:0 5px;
    border:none;
    color:#111;
}

.page-item.active .page-link{
    background:#f9c316;
}


.page-header{
    height:350px;
    background:url(../img/bg-hero.png) center center/cover;
    position:relative;
    display:flex;
    align-items:center;
    color:#fff;
    padding-top:90px;
}

.page-header .overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
}

.page-header .container{
    position:relative;
    z-index:2;
}

.page-header h1{
    font-size:60px;
    font-weight:700;
}

.properties-page{

    padding:100px 0;

    background:#fafafa;

}

/************************/

.properties-header{

    display:flex;

    justify-content:space-between;

    align-items:end;

    margin-bottom:45px;

}

.properties-header h1{

    color:#292b2b;

    font-size:56px;

    font-weight:700;

}

.properties-header p{

    color:#666;

    font-size:18px;

    margin-top:8px;

}

/************************/

.order-box{

    display:flex;

    align-items:center;

    gap:15px;

}

.order-box label{

    white-space:nowrap;

    color:#555;

    font-weight:600;

}

.order-box .form-select{

    width:230px;

}

/************************/

.property-search{

    background:#fff;

    padding:30px;

    border-radius:22px;

    box-shadow:

    0 20px 45px rgba(0,0,0,.08);

    /*position:sticky;

    top:120px;*/

}

.property-search h3{

    margin-bottom:25px;

    color:#292b2b;

}

.property-search form{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.property-search .form-select,
.property-search .form-control{

    min-height:56px;

    border-radius:12px;

    background-color:#f6f6f6;

    border:1px solid #eee;

}

.property-search .form-select:focus,
.property-search .form-control:focus{

    border-color:#FACE3A;

    box-shadow:

    0 0 0 .2rem rgba(250,206,58,.18);

}

.property-search .btn-search{

    height:56px;

    border:none;

    border-radius:12px;

    background:#FACE3A;

    color:#292b2b;

    font-weight:700;

    transition:.3s;

}

.property-search .btn-search:hover{

    background:#292b2b;

    color:#fff;

}



@media(max-width:992px){

.properties-header{

    flex-direction:column;

    align-items:flex-start;

    gap:25px;

}

.order-box{

    width:100%;

}

.order-box .form-select{

    width:100%;

}

.property-search{

    position:relative;

    top:auto;

}

}

@media(max-width:576px){

.properties-page{

    padding:70px 0;

}

.properties-header h1{

    font-size:38px;

}

.property-search{

    padding:22px;

    border-radius:18px;

}

}


.history-section{

    padding:120px 0;

    background:#f8f9fc;

    overflow:hidden;

}

.timeline{

    position:relative;

    margin-top:80px;

}

.timeline-line{

    position:absolute;

    top:70px;

    left:0;
    right:0;

    height:4px;

    background:#e5e5e5;

    z-index:1;

}

/*************************/

.timeline-card{

    position:relative;

    background:#fff;

    border-radius:24px;

    padding:40px 30px;

    text-align:center;

    box-shadow:
    0 20px 45px rgba(0,0,0,.08);

    height:100%;

    transition:.35s;

    z-index:2;

}

.timeline-card-2{

    position:relative;

    background:#FACE3A;

    border-radius:24px;

    padding:40px 30px;

    text-align:center;

    box-shadow:
    0 20px 45px rgba(0,0,0,.08);

    height:100%;

    transition:.35s;

    z-index:2;

}

.timeline-card:hover,.timeline-card-2:hover{

    transform:translateY(-10px);

    box-shadow:
    0 30px 70px rgba(0,0,0,.15);

}

.timeline-year{

    font-size:52px;

    font-weight:700;

    color:#292b2b;

    line-height:1;

    margin-bottom:30px;

}

/*************************/

.timeline-dot{

    width:26px;
    height:26px;

    border-radius:50%;

    background:#FACE3A;

    /*border:6px solid #292b2b;*/

    margin:0 auto 35px;

    position:relative;

    z-index:3;

}

.timeline-dot-2{

    width:26px;
    height:26px;

    border-radius:50%;

    background:#fff;

    /*border:6px solid #292b2b;*/

    margin:0 auto 35px;

    position:relative;

    z-index:3;

}

/*************************/

.timeline-card p{

    color:#555;

    font-size:14px;

    line-height:1.8;

    margin:0;

}

@media(max-width:991px){

    .timeline-line{

        display:none;

    }

    .timeline-year{

        font-size:42px;

    }

}

@media(max-width:576px){

    .history-section{

        padding:80px 0;

    }

    .timeline-card{

        padding:30px 25px;

    }

    .timeline-year{

        font-size:34px;

    }

    .timeline-card p{

        font-size:15px;

    }

}


.mission-vision-section{

    padding:120px 0;
    background:#fff;

}

.mv-content{

    padding-right:50px;

}

.mv-content h2{
font-size: 25px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin-bottom: 35px;
}
.mv-block{

    margin-bottom:40px;

}

.mv-block h4{

    color:#292b2b;
    font-size:26px;
    font-weight:700;
    margin-bottom:20px;

}

.mv-block h4 i{

    color:#FACE3A;
    margin-right:12px;

}

.mv-block p{

    color:#666;
    line-height:1.9;
    font-size:14px;

}

/********************************/

.values-list{

    display:flex;
    flex-direction:column;
    gap:25px;

}

.value-card{

    background:#fff;

    border-radius:22px;

    padding:35px;

    border:1px solid #ececec;

    box-shadow:
    0 20px 45px rgba(0,0,0,.06);

    transition:.35s;

    position:relative;

}


.value-card-2{

    background:#FACE3A;

    border-radius:22px;

    padding:35px;

    border:1px solid #ececec;

    box-shadow:
    0 20px 45px rgba(0,0,0,.06);

    transition:.35s;

    position:relative;

}


.value-card:hover,.value-card-2:hover{

    transform:translateX(10px);

    box-shadow:
    0 30px 70px rgba(0,0,0,.12);

}

.value-card span{

    display:inline-flex;

    width:65px;
    height:65px;

    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#FACE3A;

    color:#292b2b;

    font-size:24px;
    font-weight:800;

    margin-bottom:25px;

}


.value-card-2 span{

    display:inline-flex;

    width:65px;
    height:65px;

    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#292b2b;

    color:#FACE3A;

    font-size:24px;
    font-weight:800;

    margin-bottom:25px;

}

.value-card h3, .value-card-2 h3{

    font-size:28px;
    font-weight:600;
    color:#292b2b;
    line-height:1.4;
    margin:0;

}


@media(max-width:991px){

    .mv-content{

        padding-right:0;
    }

    .mv-content h2{

        font-size:38px;
    }

    .value-card h3{

        font-size:22px;
    }

}

@media(max-width:576px){

    .mission-vision-section{

        padding:80px 0;
    }

    .mv-content h2{

        font-size:30px;
    }

    .mv-block p{

        font-size:14px;
    }

    .value-card{

        padding:25px;
    }

    .value-card h3{

        font-size:20px;
    }

}


.marketing-section{

    padding:120px 0;

    background:#f8f9fc;

}

.marketing-content h2{
    font-size: 25px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin-bottom: 35px;
}

.marketing-content p{

    font-size:19px;

    line-height:1.9;

    color:#666;

}

/************************/

.marketing-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    height:100%;

    box-shadow:
    0 20px 45px rgba(0,0,0,.06);

    transition:.35s;

}

.marketing-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 30px 70px rgba(0,0,0,.12);

}

.marketing-card i{

    width:70px;
    height:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:18px;

    background:#FACE3A;

    color:#292b2b;

    font-size:30px;

    margin-bottom:25px;

}

.marketing-card h3{

    color:#292b2b;

    font-size:24px;

    margin-bottom:15px;

}

.marketing-card p{

    color:#666;

    line-height:1.7;

    margin:0;

}

.reach-section{

    padding:120px 0;
    background:#fff;

}

.reach-card{

    background:#fff;

    border-radius:24px;

    padding:45px 35px;

    text-align:center;

    height:100%;

    border:1px solid #efefef;

    box-shadow:
        0 20px 45px rgba(0,0,0,.06);

    transition:.35s;

}

.reach-card:hover{

    transform:translateY(-8px);

    box-shadow:
        0 30px 70px rgba(0,0,0,.12);

}

.reach-card i{

    width:80px;
    height:80px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 30px;

    background:#FACE3A;

    color:#292b2b;

    border-radius:20px;

    font-size:34px;

}

.reach-card h3{

    color:#292b2b;

    font-size:28px;

    margin-bottom:20px;

}

.reach-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}


.team-section{

    background:#FACE3A;

    padding:120px 0;

}

/*
.team-section .section-title span{

    color:#292b2b;

    font-size:22px;

    font-weight:700;

}


.team-section .section-title h2{

    color:#292b2b;

    font-size:48px;

    font-weight:700;

    margin-top:15px;

}


.team-section .section-title p{

    color:#333;

    font-size:18px;

}*/



/* CARD */

.team-card{

    background:#fff;

    border-radius:28px;

    overflow:hidden;

    box-shadow:

    0 20px 50px rgba(0,0,0,.12);

    transition:.35s;

    height:100%;

}


.team-card:hover{

    transform:translateY(-10px);

    box-shadow:

    0 35px 70px rgba(0,0,0,.18);

}



/* FOTO */

.team-image{

    height:330px;

    overflow:hidden;

}


.team-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}


.team-card:hover img{

    transform:scale(1.06);

}



/* INFO */

.team-info{

    padding:30px;

    text-align:center;

    position:relative;

}


.team-info::before{

    content:"";

    position:absolute;

    top:0;

    left:50%;

    transform:translateX(-50%);

    width:60px;

    height:4px;

    background:#FACE3A;

}


.team-info h3{

    color:#292b2b;

    font-size:24px;

    margin-bottom:8px;

    font-weight:700;

}


.team-info span{

    color:#666;

    font-size:16px;

}

@media(max-width:991px){

.team-section{

    padding:90px 0;

}


.team-section .section-title h2{

    font-size:38px;

}


.team-image{

    height:300px;

}

}


@media(max-width:576px){

.team-section .section-title h2{

    font-size:30px;

}


.team-card{

    border-radius:20px;

}


.team-image{

    height:280px;

}

}


.join-team{

    padding:120px 0;
    background:#f8f9fc;

}

/************************/

.team-cover{

    position:relative;
    border-radius:35px;
    overflow:hidden;
    margin-bottom:70px;
    height:420px;

    box-shadow:
        0 30px 80px rgba(0,0,0,.15);

}

.team-cover img{

    width:100%;
    height:100%;
    object-fit:cover;

}

.team-cover::before{

    content:"";
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            to top,
            rgba(39,51,146,.85),
            rgba(39,51,146,.25)
        );

}

.team-cover-content{

    position:absolute;
    left:60px;
    bottom:60px;
    color:#fff;

}

.team-cover-content span{

    display:inline-block;

    background:#FACE3A;
    color:#292b2b;

    padding:10px 18px;

    border-radius:50px;

    font-weight:700;

    margin-bottom:20px;

}

.team-cover-content h2{

    font-size:56px;
    font-weight:700;
    margin:0;

}

/************************/

.join-intro{

    max-width:900px;
    margin:0 auto 60px;

}

.join-intro h3{

    color:#292b2b;
    font-size:42px;
    margin-bottom:30px;

}

.join-intro p{

    font-size:20px;
    line-height:1.9;
    color:#666;

}

/************************/

.join-form{

    background:#fff;

    border-radius:30px;

    padding:50px;

    box-shadow:
        0 25px 60px rgba(0,0,0,.08);

}

.join-form .form-control{

    min-height:58px;

    border-radius:14px;

    background:#f8f8f8;

    border:1px solid #ececec;

    padding:15px 20px;

}

.join-form textarea{

    min-height:220px;
    resize:none;

}

.join-form .form-control:focus{

    border-color:#FACE3A;

    box-shadow:
        0 0 0 .2rem rgba(250,206,58,.18);

}

/************************/

.file-box{

    position:relative;

}

.file-box label{

    width:100%;
    height:58px;

    display:flex;
    align-items:center;

    background:#f8f8f8;

    border:1px solid #ececec;

    border-radius:14px;

    padding:0 20px;

    cursor:pointer;

    color:#666;

}

.file-box i{

    color:#292b2b;
    margin-right:12px;

}

.file-box input{

    position:absolute;
    inset:0;
    opacity:0;
    cursor:pointer;

}

/************************/

.btn-send{

    background:#292b2b;

    color:#fff;

    border:none;

    padding:18px 50px;

    border-radius:14px;

    font-weight:700;

    transition:.35s;

}

.btn-send:hover{

    background:#FACE3A;
    color:#292b2b;

    transform:translateY(-3px);

}


@media(max-width:991px){

    .team-cover{

        height:300px;
    }

    .team-cover-content{

        left:30px;
        bottom:30px;
    }

    .team-cover-content h2{

        font-size:40px;
    }

    .join-intro h3{

        font-size:32px;
    }

    .join-form{

        padding:35px;
    }

}

@media(max-width:576px){

    .team-cover{

        height:240px;
        border-radius:22px;
    }

    .team-cover-content h2{

        font-size:30px;
    }

    .join-intro h3{

        font-size:26px;
    }

    .join-intro p{

        font-size:17px;
    }

    .join-form{

        padding:25px;
        border-radius:20px;
    }

    .btn-send{

        width:100%;
    }

}