/*
Theme name: Cocowax ChildTheme
Theme URI: https://www.casa.mecate.mx
Version: 1.0
Description: Tema hijo de A theme
Author: Casa Mecate
Author URI: https://www.casa.mecate.mx
Template: cocowaxTheme
*/

/*----------------- Cambios a partir de aquí -------------------------------*/
div#primary {
    min-height: 60vh;
}

.header__image {
    height: 3.5rem !important;
}
.icon-cocowax_logo {
    max-height: 170px !important;
    width: auto !important;
    height: 100% !important;
    max-width: fit-content !important;
}
@media (max-width: 768px) {
	.page-id-75 h1.titulo.text-negro.text-5xl.mb-10 {
		font-size: 2rem;
	}
	.page-id-75 button.botonRespuesta {
    	font-size: 1.2rem;
	}
	.page-id-75 button.botonRespuesta {
		width: 85%;
		text-align: left;
		margin: auto;
	}
	.tabu-servicio {
		width: 100% !important;
		margin-bottom: 15%;
	}
	.type-post .contenido {
    	padding: 2rem;
	}
}

.overlay-img {
	position: absolute; 
	top: 10px; 
	right: 10px; 
	z-index: 10; 
	width: 60px; 
	height: auto; 
	transform: rotate(35deg);
}