

/*
Author: Xpeedstudio
Author URI: http://xpeedstudio.com
*/

/*==========================================
 01.  PREDIFINEED (FROM 1 TO 780 )
 02.  PRELOADER - LINE NO 786
 03.  NAVIGATION - LINE NO 930
 04.  HOME - LINE NO 1150
 05.  THU FEATURE - LINE NO 1280 
 06.  THU FLIDE - LINE NO 1355
 07.  THU SERVICE - LINE NO 1385
 08.  PORTFOLIO - LINE NO 1444
 09.  THU SOLUTION - LINE NO 1620
 10.  THU TEAM - LINE NO 1658
 11.  THU CLIENTS FEEDBACK - LINE NO 1730
 12. THU BLOG - LINE NO 1848
 13. THU SUBCRIBS - LINE NO 1935
 14. FOOTER - LINE NO 2020
==========================================*/


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width:100%;
    font-family:'Myriad Pro Regular'
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*
    Page Content
------------------------------------------*/
/*
.page-content, 
section { overflow: hidden; }*/

/*
    On Scroll Animations 
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*text color*/

.text-muted{}

.text-primary{color: #ee997b !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#ee997b !important;;}
.text-white{color:#fff !important;;}
.text-black{color:#000 !important;}

.text-warning{}
.text-danger{}

.disabled{
    cursor: not-allowed;
}

/*bacground color*/
.bg-light {
    background-color: #f3f3f3;
}
.bg-gold{
    background-color: #4b4b4b;
}
.bg-gray{
    background-color: #8C8C8C;
}
.bg-primary{background-color: #1E8BC3;}
.bg-finence{background-color:#13A0B2;}
.bg-mega{background-color:#e5e5e5;}
.bg-grey{background-color: #f5f5f5;}
.bg-black{background-color: #212121;}
.bg-white{background-color: #fff;}
.bg-dorado-round{
    border: 4px solid #a77e39;
    box-shadow: 5px 5px 5px rgba(0, 0, 0,.3);
    border-radius: 10px;
    padding: 15px;
    min-height:300px;
}
.bg-gris-round{
    border: 4px solid #5b5959;
    box-shadow: 5px 5px 5px rgba(0, 0, 0,.3);
    border-radius: 10px;
    padding: 15px;
    min-height:300px;
}
.bg-black-round{
    border: 4px solid #0000006a;
    box-shadow: 5px 5px 5px rgba(0, 0, 0,.3);
    border-radius: 10px;
    padding: 15px;
    min-height:300px;
}
.bg-gris-round p, .bg-dorado-round p,.bg-black-round p{
    width: 100% !important;
}
.bg-gris-round h3, .bg-dorado-round h3,.bg-black-round h3{
    font-weight: 600;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
}

.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: auto;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color:#8f8f8f;
    margin-bottom: 10px;
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}
h3 {
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
h5 {
    font-size: 18px;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
}
h6 {
    font-size: 1rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#ee997b;
}

p {
    line-height: 1.5rem;
}
p:last-child {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'raleway', sans-serif;
    color: #8f8f8f;
    width: 100%;
    text-align: justify;
   
}
.pagestitle{
    font-family: 'Miriad Pro Regular', sans-serif !important;
    font-weight: 600;
    font-size: 27px;
    margin: 30px 0px;
    text-align: left;
}
.pagestitle_center{
    text-align: center;
}
/*colors*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

/*all overlay*/
.overlay{
    background-color: rgba(51,51,51,0.80);
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 104%;
}

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #000;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #000;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #000;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 600;
    border-radius: 0;
    /*border:1px solid;*/
}

.btn:hover{
    color:#fff;
    /*border:1px solid;*/
}

.btn-default{
    border: 2px solid;
    border-color:#000000;
    background-color: white;
    color:#000000;
    padding:0.8rem 2.5rem;
    border-radius: 30px;;
}

.btn-primary{
    color: #fff;
    background-color: #4b4b4b;
    border:1px solid;
    border-color: #4b4b4b;
    padding: 0.8rem 2.5rem;
    border-radius: 30px;
}
.btn-primary:hover{
    background-color: #ee997b;
    border-color: #ee997b;
    color:#fff;
}

.btn-success{}
.btn-info{}
.btn-warning{}
.btn-danger{}
.btn-link{}

.btn-whatsapp{
    background-color: #25D366;
    color:#fff;
    padding: 0.8rem 2.5rem;
    border-radius: 30px;
    width: 280px;
    text-align: center;
    font-size: 20px;
}
.btn-whatsapp:hover{
    background-color: #128c7e;
    color: white;
}


/*
socail icon
--------------------------------*/
/*a i.share{
    color:#1E8BC3;
    -webkit-transition: all .6s;
    transition: all .6s;
}*/


/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-l-30{
    margin-left: 30px;
}
.m-l-40{
    margin-left: 40px;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px; 
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 0px;
}
.m-top-150 {
    margin-top: 150px;
}
.m-top-180 {
    margin-top: 180px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}
.m-auto{
    margin:auto;
    display: block;
}

.m_t__b{
    margin: 14rem 0;
}
.p_t__b{
    padding: 6rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}
.p-top-100 {
    padding-top: 0px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}
.px{
    padding-left: 4rem;
    padding-right: 4rem;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top{
    border-top:0px solid transparent !important;
}
.no-border-rigth{
    border-right:0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #fff;
    background-color: transparent;
}

input::-webkit-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}

input::-moz-placeholder {
    color: #cdcdcd;
    font-style:italic;
}

input:-ms-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}

input::placeholder {
    color: #cdcdcd;
    font-style:italic;
}
input::-webkit-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}
input::-moz-placeholder {
    color: #cdcdcd;
    font-style:italic;
}
input::-ms-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}
textarea::-webkit-input-placeholder{
    color: #cdcdcd;
    font-style:italic;
    padding: 5px;
}
textarea::-moz-input-placeholder{
    color: #cdcdcd;
    font-style:italic;
    padding: 5px;
}
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    font-style:italic;
    padding: 5px;
}

/*for image bg*/
/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/


.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/
.especial{
    font-family: 'Impact', sans-serif;
    font-size: 40px;
    color: #8f8f8f;
    letter-spacing: .3rem;
    font-weight: 100;
}
.desde h4{
    margin-top: 4rem;
    text-align: center;
}
.desde a{
    margin: 2rem auto;
    display: block;
    width: 30%;
    font-size: 20px;
    animation: pulse 1s infinite alternate-reverse;
}
.head_title{
    padding-left: 3rem;
    overflow: hidden;
}
.head_title img{
    width: 71%;
    margin-bottom: 2rem;
}
.head_title h2{
    font-family: 'Open Sans', s
    ans-serif;
    font-weight: 600;
    font-size:2.286rem;
    color:#1a1a1a;
    margin-top: 5rem;
}
.head_title p{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size:20px;
    color:#8f8f8f;
    width: 100%;
}
.head_title h4{
    font-family: 'Myriad Pro Regular', sans-serif;
    font-size:24px;
    color:#8f8f8f;
}

/*End off pridifain css*/


/*Preloader css
#loading{
    background-color: #d6a44c;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 90;
}
*/
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
}
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
}	
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
}
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
}
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
}
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
}
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
}
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}						

