/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

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

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

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

@font-face {
    font-family: 'Lato';
    src: url('assets/fonts/Lato-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/Lato-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

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

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

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

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

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

:root {
    --nectar-accent-color-dk: #f5df50;
    --nectar-extra-color-1-dk: #8ec4a8;
    --slate-dk: #4a4b52;
    --white: #ffffff;
}

/***********************
 GENERAL
 ***********************/
body, p, ul li, ol li { font-family: 'Lato', sans-serif; font-size: clamp(15px, 1.3vw, 17px); font-weight: normal; line-height: 1.6; }
strong, b { font-weight: 700; }
a { transition: all 0.4s ease; }

.wpb_text_column p > a, .bg-light p > a { color: var(--nectar-extra-color-1); text-decoration: underline; }
.wpb_text_column p > a:hover, .bg-light p > a:hover { color: var(--nectar-extra-color-2); }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: var(--slate-dk); font-family: 'Nunito', sans-serif; font-weight: 900; line-height: 1.2; }
h1, .h1 { font-size: clamp(36px, 4vw, 50px); }
h1 em:not(.fa), .h1 em:not(.fa) { color: var(--nectar-extra-color-1); }
h2, .h2 { font-size: clamp(32px, 3.5vw, 42px); }
h3, .h3 { font-size: clamp(26px, 3vw, 32px); }
h5, .h5 { font-size: clamp(17px, 1.5vw, 19px); font-weight: 500; }
h6, .h6 { color: var(--nectar-extra-color-1-dk); font-size: clamp(15px, 1.4vw, 17px); font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }

h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * { margin-top: 1.5rem; }

.accent-color { color: var(--nectar-accent-color)!important; }
.accent-color-dk { color: var(--nectar-accent-color-dk)!important; }
.extra-color-1 { color: var(--nectar-extra-color-1)!important; }
.extra-color-1-dk { color: var(--nectar-extra-color-1-dk)!important; }
.extra-color-2 { color: var(--nectar-extra-color-2)!important; }

.mb-0 { margin-bottom: 0!important; }
.mb-1 { margin-bottom: 0.25rem!important; }
.mb-2 { margin-bottom: 0.5rem!important; }
.mb-3 { margin-bottom: 0.75rem!important; }
.mb-4 { margin-bottom: 1.5rem!important; }
.mb-5 { margin-bottom: 3rem!important; }

.mt-0 { margin-top: 0!important; }
.mt-1 { margin-top: 0.25rem!important; }
.mt-2 { margin-top: 0.5rem!important; }
.mt-3 { margin-top: 0.75rem!important; }
.mt-4 { margin-top: 1.5rem!important; }
.mt-5 { margin-top: 3rem!important; }

.pb-0 { padding-bottom: 0!important; }
.pb-1 { padding-bottom: 0.25rem!important; }
.pb-2 { padding-bottom: 0.5rem!important; }
.pb-3 { padding-bottom: 0.75rem!important; }
.pb-4 { padding-bottom: 1.5rem!important; }
.pb-5 { padding-bottom: 3rem!important; }

.pt-0 { padding-top: 0!important; }
.pt-1 { padding-top: 0.25rem!important; }
.pt-2 { padding-top: 0.5rem!important; }
.pt-3 { padding-top: 0.75rem!important; }
.pt-4 { padding-top: 1.5rem!important; }
.pt-5 { padding-top: 3rem!important; }

.buttons-group { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-bottom: 40px; }
.button { align-items: center; background: var(--white); border: 2px solid var(--nectar-extra-color-1-dk); border-radius: 50px; color: var(--slate-dk); display: flex; font-family: 'Nunito', sans-serif; font-size: .85rem; font-weight: 700; padding: 10px 25px 9px; text-transform: uppercase; transition: all 0.4s ease; }
.button:hover { background-color: var(--nectar-extra-color-1-dk); border-color: var(--nectar-extra-color-1-dk); color: var(--white); }

.nectar-button.large { font-size: clamp(14px, 1.3vw, 16px); }


/***********************
 HEADER
 ***********************/
#top nav > ul > li > a { font-family: 'Nunito', sans-serif; font-size: clamp(14px, 1.2vw, 16px); font-weight: 800; }


/***********************
 FOOTER
 ***********************/
body #footer-outer .row { padding-block: 60px 30px; }
#footer-outer .widget h4 { font-size: clamp(18px, 1.5vw, 20px); font-weight: 600; line-height: 1.5; }
#footer-outer .col:first-child p { font-size: clamp(14px, 1.3vw, 16px); line-height: 1.5; }

.icon-text { display: block; padding-left: 30px; position: relative; width: 100%; }
.icon-text .fa { color: var(--nectar-accent-color); left: 0; position: absolute; top: 0; }
.icon-text .fa-map-marker { left: 2px; }

#footer-outer #copyright { border-top: 1px solid #999999!important; padding-block: 20px; }
#footer-outer #copyright p { font-size: 14px; }

@media (min-width: 1000px) {
    #footer-outer .col:first-child { padding-right: 45px; }
    #footer-outer .col:first-child { width: 70%;}
    #footer-outer .col:last-child { width: 27%; }
}


/***********************
 EFECTOS DE IMAGEN
 ***********************/
.group-img { aspect-ratio: 4/3; border-radius: 20px 0 0 20px; object-fit: cover; }

.img-organic-1 { border-radius: 35% 65% 60% 40% / 40% 30% 70% 60%; overflow: hidden; }
.img-organic-2 { border-radius: 60% 40% 30% 70% / 60% 50% 50% 40%; overflow: hidden; }
.img-organic-3 { border-radius: 50% 20% 50% 20%; overflow: hidden; }
.img-leaf { border-radius: 0 50% 0 50%; overflow: hidden; }
.img-drop { border-radius: 50% 50% 50% 0; overflow: hidden; transform: rotate(45deg); }
.img-drop img { transform: rotate(-45deg); }
.img-circle-organic { border-radius: 47% 53% 52% 48%; overflow: hidden; }
.img-soft-corner { border-radius: 40px 10px 40px 10px; overflow: hidden; }
.img-oval { aspect-ratio: 4/5; border-radius: 50%; overflow: hidden; }
.img-pill { border-radius: 999px; overflow: hidden; }
.img-window { border-radius: 100px 100px 20px 20px; overflow: hidden; }

.img-blob-1 { 
    clip-path: polygon(
        17% 8%,
        79% 0%,
        100% 27%,
        92% 79%,
        67% 100%,
        23% 93%,
        0% 70%,
        3% 26%
    ); 
}

.img-cloud { 
    clip-path: polygon(
        15% 50%,
        20% 25%,
        45% 15%,
        65% 25%,
        80% 15%,
        95% 35%,
        95% 65%,
        80% 85%,
        50% 95%,
        20% 85%,
        5% 65%
    ); 
}

.img-flower { 
    clip-path: polygon(
        50% 0%,
        65% 20%,
        90% 10%,
        80% 35%,
        100% 50%,
        80% 65%,
        90% 90%,
        65% 80%,
        50% 100%,
        35% 80%,
        10% 90%,
        20% 65%,
        0% 50%,
        20% 35%,
        10% 10%,
        35% 20%
    );
}

.img-polaroid { background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.12); padding: 12px 12px 35px; transform: rotate(-2deg); }
.img-polaroid:nth-child(even) { transform: rotate(2deg); }
.img-watercolor { border-radius: 39% 61% 55% 45% / 45% 39% 61% 55%; box-shadow: 0 0 0 10px rgba(255,255,255,.4), 0 0 0 20px rgba(255,255,255,.2); overflow: hidden; }

