/*Rotar icono flecha*/
/*.fa-arrow-right{
    transform: rotate(-45deg);
}*/
/*Altura imagenes y escalado en hover  seccion trabajos - pagina de inicio*/
.elementor-image-gallery {
    display: grid;
}

.elementor-image-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.elementor-image-gallery .gallery-item img {
    width: 100%;
    height: 300px;
    transition: transform 0.7s ease;
    object-fit: cover; 
	  padding: 5px;
}

.elementor-image-gallery .gallery-item:hover img {
    transform: scale(1.2);
}
/*Formateo a los enlaces del footer*/
.enlaces-footer p{
    padding: 0;
    margin-bottom: 5px;
    margin-left: 0;
}
/*Color de los enlaces y hover*/
.enlaces-preformateados a{
	color: black;
	transition: all 0.3s;
}
.enlaces-preformateados a:hover{
	font-size: 21px;
}
/*formulario de google calendar*/
.VJtaaf.njhGP{
	background-color: #CFA847!important;
}
/*FORMULARIO WSFORM*/
.wsf-form .wsf-section>legend {
    text-align: center !important;
    padding: 10px 30px!important;
    margin-bottom: 50px !important;
    background: #ebebeb!important;
    width: 100%!important;
    color: #181818!important;
    font-size: 25px!important;
}
.wsf-form .wsf-section{
	display: flex!important;
	justify-content: center!important;
}
.wsf-form input[type=radio].wsf-field.wsf-button+label.wsf-label, .wsf-form input[type=checkbox].wsf-field.wsf-button+label.wsf-label{
	background-color: transparent!important;
}
.wsf-form input[type=radio].wsf-field.wsf-button:checked+label.wsf-label, .wsf-form input[type=checkbox].wsf-field.wsf-button:checked+label.wsf-label{
 color: #181818;
	border-color: #181818;
	border: 2px solid;
}
.wsf-form input[type=radio].wsf-field.wsf-button+label.wsf-label img, .wsf-form input[type=checkbox].wsf-field.wsf-button+label.wsf-label img {
    width: 200px!important;
}
.wsf-form input[type=checkbox].wsf-field.wsf-button+label.wsf-label{
	border: 1px solid #c9c9c9;
}
/* Centrar el contenedor del grupo de radio buttons */
div#wsf-1-field-wrapper-165:nth-child(1){
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
}
[role="radiogroup"] {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.wsf-form label.wsf-label{
	text-align: center;
}
.wsf-form .wsf-grid{
	display: flex;
justify-content: center;
	width: 100%;
}
.wsf-form ul.wsf-group-tabs{
	justify-content: center;
}
.wsf-form .wsf-text-center {
    font-weight: 600;
    color: #181818;
}
.wsf-group {
    padding: 50px;
}
.wsf-form ul.wsf-group-tabs>li{
	background: #e3e3e3;
}
.wsf-form input[type=radio].wsf-field.wsf-button+label.wsf-label img {
    margin-bottom: 10px;
    width: 300px !important;
    height: 250px;
    object-fit: cover;
}
@media (max-width: 868px){
	[role="radiogroup"] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap!important;
}
	.wsf-group {
    padding: 50px 20px;
}
	.wsf-form ul.wsf-group-tabs>li {
    width: 100%;
}
}
/*CARRITO*/
.woocommerce-mini-cart__empty-message {
    display: none;
}
.elementor-menu-cart__footer-buttons{
    display: flex;
    flex-direction: column;
}