/*
Theme Name: Mare Nostrum
Author: Creacion Visual
Author URI: https://creacionvisual.net/
Description: Tema personalizado para Mare Nostrum
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 7.4
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marenostrum
*/
/* -------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}


/* -------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------- */

html {
	font-size: 40%;
	scroll-behavior: smooth;
}
@media screen and (max-width: 1024px) and (min-width: 600px){
	html {
		font-size: 50%;
	}
}
@media (min-width: 1025px){
	html {
		font-size: 62.5%; /* 1rem = 10px */
	}
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

:root{
	/* Responsive */
	--responsive--alignwide-width: 90%;
	--responsive--aligndefault-width: 96%; /* 68% */
	--global--line-height--normal: 1.2;
}
:root body{
    --wp--style--global--content-size: 90%;
    --wp--style--global--wide-size: 90%;
}
@media (min-width: 600px){
	:root{
		/* Responsive */
		--responsive--alignwide-width: 84%;
		--responsive--aligndefault-width: var(--wp--style--global--content-size); /* 68% */
		--global--line-height--normal: 1.2;
	}
    :root body{
        --wp--style--global--content-size: 72%;
        --wp--style--global--wide-size: 84%;
    }
}
.alignwide{
	width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
}
.aligndefault{
	width: var(--wp--style--global--content-size);
	margin-left: auto;
	margin-right: auto;
}

a{
	color: var(--wp--preset--color--foreground);
}
a:hover{
	color: var(--wp--preset--color--red-title);
}

.single-mphb_room_type h1.wp-block-post-title,
h1.is-style-semicirculo-header,
h2.is-style-semicirculo-header{
    padding-left: 5rem;
    background-image: url('./images/semi-circulo-am.svg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 4.4rem 8.8rem;
    height:8.8rem;
    line-height: 8.8rem;
    text-transform: uppercase;
    font-weight: 500;
}
.wp-block-button a.wp-block-button__link,
a.button.mphb-view-details-button,
button.mphb-book-button,
button.mphb-confirm-reservation,
input.button.mphb-reserve-btn,
input.button.mphb-confirm-reservation{
    background-color: var(--wp--preset--color--amarillo);
    color: var(--wp--preset--color--azul-corp);
    text-decoration: none;
    font-size: var(--wp--preset--font-size--small);
    font-weight: 600;
    border: 0;
    padding:1.5rem 8rem;
    border-radius: 9999px;
}
.wp-block-button a:hover.wp-block-button__link,
a.button.mphb-view-details-button:hover,
button.mphb-book-button:hover,
button.mphb-confirm-reservation:hover,
input.button.mphb-reserve-btn:hover,
input.button.mphb-confirm-reservation:hover{
    color: #fff;
}

.wp-site-blocks .is-layout-flex.hide-content{
    display:none;
}
/* ***********
* Header     *
************ */
@media (max-width:600px){
    .wrapper-cabecera .wp-block-site-logo img{
        max-width:180px;
    }
}
.cabecera-blanca{
	position: absolute;
    height: 100px;
	width: 100%;
    background-color: rgba(255,255,255,0.85);
	z-index: 9999;
}
.logged-in .cabecera-blanca{
    top: 32px;
}
.cabecera-blanca nav.menu-principal{
	flex-grow: 2;
}
.wrapper-cabecera{
    height: 100px;
}
nav.menu-principal .wp-block-navigation-item__label{
	text-transform: uppercase;
}
.cabecera-blanca nav.menu-principal a{
    font-size: var(--wp--preset--font-size--small);
    font-weight: 600;
}
.cabecera-blanca nav.menu-principal li{
    margin-right: 2rem;
}
@media screen and (min-width: 1440px){
    header .wp-block-cover{
        min-height: 60rem;
    }
}
/* *********************
* slider
********************* */
p.slider-home{
    color: #FFFEFE;
    text-align: center;
    /*text-shadow: 4px 4px rgba(0, 0, 0, 0.50);*/
    text-shadow: 0px 4px 4px 0px #00000080;
    font-weight: 600;
    line-height: normal;    
    margin-bottom: 12rem;
}
main .entry-content .wp-block-getwid-media-text-slider-slide__content{
    padding: 10rem 0;
}
@media (max-width:600px){
    main .entry-content .wp-block-getwid-media-text-slider-slide__content{
        padding: 5rem 1rem;
    }
}
/* **********************
* buscador fechas disponibilidad
***************************** */

.mphb_sc_search-wrapper{
	padding: 0 4rem;
	background-color: var(--wp--preset--color--white);
    border-radius: 3rem;
}
.mphb_sc_search-wrapper label,
.mphb_sc_search-wrapper p{
	color: #000;
}
.mphb_sc_search-form label {
    display: inline-block;
    margin-bottom: 1.1rem;
    font-weight: 600;
    font-size:var(--wp--preset--font-size--small);
}
/*.mphb-required-fields-tip{
	display: none;
}*/
.mphb_sc_search-form input {
    box-sizing: border-box;
}
.mphb_sc_search-form select,
.mphb_sc_search-form input[type=text] {
	width: 100%;
    padding: 1.1rem 2.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--wp--preset--color--foreground);
    background-image: none;
    border: 1px solid var(--wp--preset--color--border-dark);
    border-radius: 9999rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,color ease-in-out .15s;
    transition: border-color ease-in-out .15s,color ease-in-out .15s;    
}
.mphb_sc_search-form input {
    line-height: normal;
}
.mphb_sc_search-form input[type=text].mphb-datepick.is-datepick,
.mphb-booking-form input.mphb-datepick {
    padding-right: 2.7em;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(./images/calendar-o.svg);
    background-repeat: no-repeat;
    background-position: right 1.7rem top 1.2rem;
    background-size: 1.6rem;
}
.mphb_sc_search-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(./images/dropcaps_dark_passive.svg);
    background-repeat: no-repeat;
    background-position: right 1.7rem top 1.6rem;
    background-size: 1.6rem;
    padding-right: 2.7rem;
    overflow: auto;
}
.mphb_sc_search-form .mphb_sc_search-submit-button-wrapper{
	margin-top: 0;
    min-width: 0;
    margin-right: 0;
}
.mphb_sc_search-form input[type=submit],
.mphb_sc_checkout-submit-wrapper input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background ease-in-out .15s,color ease-in-out .15s,border ease-in-out .15s;
    -o-transition: background ease-in-out .15s,color ease-in-out .15s,border ease-in-out .15s;
    transition: background ease-in-out .15s,color ease-in-out .15s,border ease-in-out .15s;
    background-color: var(--wp--preset--color--amarillo);
    color: var(--wp--preset--color--azul-corp);
    font-weight: 600;
    border: 0;
    border-radius:9999px;
    padding:1.5rem 8rem;
}
.mphb_sc_search-form input[type=submit]:hover,
.mphb_sc_checkout-submit-wrapper input[type=submit]:hover{
    color: #fff;
}
/* Campos calendario disponibilidad */