.bg-blob .row-bg:after { content: ''; background: var(--nectar-accent-color); border-radius: 60% 40% 70% 30% / 50% 60% 40% 60%; height: 520px; opacity: .25; position: absolute; right: -60px; top: -60px; width: 480px; }
.bg-blob .row-bg:before { content: ''; background: var(--nectar-extra-color-1); border-radius: 50% 50% 60% 40% / 40% 60% 50% 50%; height: 400px; opacity: .25; position: absolute; left: -60px; top: -60px; width: 400px; }

@media (max-width: 999px) {
    .group-img { border-radius: 20px 20px 0 0;}

    .bg-blob .row-bg:after { height: 400px; width: 360px; right: -40px; top: -40px; }
    .bg-blob .row-bg:before { height: 300px; width: 300px; left: -40px; top: -40px; }
}

@media (max-width: 690px) {
    .bg-blob .row-bg:after { height: 300px; width: 270px; right: -30px; top: -30px; }
    .bg-blob .row-bg:before { height: 200px; width: 200px; left: -30px; top: -30px; }
}


/***********************
 PAGES
 ***********************/
.mw-250 { max-width: 250px!important; }

.group-box h6 { margin-bottom: 0.5rem; }
.group-box h3 { margin-bottom: 0.8rem!important; margin-top: 0; }

