/*
Theme Name: MasSoleil Theme
Author: Marketeados.cl
Author URI: https://marketeados.cl
Theme URI: https://marketeados.cl
Tags: full-site-editing, block-patterns
Text Domain: massoleil-theme
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
header ul li a{
	text-decoration:none !important;
}
.d-none{
	display:none;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
	
    border-radius: 5px;
    border: 2px solid #ccc;
    padding-left: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    outline: 0;
    font-size: 16px;
    font-family: 'Outfit';
    width: 100%;
	max-width:300px;
    margin-bottom: 0;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
	border-color:#003658;
}
select{
	width:100%;
	padding:16px;
	max-width:320px;
}
.form-asesoria #sib_signup_form_1 > p{
	display:none;
	
}
.sib-SMS-area{
	margin-bottom:0;
}
.sib-sms-field p{
	margin:0;
}
.sib-sms-field .sib-country-block{
	height:52px;
	
}
.sib-sms-field .sib-sms{
	width:91.5% !important;
	max-width:258px;
}
/*Responsive*/
/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	html,body{
		    touch-action: pan-y;
		-webkit-overflow-scrolling: touch; 

	}
	#slider-soleil  .active-slide img{
		width:auto !important;
	}
	#slider-soleil  .active-slide {
	width:auto !important;
}

	#slider-soleil .tns-controls{
		margin-right:15px !important;
	}
	#proposito .pilares{
		display:block;
	}
	#slider-quillon{
		margin-left: -24px;
    margin-right: -24px;

	}
	#slider-quillon .list-slider-quillon {
    touch-action: pan-y; 
}
}