@-webkit-keyframes animate {

    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);

    }

}

@keyframes animate {
    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);
    }

}

/*End off Preloader*/


/*
Nav Menu style
==================*/

.navbar-brand {
    height: 80px;
    padding: 1rem;
}

.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.attr-nav > ul > li > a {
    padding: 30px 15px;
}


/*All Banner style*/
.active-m{
    background: #a77e39;
}
.active-m a{
    color:white !important;
}
.service-banner,
.consul-banner,
.contact-banner,
.creativo-banner,
.blog-banner,
.publicidad-banner,
.home{
    background-size: cover;
    position: relative;
    z-index: 3;
}
.home video{
    idth: 100%;
    height: 142%;
    position: absolute;
    top: -276px;
    left: 0;
}
.service-banner{
    background: url(../images/background/envases-embalaje.jpg) no-repeat center center;
    background-size: cover;
}
.consul-banner{
    background: url(../images/background/consultoria.jpg) no-repeat bottom center;
}
.contact-banner{
    background: url(../images/background/contact-bg.jpg) no-repeat bottom center;
}
.creativo-banner{
    background: url(../images/background/creativo.jpg) no-repeat bottom center;
    background-size: cover;
}
.publicidad-banner{
    background: url(../images/background/publicidad-bg.jpg) no-repeat bottom center;
    background-size: cover;
}
.blog-banner{
    background: url(../images/background/blog-bg.jpg) no-repeat bottom center;
}



/*
Home Section style
==================*/


