/*
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: 'Manrope';
    src: url('assets/fonts/Manrope-Regular.eot');
    src: url('assets/fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Manrope-Regular.woff2') format('woff2'),
        url('assets/fonts/Manrope-Regular.woff') format('woff'),
        url('assets/fonts/Manrope-Regular.ttf') format('truetype'),
        url('assets/fonts/Manrope-Regular.svg#Manrope-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/Manrope-SemiBold.eot');
    src: url('assets/fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Manrope-SemiBold.woff') format('woff'),
        url('assets/fonts/Manrope-SemiBold.ttf') format('truetype'),
        url('assets/fonts/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/Manrope-ExtraBold.eot');
    src: url('assets/fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/Manrope-ExtraBold.woff') format('woff'),
        url('assets/fonts/Manrope-ExtraBold.ttf') format('truetype'),
        url('assets/fonts/Manrope-ExtraBold.svg#Manrope-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butterly';
    src: url('assets/fonts/Butterly.eot');
    src: url('assets/fonts/Butterly.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Butterly.woff2') format('woff2'),
        url('assets/fonts/Butterly.woff') format('woff'),
        url('assets/fonts/Butterly.ttf') format('truetype'),
        url('assets/fonts/Butterly.svg#Butterly') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
	--black: #000000;
	--site1: #303d50;
	--site2: #fec1c7;
	--white: #ffffff;
}

h2, h3 { color: var(--site1); font-family: 'Butterly'; font-weight: 400; } 
h1, h4, h5, h6, ul, li, body, a, p  { font-family: 'Manrope';  } 
strong { font-family: 'Manrope'!important; font-weight: 700; }
a, button { transition: .5s all ease; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; }

h1,h2,h3,h4,h5,h6,a { color: var(--black); }
h1 { font-size: 64px; line-height: 70px; }
h2 { font-size: 88px; line-height: 96px; }
h3 { font-size: 45px; line-height: 50px; }
h4 { font-size: 26px; line-height: 41px; }
p { color: #606364; font-size: 18px; line-height: 28px; }

@media (max-width: 1499px) {
	h1 { font-size: 59px; line-height: 65px; }
	h2 { font-size: 82px; line-height: 91px; }
	h3 { font-size: 34px; line-height: 40px; }
}

@media (max-width: 1199px) {
	h1 { font-size: 50px; line-height: 55px; }
	h2 { font-size: 75px; line-height: 85px; }
	h3 { font-size: 32px; line-height: 38px; }
	h4 { font-size: 24px; line-height: 38px; }
}

@media (max-width: 999px) {
	h1 { font-size: 44px; line-height: 50px; }
	h2 { font-size: 70px; line-height: 80px; }
	h3 { font-size: 28px; line-height: 34px; }
	h4 { font-size: 22px; line-height: 35px; }
	h5 { font-size: 19px; line-height: 23px; }
	a { font-size: 17px; line-height: 21px; }
	p { font-size: 17px; line-height: 21px; }
}

@media (max-width: 690px) {
	h1 { font-size: 35px; line-height: 40px; }
	h2 { font-size: 60px; line-height: 70px; }
	h3 { font-size: 24px; line-height: 30px; }
	h4 { font-size: 20px; line-height: 32px; }	
	a { font-size: 16px; line-height: 20px; }
	p { font-size: 16px; line-height: 20px; }
}

@media (max-width: 480px) {
	h1 { font-size: 28px; line-height: 35px; }
	h2 { font-size: 45px; line-height: 55px; }
	h3 { font-size: 22px; line-height: 28px; }
}

.text-site1 { color: var(--site1); }
.text-white { color: var(--white); }
.text-gray { color: #B6B7B7; }

.nectar-button { font-family:'Manrope'!important; }

.bkg-cover { background-position: center; background-repeat: no-repeat; background-size: cover; }

.square-img { display: block; position: relative; }
.square-img:before { content: ''; display: block; padding-top: 100%; }
.square-img h3 { bottom: 20px; display: inline-block; left: 15px; position: absolute; text-align: center; width: calc(100% - 30px); z-index: 9; }

@media (max-width: 1199px) {
	.square-img h3 { font-size: 40px; line-height: 49px; }
}

@media (max-width: 690px) {
	.square-img h3 { font-size: 36px; line-height: 40px; }
}

.overlay { position: relative; }
.overlay:after { content: ''; bottom: 0; display: inline-block; height: 60%; left: 0; position: absolute; width: 100%; z-index: 1; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

.uppercase { text-transform: uppercase; }
.two-columns { column-count: 2; }

.separador-vertical .row-bg-wrap:before { content: ''; background: url('assets/img/vertical-line.png') no-repeat center top; background-size: cover; top: 0; display: inline-block; height: 120px; left: 50%; position: absolute; transform: translate(-50%,-30%); width: 1px; z-index: 9999; }
.left-lines .row-bg-wrap:before { content: ''; background: url('assets/img/background-lines.jpg') no-repeat left center; background-size: cover; top: 0; display: inline-block; height: 100%; left: 0; position: absolute; width: 110px; z-index: 2; }
.right-lines .row-bg-wrap:before { content: ''; background: url('assets/img/background-lines-right.jpg') no-repeat right center; background-size: cover; top: 0; display: inline-block; height: 100%; right: 0; position: absolute; width: 100px; z-index: 2; }

@media (max-width: 999px) {
	.separador-vertical .row-bg-wrap:before { height: 85px!important; }
}

@media (max-width: 690px) {
	.separador-vertical .row-bg-wrap:before { height: 75px!important; }
}


/********************
 HEADER
 ********************/
