@charset "utf-8";
/*------------------------------------------------------------------
[Custom Stylesheet]
Version: 1.0
Last change: 1 Julio 2024
Primary use: MultiPurpose Template

Verde oscuro: #007a7a
Verde claro: #93d2bd
Marroncito (botones): #d19b54
Azul oscuro: #003f5a
Celeste: #96c5cb
Crema: #f4e6d9
-------------------------------------------------------------------*/
@font-face {
    font-family: 'Light LXGW WenKai TC';
    src: url('../fonts/LXGWWenKaiTC-Light.woff2') format('woff2'),
    url('../fonts/LXGWWenKaiTC-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Normal LXGW WenKai TC';
    src: url('../fonts/LXGWWenKaiTC-Regular.woff2') format('woff2'),
    url('../fonts/LXGWWenKaiTC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bold LXGW WenKai TC';
    src: url('../fonts/LXGWWenKaiTC-Bold.woff2') format('woff2'),
    url('../fonts/LXGWWenKaiTC-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Spartan Thin';
    src: url('../fonts/Spartan-Thin.woff2') format('woff2'),
    url('../fonts/Spartan-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan Regular';
    src: url('../fonts/Spartan-Regular.woff2') format('woff2'),
    url('../fonts/Spartan-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan Semi Bold';
    src: url('../fonts/Spartan-SemiBold.woff2') format('woff2'),
    url('../fonts/Spartan-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan Medium';
    src: url('../fonts/Spartan-Medium.woff2') format('woff2'),
    url('../fonts/Spartan-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan Light';
    src: url('../fonts/Spartan-Light.woff2') format('woff2'),
    url('../fonts/Spartan-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan Extra Light';
    src: url('../fonts/Spartan-ExtraLight.woff2') format('woff2'),
    url('../fonts/Spartan-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan Extra Bold';
    src: url('../fonts/Spartan-ExtraBold.woff2') format('woff2'),
    url('../fonts/Spartan-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan Bold';
    src: url('../fonts/Spartan-Bold.woff2') format('woff2'),
    url('../fonts/Spartan-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan Black';
    src: url('../fonts/Spartan-Black.woff2') format('woff2'),
    url('../fonts/Spartan-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.font-family-wenkai{font-family: Bold LXGW WenKai TC!important;}
.font-family-spartan-black{font-family: Spartan Black!important;}
.font-family-spartan-bold{font-family: Spartan Bold!important;}
.font-family-spartan-medium{font-family: Spartan Medium!important;}
.font-family-spartan-regular{font-family: Spartan Regular!important;}

.bg-blue{ background-color: #003f5a !important;}
.text-blue{ color: #003f5a!important; }
.bg-blue-sky{ background-color: #96c5cb!important;}
.text-blue-sky{color: #96c5cb!important;}
.bg-green-dark{ background-color: #007a7a !important;}
.text-green-dark{ color: #007a7a!important; }
.bg-green{ background-color: #93d2bd!important;}
.text-green{color: #93d2bd!important;}
.bg-brown{ background-color: #d19b54!important;}
.bg-cream{ background-color: #f4e6d9!important;}
.text{ color: black}

.font-size-16{font-size: 16px!important;}
.font-size-30{font-size: 25px!important;}
.font-size-30{font-size: 30px!important;}
.font-size-35{font-size: 35px!important;}
.font-size-40{font-size: 40px!important;}

.nav-logo-wrap .logo {
    max-width: 395px;
}

.inner-nav ul li a {
    color: white !important;
    font-family: Spartan Medium!important;
    letter-spacing: normal!important;
    color: white!important;
}

.inner-nav ul li a:hover, .inner-nav ul li a.active {
    color: #96c5cb !important;
    font-family: Spartan Extra Bold!important;
}

.nav-logo-wrap .logo img {
    max-height: 60% !important;
}

 img.logo-bandera {
    max-height: 50% !important;
}

.font-size-31{
    font-size: 31px;
}

.btn-mod.btn-w{
    background-color: #d19b54!important;
    color: white;
    font-family: Spartan Bold!important;
    letter-spacing: normal!important;
}

.btn-mod.btn-w:hover{
    background-color: #f4e6d9!important;
    color: black;
}

.btn-mod.btn-medium {
    height: auto;
    padding: 8px 20px;
    font-size: 20px;
    text-transform: none!important;
}

.post-prev-title a{
    color: #003f5a!important;
    font-size: 20px;
    font-family: "Spartan Medium";
    text-transform: none;
    letter-spacing: 0;
}

.post-prev-info, .post-prev-info a {
    color: #96c5cb !important;
    font-size: 18px;
    font-family: "Spartan Medium";
    text-transform: none;
    letter-spacing: 0;
}

.post-prev-text{
    color: black;
    font-size: 15px;
    font-family: "Spartan Regular";
    text-transform: none;
    letter-spacing: 0;
}

.ci-icon:before{
    background-color: transparent!important;
}

.ci-title{
    text-transform: none!important;
    color: #003f5a!important;
    font-family: "Spartan Regular";
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 20px;
}

.ci-text{
    text-transform: none!important;
    color: black;
    font-family: "Spartan Regular";
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
}

.form input[type="text"], .form input[type="email"], .form input[type="number"], .form input[type="url"],
.form input[type="search"], .form input[type="tel"], .form input[type="password"], .form input[type="date"],
.form input[type="color"], .form select{
    text-transform: none!important;
    border: 1px solid #007a7a !important;
    color: #003f5a!important;
    font-size: 16px!important;
    font-family: "Spartan Regular"!important;
}

.form input[type="text"]::placeholder, .form input[type="email"]::placeholder{
    color: #003f5a!important;

}

.form textarea{
    text-transform: none!important;
    border: 1px solid #007a7a !important;
    color: #003f5a!important;
    font-size: 16px!important;
    font-family: "Spartan Regular"!important;
}

.form textarea::placeholder {
    color: #003f5a!important;
}

.footer-social-links a{
    color: transparent !important;
    width: 34px!important;
    height: 34px!important;
}

.footer-social-links a:before{
    border: 0px!important;

}

.footer-social-links a:hover:before{
    background: transparent!important;
}

.hs-line-11{
    font-family: Bold LXGW WenKai TC!important;
    letter-spacing: normal!important;
    color: white!important;
    text-transform: none!important;
    font-size: 50px!important;
}

.section-title{
    text-transform: none!important;
    font-family: Spartan Bold!important;
    letter-spacing: normal!important;
    font-weight: normal!important;
    font-size: 45px!important;
}

.page-section, .small-section{
    padding: 90px 0px !important;
}

.banner-heading{
    text-transform: none!important;
    letter-spacing: normal!important;
}

.nav-tabs .nav-link{
    font-family: "Spartan Medium";
    text-transform: none!important;
    letter-spacing: normal!important;
    font-size: 16px;
}
.nav-tabs .nav-link.active{
    color:  #003f5a!important;
}

.banner-heading{
    font-family: "Spartan Bold";
    font-size: 40px;
}

.icon-quote {
    font-weight: bolder;
    font-size: 40px;
}

.small-title{
    font-family: "Spartan Bold";
    text-transform: none!important;
    letter-spacing: normal!important;
    font-size: 40px;
}

.testimonial{
    font-family:Bold LXGW WenKai TC;
    font-weight:bolder;
    opacity:1;

}
.testimonial p{
    font-size: 22px;
}
.testimonial-author{
    font-family: "Spartan Bold";
}

.footer-made{
    font-family: "Spartan Light";
    font-size: 18px;
}

.footer-copy{
    font-family: "Spartan Light";
    font-size: 14px;
    ext-transform: none;
    letter-spacing: 0;
}

.mobile-on .desktop-nav ul{
    background-color: #003f5a !important;
}

.grecaptcha-badge {
    visibility: hidden;

}