.mphb-booking-form input.mphb-datepick{
    vertical-align: middle;
    cursor: pointer;
    font-size: var(--wp--preset--font-size--small);
    font-weight: 500;
    line-height: 1.4;
    background-color: var(--wp--preset--color--background);
    color: var(--wp--preset--color--dark-bg);
    border: 1px solid var(--wp-preset--color-border-dark);
    width: 100%;
    padding:1rem;
}
.mphb-booking-form .mphb-check-in-date-wrapper label,
.mphb-booking-form .mphb-check-out-date-wrapper label{
    font-size: var(--wp--preset--font-size--normal);
    color: var(--wp--preset--color--dark-bg);
    font-weight: 500;
    padding-bottom: 1rem;
    display: inline-block;
}


/* **********************
* Banner conocenos
***************************** */
.banner-conocenos{
    background-image: url('./images/redondas.png'), url('./images/olas.svg');
    background-position: top right, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 215px 204px, cover;
    height:38rem;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.banner-conocenos > .wp-block-group{
    width: var(--responsive--alignwide-width);
    column-gap: 15rem;
}
@media (max-width:800px) and (min-width:600px){
    .banner-conocenos > .wp-block-group{
        column-gap: 7rem;
    }
}
@media (max-width:600px){
    .banner-conocenos > .wp-block-group{
        column-gap: 1rem;
    }
    .banner-conocenos{
        background-image: url(./images/olas.svg);
    }
}
/* **********************
* Cuadros servicios
***************************** */
.servicios{
    column-gap: 0;
}
.servicios > *{
    flex-basis: 50%;
    padding: 5rem;
    position: relative;
    min-height:35rem;
    display: flex;
    align-items: center;
}
@media (max-width:600px){
    .servicios > *{
        padding:1rem;
    }
}
.servicios.fila-1 > *:nth-child(odd),
.servicios.fila-2 > *:nth-child(even){
    background-color: var(--wp--preset--color--azul-cielo);
}
.servicios.fila-1 > *:nth-child(odd):before,
.servicios.fila-2 > *:nth-child(even):before{
	background-image: url(./images/semi-inf-am.svg);
    background-size: 7.4rem 3.7rem;
    /*display: inline-block;*/
    width: 7.4rem;
    height: 3.7rem;
    content:"";
    position: absolute;
    top: 0;
    left: 4rem;
}
.servicios.fila-1 > *:nth-child(odd):after,
.servicios.fila-2 > *:nth-child(even):after{
	background-image: url(./images/semi-sup-am.svg);
    background-size: 4.4rem 2.2rem;
    /*display: inline-block;*/
    width: 4.4rem;
    height: 2.2rem;
    content:"";
    position: absolute;
    bottom: 0;
    right: 4rem;
}
.servicios.fila-1 > *:nth-child(even),
.servicios.fila-2 > *:nth-child(odd){
        background-color: var(--wp--preset--color--amarillo-claro);
}
.servicios.fila-1 > *:nth-child(even):before,
.servicios.fila-2 > *:nth-child(odd):before{
	background-image: url(./images/semi-inf-am.svg);
    background-size: 4.4rem 2.2rem;
    width: 4.4rem;
    height: 2.2rem;
    content:"";
    position: absolute;
    top: 0;
    right: 4rem;
}
.servicios.fila-1 > *:nth-child(even):after,
.servicios.fila-2 > *:nth-child(odd):after{
	background-image: url(./images/semi-sup-am.svg);
    background-size: 7.4rem 3.7rem;
    width: 7.4rem;
    height: 3.7rem;
    content:"";
    position: absolute;
    bottom: 0;
    left: 4rem;
}

.servicios p{
    font-size: var(--wp--preset--font-size--medium-large);
    font-weight: 300;
    color: var(--wp--preset--color--azul-corp);
    line-height: 3.1rem;
}
.servicios p strong{
    font-weight: 500;
}
.servicios .enlace-mas{
    position:absolute;
    bottom: 2rem;
    font-weight: 500;
    font-size: var(--wp--preset--font-size--huge);
}
.servicios .enlace-mas a{
    text-decoration: none;
}
.servicios.fila-1 > *:nth-child(odd) .enlace-mas,
.servicios.fila-2 > *:nth-child(even) .enlace-mas{
    /*background-color: var(--wp--preset--color--azul-cielo);*/
    left: 10rem;
}
.servicios.fila-1 > *:nth-child(even) .enlace-mas,
.servicios.fila-2 > *:nth-child(odd) .enlace-mas{
    /*background-color: var(--wp--preset--color--amarillo-claro);*/
    right: 10rem;
}
.servicios.fila-1 > *:nth-child(even) .enlace-mas a,
.servicios.fila-2 > *:nth-child(odd) .enlace-mas a{
    color: var(--wp--preset--color--amarillo);
}
.servicios.fila-1 > *:nth-child(even) .enlace-mas a:hover,
.servicios.fila-2 > *:nth-child(odd) .enlace-mas a:hover{
    color: var(--wp--preset--color--azul-corp);
}
.servicios.fila-1 > *:nth-child(odd) .enlace-mas a,
.servicios.fila-2 > *:nth-child(even) .enlace-mas a{
    color: var(--wp--preset--color--azul-corp);
}

.servicios.fila-1 > *:nth-child(odd) .enlace-mas a:hover,
.servicios.fila-2 > *:nth-child(even) .enlace-mas a:hover{
    color: var(--wp--preset--color--amarillo);
}
/*.servicios .cuadro-amarillo .enlace-mas a{ color: var(--wp--preset--color--amarillo); }
.servicios .cuadro-amarillo .enlace-mas a:hover{    color: var(--wp--preset--color--azul-corp); }
.servicios .cuadro-azul .enlace-mas a{ color: var(--wp--preset--color--azul-corp); }
.servicios .cuadro-azul .enlace-mas a:hover{ color: var(--wp--preset--color--amarillo); }*/

@media screen and (min-width:1440px){
    .home .fancybox-content{
        width:90%;
    }
}
.home .fancybox-container .hide-content p{
    color: var(--wp--preset--color--azul-corp);
    font-size: var(--wp--preset--font-size--medium-large);
    margin-bottom: 2rem;
}

/* **********************
* grid apartamentos
***************************** */

.destacados, .apartamentos-relacionados{
    padding: 3rem 0;
}
.destacados .grid-apartments{
    overflow: hidden;
}
.grid-apartments.mphb_sc_rooms-wrapper{
    gap:0;
}
.grid-apartments.mphb_sc_rooms-wrapper .mphb-room-type {
    /*display: inline-block; //display: inline deja un espacio entre elementos y no caben 4 */
    /*width: 22%;
    float: left;
    margin-right: 3%;*/
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
.destacados .grid-apartments.mphb_sc_rooms-wrapper div.mphb-room-type{
    width:25%;
    padding-right:2%;
}
@media (max-width:600px){
    .destacados .grid-apartments.mphb_sc_rooms-wrapper div.mphb-room-type{
        width:100%;
        padding-right:0;
        margin-top: 4rem;
    }
}
/*.destacados .grid-apartments.mphb_sc_rooms-wrapper div.mphb-room-type:last-child{
    padding-right:0;
}*/
@media (max-width:600px){
    .single-mphb_room_type .apartamentos-relacionados .mphb-room-types.grid-apartments{
        display:block;
    }
    .single-mphb_room_type .apartamentos-relacionados .grid-apartments div.result-row .wp-block-column:last-child{
        border-radius: 0;
    }
}
.apartamentos-relacionados .wp-block-query ul,
.apartamentos-relacionados .grid-apartments{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8rem;
}
.apartamentos-relacionados .wp-block-query ul figure.wp-block-post-featured-image{
    margin: 0;
}
.apartamentos-relacionados .wp-block-query ul .wp-block-post-featured-image img,
.apartamentos-relacionados .grid-apartments div.result-row img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.apartamentos-relacionados .wp-block-query .mphb_room_type .wp-block-columns{
    column-gap:0;
}
.apartamentos-relacionados .wp-block-query .mphb_room_type .wp-block-columns .related-details{
    border-radius: 0 2rem 2rem 0;
    padding: 2rem;
}
.apartamentos-relacionados .grid-apartments div.result-row{
    margin-top: 0;
    column-gap: 0;
}
.apartamentos-relacionados .grid-apartments div.result-row .wp-block-column:last-child{
    background-color: #fff;
    border-radius: 0 2rem 2rem 0;
    padding: 2rem;
}
.apartamentos-relacionados .grid-apartments div.result-row > div.wp-block-column{
    flex-basis: 50% !important;
}
/*.apartamentos-relacionados .grid-apartments.mphb_sc_rooms-wrapper .mphb-room-type{
    width:50%;
}*/
.apartamentos-relacionados .related-details h2.wp-block-post-title{
    margin-top:0;
}
.grid-apartments.mphb_sc_rooms-wrapper nav.navigation{
    flex-basis:100%;
}
/*
.apartamentos-relacionados .grid-apartments.mphb_sc_rooms-wrapper .mphb-room-type {
    width: 47%;
    margin-right: 3%;
}*/

/* ********** detalle del apartamento ********* */
.grid-apartments.mphb_sc_rooms-wrapper h2.entry-title{
    margin-bottom: 0;
}
.grid-apartments.mphb_sc_rooms-wrapper h2.entry-title a{
    font-weight: 500;
    font-size: 2.1rem;
    text-decoration: none;
}
.grid-apartments .mphb-room-type-adults-capacity{
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--preset--color--azul-corp);
    list-style: none;
}
.grid-apartments.mphb_sc_rooms-wrapper .mphb-room-type .data-inside{
    padding: 0 1rem;
    box-sizing: border-box;
}
.grid-apartments.mphb_sc_rooms-wrapper .mphb-room-type .mphb-loop-room-thumbnail img{
    max-width: 100%;
    height: auto;
    object-fit:cover;
    aspect-ratio: 1 / 1;
}
@media (max-width:600px){
    .grid-apartments.mphb_sc_rooms-wrapper h2.entry-title a{
        font-size: 4rem;
        font-size: var(--wp--preset--font-size--extra-large);
    }
    .grid-apartments .mphb-room-type-adults-capacity{
        font-size: var(--wp--preset--font-size--medium);
    }
    .grid-apartments.mphb_sc_rooms-wrapper .mphb-room-type .mphb-loop-room-thumbnail img{
        height: 50%;
        aspect-ratio: auto;
    }
}
.grid-apartments.mphb_sc_rooms-wrapper .mphb-room-type .mphb-loop-room-thumbnail img:hover{
    opacity: .5;
}
.grid-apartments.mphb_sc_rooms-wrapper .mphb-room-type-excerpt{
    color: var(--wp--preset--color--azul-corp);
}
.grid-apartments .mphb-room-type.has-post-thumbnail{
    position: relative;
}
.grid-apartments .mphb-room-type.has-post-thumbnail .mphb-room-type-buttons{
    position: absolute;
    bottom: 3rem;
    left: 33%;
}

/* ************************
* Listas apartamentos en resultados y ver todos
*********************** */
/*.page-template-search-results main{
	background-image: url(./images/redondas-azul.png);
    background-size: 21.5rem 20.4rem;
    background-position-x: right;
    background-repeat: no-repeat;
}*/
.mphb_sc_search_results-info{
    text-align: center;
    font-size: var(--wp--preset--font-size--large);
    font-weight: 300;
    max-width: var(--responsive--alignwide-width);
    margin-right: auto;
    margin-left: auto;
}
.result-row{
    gap: 2rem;
    padding: 3rem 0;
}
.page-template-search-results .result-row,
.tax-mphb_room_type_category li.mphb_room_type,
.tax-mphb_ra_alojamiento li.mphb_room_type{
    border-top: 1px solid var(--wp--preset--color--separador);
}
.page-template-search-results .result-row:last-child,
.tax-mphb_room_type_category li.mphb_room_type:last-child,
.tax-mphb_ra_alojamiento li.mphb_room_type:last-child{
    border-bottom: 1px solid var(--wp--preset--color--separador);
}
.mphb_sc_search_results-wrapper p.mphb-loop-room-thumbnail,
.mphb_sc_rooms-wrapper p.mphb-loop-room-thumbnail,
.tax-mphb_room_type_category li.mphb_room_type.has-post-thumbnail,
.tax-mphb_ra_alojamiento li.mphb_room_type.has-post-thumbnail{
    margin:0;
    padding-bottom:1rem;
}
.mphb_sc_rooms-wrapper.grid-apartments p.mphb-loop-room-thumbnail{
    padding-bottom:0;
}
.mphb_sc_search_results-wrapper .mphb-loop-room-thumbnail img,
.mphb_sc_rooms-wrapper .mphb-loop-room-thumbnail img,
.tax-mphb_room_type_category li.mphb_room_type.has-post-thumbnail img,
.tax-mphb_ra_alojamiento li.mphb_room_type.has-post-thumbnail img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 /1;
}
.mphb_sc_search_results-wrapper h2.entry-title,
.mphb_sc_rooms-wrapper h2.entry-title,
.tax-mphb_room_type_category h2.wp-block-post-title,
.tax-mphb_ra_alojamiento h2.wp-block-post-title{
    margin:0 0 2rem 0;
    line-height: 1.2;
}
.mphb_sc_search_results-wrapper h2.entry-title a,
.mphb_sc_rooms-wrapper h2.entry-title a,
.tax-mphb_room_type_category h2.wp-block-post-title a,
.tax-mphb_ra_alojamiento h2.wp-block-post-title a{
    text-decoration: none;
}
h3.mphb-room-type-details-title{
    margin-bottom: 0;
}
.apartamentos-relacionados h3.mphb-room-type-details-title{
    margin-top: 1rem;
    display: none;
}
ul.mphb-loop-room-type-attributes,
ul.mphb-single-room-type-attributes{
    padding-left:0;
    margin-top: 1rem;    
    margin-bottom: 1rem;
    list-style: none;
}
.mphb-room-type-excerpt ul li:before {
    content: "•";
    font-size: 70%;
    padding-right: 5px;
}
.mphb_sc_search_results-wrapper h3.mphb-room-type-details-title{
    display: none;
}
.mphb-room-type-description .mphb-room-type-excerpt ul,
.tax-mphb_room_type_category .result-row ul,
.tax-mphb_ra_alojamiento .result-row ul{
    padding-left: 2rem;
}
.mphb-room-type-description .mphb-room-type-excerpt ul{
    list-style: none;
    padding-left: 1rem;
}
/*.mphb_sc_search_results-wrapper .mphb-view-details-button-wrapper,
.mphb_sc_rooms-wrapper .mphb-view-details-button-wrapper{
    text-align:right;
}*/
.mphb_sc_search_results-wrapper .mphb-view-details-button-wrapper a,
.mphb_sc_rooms-wrapper .mphb-view-details-button-wrapper a{
    padding: 1rem 2rem;
    /*border-radius: 1rem;*/
    border-radius: 9999px;
}
/* *********************
* Single apartment
********************* */
/*.gallery {
    margin-bottom: 1.5em;
    margin: 0 -1.5rem
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 .75rem
}
.gallery-columns-2 .gallery-item { max-width: 50% }
.gallery-columns-3 .gallery-item { max-width: 33.33% }
.gallery-columns-4 .gallery-item { max-width: 25% }
.gallery-columns-5 .gallery-item { max-width: 20% }
.gallery-columns-6 .gallery-item { max-width: 16.66% }
.gallery-columns-7 .gallery-item { max-width: 14.28% }
.gallery-columns-8 .gallery-item { max-width: 12.5% }
.gallery-columns-9 .gallery-item { max-width: 11.11% }

.gallery-caption { display: block }

.single-mphb_room_type .mphb-single-room-type-gallery-wrapper .gallery {
    margin: 0 -.625rem
}
.single-mphb_room_type .mphb-single-room-type-gallery-wrapper img,
.single-mphb_room_type .mphb-single-room-type-gallery-wrapper a {
    display: block;
    margin: 0 auto
}

.single-mphb_room_type .mphb-single-room-type-gallery-wrapper .gallery-item {
    margin: 0;
    padding: .625rem
}

@media screen and (max-width: 767px) {
    .single-mphb_room_type .mphb-single-room-type-gallery-wrapper .gallery-item {
        max-width:100%
    }
}
*/
.single-mphb_room_type h3{
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--wp--preset--font-size--normal);
    margin-top: 4rem;
}
.single-mphb_room_type .apartment-extras{
    border-radius: 1rem;
}
.mphb-room-type-gallery-wrapper .gallery{
    display:flex;
    flex-wrap: wrap;
}
.mphb-room-type-gallery-wrapper .gallery-item{
    padding: 0 .75rem
}
@media (max-width:600px){
    .mphb-room-type-gallery-wrapper .gallery-item{
        padding: 0 1rem 0 0;
    }
}
.price-in-detail{
    padding: 2rem 3rem;
}
.price-in-detail .mphb-regular-price{
    font-size: var(--wp--preset--font-size--base);
    max-width: 100%;
}
.price-in-detail .mphb-single-room-type-attributes{
    max-width: 100%;
    list-style: none;
    padding-left: 0;
}
.view-all{
    margin-top: 3rem;
}
.apartamentos-relacionados .grid-apartments.mphb_sc_rooms-wrapper .mphb-room-type .mphb-loop-room-thumbnail img{
    display: block;
}
/* *********************
* Calendario
********************** */