#top { padding: 0 30px; }
#top nav > ul > li > a { color: var(--white)!important; font-size: 16px!important; line-height: 20px!important; opacity: 1!important; margin-right: 30px!important ; text-transform: uppercase; }
#top nav ul li a, #header-outer .sf-menu li ul li a { color: var(--site1)!important;  }
#header-outer #top nav > ul > li:not(.megamenu) ul a:hover { color: var(--white)!important; }
#header-outer:not([data-format="left-header"]) #top nav >ul >li:not(.megamenu) ul .current-menu-item >a { color: var(--white)!important; }

body #top nav .widget_shopping_cart a.button { color: var(--white)!important; }
.woocommerce-Price-amount.amount { color: #303d50!important; }

#header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_solid_color]>a,  #top nav>ul>li[class*=button_solid_color]>a, body #header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a { color: var(--black)!important; }
#menu-item-360 a { letter-spacing: 3px; padding: 0 30px!important; }
.nectar-menu-icon.fa.fa-angle-right { color: var(--black)!important; right: 5px; position: absolute; }

#top nav ul li a, #header-outer .sf-menu li ul li a { color: var(--black); font-size: 16px; }

#slide-out-widget-area .inner .off-canvas-menu-container li a { font-family: 'Manrope'!important; }

@media (max-width: 1399px) {
	#top nav > ul > li > a { margin-right: 10px!important; }
}


@media (max-width: 1299px) {
	#header-outer #logo img { height:40px; }
}


@media (max-width: 1199px) {
	#top nav > ul > li > a { font-size: 15px!important; }
	#header-outer[data-full-width="true"] header > .container { padding: 0 5px; }
	#top nav > ul > li > a { margin-right: 5px!important; }
}



/********************
 FOOTER
 ********************/
#footer-outer .widget.widget_nav_menu li a { color: var(--white)!important; font-size: 16px!important; line-height: 20px!important; text-transform: uppercase; }

#footer-outer #footer-widgets .col ul.contact-footer { display: inline-block; margin-left: 0; width: auto; }
#footer-outer #footer-widgets .col ul.contact-footer > li { display: inline-block; float: left; margin-bottom: 12px; padding-left: 32px!important; position: relative; text-align: left; }
#footer-outer #footer-widgets .col ul.contact-footer > li:not(:last-child) { margin-right: 50px; }
#footer-outer #footer-widgets .col ul.contact-footer > li, #footer-outer #footer-widgets .col ul.contact-footer > li > a { color: #c1c1c1; float: left; font-size: 16px!important; line-height: 20px!important; }
#footer-outer #footer-widgets .col ul.contact-footer > li .fa { display: inline-block; font-size: 24px!important; left: 0; padding-right: 5px; position: absolute; top: 0; }
#footer-outer #footer-widgets .col ul.contact-footer > li .fa.fa-envelope-o { top: 2px; }
#footer-outer #footer-widgets .col ul.contact-footer > li .fa.fa-phone { top: 3px; }
#footer-outer #footer-widgets .col ul.contact-footer > li .fa.fa-map-marker { top: -2px; }

#footer-widgets .social, #footer-widgets .social > li, #footer-widgets .social > li > a { display: inline-block; }
#footer-widgets .social > li:not(:last-child) { margin-right: 30px;  }
#footer-widgets .social > li  .fa { font-size: 36px!important; }
#footer-widgets .social > li  .fa:hover { color: var(--site2); opacity: 1; }

#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright { padding-bottom: 45px!important; }

body #footer-outer #copyright p { font-size: 14px!important; line-height: 18px!important; }

@media (max-width: 690px) {
	#footer-outer ul.menu { display: none!important; }
}


/********************
 HOMEPAGE
 ********************/
.square-up:before { content: ''; background: url('assets/img/marco-superior.png') no-repeat center top; background-size: cover; top: -75px; display: inline-block; height: 103px; left:-50px; position: absolute; width: 583px; z-index: 9999; }
.square-down:after { content: ''; background: url('assets/img/marco-inferior.png') no-repeat center bottom; background-size: cover; bottom: -140px; display: inline-block; height: 103px; left:-50px; position: absolute; width: 580px; z-index: 9999; }

.h2-custom { margin-left: -120px; margin-top: -120px; width: 1000px; z-index: -1; }
.h2-custom h2, .h2-custom-equipo h2 { color: #F0F2F6; font-size: 213px!important; font-family: 'Butterly', sans-serif; line-height: 222px!important; }

.text-image { position: absolute; text-align: center; top: 48%; width: 100%; z-index: 999;  }
.text-image-description { margin: 0 auto; max-width: 370px; }

.testimonials-icon :before { content: ''; background: url('assets/img/testimonials-icon-rosa.png') no-repeat center top; background-size: cover; top: -20px; display: inline-block; height: 65px; left:50%; position: absolute; transform: translate(-50%,-50%); width: 88px; z-index: 9999; }

.slick-dotted.slick-slider { margin-bottom: 40px; }
.testimonials-slider .single-testimonial { display: inline-block; margin-left: 100px; position: relative; text-align: left; width: calc(100% - 200px); }
.testimonials-slider .single-testimonial:before { content: ''; background: url('assets/img/icon/testimonials-icon.png') no-repeat center; background-size: contain; display: inline-block; height: 85px; left: -73px; position: absolute; top: 0; width: 134px; }
.single-testimonial h6 { color: #303D50; font-size: 18px; font-weight: 700; line-height: 22px; text-transform: uppercase; }
.single-testimonial p { color: #303D50; font-size: 17px; line-height: 23px; padding-bottom: 15px; }

.testimonials-slider .slick-prev { display: none!important; }
.testimonials-slider .slick-next { background: url('assets/img/icon/arrow-right.png') no-repeat center; background-size: contain; display: inline-block; height: 40px; opacity: 0.6; width: 40px; }
.testimonials-slider .slick-next:hover { opacity: 1; }
.testimonials-slider .slick-next:before { content: none; }

.testimonials-slider .slick-dots { bottom: -40px; left: 0; }
.testimonials-slider .slick-dots li button { background-color: rgba(216,216,216,0.5); border: 2px solid transparent; border-radius: 50%; height: 9px; padding: 0; width: 9px; transition: .5s all ease; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; }
.testimonials-slider .slick-dots li button:before { content: none; }
.testimonials-slider .slick-dots li button:hover { background-color: rgba(216,216,216,0.75); }
.testimonials-slider .slick-dots li.slick-active button { background-color: var(--site2); border-color: var(--site2); height: 13px; width: 13px; }

@media (max-width: 1499px) {
	.square-up:before { height: 97px; width: 550px; }
	.square-down:after { height: 91px; width: 550px; }
	.h2-custom h2 { font-size: 200px!important; line-height: 210px!important; }
	.h2-custom-equipo h2 { font-size: 180px!important; line-height: 200px!important; }
}

@media (max-width: 1399px) {
	.nectar_single_testimonial span, body .testimonial_slider blockquote span { font-size: 20px!important; line-height: 26px!important; }
	.testimonial_slider blockquote p { font-size: 21px!important; line-height: 26px!important; }
}

@media (max-width: 1199px) {
	.square-up:before { height: 83px; width: 490px; }
	.square-down:after { height: 83px; width: 490px; }
	.h2-custom h2 { font-size: 140px!important; line-height: 150px!important; }
	.h2-custom-equipo h2 { font-size: 160px!important; line-height: 180px!important; }

	.testimonials-slider .single-testimonial { margin-left: 85px; width: calc(100% - 150px); }
	
	.single-testimonial h6 { font-size: 17px; line-height: 21px; }
	.single-testimonial p { font-size: 16px; line-height: 22px; }
}

@media (max-width: 999px) {
	.square-up:before { width: 585px; }
	.square-down:after { bottom: -75px; width: 585px; }
	.h2-custom { margin-left: -0; margin-top: 0; }
	.h2-custom h2 { font-size: 120px!important; line-height: 130px!important; }
	.text-image { top: 55%;  }
	.text-image h3 { font-size: 40px!important; }
	.h2-custom-equipo h2 { font-size: 130px!important; line-height: 150px!important; }
}

@media (max-width: 690px) {
	.square-up:before { height: 62px; left:-35px; width: 470px; }
	.square-down:after { height: 62px; left:-35px; width: 470px; }
	.h2-custom h2, { font-size: 90px!important; line-height: 100px!important; }
	.h2-custom-equipo h2 { font-size: 90px!important; line-height: 110px!important; }

	.testimonials-slider .single-testimonial { margin-left: 50px; width: calc(100% - 100px); }
	.single-testimonial h6 { font-size: 16px; line-height: 20px; }
	.single-testimonial p { font-size: 15px; line-height: 21px; }
}

@media (max-width: 480px) {
	.square-up:before { height: 60px; left: -10px; width: 385px; }
	.square-down:after { height: 60px; left: -10px; width: 385px; }
	.h2-custom h2, .h2-custom-equipo h2 { font-size: 70px!important; line-height: 80px!important; }
	.h2-custom-equipo h2 { font-size: 70px!important; line-height: 90px!important; }

	.testimonials-slider .single-testimonial { margin-left: 40px; width: calc(100% - 90px); }
	
}


/********************
 PAGES
 ********************/
#page-header-bg h1 { font-family:'Manrope'!important; font-size:55px!important; line-height:65px!important; }

.servicios h3 { font-size: 60px!important; line-height: 70px!important; }

.text-team-description { margin: 0 auto!important; max-width: 358px!important; }
.text-team-description h6 { margin-bottom: 10px; text-transform: uppercase; }

.service-two-columns .nectar-fancy-ul.animated-in { column-count: 2; }
.nectar-fancy-ul.animated-in { font-size: 18px!important; line-height: 22px!important; }

@media (max-width: 999px) {
	.nectar-fancy-ul.animated-in { font-size: 17px!important; line-height: 21px!important; }
	#page-header-bg h1 { f font-size:45px!important; line-height:55px!important; }
}

@media (max-width: 690px) {
	.nectar-fancy-ul.animated-in { font-size: 16px!important; line-height: 20px!important; }
	.servicios h3 { font-size: 50px!important; line-height: 60px!important; }
	#page-header-bg h1 { font-size:35px!important; line-height:45px!important; }
}

@media (max-width: 480px) {
	.nectar-fancy-ul.animated-in { column-count: 1; }
	.servicios h3 { font-size: 40px!important; line-height: 50px!important; }
	#page-header-bg h1 { font-size:25px!important; line-height:35px!important; }
}

/********************
 SHOP
 ********************/

.cart .quantity input.minus { left: -35px!important; position:absolute!important; }
.cart .quantity input.plus { left: 45px!important; position:absolute!important; }

.nectar-shop-header h1.page-title { text-align: center; padding-bottom: 60px; }
.post-type-archive .woocommerce-breadcrumb { display: none; }

.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: 'Manrope', sans-serif; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--site1); font-size: 22px!important; line-height: 28px!important; }

.woocommerce-page .woocommerce p.cart-empty { font-family: 'Manrope'!important; }

.woocommerce a.button { border-radius:35px!important; font-family: 'Manrope'!important; font-size: 18px!important; line-height: 22px!important; text-transform: uppercase; }

@media (max-width: 1199px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 21px!important; line-height: 27px!important; }
}

@media (max-width: 999px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 20px!important; line-height: 26px!important; }
	.cart .quantity input.minus { left: -15px!important; }
	.cart .quantity input.qty { width: 60px; }
}

