/*
Theme Name: Alma Psicologas
Author: Marketeados.cl
Author URI: https://marketeados.cl
Theme URI: https://marketeados.cl
Tags: full-site-editing, block-patterns
Text Domain: alma-psicologas
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;
}
input[type="text"], input[type="tel"] , input[type="email"], textarea{
	border-radius:5px;
    border: 2px solid #676767;
    padding-left: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
    outline: 0;
    font-size: 16px;
	 font-family: 'Poppins';
	width: 100%;
    max-width: 640px;
	margin-bottom: 15px;
}
input[type="text"]:focus, input[type="tel"]:focus , input[type="email"]:focus, textarea:focus{
	  border-color: #94B3DD;
}
.bg-circular{
	background: rgb(148 179 221 / 10%);
    display: inline-block;
    padding: 30px;
    border-radius: 100px;
}
li.current-menu-item{
	color:#000;
	border-bottom: 1px solid #94b3dd;
}
/*Responsive*/
/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	.box-comprar{
		margin-top:-100px !important;
	}
	form{
		    max-width:85%;
	}
	.check{
		        width: 40px;
        display: block;
        flex-shrink: 0;
	}
	.btn-taller a{
		background-color:var(--wp--preset--color--secondary) !important;
		border-radius: 4px;
		padding:15px !important;
		color:#fff!important;
		box-shadow: var(--wp--preset--shadow--natural) !important;
	}
}