/* ***********************
* Checkout
*********************** */
select, input{
    color:var(--wp--preset--color--azul-corp);
    padding: .5rem 2.5rem;
    border-radius: 5px;
    border: 1px solid #000;
}
.mphb-checkout-item-section{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.checkout-table{
    column-gap: 3rem;
}
.checkout-table .wp-block-column{
    padding: 1.5rem 3rem;
}
.mphb_sc_checkout-services-list{
    padding-left:0;
}
.mphb_sc_checkout-services-list li{
    margin: .8rem 0;
}
.mphb_sc_checkout-services-list input[type="checkbox"],
.mphb-checkout-terms-wrapper input[type="checkbox"]{
    background: #D9D9D9;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    color: white;
    padding: unset;
    margin:0;
    vertical-align: text-bottom;
    height: 1.6rem;
    width: 1.6rem;
}
.mphb_sc_checkout-services-list input[type="checkbox"]:checked,
.mphb-checkout-terms-wrapper input[type="checkbox"]:checked {
    color: var(--wp--preset--color--azul-corp);
    border: 0;
}
.mphb_sc_checkout-services-list input[type="checkbox"]::after,
.mphb-checkout-terms-wrapper input[type="checkbox"]::after {
    content: ' ';
    position: relative;
    left: 40%;
    top: 20%;
    width: 15%;
    height: 40%;
    border: solid var(--wp--preset--color--azul-corp);
    border-width: 0 2px 2px 0;
    transform: rotate(50deg);
    display: none;
}
.mphb_sc_checkout-services-list input[type="checkbox"]:checked::after,
.mphb-checkout-terms-wrapper input[type="checkbox"]:checked::after {
    display: block;
}
.mphb-room-price-breakdown-wrapper .mphb-price-breakdown{
    font-size: var(--wp--preset--font-size--small);
    width: 100%;
}
.mphb-price-breakdown .mphb-price-breakdown-booking .mphb-table-price-column{
    vertical-align: top;
    font-weight: 700;
}
.mphb-room-price-breakdown-wrapper .mphb-price-breakdown th{
    text-align: left;
}
.mphb-price-breakdown tr.mphb-price-breakdown-dates th,
.mphb-price-breakdown tr.mphb-price-breakdown-dates-subtotal th,
.mphb-price-breakdown tr.mphb-price-breakdown-services th,
.mphb-price-breakdown tr.mphb-price-breakdown-subtotal th{
    padding-top: 3rem;
}

.mphb-checkout-text-wrapper p{
    text-align: center;
    font-weight: 700;
}
.mphb-customer-details,
.mphb-total-price,
.mphb-errors-wrapper,
.mphb-checkout-terms-wrapper{
    width: var(--wp--style--global--content-size);
    margin-left: auto;
    margin-right: auto;
}
.mphb-customer-details .mphb-customer-name,
.mphb-customer-details .mphb-customer-last-name,
.mphb-customer-details .mphb-customer-email,
.mphb-customer-details .mphb-customer-phone{
    float:left;
    width:50%;
}
.mphb-customer-details input[type="text"],
.mphb-customer-details input[type="email"],
.mphb-customer-details .mphb-customer-country select{
    width: 95%;
    box-sizing:border-box;
    border: 1px solid #000;
}
.mphb-customer-details .mphb-customer-country{
    clear:both;
    width: 50%;
}
.mphb-customer-details .mphb-customer-note textarea{
    width: 97.5%;
    height: 10rem;
}
.mphb_sc_checkout-submit-wrapper{
    text-align: center;
}
.mphb-errors-wrapper{
    background-color: #eeeeee;
    padding: 2rem 1rem 2rem 1.4rem;
    border-left: 4px solid var(--wp--preset--color--amarillo);
}
.mphb-errors-wrapper::before{
    background-image: url(./images/alert.svg);
    background-size: 3rem 3rem;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    content: "";
    vertical-align: middle;
    margin-right: 1rem;
}

/* *****************
* FAQS
****************** */
details.wp-block-details{
    border-bottom: 1px solid var(--wp--preset--color--black);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
details.wp-block-details p{
    padding-top: 1rem;
}
details summary{
    display: block;
}
details summary::after {
    margin-left: 1ch;
    list-style-type: disclosure-closed;
    transition: 0.2s;
}
details[open] > summary::after {
    transform: rotate(90deg);
}
/* *******************
Footer search apartments
******************** */
.footer-search-apartments{
    padding-top: 3rem;
    padding-bottom: 4.5rem;
}
.footer-search-apartments h2{
    font-weight: 300;
    color: var(--wp--preset--color--black);
}
/* **********************
* Footer
***************************** */
footer{
	/*color: var(--wp--preset--color--white);
	background-color:var(--wp--preset--color--azul-corp);*/
	border-top: 1px solid #000;
    padding: 4.5rem 0 0;
}
footer .menu-principal{
	text-transform: uppercase;
}
@media (max-width:600px){
    footer.pie-pagina .is-vertical.wp-block-navigation{
        flex-flow: row wrap;
        justify-content: center;
    }
    footer.pie-pagina nav.menu-principal{
        display:none;
    }
}