.years { background-color: #f6ede3; border-radius: 20px; display: inline-block; font-size: 0.9rem; margin-block: 0 1.5rem; padding: 0.4rem 1.2rem 0.5rem; }
.years.bg-white { background-color: var(--white); border: 1px solid var(--nectar-extra-color-1-dk); padding-block: 0.25em 0.35rem; }
.highlighted { background-color: #f6ede3; border-radius: 0.5rem; font-size: 1rem; padding: 0.8rem 1.5rem 0.9rem!important; }

.dark .testimonial_slider[data-style=multiple_visible] blockquote { font-size: clamp(15px, 1.3vw, 17px); font-weight: 600; line-height: 1.5; }
.dark .testimonial_slider[data-style=multiple_visible] blockquote p { background-color: #FAF8F2!important; }

.white-box { background-color: var(--white); border-radius: 20px; padding: 40px; }
.white-box .text-icon { position: relative; padding-left: 55px; }
.white-box .text-icon .fa { background-color: #f6ede3; border-radius: 50%; color: var(--nectar-extra-color-1-dk); font-size: 1.5rem; height: 40px; left: 0; line-height: 40px; position: absolute; text-align: center; top: 0; width: 40px; }
.white-box .text-icon a { color: var(--nectar-extra-color-1-dk); font-weight: 600; }
.white-box .text-icon a:hover { color: var(--nectar-accent-color-dk); }

.white-box .social, .white-box .social > li { list-style: none; margin: 0; padding: 0; }
.white-box .social { display: flex; gap: 16px; margin-top: 1rem; }
.white-box .social > li > a { border-radius: 50%; color: var(--white); display: block; font-size: 1.5rem; height: 40px; line-height: 38px; text-align: center; width: 40px; }
.white-box .social > li > a[href*="facebook"] { background-color: #3b5998; }
.white-box .social > li > a[href*="instagram"] { background-color: #e4405f; line-height: 34px; }
.white-box .social > li > a[href*="youtube"] { background-color: #ff0000; line-height: 34px; }
.white-box .social > li > a:hover { background-color: var(--nectar-extra-color-1-dk); }

.timetable, .timetable > li { list-style: none; margin: 0; padding: 0; }
.timetable > li { border-bottom: 1px solid #f6ede3; display: flex; font-weight: 600; justify-content: space-between; padding-block: 0.5rem; }
.timetable > li span { color: var(--nectar-extra-color-2); font-weight: 400; }


/***********************
 CONTACT
 ***********************/
.container-wrap label { color: #4a4b52; font-size: 0.875rem; font-weight: 700; text-transform: uppercase; }
.container-wrap input[type=text], .container-wrap input[type=email], .container-wrap input[type=tel], .container-wrap select, .container-wrap textarea { 
    background: #faf8f2;
    border: 2px solid #e8e6e0;
    border-radius: 14px;
    font-size: .95rem;
    outline: none;
    padding: 13px 16px;
    transition: border-color .2s;
    width: 100%; 
}

.container-wrap input[type=text]:focus, .container-wrap input[type=email]:focus, 
.container-wrap input[type=tel]:focus, .container-wrap select, .container-wrap textarea:focus {
    border-color: #abd6bf!important;
}

.bg-light { background: #faf8f2; border: 2px solid #e8e6e0; border-radius: 14px; margin-bottom: 2rem; padding: 13px 16px; }
.bg-light * { font-size: 13px; }

body[data-button-style=rounded] .container-wrap input[type=submit] { background-color: var(--nectar-extra-color-1-dk); text-transform: uppercase; }
