/*
Theme Name: GrupoIndelsur Theme
Author: Marketeados
Author URI: 
Theme URI: 
Tags: full-site-editing, block-patterns
Text Domain: grupoindelsur-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;
}
:root :where(.wp-block-navigation a:where(:not(.wp-element-button))){
	text-decoration: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;
    width: 100%;
    max-width: 850px;
    margin-bottom: 15px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
	border-color:#E30613;
}
.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;

}
/*Responsive*/
/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	.portada .wp-block-group.is-layout-flex{
		display:block;
	}
	#contacto form .d-flex p{
		display:block;
	}
}
	
