/*
Theme Name: LaTierra Theme
Author: Marketeados.cl
Author URI: https://marketeados.cl
Theme URI: https://marketeados.cl
Tags: full-site-editing, block-patterns
Text Domain: latierra-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-sin-fondo{
	position:relative;
	margin-bottom:-100px;
	z-index:99;
}
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: 850px;
    margin-bottom: 15px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
	border-color:#003658;
}
.d-flex, .d-flex-md {
    display: flex;
}
form .d-flex p{
		display:flex;
		gap:30px;
	}
form p{
	margin:0;
	text-align:center;
	
}
form .wpcf7-spinner{
	display:block;
}
form input[type="submit"]{
	min-width:200px;

}
details summary{
		border-bottom: 1px solid #ccc;
}
header li a{
	padding: 4px 10px;
}
header li.current-menu-item {
	color:#003759;
}

header li.current-menu-item a{
	color:#003759;
	background:#FFEFC0;
	padding: 4px 10px;
    border-radius: 5px;
    font-weight: 500;
}
.estado-flotante{
	position:absolute;
	top:25px;
	left:25px;
	z-index:10;
	text-transform:uppercase;
}
.atributos-proyecto{
	padding-left: 0;
    list-style: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.galeria-proyecto img {
	max-height:200px;
}
.btn-font a button{
	font-family: var(--wp--preset--font-family--outfit) !important;
	font-size: 17px !important;
    font-weight: 700 !important;
}
/*Responsive*/
/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	.wp-block-site-logo img{
		width:170px;
	}
	#compromiso .is-layout-flex{
		display:block;
	}
	#testimonios .titulo{
		display:block;
	}
	.ubicaciones{
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
}
	