

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Quicksand:wght@300..700&display=swap');



:root {
    --base-color: #EAB873;
    --base-color2: #DDECF7;
    --medium-gray: #7b7a7a;
    --dark-gray: #3f3f3f;
    --charcoal-blue: #DDECF7;
    --alt-font: 'Bodoni Moda', serif;
    --primary-font: 'Quicksand', sans-serif;
}
 
body {
    font-size: 16px;
    line-height: 27px;
}
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-inner {
        width: 20px;
        height: 20px;
        left: -5px;
        display: none;
        top: -5px;
        background: var(--dark-gray);
    }
}
 

@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown .dropdown-menu a, .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu a, .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu a {
        line-height: 20px;
        line-height: 25px;
        font-size: 17px;
        font-weight: 500;
    }
}


.btn.btn-dark:hover {
    background-color: var(--bs-btn-hover-bg);
}

.btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: none;
    letter-spacing: 0.5px;
    width: auto;
    font-family: var(--alt-font);
    font-weight: 500;
    -webkit-transition: all 300ms 
ease-in-out;
    transition: all 300ms 
ease-in-out;
}
 

.wp-block-button a, .wp-block-button input {background-color: #EAB873 !important;color: black !important;}

.wp-block-button a:hover, .wp-block-button input:hover{background-color: #eab873a6 !important;}





.t-shadow{text-shadow: 0px 0px 10px #000000ba;}
.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
    /* opacity: 0.6; */
    color: #5a8bad;
}
.bg-2{background-color: #AEACE6;}

.sticky-wrap a {
    color: #bdbdbd !important;
}

.bg-groc{
    background-color: #faefdc;
}


.text-groc{color: #eab873;}




.text h3{
    font-size: 21px;
    line-height: 28px;
    margin-top: 30px;
}


.header-demo.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-weight: 500;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 10px 15px;
}


.header-icon .icon .header-language > a, .header-icon .icon .header-cart > a, .header-icon .icon .header-account > a {
    padding-left: 14px;
    color: var(--white);
    font-size: 14px;
}

.woocommerce-message {
    border-top-color: #ffffff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em
32px
 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #fff;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

input, select, textarea, .form-control, .form-select {
    padding: 6px 15px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: none;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    color: var(--medium-gray);
    line-height: inherit;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}   



.grid.gutter-large li {
    padding: 10px 20px;
}


a:hover {
    color: #7cafd3;
    text-decoration: none;
}

.top-logo .navbar-nav .nav-link {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.icon-extra-medium {
    font-size: 21px;
}

.header-icon .icon > a {
    font-size: 18px;
    padding-left: 15px;
}

.header-account-icon .header-account .account-item-list {
    display: none;
    left: 0;
    right: 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background-color: var(--white);
    border: 0;
    padding: 35px 0;
    min-width: 220px;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 100%;
}

.text-base-color, .btn-link.text-base-color {
    color: #abcce3;
}

.text-base-color2, .btn-link.text-base-color2 {
    color: #AEACE6;
}

.icon-with-text-style-10 .feature-box-icon:before {
    width: 100%;
    height: 50%;
    background-color: #accee5;
    opacity: 0.12;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.icon-with-text-style-10:hover .feature-box-icon i {
    color: #ffffff;
}


.accept{width: inherit;}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: 14px;
    margin-top: 0;
    max-width: none;
    text-justify: inter-word;
}



.anima img{-webkit-transition: all 750ms cubic-bezier(.12,0,.39,0);
    transition: all 750ms cubic-bezier(.12,0,.39,0);
    will-change: transform;}


.anima img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(0.90);
}

.btn-gradient-fuel-yellow-blue {
    background-image: linear-gradient(to right, #1c2e50, #354e7d, #1c2e50);
    background-size: 200% auto;
    color: var(--white);
} 
.fs-22 {
    font-size: 22px;
    line-height: 31px;
}

.counter-style-04 .vertical-counter:before {
    content: attr(data-text);
    display: inline-block;
    margin-left: 3px;
    word-break: normal;
}

.counter-style-04 .vertical-counter:after {
    content: attr(data-text2);
    display: inline-block;
    margin-left: 3px;
    font-size: 30px;
    padding-top: 13px;
    padding-left: 7px;
    line-height: 28px;
    word-break: normal;
}


.bt-sleeve{
    background-color: #a22136 !important;!i;!;
    border: none;
    background: rgb(232,81,112);
    background: -moz-linear-gradient(0deg, rgba(232,81,112,1) 0%, rgba(170,16,52,1) 68%);
    background: -webkit-linear-gradient(0deg, rgba(232,81,112,1) 0%, rgba(170,16,52,1) 68%);
    background: linear-gradient(0deg, rgba(232,81,112,1) 0%, rgba(170,16,52,1) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e85170",endColorstr="#aa1034",GradientType=1);
}
.bt-adco{
    background-color: #093d85 !important;!i;!;
    border: none;
    background: rgb(132,196,179);
    background: -moz-linear-gradient(0deg, rgba(132,196,179,1) 0%, rgba(20,77,146,1) 68%);
    background: -webkit-linear-gradient(0deg, rgba(132,196,179,1) 0%, rgba(20,77,146,1) 68%);
    background: linear-gradient(0deg, rgba(132,196,179,1) 0%, rgba(20,77,146,1) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#84c4b3",endColorstr="#144d92",GradientType=1);
}
.bt-bol{
    background-color: #ff5200 !important;!i;!;
    border: none;
    background: rgb(248,233,104);
    background: -moz-linear-gradient(0deg, rgba(248,233,104,1) 0%, rgba(234,95,10,1) 68%);
    background: -webkit-linear-gradient(0deg, rgba(248,233,104,1) 0%, rgba(234,95,10,1) 68%);
    background: linear-gradient(0deg, rgba(248,233,104,1) 0%, rgba(234,95,10,1) 68%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8e968",endColorstr="#ea5f0a",GradientType=1);
    }

.bg-blaus{background-image: linear-gradient(to right, #9cc7b4, #4762a8, #9cc7b4);}

 
.bg-blau{
    background-color: #accee5;
}

.btn i {
    position: relative;
    /* right: -30px; */
}

footer .footer-logo img {
    max-height: 50px;
}

.text-verd{color: #9cc7b4;}
.text-blau{color: #accee5;}

h1, .h1 {
    font-size: 3.375rem;
    line-height: 4.375rem;
}

h1, .h1 {
    line-height: 3.5rem;
}


.sticky-wrap.shadow-in {
    left: 20px;
    opacity: 1;
    box-shadow: none !important;
    /* transform: translateY(-50%); */
    color: beige;
    mix-blend-mode: difference;
}



.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
}
 
.btn.btn-transparent-light-gray {
    background-color: transparent;
    border-color: var(--extra-medium-gray);
    color: white;
}
header .navbar-brand {
    margin-right: 0;
    vertical-align: middle;
    padding: 20px 0;
    display: inline-block;
    font-size: 0;
}

header .navbar-brand img {
    max-height: 40px;
}



.box {
    height: 200px; 
    overflow: hidden;
}

@supports (object-fit: cover){
.box img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.box img {
    width: 100%;
 
}
	
}







footer a {
    color: #D7D7D7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}


footer{background-color: #363C3F;}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    display: flex;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: none;
    border-radius: inherit;
}

.form-control {
    padding: 10px;
    border-radius: 5px;
    appearance: auto;
    border: 1px solid #ebebeb;
     /* o el color que quieras */
}

.bg-transparent {
    background-color: transparent;
}

.placeholder-light::placeholder {
    color: rgba(255, 255, 255, 0.5); /* Placeholder en color claro */
}

.border-color-transparent-white-very-light {
    border-color: rgba(255, 255, 255, 0.3); /* Borde claro */
}



.gm-style .gm-style-iw-c {
    padding: 15px 20px 20px 20px!important;
    border-radius: 0;
    max-width: 330px !important;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.gm-style .gm-style-iw-tc::after {
    background: #ffffff;
}


.gm-ui-hover-effect {
    opacity: 0.8;
    top: -5px !important;
    right: -23px !important;
    width: 25px !important;
    display: block !important;
    height: 15px !important;
}

.text li{list-style: disc;}


.gm-ui-hover-effect>span {
    background-color: #000;
    margin: 0 !important;
    height: 18px !important;
}

.bg-color{background: rgb(150,193,181);background: -moz-linear-gradient(90deg, rgba(150,193,181,1) 0%, rgba(112,150,182,1) 47%, rgba(71,98,167,1) 100%);background: -webkit-linear-gradient(360deg, rgba(150, 193, 181, 1) 0%, rgba(112, 150, 182, 1) 47%, rgba(71, 98, 167, 1) 100%);background: linear-gradient(360deg, rgba(150, 193, 181, 1) 0%, rgba(112, 150, 182, 1) 47%, rgba(71, 98, 167, 1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96c1b5",endColorstr="#4762a7",GradientType=1);}


.header-cart-icon .header-cart {
    display: inline-block;
}


.header-cart-icon .cart-count {
    position: absolute;
    top: -7px;
    right: -11px;
    width: 17px;
    height: 17px;
    font-weight: 600;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    background-color: #c54343;
    color: var(--white);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.accept{
	width: inherit;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    width: 300px;
}




.wp-site-blocks:has(>.wp-block-woocommerce-coming-soon) {
    --wp--style--root--padding-top: 0;
    --wp--style--root--padding-bottom: 0;
    margin-top: 7%;
}

@media (max-width: 991px) {
	
	
	.icon-extra-medium {
    font-size: 16px;
}
	
	
	
    header .navbar-brand .mobile-logo {
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        height: 26px;
    }
}


























/* ===== Scrollbar CSS =====  */


  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: var(--base-color);
    border: 5px solid #ffffff;
    border-radius: 20px;
  }