@media (max-width: 690px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 19px!important; line-height: 25px!important; }
	.cart .quantity input.minus, .cart .quantity input.plus { height: 25px; top: 5px; width: 25px; } 
	.woocommerce-cart-form__cart-item.cart_item .quantity { padding-right: 25px; }
}

@media (max-width: 480px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 18px!important; line-height: 24px!important; }
}


/********************
 SINGLE PRODUCT
 ********************/
.woocommerce div.product .product_title { font-family: 'Butterly', sans-serif; font-size: 45px; font-weight: 400; line-height: 50px;  }
.woocommerce div.product .summary p.price { color: var(--site2); font-family: 'Manrope', sans-serif; font-size: 32px; font-weight: 800; line-height: 42px; }

#ajax-content-wrap .related.products>h2 { color: var(--site1); font-size: 88px; line-height: 96px; padding-bottom: 30px; text-align: center; }

.woocommerce div.product form.cart { padding-top: 50px!important; }
.cart .quantity { float: left!important; margin-top: 10px!important; max-width: 50%!important; }
.single_add_to_cart_button.button.alt.wp-element-button { margin-left: 20px; margin-top: 0!important; }
.woocommerce div.product_meta { display: none; }


/********************
 CONTACT
 ********************/
.iwt-text { font-size: 18px!important; line-height: 24px!important; }

dl { overflow: hidden; width: 100%; }
dt { font-family: 'Manrope'; float: left; width: 50%; }
dd { float: left; width: 50%; }

.leaflet-marker-icon { height: 79px!important; width: 59px!important; }

.left-lines.contacto .row-bg-wrap:before { content: ''; background: url('assets/img/background-lines.jpg') no-repeat left center; background-size: cover; top: 0; display: inline-block; height: 100%; left: 0; position: absolute; width: 150px; z-index: 2; }

.contacto .wpcf7-form { margin: 0 auto; width: 50%; }
.contacto .wpcf7-form input, .contacto .wpcf7-form textarea { background: transparent!important; border-bottom: 1px solid var(--white)!important; text-align: left!important; }
.contacto textarea { height: 100px; }
.contacto .wpcf7-form .wpcf7-submit { background: var(--site1)!important; border-bottom: none!important; text-align: center!important; }

@media (max-width: 999px) {
	.iwt-text { font-size: 17px!important; line-height: 23px!important; }
	.contacto .wpcf7-form { width: 75%; }
}

@media (max-width: 690px) {
	.contacto .wpcf7-form { margin: 0 auto; width: 85%; }
}
