/*
Theme Name: La Casa Azul
Theme URI: https://gironastudio.es
Author: Girona Studio
Author URI: https://gironastudio.es
Description: Tema para la casa azul
Requires at least: 6.0
Tested up to: 6.4.3
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: lacasaazul
Tags: 
*/

button.wp-block-navigation__responsive-container-open {
    border: solid 1px #083958;
    background-color: #71c0e036;
    border-radius: 4px;
}

/* Home */
@media screen and (max-width:500px){
	.apartamentos-home > div > div{
		 flex-basis: 100%;
	}
	.cabecera-home > div{
		flex-direction: column;
	}
}

/* Instalaciones */

@media screen and (max-width:500px){
	.instalaciones-grid{
		grid-template-columns: 1fr 1fr !important;
		max-width:800px;
	}
}

/* Destinos */
@media screen and (max-width:768px){
	.columna-invert {
		 flex-direction: column-reverse;
	}
}