.main_home{
    overflow: hidden;
    padding-top: 300px;
    padding-bottom: 230px;
    position: relative;
    z-index: 1;
}
.home_text h1{
    font-family: 'Raleway', sans-serif;
    font-size:4.286rem;
    font-weight: 700;
    line-height: 6.5rem;
}

.home_text h5{
    font-family: 'Crimson Text', serif;
    font-size:18px;
    font-weight: 400;
    width:70%;
    margin:0px auto;
    line-height: 2rem;
}
.home_text a{
    background-color: #a77e39;
}
.backfix {
    background: url(../images/background/backfix.jpg) no-repeat bottom center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.backfix::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.text-fix {
    padding: 8rem 10rem 15rem;
}
#creative{
    background: none !important;
}


/* CONTENEDOR */
.col-cuadros{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

/* CUADROS */
.cuadros{
    background: #ffffff;
    width: 350px;
    min-height: 400px;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-top: -15rem; /* 🔥 elimina el espacio inferior */
}

/* IMAGEN */
.cuadros img{
    display: block;
    margin: auto;
    width: 90px;
    position: relative;
    top: -45px;
}

/* TEXTO */
.cuadros p{
    padding: 1rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #4a4a4a;
    text-align: justify;
}

/* ========================= */
/* TABLETA */
/* ========================= */
@media (max-width: 991px){

    /* layout 2 x 2 */
    .cuadros{
        width: calc(50% - 2rem);
        margin-top: 0 !important; /* 🔴 neutraliza todo */
        position: relative;
    }

    /* 🔥 SOLO EL CUADRO 4 */
    .cuadros:nth-child(4){
        top: 0rem; /* 👈 bájalo aquí */
    }
}

/* ========================= */
/* MÓVIL */
/* ========================= */
@media (max-width: 576px){
    .cuadros{
        width: 100%;
    }
}

.cuadro-4{
    position: relative;
    top: 0; /* ajusta si quieres */
}

@media (max-width: 991px){
    .cuadro-4{
        top: 20rem; /* 👈 bájalo o súbelo */
    }
}

@media (max-width: 576px){
    .cuadro-4{
        top: 0;
    }
}






/*
About section style
====================*/
.main_feature{
    display: flex;
    align-items: center; /* centra verticalmente imagen y lista */
}

/* 📱 MÓVIL */
@media (max-width: 767px) {
    .main_feature {
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.feature_content{
    padding-left: 4rem;
}
.feature_photo{
    position: relative;
}
.feature_img img{
    width:80%;
}

.photo_border{
    width:84%;
    height: 100%;
    position: absolute;
    left:5%;
    top:5%;
    border:10px solid #a77e39;

}


.counter_item h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:60px;
    font-style: italic;

}
.counter_item h5{}
.counter_item .separator_small{
    margin: 20px auto;
}


/*Work Section
=====================================*/

.main_work{}
.work_item{
    position: relative;
    top:-40px;
}
.work_item_img img{
    width:100%;
}
.work_item_details{
    position: relative;
}
.work_separator1:before{
    content: "";
    position: absolute;
    right: -40%;
    top: 43%;
    width: 180px;
    height: 1px;
    background-color: #ee997b;
    z-index: 1;
}
.work_separator2:before{
    content: "";
    position: absolute;
    left: -40%;
    top: 43%;
    width: 180px;
    height: 1px;
    background-color: #ee997b;
    z-index: 1;
}


/*========================================================================
                gallery Section Style
==========================================================================*/
.gallery{
    overflow: hidden;
}

/* ---- button ---- */

.main-gallery .button {
    display: inline-block;
    margin: 0rem 0.25rem;
    margin-bottom: 10px;
    background: transparent;
    border: none;
    border-radius: 0px;
    color: #000;
    font-family: sans-serif;
    font-size: 14px;
    outline: none;
    border-bottom: 1px dotted #333;
    font-weight: 400;
}

.main-gallery .button:focus, 
.main-gallery .button:active:focus, 
.main-gallery .button.active:focus, 
.main-gallery .button.focus, 
.main-gallery .button:active.focus, 
.main-gallery .button.active.focus{
    outline: 0; 
    outline-offset:0; 
}

.main-gallery .button:hover {
    color: #ee997b;
}

.main-gallery .button:active,
.main-gallery .button.is-checked {
    color:#ee997b;
}

.main-gallery .button.is-checked {
    color: #ee997b;
    border-bottom: 1px dotted transparent;
}


/* ---- isotope ---- */

.main-gallery .grid {
    margin: 0;
    padding:0;
}

/* clear fix */

.main-gallery .grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.main-gallery .grid-item {
    position: relative;
    margin: 5px;
    width:372px;
    overflow: hidden;
}

.main-gallery .grid-item img{
    width:100%;
    height: 100%;
    transition: all 0.6s;

}

.main-gallery .grid-item:hover img{
    transform: scale(1.1) ;
}

.main-gallery .grid-item:hover .grid_hover_area{
    opacity: 1;
}

.main-gallery .grid_hover_area {
    background-color: rgba(7,8,10,0.50);
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0%;
    left: 0%;
    width: 100%;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.main-gallery .grid_hover_area .btn{
    padding:0.5rem 1rem;
}
.main-gallery .grid_hover_text a{
    display: block;
}




/*
service section style
========================*/

.envases-img img{
    width: 350px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 2;
}
.envases-img::after{
    content: "";
    display: block;
    position: absolute;
    top: -70px;
    left: 170px;
    width: 350px;
    height: 495px;
    border: 10px solid #d6a44c;
    margin-top: 20px;
}

.service_items {
    margin: 40px 0;
}

.service_content_area h2{
    text-align: center;
    margin: auto;
    display: block;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 40px;
    margin: 30px 0px;
    color: #a77e39;
}

.service_items .hexagon i,
.service_items .hexagon span{
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #a77e39;
    margin:0;
    line-height: 70px;
    font-size:2rem;
    color:#fff;
    border-radius: 50%;
}

.service_items .about-content {
    width: 100%;
    position: absolute;
    z-index: 22;
    line-height: 3.2rem;
    text-align: center;
}
.service_items .about-content span.icon{
    font-size:1.5rem;
    color:#fff;
}
.service_right_text h4,
.service_left_text h4{
    font-weight: 400;
    font-size:20px;
}

.service_right_text p,
.service_left_text p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:17px;
    font-weight: 400;
}
.service_left_text a.btn-primary{
    color: #fff;
    border:1px solid;
    padding: 0.8rem 2.5rem;
    border-radius: 30px;
}

.btn-primary:hover{
    background-color: #bebebe;
    border-color: #bebebe;
    color:#fff;
}



/*
Testimonial Section style
=======================*/
.testimonial{
    position: relative;
}
.main_testimonial{
    position: relative;
    z-index: 1;
}

.main_testimonial .testimonial_item h6{
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.main_testimonial .testimonial_item p{
    font-size:14px;
    width:80%;
    margin: 20px auto;
}

.main_testimonial .carousel-control{
    width:45px;
    height: 45px;
    line-height:  42px;
    text-align: center;
    color:#999;
    cursor: pointer;
    position: relative;
    background-image: none;
    display: inline-block;
    font-size:14px;
}
.main_testimonial .carousel-control.left,
.main_testimonial .carousel-control.right{
    box-shadow:0px 0px 0px;
    opacity: 1;
}
.main_testimonial .slash{
    font-size: 2rem;
    color: #ddd;
    height: 45px;
    bottom: -5px;
    display: inline-block;
    position: relative;
}

.test_authour img{
    margin: 0px auto;
}

/*
NEWSLETTER
========================
*/
.newsletter{
    padding: 3rem;
    text-align: center;
    box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
}
.news h2{
    font-family: 'Impact';
    color: white;
    letter-spacing: 2px;
    font-size: 42px;
}
.news p{
    width: 100%;
    text-align: center !important;
    color: white;
    font-size: 18px;
    padding: 1rem 0 ;
}
.news input{
    width: 40%;
    margin: auto;
    height: 3rem;
    border-radius: 15px;
    background: white;
    border: 2px solid black;
    margin: 1rem auto;
    text-align: center;
    color: black;
}
.news input::placeholder{
    color: black !important;
    text-align: center;
}
.news input:focus{
    outline: none;
    border: 2px solid black;
}

/*
CONTACT
========================
*/
.contact{
    box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
}
.contact .info h2{
    font-family: 'Impact';
    letter-spacing: 2px;
    font-size: 35px;
    color: #000;
}
.contact .info{
    padding: 5rem 2rem;
}
.contact .info input, .contact .info textarea, .contact .info select{
    width: 100%;
    min-height: 3rem;;
    border-radius: 15px;
    background: none;
    border: 2px solid black;
    margin: 1rem auto;
    color: black;
}
.contact .info input::placeholder, .contact .info textarea::placeholder, .contact .info select::placeholder{
    color: black !important;
}
.contact .map{
    padding: 5rem;
}


/*
Brand Section style
=====================*/
.main_cbrand{
    overflow: hidden;
    width:100%;
}
.cbrand_item {
    height: 100px;
    overflow: hidden;
}
.cbrand_item img{
    width:50%;
    opacity: 0.7;
    transition: all 0.6s;
}
.cbrand_item img:hover{
    opacity: 1;
}
.cbrand_item img.img_apple{
    width:25%;
    padding: 10px;
}


/*
Models Section style
=====================*/

.main_models{}
.model_item{}
.model_img{
    position: relative;
    overflow: hidden;
}
.model_img:hover .model_caption{
    bottom:0;
}
.model_img img{
    width:100%;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}
.model_img:hover img{
    width:100%;
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
}
.model_caption{
    background-color: #333;
    width:100%;
    position: absolute;
    left:0;
    bottom:-60px;
    transition: all 0.6s;
}
.model_caption h5{
    padding: 15px;
}

.meet_team{
    background-color: #fff;
    width:100%;
    height: 100%;
}

.meet_team a{
    padding:120px 0px;
    display: inline-block;
    font-weight: 400;
    font-size:14px;
    color:#000;
}





/*
Contact Section style
=====================*/

.main_contact{
    overflow: hidden;
}
.main_contact a.btn{
    /*width:100%;*/
}

.widget_socail{}
.widget_socail ul li a i{
    background-color: #434343;
    width:40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color:#fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.widget_socail ul li a:hover i{
    background-color: #ee997b;
}


/*
Footer Section style
=====================*/
.company{
  border-top: 4px solid #a77e39;
  position: relative;
  z-index: 3;
  background: white;
}
.company .info{
    text-align: center;
    padding: 2rem 0;
}
.company .info img{
    height: 100px;
}
.company .info p{
    font-family: 'Myriad Pro Regular', sans-serif;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: 2rem 0px;
    font-style: normal;
    color: black !important;
}
.company .social a{
    margin: 0 .5rem;
}
.company .social img{
    height: 50px;

}




/* scrollup */

.scrollup{
    width: 50px;
    height: 50px;
    border-radius: 30px;
    opacity: .5;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #000;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}




/*
==================================================
            About Us Page
==================================================
*/


/*About home 
============================*/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb li a{
    font-size:16px;
    color:#fff;
}

/*About Feature section
===============================*/
.sv_feature{
    position: relative;
    z-index: 3;
    background: white;
}
.sv_feature_item img,
.ab_feature_item img{
    width:100%;
}


/*Teams Feature section
===============================*/

.main_teams{}
.team_item:hover .team_img img{
    transform: scale(1.1);
}
.team_img{
    position: relative;
    overflow: hidden;
}
.team_img img{
    width:100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;

}
.team_caption{
    width:80%;
    position: absolute;
    left:0;
    bottom:0;
    background-color: rgba(255,255,255,0.55);
    padding:1rem;
}
.team_caption h4{
    font-size:16px;

}
.team_caption h4,
.team_caption h5{
    margin-bottom: 5px;
    line-height: 1.5rem;
}





/*
==================================================
            Service Page
==================================================
*/


.main_service{}
.sv_service_item{}
.sv_service_item h4 i{
    margin-right:20px;
}



/*Pricing Table*/
.pricing_item{
    border:1px solid #ddd;
    padding: 30px;
}
.pricing_item h3 span{
    font-size:50px;
    font-weight: 700;
    color:#000;
}
.pricing_item h3 sup{
    font-size:45px;
    font-weight: 700;
}
.pricing_head p{
    letter-spacing: 4px;
    font-weight: 700;
    color:#000;
}

.pricing_item li,
.pricing_item p{
    font-size:14px;
}

.pricing_item li{
    font-size:14px;
    line-height: 2rem;
}


/*
==================================================
           Contact Us Page
==================================================
*/

.action_item{}
.action_item i{
    width:70px;
    height: 70px;
    line-height: 70px;
    background-color: #f3f3f3;
    color:#000;
    font-size:2rem;
    border:1px solid #ddd;
    border-radius: 50%;
}


/*our Maps*/
.ourmap{
    height: 550px;
    width:100%;
}



/*
==================================================
           Our Model Page
==================================================
*/


.main-model .model-item{
    width:270px;
    margin: 10px;
	position:relative;
}
.main-model .model-item .btn-default{
	position:absolute;
	left:50%;
	top: 35%;
    margin-left: -80px;
	color:#fff;
	border-color:#fff;
	opacity:0;
}
.main-model .model-item:hover .btn-default{
	opacity:1;
}

/*
==================================================
          Model Details Page
==================================================
*/

/* Skill bar*/

.teamskillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background: #e1e1e1;
    height:4px;
    -webkit-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    transition-property:width, background-color;
}
.teamskillbar h6{
    position: absolute;
    top:-25px;
    left:0;
    width:100%;
}
.teamskillbar h6.one{
    width:63%;
}
.teamskillbar h6.two{
    width:75%;
}
.teamskillbar h6.three{
    width:88%;
}
.teamskillbar h6.foure{
    width:76%;
}
.teamskillbar-bar {
    height:2px;
    width:0px;
    background:#000000;
    position: absolute;
    left:1px;
    top:1px;
}






/*========================================================
        Blog Page
==========================================================*/ 

.main_blog_fashion{

}
.blog_fashion_left{}
.blog_fashion_img img{
    width:100%;
}
.blog_fashion_content{
    padding: 10px 0px;
    background-color: #fff;
    width:90%;
    position: relative;
    top:-80px;
}
.blog_item .breadcrumb,
.blog_fashion_content .breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0px;
}


.blog_fashion_right{}
.fashion_test{
    background-color: #f3f3f3;
    padding:40px 20px 55px 20px;
}
.fashion_test img.img-circle{
    width:125px;
    height: 125px;
    margin: 0px auto;
}

.fashion_praspect{
    -webkit-perspective: 12500px;
    perspective:1200px;
}

.fashion_praspect_inner{
    padding:30px 40px 50px 20px;
    transition: .3s; 
    transform: rotateY(25deg);
}




/*Blog section*/
.blog_area{
    width:100%;
}

.blog_item .breadcrumb li a{
    font-size:14px;
    color:#666666;
}
.blog_item h5{
    font-size:18px;
    font-weight: 700;
    color:#000000;
}




/*
======================================================
Blog Details Page
======================================================
*/
.blog_details_content{}
.blog_details_head{}
.blog_details_head .blog_date{
    float: left;
    width:50px;
    margin-right: 20px;
}
.blog_details_head .blog_date span{
    background-color: #ee997b;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 35px;
    display: inline-block;
    margin-top: 1px;
    padding: 7px;
}
.blog_details_head .head_text{
    display: inline-block;
}

.socail_share{}
.socail_share ul li a{
    width:30px;
    height: 30px;
    border:1px solid #ddd;
    line-height: 30px;
    text-align: center;
    color:#000;
    display: inline-block;
}
.socail_share ul li a:hover{
    color:#fff;
    background-color: #ee997b;
}



/*command*/

.blog_comments_img img{
    width:80px;
    height: 80px;
}
.comments_top_tex h5{
    font-size:16px;
    font-weight: 700;
}
.comments_top_tex a{
    color:#999;
}
.comments_top_tex a i{
    color:#000;
    margin-right: 5px;
}




/*Live chate*/


.live_chate textarea.form-control{
    height: auto;
}





/*Said Baarea*/

.said_ctg{}

.said_socail h6,
.said_arc h6,
.said_post h6,
.said_ctg h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size:16px;
}

.said_arc ul li,
.said_ctg ul li{
    line-height: 2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.said_arc ul li a,
.said_ctg ul li a{
    color:#999;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:12px;
}
.said_post{}
.said_post .post_item{
    width:100%;
    display: block;
    overflow: hidden;
    margin-top:20px;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
}

.said_post .post_item .item_img{
    width:20%;
    float: left;
    margin-right: 5%;
    display: inline-block;

}
.said_post .post_item .item_text{
    display: inline-block;
    width:70%;
}

.socail_item{
    float: left;
    width: 30.5%;
    margin: 5px;
}
.socail_item img{
    width:100%;
}

/* CONTENEDOR */
.services-bars {
    max-width: 1100px;
    margin: 0 auto;
}

/* BARRA */
.service-bar {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 90px;
}

/* DEGRADADO (EMPIEZA DESPUÉS DEL CÍRCULO) */
.service-bar::before {
    content: "";
    position: absolute;
    left: 10px; /* ← aquí empieza el degradado */
    width: calc(100% - 70px);
    height: 100%;
    background: linear-gradient(to right, #bebebe, #4b4b4b);
    border-top: 6px solid #ffffff;
    border-bottom: 6px solid #ffffff;
    z-index: 0;
}

/* TEXTO */
.service-bar p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 20px;
    font-family: "Georgia", serif;
    color: white;
}

/* CÍRCULO */
.service-bar .circle {
    position: absolute;
    left: 0px;
    width: 65px;
    height: 60px;
    background-color: #a8823f;
    border-radius: 50%;
    border: 10px solid #ffffff;
    z-index: 2;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .service-bar {
        height: auto;
        padding: 20px 60px 10px 50px;
    }

    .service-bar::before {
        left: 60px;
        width: calc(100% - 50px);
    }

    .service-bar p {
        font-size: 15px;
    }

    .service-bar .circle {
        width: 60px;
        height: 60px;
        left: 3px;
        border-width: 6px;
    }
}

.cards-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    font-family: 'Raleway', sans-serif;
}

/* TARJETAS */
.info-card {
    padding: 40px 30px;
    border-radius: 16px;

    /* 🔥 UN SOLO DEGRADADO COMPARTIDO */
    background-image: linear-gradient(to right, #bebebe, #4b4b4b);
    background-size: 300% 100%;
    background-repeat: no-repeat;

    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

/* POSICIÓN DEL DEGRADADO POR TARJETA */
.info-card:nth-child(1) {
    background-position: 0% 0%;
}

.info-card:nth-child(2) {
    background-position: 50% 0%;
}

.info-card:nth-child(3) {
    background-position: 100% 0%;
}

/* TITULOS */
.info-card h3 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: white;
}

/* TEXTO */
.info-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: white;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .cards-wrapper {
        grid-template-columns: 1fr;
    }

    .info-card {
        background-size: 100% 100%;
    }

    .info-card:nth-child(1),
    .info-card:nth-child(2),
    .info-card:nth-child(3) {
        background-position: 0% 0%;
    }
}

/* ===== HERO SPIRIT ===== */
.hero-spirit {
    position: relative;
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Overlay 70% */
  .hero-spirit__overlay {
    position: absolute;
    inset: 0;
    
  }
  
  /* Contenido */
  .hero-spirit__content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 1000px;
    padding: 20px;
    animation: spiritFadeUp 1.2s ease;
  }
  
  .hero-spirit__title {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  
  /* Botón */
  .hero-spirit__btn {
    display: inline-block;
    padding: 15px 38px;
    background-color: #b38b45;
    color: #ffffff;
    text-decoration: none;
    border-radius: 40px;
    font-size: 0.9rem;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
  }
  
  .hero-spirit__btn:hover {
    background-color: #c79b4e;
    transform: translateY(-3px);
  }
  
  /* Animación */
  @keyframes spiritFadeUp {
    from {
      opacity: 0;
      transform: translateY(25px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* ===== RESPONSIVE MÓVIL ===== */
  @media (max-width: 768px) {
  
    .hero-spirit {
      height: 75vh;
      background-position: center;
    }
  
    .hero-spirit__content {
      padding: 0 18px;
    }
  
    .hero-spirit__title {
      font-size: 1.3rem;
      line-height: 1.55;
      letter-spacing: 1px;
    }
  
    .hero-spirit__btn {
      padding: 14px 30px;
      font-size: 0.85rem;
    }
  }

/* ===== IMAGEN FEATURE ===== */
.feature-image {
    display: flex;
    align-items: center;        /* centra vertical */
    justify-content: center;    /* centra horizontal */
  }
  
  /* Imagen */
  .feature-image img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  /* ===== AJUSTES MÓVIL ===== */
  @media (max-width: 768px) {
  
    .feature-image {
      margin-top: 40px;         /* separa del texto */
    }
  
    .feature-image img {
      max-width: 85%;           /* evita que se vea enorme */
    }
  }

  /* Contenedor para centrar */
.btn-center {
    text-align: center;
  }
  
  /* Botón dorado tipo pill */
  .btn-gold-pill {
    display: inline-block;
    padding: 18px 60px;
    background-color: #a8823f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 999px;
    font-size: 0.95rem;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }
  
  /* Hover elegante */
  .btn-gold-pill:hover {
    background-color: #c3a15f;
    color: #ffffff !important;
    transform: translateY(-2px);
  }
  @media (max-width: 768px) {
    .btn-gold-pill {
      padding: 16px 40px;
      font-size: 0.85rem;
    }
  }

/* ===== HEADER INFIGNITY ===== */
.header-infignity {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    padding-top: 25px;
  }
  
  /* Logo */
  .header-infignity__logo img {
    max-height: 60px;
  }
  
  /* Botón hamburguesa */
  .header-infignity__toggle {
    display: none;
    width: 30px;
    margin: 20px auto 0;
    cursor: pointer;
  }
  
  .header-infignity__toggle span {
    display: block;
    height: 3px;
    background-color: #b59657;
    margin: 6px 0;
    border-radius: 2px;
  }
  
  /* Línea */
  .header-infignity__line {
    width: 100%;
    height: 3px;
    background-color: #dcdcdc;
    margin: 25px 0;
  }
  
  /* Navegación */
  .header-infignity__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .header-infignity__nav li {
    display: flex;
    align-items: center;
  }
  
  .header-infignity__nav a {
    text-decoration: none;
    color: #b59657;
    font-size: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 12px 18px;
    transition: color 0.3s ease;
  }
  
  .header-infignity__nav a:hover {
    color: #8c6f3f;
  }
  
  /* Separadores desktop */
  .nav-separator {
    width: 2px;
    height: 30px;
    background-color: #1f1f1f;
  }
  
  /* ===== MÓVIL ===== */
  @media (max-width: 768px) {
  
    .header-infignity {
      position: relative;
      padding-top: 20px;
    }
  
    /* Mostrar hamburguesa */
    .header-infignity__toggle {
      display: block;
      position: absolute;
      top: 25px;
      left: 20px;
      margin: 0;
    }
  
    /* Logo centrado */
    .header-infignity__logo {
      display: flex;
      justify-content: center;
    }
  
    .header-infignity__logo img {
      margin: 0 auto;
    }
  
    /* Separadores horizontales */
    .nav-separator {
      display: block;
      width: 100%;
      height: 1px;
      background-color: #d6d6d6;
      margin: 12px 0;
    }
  
    /* Menú móvil */
    .header-infignity__nav {
      display: none;
      width: 100%;
    }
  
    .header-infignity__nav.active {
      display: block;
      animation: slideDown 0.3s ease;
    }
  
    .header-infignity__nav ul {
      flex-direction: column;
    }
  
    .header-infignity__nav a {
      padding: 14px 0;
      font-size: 0.9rem;
    }
  }
  
  /* Animación */
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

/* CONTENEDOR PRINCIPAL */
.creative-image-section {
    position: relative;
    min-height: 70vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* IMAGEN DE FONDO OSCURECIDA */
.creative-image-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(70%); /* 👈 oscurece sin brillo */
}

/* CAPA DE TEXTO */
.creative-text-layer {
    position: relative;
    z-index: 2;
    padding: 120px 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .creative-text-layer {
        padding: 80px 20px;
    }
}

.video-wrapper {
    width: 364px;
    height: 546px;
    overflow: hidden;
  }
  
  .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Mantiene proporción y recorta elegante */
  }

  .infinity-video {
    width: 100%;
    height: auto;
    max-width: 364px;
    max-height: 546px;
    object-fit: cover;
    display: block;
  }

  .feature-video {
    width: 70%;
    height: auto;
    border-radius: 12px;   /* Ajusta el número a tu gusto */
  }

  @media (max-width: 768px) {
  
    .feature-video {
      width: 90%;      /* más grande en móvil */
      max-width: 400px;
    }
  
  }

  .align-vertical{
    display: flex;
    align-items: center;
}

.video-consultoria{
    background:#000;
    width:100%;
    max-width:1200px;
    margin:120px auto 10px auto;
    display:flex;
    justify-content:center;
    padding:0;
    border-radius:15px; /* redondeo de esquinas */
}

.video-consultoria video{
    width:100%;
    max-width:350px;
    height:auto;
    display:block;
}

@media (max-width:768px){

.video-consultoria{
    background:transparent; /* elimina fondo negro */
    width:100%;
}

.video-consultoria video{
    width:100%;
    border-radius:15px; /* redondeo de esquinas */
}

}

.whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 25px;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: all 0.3s ease;
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}


  
  
  
  