/*
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
*/

:root {
    --blanco: #ffffff;
    --negro: #24242d;
    --verde: #00a15e;
    --hueso: #f9f6ee;
    --tiempo-transi: .4s all ease-in-out;
    --work-sans: "Work Sans", sans-serif;
    --libre-caslon: "Libre Caslon text", serif;
}


::-moz-selection {
    color: var(--hueso)!important;
    background: var(--negro)!important;
}

::selection {
    color: var(--hueso)!important;
    background: var(--negro)!important;
}

body::-webkit-scrollbar {
    overflow:auto;
    width:13px;
    height:13px;
    background:var(--hueso)!important;
}

body::-webkit-scrollbar-thumb{
    overflow:auto;
    background:var(--negro)!important;
    border-radius:20px;
    border:3px solid var(--hueso);
}



/*///////////
///GENERAL///
///////////*/

#ajax-content-wrap {
    overflow-x: clip!important;
}

.full-width-row {
    padding: 0 8vw;
}

.texto-destacado, .texto-destacado p {
	font-size: 28px;
}

.nectar-cta p {
	font-size: 20px;
    font-weight: 500;
}

@media (max-width: 999px) {
	.texto-destacado, .texto-destacado p {
	font-size: 24px;
}
}

@media (max-width:689px) {
    .full-width-row {
    padding: 0 4vw;
}
.texto-destacado, .texto-destacado p {
	font-size: 20px;
}
}




/* --- COOKIEYES --- */
.cmplz-title {
	font-family: var(--work-sans);
    font-size: 24px;
}
.cmplz-message p {
	font-size: 14px;
    font-family: var(--work-sans);
}
.cmplz-documents ul li {
	list-style: none!important;
}


/*/////////
///TIPOS///
/////////*/
* {
    font-variant-ligatures: no-common-ligatures;
}
.bold, b, strong {
    font-weight: 500;
}

p, li {
    font-size: 18px;
    font-family: var(--work-sans);
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: -0.02em;
}

h1, h2 {
    font-family: var(--work-sans);
    font-weight: 300;
    line-height: 1.1!important;
    color: var(--negro);
}

h1 {
    font-size: 3vw;
}

h2 {
    font-size: 3.2vw;
}

h3 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


@media (max-width: 999px) {
h1, h2 {
    font-size: 6vw;
}
}

@media (max-width: 689px) {
    p, li {
        font-size: 16px;
    }
    h1 {
    font-size: 6.4vw;
}
    h2 {
    font-size: 7vw;
}
}




/*////////
///MENU///
////////*/
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .current-menu-item>a:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .current-menu-item>a:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:hover:after {
    display: none!important;
}





/*//////////
////HOME////
//////////*/

.header-cont h1, .emdr-h1 h1 {
	font-size: 4.2vw;
}

.avanzar {
	position: relative;
    right: -6vw;
    z-index: 100;
}

.emdr-inicio-cont {
	padding: 0 40px;
}

.emdr-inicio-cont .row_col_wrap_12{
	background-color: rgba(0, 161, 94, 0.1);
    border-radius: 40px;
}

.emdr-inicio-cont h2 em {
	color: var(--verde);
    background-color: var(--hueso);
    border-radius: 80px;
    padding: 0 32px;
    box-shadow: 4px 4px 12px #00a15e26;
}

.primera-consulta {
	display: inline-block;
}
.primera-consulta p {
	color: var(--verde);
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    font-family: var(--libre-caslon);
    display: inline-block;
    padding: 10px 0;
    margin-left: 20px;
    line-height: 1.2;
}

.emovere-scroll-title h2 {
	font-family: var(--libre-caslon);
    font-style: italic;
    line-height: 1!important;
}

.video-cont .nectar-video-wrap {
	mix-blend-mode: multiply;
}
.video-cont p {
	line-height: 1.5;
    font-weight: 300;
    font-size: 2.5vw;
}

.area-card .vc_column-inner {
	background-color: rgb(0 161 94 / 10%);
    padding: 32px 40px;
    border-radius: 20px;
    margin: 10px 0!important;
}

.area-card .vc_column-inner h2 {
	font-size: 2.5vw;
    width: 75%;
    color: var(--verde);
}

.area-card img {
	margin-top: 20px;
}

.cascading-image .bg-color {
	border-radius: 400px;
}

.cascading-image .img-wrap, .cascading-image img {
	border-radius: 20px!important;
}

@media (max-width: 1299px) {
	.emdr-h1 h1 {
    	font-size: 5.5vw;
    }
}

@media (max-width: 999px) {
	.video-cont p, .area-card .vc_column-inner h2 {
    font-size: 4vw;
}
.header-cont h1, .emdr-h1 h1 {
	font-size: 6vw;
}
.emdr-inicio-cont {
    padding: 0 20px;
}
.emdr-inicio-cont h2 em {
    padding: 4px 24px;
}
}

@media (max-width: 689px) {
	.video-cont p {
    font-size: 5vw;
}
.area-card .vc_column-inner h2 {
    font-size: 6vw;
    width: 100%;
}
.area-card .vc_column-inner {
    padding: 24px;
}
	.header-cont h1, .emdr-h1 h1 {
	font-size: 8vw;
}
.divider-wrap.height_phone_2px > div {
        height: 2px !important;
    }
    .emdr-inicio-cont .row_col_wrap_12 {
    border-radius: 20px;
}
}

@media (max-width: 425px) {
	.area-card .vc_column-inner h2 {
    font-size: 7vw;
}
}


/* --- CONTACTO --- */

.contacto-whatsapp {
	border-top: 1px solid #e9e5db;
    border-bottom: 1px solid #e9e5db;
    margin: 20px 0!important;
}

body[data-button-style=rounded] .container-wrap button[type=submit], body[data-button-style=rounded] .container-wrap input[type=submit] {
    padding: 16px 23px !important;
    line-height: 0.5;
}

.leaflet-control-attribution {
	display: none;
}






/*//////////
////LOPD////
//////////*/

.politicas-h1 h1 {
    font-size: 4vw;
    font-weight: 500;
}

.politicas-titulos h2 {
    font-size: 32px;
    font-weight: 400;
}



/*//////////
///FOOTER///
//////////*/
.copyright-cont * {
    font-size: 14px!important;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.copyright-cont p {
    color: #9B9B9B;
}

.copyright-cont a {
    color: var(--negro)!important;
}

.copyright-cont a:hover {
    color: var(--verde)!important;
}

 .lopd-links .wpb_wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 40px;
}

@media (max-width: 999px) {
    .lopd-links .wpb_wrapper {
        padding: 20px 0;
        justify-content: center;
    }
}

@media (max-width: 689px) {
    .lopd-links .wpb_wrapper {
        flex-direction: column;
        gap: 12px;
    }
}