/*
Theme Name: twentytwentyfour-child
Theme URI: http://loquesea.es
Version: 4.0
Description: Tema hijo de A theme
Author: Tu
Author URI: http://loquesea.es
Template: twentytwentyfour
*/

/*///////Typography///////////*/



/*----------------- Cambios a partir de aquí -------------------------------*/
#wpadminbar {
	display:none;
}
/*quitar padding para full width*/
.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
	padding:0;
}

.wp-block-group .has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	display:none;
}

.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
	margin-top: -90px;
}

/*color cabecera menu*/
.wp-block-template-part .wp-block-group.alignwide.has-base-background-color.has-background.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	background-color: #F4A024 !important;
	position:relative;
	z-index:9;
	color: #f5f5f5;
}

/*footer*/
footer {
	margin:0;
}

footer .wp-block-group.alignwide.is-layout-flow.wp-block-group-is-layout-flow {
	display:none;
}
footer .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	background-color: #49688e;
    color: #fff;	
	padding: 3% 4% !important;

}
header.wp-block-template-part {
	display:none;
}

.formulario {
	    padding-top: 120px;
}

.sub {
	width: 260px;
    display: flex;
    margin: 0 auto;
}

.sub-2 {
    width: 80%;
    display: flex;
    margin: 10px 0 0;
	max-width: 400px;
}

.sub .linea {
	width: 100%;
}

.sub p {
    width: 480px;
}

.habitaciones {
	.h2-special {
	font-size: 40px;
}
}


/*/////////////////////////////////////////////////////////////////////////////
////////////////////////// ESTILOS Form GIMH Menu Sticky///////////////////////
/////////////////////////////////////////////////////////////////////////////*/

.from-gimh.header2{
	margin: 0 auto 0;
	color:#000;
	z-index:1;
	display: block;
	position: absolute;
    left: 100px;
	top:-20px;
}
@media only screen and (max-width: 1200px) {
	.from-gimh.header2 {
		width: 44%;
    	margin: 0 auto 0;
    	top: -118px;
	}
}

.boton-reservas {
	background-color: #e2ba30 !important;
    color: #f5f5f5;
    height: 55px;
    border-radius: 4px;
    font-weight: 500;
    font-family: 'Poppins';
    letter-spacing: 3px;
    width: 150px;
    position: absolute;
    font-size: 21px;
    border: #0000;
    top: 21px;
    left: 21px;
}

@media (max-width: 1200px) {
	.boton-reservas {
		top:12px;
	}
}

@media (max-width: 500px) {
	.boton-reservas {
		top:16px;
		left: 6px;
		font-size: 15px;
		width: 100px;
		height: 46px;
		letter-spacing: 2px;
	}
}

@media only screen and (max-width: 1200px) {
	.from-gimh.header2 .custom-input-form {
		font-weight: 400;
		width:100%;
		max-width:175px;
		margin: 21px 0 0px 24px;
	}
	.from-gimh.header2 .col-lg-2 {
		width:100%;
		max-width:175px;	
	}
}

@media only screen and (max-width: 430px) {
	.from-gimh.header2 .custom-input-form {
		margin: 21px 0 0px 16px;
	}
}

fieldset.form-group {
	background: #f7f7f7;
}

.from-gimh.header2 fieldset.form-group {
	padding: 31px 0px;
    border-radius: 0;
	border-right: 0;
	height: 95px;
}

.from-gimh.header2 .form-group.col-sm-12.col-md-6.col-lg-3.form-slide {
	border-left: 0px;
	width: 170px;
}

.from-gimh.header2 .form-group.col-sm-12.col-md-6.col-lg-2.form-slide {
	width: 150px;
}

.from-gimh.header2 label.label-form.custom-label-form {
	font-weight: 600;
    font-family: 'Poppins';
	font-size: 14px;
}

.from-gimh.header2 .col-md-3{
	width:90px;
	min-width:80px;
}


@media only screen and (max-width: 1200px) {
	.from-gimh.header2 fieldset {
		display:none;
	}
	.from-gimh.header2 .form-group-input.col-sm-12.col-md-12.col-lg-2.form-slide {
		display:block;
	}
}

/*/////////////////////////////////////////////////////////////////////////////
////////////////////////// ESTILOS Form GIMH Menu Sticky///////////////////////
/////////////////////////////////////////////////////////////////////////////*/


.menu.open {
	flex-direction: row;
	display:flex;
}

.menu.open .align {
	width:100%;
	background-color: #131313f2;
}




.menu.open .align ul{
	position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6%;
}

.menu.open .from-gimh.menu-colapse {
	width:30%;
	display:flex;
	height:100%;
	background-color: #fffffff2;
}
@media only screen and (max-width: 560px) {
	.menu.open .from-gimh.menu-colapse{
		display:none;
	}
}

.text-pisci, .text-restauran , .text-bar {
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu.open .from-gimh.menu-colapse .align-items-center {
	justify-content: center;
    width: 80%;
    margin: 0 auto;
	top: 430px;
    position: relative;
}

.menu.open .from-gimh.menu-colapse fieldset {
	width:100%;
}

.menu.open .from-gimh.menu-colapse .justify-content-center {
	flex-direction:column;
}


.menu.open .from-gimh.menu-colapse label.label-form.custom-label-form {
	font-size: 17px;
    cursor: pointer;
    font-weight: 400;
}

.menu.open .from-gimh.menu-colapse .custom-field-form {
	font-size:16px;
}

.menu-colapse .custom-input-form {
	 background-color: #1a1a1a;
	 padding: 15px;
}



/*////////////////////////////////////////////////////////////////////////////////
///////////////////////////// ESTILOS GENERALES //////////////////////////////////
///////////////////////////////////////////////////////////////////////////////*/




/*////////////////////////////////////////////////////////////////////////////////
///////////////////////////// ANIMACIONES ///////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////*/


.hidden {
	transform: translateY(40px);
	opacity: 0;
}

.show {
    transform: translateY(0px)
	opacity: 1;
	transition: all 1.5s ease-in-out;
}

.hidden-delay {
	transform: translateY(40px);
	opacity: 0;}

.show-delay {
    transform: translateY(0px)
	opacity: 1;
	transition: all 1.5s ease-in-out 0.5s;
}

.hidden-up {
	transform: translateY(40px) ;
	opacity: 0;
}

.show-up {
    transform: translateY(0px)
	opacity: 1;
	transition: all 1.5s ease-in-out;
}

.hidden-down {
	transform: translateY(-40px) ;
	opacity: 0;
}

.show-down {
    transform: translateY(0px)
	opacity: 1;
	transition: all 1.5s ease-in-out;
}

.hidden-right {
	transform: translateX(-40px);
	opacity: 0;
}

.show-right {
	transform: translateX(0px);
	opacity: 1;
	transition: all 1.5s ease-in-out;
}


.hidden-left {
	transform: translateX(40px);
	opacity: 0;
}

.show-left {
	transform: translateX(0px);
	opacity: 1;
	transition: all 1.5s ease-in-out;
}


/*///////////////////////// ESTILOS Menu /////////////////////////////////*/

.header-sticky {
	position: fixed;
	z-index:9;
	top: 0px;
	left: 0px;
	background-color: #f7f7f7;
	width: 100%;
    height: 99px;
	text-align:left;
}

@media only screen and (max-width:1200px) {
	.header-sticky {
		bottom:0;
		top:auto;
		height:80px;
		border-top: 2px solid white;
	}
}

.header-sticky .logo {
	width: 160px;
    top: -31px;
    left: 19px;
    position: relative;
}
@media only screen and (max-width: 1200px) {
	.header-sticky .logo {
		top: -16px;
		left: 0;
		width: 120px;
	}
}

.multi-menu {
    color: #e2ba30 !important;
    text-shadow: none !important;
    width: 100% !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    max-width: 162px;
    height: 52px;
    padding: 9px 4px 0px 0;
    border-left: 1px solid #00000030;
    border-right: 1px solid #00000030;
    margin: 0 0px 0 0;
	z-index:999;
}
@media only screen and (max-width: 1200px) {
	.multi-menu {
		border:none;
	}
}

.full-wrapper .multi-menu p {
    width: 70px !important;
	position: relative;
    left: 18px;
    color: #e2ba30 !important;
    text-shadow: none !important;
    font-size: 24px !important;
    font-weight: 300 !important;
	margin:0 !important;
	letter-spacing: 4px;
	z-index:9999999999;
	
}
@media only screen and (max-width: 1200px) {
	.full-wrapper .multi-menu p {
		display:none;
	}
}


.menu-toggle {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 6;
    background-color: #f7f7f7;
    padding: 5px 10px;
    border-radius: 3px;
    width: 58px;
    float: right;
    top: -44px ;
}
@media only screen and (max-width: 1200px) {
	.menu-toggle{
		top: 58px;
	}
}

@media only screen and (max-width: 450px) {
	.menu-toggle{
		top: 58px;
		margin: 0 -18px 0px 0;
	}
}

.menu-toggle span {
    display: block;
    width: 37px;
    height: 2px;
    background-color: #e2ba30;
    margin: 8px 0;
    border-radius: 150px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff00;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

.menu.open {
  opacity: 1;
  pointer-events: auto;
  background-color: #131313f2;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu li {
  margin: 15px 0;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;

}


/*para que no se vea al quitarlo*/
.menu .align li {
	display:none;
}

.menu .align {}

.menu.open li {
  opacity: 1;
  transform: translateY(0);
  text-align:left;
	display:flex;
}

.menu a {
    text-decoration: none;
    color: #f7f7f7;
    font-size: 54px;
    font-weight: 500;
    text-align: left;
}

/*para que no se vea al quitarlo*/
.menu .from-gimh.menu-colapse {
	display:none;
}




@media only screen and (max-width: 1200px) {
	.header-sticky .tele-header {
		display:none;
	}
}

.header-sticky .tele-header img {
	width:28px;
	margin: -3px 0 0px 2px;
}

.tele-header {
	position: relative;
}

.tele-header.idioma.movil {
	display: none;
}

.tele-header a {
	position: absolute;
	left: -160px;
	opacity: 0;
	top: 8px;
	transition: opacity 0.5s ease;
	color: #000000;
}

a {
	text-decoration: none; 
}



.tele-header:hover a {
	top: 8px;
	left: -160px;
	opacity: 1;
	transition: opacity 0.5s ease;
}



.header-sticky .idioma-header {
    width: 48px;
    text-align: center;
    padding: 5px 5px;
    border-radius: 100%;
	z-index:99999999999;
}
@media only screen and (max-width: 1200px) {
	.header-sticky .idioma-header {
		display:none;
	}
}

.header-sticky .idioma-header img {
	width:39px;
}

.header-sticky .align-items-center {
	margin: 0 0 0 -120px;
	height: 88px;
}
@media only screen and (max-width: 1200px) {
	.header-sticky .align-items-center {
		justify-content: space-around;
    	height: 55px;
    	width: 174px;
		margin:0 auto;
	}
}

footer .wp-block-site-logo img {
	margin: 0 0 0 -14px;
}

.center-menu-items {
	display: flex;
    justify-content: end;
    margin: -227px 24px 0 0;
	gap:10px;
}
@media only screen and (max-width: 1380px) {
		.center-menu-items {
			margin: -227px 21px 0 0;
	}
}



.header-sticky {
	position: fixed;
	z-index:9;
	top: 0px;
	left: 0px;
	background-color: #f7f7f7;
	width: 100%;
    height: 99px;
	text-align:left;
}

@media only screen and (max-width:1200px) {
	.header-sticky {
		bottom:0;
		top:auto;
		height:80px;
		border-top: 2px solid white;
	}
	.tele-header.idioma.movil2 {
		display: block;
        position: absolute;
        height: 26px;
        bottom: -4px;
        right: 109px;
		
		img {
			position: absolute;
			bottom: 27px;
		}
	}
	
}

@media only screen and (max-width: 560px) {
	.tele-header.idioma.movil {
		display: block;
		
	}
}

.header-sticky .logo {
	width: 150px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width:500px) {
	.header-sticky .logo {
		width: 120px;
	}
}


.multi-menu {
    color: #e2ba30 !important;
    text-shadow: none !important;
    width: 100% !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    max-width: 162px;
    height: 52px;
    padding: 9px 4px 0px 0;
    border-left: 1px solid #00000030;
    border-right: 1px solid #00000030;
    margin: 0 0px 0 0;
	z-index:999;
}
@media only screen and (max-width: 1200px) {
	.multi-menu {
		border:none;
	}
}

.full-wrapper .multi-menu p {
    width: 70px !important;
	position: relative;
    left: 18px;
    color: #e2ba30 !important;
    text-shadow: none !important;
    font-size: 24px !important;
    font-weight: 300 !important;
	margin:0 !important;
	letter-spacing: 4px;
	z-index:9999999999;
	
}
@media only screen and (max-width: 1200px) {
	.full-wrapper .multi-menu p {
		display:none;
	}
}


.menu-toggle {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 6;
    background-color: #f7f7f7;
    padding: 5px 10px;
    border-radius: 3px;
    width: 58px;
    float: right;
    top: -44px ;
}
@media only screen and (max-width: 1200px) {
	.menu-toggle{
		top: -16px;
	}
	.tele-header.idioma.movil {
		display: block
	}
}


.menu-toggle span {
    display: block;
    width: 37px;
    height: 2px;
    background-color: #e2ba30;
    margin: 8px 0;
    border-radius: 150px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff00;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

.menu.open {
  opacity: 1;
  pointer-events: auto;
  background-color: #131313f2;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu li {
  margin: 15px 0;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;

}


/*para que no se vea al quitarlo*/
.menu .align li {
	display:none;
}

.menu .align {}

.menu.open li {
  opacity: 1;
  transform: translateY(0);
  text-align:left;
	display:flex;
}

.menu a {
    text-decoration: none;
    color: #f7f7f7;
    font-size: 54px;
    font-weight: 500;
    text-align: left;
}

/*para que no se vea al quitarlo*/
.menu .from-gimh.menu-colapse {
	display:none;
}

.header-sticky .tele-header {
    width: 45px;
	height:100%;
   	text-align: center;
	margin: 4px 0 0;
    padding: 5px 5px;
    border: 2px solid #49688e;
    border-radius: 100%;
	z-index:99999999999;
}

.tele-header.idioma.mobile div {
	position:absolute;
	padding: 10px 8px 8px;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.5s ease;
	color: #e2ba30;
	line-height: 0;
	background-color: #ffffff70;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgb(226 186 48);
}




@media only screen and (max-width: 1200px) {
	.header-sticky .tele-header {
		display:none;
	}
	.header-sticky .tele-header.idioma.mobile{
		display:block;
	}
	
}

.header-sticky .tele-header img {
	width:28px;
	margin: -3px 0 0px 2px;
}

.tele-header {
	position: relative;
}

.tele-header.phone a {
	padding: 20px 4px 18px;
    border-radius: 2px;
    width: 170px;
    position: absolute;
    left: 50%;
    top: 66px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease;
    color: #e2ba30;
    line-height: 0;
    background-color: #ffffff70;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(226 186 48);
}

a {
	text-decoration: none; 
}




.tele-header.phone:hover a {
	top: 66px;
    opacity: 1;
    transition: opacity 0.5s ease;
    left: 50%;
    transform: translate(-50%, -50%);

}



.header-sticky .idioma-header {
    width: 48px;
    text-align: center;
    padding: 5px 5px;
    border-radius: 100%;
	z-index:99999999999;
}
@media only screen and (max-width: 1200px) {
	.header-sticky .idioma-header {
		display:none;
	}
}

.header-sticky .idioma-header img {
	width:39px;
}

.header-sticky .align-items-center {
	margin: 0 0 0 -120px;
	height: 88px;
}
@media only screen and (max-width: 1200px) {
	.header-sticky .align-items-center {
		justify-content: space-around;
    	height: 55px;
    	width: 174px;
		margin:0 auto;
	}
}

footer .wp-block-site-logo img {
	margin: 0 0 0 -14px;
}

.center-menu-items {
	display: flex;
    justify-content: end;
    margin: 21px 17px 0 0;
	gap:10px;
}



.tele-header.idioma {
	border:none;
	
	img {
		width:38px;	
	}
}


.tele-header.idioma div {
	padding: 10px 8px 8px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease;
    color: #e2ba30;
    line-height: 0;
    background-color: #ffffff70;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(226 186 48);
	
	a {
		position: unset;
        display: block;
	}
}


.tele-header.idioma .spanish img{
	width:26px;
}

.tele-header.idioma .english {
		margin: 16px 0 0;
	 img {
		width:26px;
	}
}

.tele-header.idioma:hover div {
	top: 95px;
    opacity: 1;
    transition: opacity 0.5s ease;
    left: 50%;
    transform: translate(-50%, -50%);

}

.tele-header.idioma.mobile {
	display:none;
	height: 45px;
    position: absolute;
    bottom: 70px;
    right: 35px;
}

@media (max-width:1200px) {
	.tele-header.idioma.mobile {
		display:block;
	
	}
}

.tele-header.idioma.mobile div {
	padding: 10px 8px 8px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease;
    color: #e2ba30;
    line-height: 0;
    background-color: #ffffff70;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(226 186 48);
	
	a {
		position: unset;
        display: block;
	}
}

.tele-header.idioma.mobile:hover div {

    opacity: 1;

}


/*///////////////////////// FIN estilos Menu /////////////////////////////////*/


h1, h2, h3, h4 {
  font-family: "Lumanosimo", cursive !important;
  font-weight: 400;
  font-style: normal;	
}

p, a, ul, li {
	font-family: "Poppins", sans-serif !important;
}


h2 {
	font-weight:300;
}

p {
	font-weight:300;
}

img {
	width:100%;
}


.full-wrapper {
	max-width:100% !important;
	margin: 0;
}

.normal-wrapper {
	padding: 0 8%;
}

.button-orange {
	padding: 10px 24px;
    background-color: #F4A024;
    border: #f5f5f7 solid 1px;
    border-radius: 4px;
    text-decoration: none;
    color: #f5f5f7;
	transition: background-color 0.5s ease-in-out;
}

.button-orange:hover {
	background-color: #f4a02400;
    border: #f5f5f7 solid 1px;
	color: #f5f5f7;
}


.button-blue {
	padding: 10px 24px;
    background-color: #49688e;
    border: #f5f5f7 solid 1px;
    border-radius: 4px;
    text-decoration: none;
    color: #f5f5f7;
	transition: background-color 0.35s ease-in-out;
}

.button-blue:hover {
	background-color: #f5f5f7;
    border: #49688e solid 1px;
	color: #49688e;
}

.linea{
	background-color: #49688e;
    height: 4px;
    width: 10%;
    max-width: 50px;
	min-width:30px;
    margin: 10px auto 8px;
	border-radius:1px;
	
}

.text-home .linea {
	background-color: #49688e;
    height: 4px;
    width: 10%;
    max-width: 50px;
    margin: -40px auto 40px;	
}

/*////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////// Cabecera ///////////////////////////////////
///////////////////////////////////////////////////////////////////////////////*/

.full-wrapper.header {
	position: relative;
    display: flex;
    align-items: center;
    height: 675px;
	
	img {
		position: absolute;
		inset: 0;
		aspect-ratio: 16 / 8;
		object-fit: cover;
		height: 675px;
	}
	
	h1 {
		position: relative;
		color: #f1f1f1;
		margin: 360px 0 0 5%;
		font-size:64px;
	}
}

@media (max-width:550px) {
	.full-wrapper.header {
		h1 {

			font-size: 40px;
		}
	}
}


/*////////////////////////////////////////////////////////////////////////////////
//////////////////////////////// Estilos HOME ///////////////////////////////////
///////////////////////////////////////////////////////////////////////////////*/

.full-wrapper.home-video {
	position: relative;
    height: 866px;
	display:flex;
	align-items:center;
	
	video {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 866px;
		aspect-ratio: 16 / 9;
		object-fit: cover;
		animation: opacity-video 1.5s ease-in-out;
	}
	
	.text-header {
		position: relative;
		width: 100%;
		max-width: 760px;
		margin: 140px 22px 0 5%;
		animation: opacity-text 1.5s ease-in-out;
	}
}

@keyframes opacity-video {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes opacity-text {
  0% {
    opacity: 0;
    transform: translateX(-1%);
  }
  100% {
    opacity: 1;
    transform: translateX(0); 
  }
}


.full-wrapper.home-video .text-header p{
    width: 73%;
    font-size: 14px;
	font-weight: 400;
    color: #f5f5f7;
    padding: 0 80px 0 0;
    margin:0 0 42px 12px;
    text-shadow: 0 0 10px rgb(0 0 0 / 92%);
}
@media only screen and (max-width: 500px) {	
	.full-wrapper.home-video .text-header p{
		width: 100%;
	}
}


.full-wrapper.home-video .text-header h1{
	color:#f5f5f7;
	text-shadow: 0 0 10px rgb(0 0 0 / 92%);
	font-size: 64px;
}
@media only screen and (max-width: 500px) {
	.full-wrapper.home-video .text-header h1 {
		    font-size: 40px;
	}
}

.text-home {
	text-align: center;
    background-color: #f7f7f7;
    margin: -20px 0 -16px;
    padding: 100px 22% 0;
}
@media only screen and (max-width: 900px) {
	.text-home {
    	padding: 100px 8% 0;
	}
}

.text-home h2 {
	margin: 0 auto 48px auto;
    width: 80%;
	max-width: 670px;
}
@media only screen and (max-width: 900px) {
	.text-home h2 {
		width: 100%;
	}
}

.utilidades {
	display: flex;
    background-color: #f7f7f7;
    padding: 64px 16% 164px;
    justify-content: space-evenly;
    font-size: 12px;
    flex-flow: wrap;
}
@media only screen and (max-width: 500px) {
	.utilidades {
		gap:26px;
	}
}

.utilidades > div {
	width:14%;
	min-width:175px;
}


.utilidades div img{
	width:130px;
    display: block;
	margin:0 auto;
	
}
@media only screen and (max-width: 500px) {	
	.utilidades div img{
		display: block;
		margin:0 auto;	
		height: 130px;
	}
}

.utilidades div h3{
	text-align:center;
	font-size:17px;
	padding:16px 0 0;

}

.utilidades div p{
	text-align:center;
	padding: 0 14px;
}

.utilidades .restaurante img{
    margin: 30px auto -30px auto;
}

.utilidades .wifi img{
    margin: 8px auto -8px auto;
}


.utilidades .pajaro img {
    margin: 18px auto -18px auto;
}


.utilidades .tour img {
    margin: 8px auto -8px auto;
}

.servi {
	position:relative;
	.text {
		text-align:center;
		background-color:transparent;
		height: 0;
    	position: relative;
		
		h2 {
			position: absolute;
			z-index: 4;
			top: 90px;
			left: 50%;
			transform: translate(-50%, -50%);
			color: #fff;
			text-shadow: 0 0 8px #00000080;
			width:100%;
		}
		.sub {
			position: absolute;
			z-index: 4;
			top: 130px;
			left: 50%;
			transform: translate(-50%, -50%);
			color: #fff;
			text-shadow: 0 0 8px #00000080;
			
			.linea {
				background-color: #f6f6f6;
                box-shadow: 0 0 8px #0000004d;
			}
		}
	}
	
	.button {
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 200px;
		color: #49688e;
		background-color: #fff;
	}
}

	
.cesped {
	background-color: #f7f7f7;
	overflow: hidden;
	position: relative;
    height: 90px;
	
	img {
		margin:0 0 -25px;
		position: absolute;
        inset: 0;
	}
	.cesped1 {
		z-index:3;
		left: -10px;
        width: 102%;
		animation: moveSideways 16s infinite alternate;
	}
	.cesped2 {
		z-index:2;
		left: -10px;
        animation: moveSideways 8s infinite alternate;
	}
	.cesped3 {
		z-index:1;
		left: 10px;
        animation: moveSideways 6s infinite alternate-reverse;
	}
	.mov {
		display:none;
	}
	.desk {
		display:block;
	}
}

@keyframes moveSideways {
            0% {
                transform: translate(0, 0);
            }
            25% {
                transform: translate(2px, -1px);
            }
            50% {
                transform: translate(-1px, 2px);
            }
			 75% {
				 transform: translate(2px, 1px);
			}
			100% {
				transform: translate(0px, 0px);
			}
        }

@media (max-width:1160px){
	.cesped {
		height:60px;
	}
}
@media (max-width:790px){
	.cesped {
		height:40px;
	}
}

@media (max-width:550px){
	.cesped {
		height:60px;
		
		.cesped1 {
			left:0;
		}
		
		.mov {
		display:block;
		}
		.desk {
			display:none;
		}
}
}




.hojas {

	img {
		position:absolute;
		box-shadow:none;
		max-width:200px;
		opacity:0.3;
	}
	.hoja1 {
		top: 120px;
    	left: 5%;
    	width: 140px;
	}
	.hoja2 {
		bottom: 10px;
    	left: 15%;
    	transform: rotate(90deg);
		width: 160px;
	}
	.hoja3 {
		bottom: 30px;
		right: 15%;
		transform: rotate(202deg);
	}
	.hoja4 {
		top: 350px;
		left: 25%;
		width: 160px;
	}
	.hoja5 {
		top: 400px;
		left: 33%;
	}
	.hoja6 {
		top: 120px;
		right: 10%;
		width: 140px;
		transform: rotate(262deg);
	}
}


@media (max-width:700px){
	.hojas {
    .hoja3 {
        display:none;
    }
}
}

.photos-home {
	padding:132px 12% 152px;
    display: flex;
    gap: 14px;
	background-color:#84E296;

}
@media only screen and (max-width: 900px) {
	.photos-home {
		flex-flow: wrap;
		padding: 52px 8% 152px;
	}
}

.photos-home img {
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.photos-home .photos3 {
	display: flex;
    width: 44%;
    flex-wrap: wrap;
    justify-content: space-between;
	z-index:1;
}
@media only screen and (max-width: 900px) {
	.photos-home .photos3 {
		width: 100%;
		    padding: 70px 0 0;
	}
	
}

.photos-home .photos3 img:nth-child(1) {
	width: 100%;
	margin-bottom: 3.5%;
	border-top-left-radius: 3px;
}

.photos-home .photos3 img:nth-child(2) {
	width: 48%;
	border-bottom-left-radius: 3px;
}

.photos-home .photos3 img:nth-child(3) {
	width: 48%;
}

.photos-home .photos4 {
	display: flex;
    width: 82%;
    flex-wrap: wrap;
    justify-content: space-between;
	z-index:1;
	object-fit: cover;

}
@media only screen and (max-width: 900px) {
	.photos-home .photos4 {
		width: 100%;
	}
}


.photos-home .photos4 img:nth-child(1) {
	width: 100%;
	margin-bottom: 2%;
	border-top-right-radius: 3px;
}
@media only screen and (max-width: 900px) {
	.photos-home .photos4 img:nth-child(1) {
		margin-bottom: 4%;
	}
}

.photos-home .photos4 img:nth-child(2) {
	width: 32%;
}

.photos-home .photos4 img:nth-child(3) {
	width: 32%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.photos-home .photos4 img:nth-child(4) {
	width: 32%;
	border-bottom-right-radius: 3px;
}

.normal-wrapper.title-habitaciones {
	text-align: center;
    margin: 90px 0 -48px 0;
}

.normal-wrapper.title-habitaciones .sub {
    width: 260px;
    display: flex;
    margin: 0 auto;
}

.normal-wrapper.title-habitaciones .sub .linea {
	width: 100%;
}


.normal-wrapper.title-habitaciones .sub p {
    width: 480px;
}

.normal-wrapper.text-habitaciones {
	text-align: center;
    width: 80%;
    margin: 32px auto 130px;
}

@media only screen and (max-width: 1200px) {
	.normal-wrapper.text-habitaciones {
		width:100%;
		padding:0;
	}
}

.normal-wrapper.habitaciones {
	margin: 116px auto 206px;
    display: flex;
    gap: 6px;
    justify-content: center;
    max-width: 1764px;
    width: 90%;
}
@media only screen and (max-width: 1200px) {
		.normal-wrapper.habitaciones {
		flex-flow: column;
			gap: 24px;
	}
}

.normal-wrapper.habitaciones > div {
	position: relative; /* Añadido para controlar la posición del contenido */
    width: 20%;
    min-width: 230px;
    height: 580px;
    overflow: hidden;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 22%);
	background-color: rgb(0 0 0 / 14%);
    background-blend-mode: multiply;
}

.normal-wrapper.habitaciones > div:hover {
	transform: translateY(-32px);
}

@media only screen and (max-width: 1200px) {
	.normal-wrapper.habitaciones > div {
		width: 100%;
    	height: 220px;
		padding:30px 0;
	}
}

@media only screen and (max-width: 8)
.normal-wrapper.habitaciones > div:hover {
   transform: translateY(-30px);
}


@media only screen and (max-width: 1200px) {
	.normal-wrapper.habitaciones > div:hover {
		transform: translateY(-16px);
	}
}

@media only screen and (max-width: 864px) {
	.normal-wrapper.servi-text2 {
		padding: 27px 14% 156px !important;
		padding-bottom: 224px !important;
	}
}


.normal-wrapper.habitaciones .text-habi{
    margin: 0 10px 0;
    position: absolute;
    width: 92%;
    bottom: 20px;
    text-align: center; 
}

.normal-wrapper.habitaciones .text-habi h3{
	margin: 0 0 40px 0;
	text-align:left;
	font-size: 32px;
	color: white;
	font-weight: 200;
	text-shadow: 0 0 10px rgb(0 0 0 / 92%);
}

.normal-wrapper.habitaciones .text-habi a{
	color: white;
    display: block;
    margin: 0 auto -10px;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {
	
.normal-wrapper.habitaciones .text-habi a {
		text-align: left;
	}
}

.seriousslider-inner > .item img.item-image {
    width: 1200px !important;
	object-fit: cover !important; 
    aspect-ratio: 16 / 9 !important;
}

.normal-wrapper.habitaciones .ha1 {
	background-image: url('https://gavilanlodge.com/wp-content/uploads/2024/05/Gran-Gavilan-del-Sarapiqui-Lodge-Habitacion-doble-estandar-1-fotor-20240531131658-1.jpg');
    background-position: 92% 20%;
    background-size: cover;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}


.normal-wrapper.habitaciones .ha2 {
	background-image: url('https://gavilanlodge.com/wp-content/uploads/2024/05/Gran-Gavilan-del-Sarapiqui-Lodge-Doble-superior-1.jpg');
	background-position: 100% 80%;
	background-size: cover;
}
.normal-wrapper.habitaciones .ha3 {
	background-image: url('https://gavilanlodge.com/wp-content/uploads/2024/05/Gran-Gavilan-del-Sarapiqui-Lodge-Habitacion-triple-1-fotor-20240531131418-1-1.jpg');
    background-position: 100% 24%;
    background-size: cover;
}

.normal-wrapper.habitaciones .ha5 {
	background-image: url('https://gavilanlodge.com/wp-content/uploads/2024/05/Gran-Gavilan-del-Sarapiqui-Lodge-habitacion-familiar-superior-1.jpg');
	background-position: 37% 50%;
	background-size: cover;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.serious-slider-3-rnd4543.seriousslider-sizing2, .serious-slider-3-rnd4543.seriousslider-sizing2 img.item-image  {
	height: auto !important;
}

.normal-wrapper.services {
	display:flex;
	justify-content: space-evenly;
	padding: 94px 8% 180px;
	background-color:#f7f7f7;
}

.normal-wrapper.services img {
	margin: 24px 0 16px;
	border-radius:3px;
	box-shadow: 1px 2px 9px 5px rgba(0, 0, 0, 0.2);
}

.normal-wrapper.services p {
	margin: 0 0 32px 0;
}

.normal-wrapper.services .wrap-tour {
	width:35%;
}

.normal-wrapper.services .wrap-room {
	width:35%;
}

.servicios {
	position:relative;
    padding: 148px 14% 0;
	display: flex;
	justify-content:center;
	align-items: center;
	background-color: #20a4f3ba;
	
	.lianas {
		position: absolute;
        top: -18px;
        width: 100%;
        overflow: hidden;
        height: 160px;

		.liana-1 {
			position: absolute;
			z-index:3;
			top: -4px;
			animation: moveSideways 16s infinite alternate;
		}
		.liana-2{
			position: absolute;
			z-index:2;
			transform: scaleX(-1);	
			opacity: 0.5;
			top: 2px;
			animation: moveSideways 8s infinite alternate;
		}
		.liana-3{
			position: absolute;
			z-index:1;
			left: 25px;
            opacity: 0.6;
			top:6px;
			animation: moveSideways 8s infinite alternate;
		}
	
	.desk {
		display:block
	}
	.mov {
		display:none;
	}
	}

}
@media only screen and (max-width: 850px) {	
	.servicios {
		padding: 164px 4% 0px;
    	flex-flow: column;
	}
	
}

@media only screen and (max-width: 550px) {	
	.servicios {
		
		.desktop {
		display:none;
	}
		
		.mobile {
			display:block;
		}
	}
	
}

.servicios .servi-text {
	width: 100%;
	max-width:550px;
    text-align: center;
    padding: 0 50px 24px;
    background-color: #e2ba307d;
    color: #f7f7f7;
    position: relative;
    z-index: 1;
	position:absolute;
	
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width:1500px) {
	.servicios .servi-text {
		 height: auto;
	}
}
@media only screen and (max-width: 850px) {	
	.servicios .servi-text {
		padding: 28px 4% 58px;
    	height: auto;
    	padding: 0 16px 48px;
    	width: 82%;
		background-color: #e2ba30bf;
	}
}


.servicios .servi-text .button {

}


.servicios .servi-text img {
	width: 80px;
    position: absolute;
    margin: 0px 20px 0px 0px;
    right: 20px;
    filter: brightness( 0% ) contrast( 100% ) saturate( 0 ) blur( 0px ) hue-rotate( 0deg );
}
@media only screen and (max-width: 850px) {
	.servicios .servi-text img {
		width: 60px;
    	margin: 13px 20px 0px 0px;
	}
}

.servicios .servi-text h2 {
	padding:56px 0px 16px;
	color:#f7f7f7;
}
@media only screen and (max-width: 850px) {
	.servicios .servi-text h2 {
		 padding: 14px 0px 24px;
	}
	.servicios .servi-text p:nth-child(1) {
		font-size:13.5px;
	}
}


.servicios .servi-text .parra2 {
	margin:24px 0 0;
}
@media only screen and (max-width: 850px) {
	.servicios .servi-text .parra2 {
		padding: 108px 4% 178px;
    	height: auto;
    	padding: 0 16px 20px;
    	margin: 0 auto -60px;
    	width: 82%;
	}
}

.servicios .servi-text p i {
	font-weight: 200;
    word-spacing: 46px;
    font-size: 14px;
    letter-spacing: 2px;
}
@media only screen and (max-width: 850px) {
	.servicios .servi-text p i {
		font-size: 11px;
	}
}



.servicios .servi-text img {
	left: 8px;
}

.servicios .servi-text .button {
	bottom: -113px;
	right: 20px;
}

.seriousslider-control .control-arrow{
	display:none;
}

.seriousslider-inner {
	border-radius: 2px;
}

.normal-wrapper.servi-text2 {
    padding: 50px 14% 156px;
    background-color: #20a4f3ba;
	
	h3,
	p,
	a {
		color:#f1f1f1;
	}
	a {
		padding: 16px;
		margin: 24px 0 0 0;
		display: block;
		width: 138px;
		border: 1px solid #f1f1f1;
		border-radius: 4px;
	}
}

.normal-wrapper.servi-text2 div {
	max-width: 800px;
    width: 100%;
	margin: 0 auto;
}


/*////////////////////////////////////////////////////////////////////////////////
//////////////////////////////// Estilos habitaciones ///////////////////////////
///////////////////////////////////////////////////////////////////////////////*/

.background-header-habita {
	background-image: url('/hotelgavilan/wp-content/uploads/2024/01/etienne-delorieux-e5sp18O40yA-unsplash.jpg');
	padding: 170px 0 140px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.habitaciones {
	margin:0;
}

.habitaciones .normal-wrapper{
	max-width:1500px;
	    margin: 0 auto;
}

.background-header-habita h1 {
	color:#f2f2f2;
	text-align:left;
}

.habitaciones .linea {
	background-color:#e2ba30;
	width:50px;
	margin:0 0 24px;
}

.habitaciones h2 {
	font-size:24px;
}
 
.fondo-gris {
	padding:108px 0 97px;
	margin:0 0 64px;
	background-color:#f9f9f9;
}

.habitaciones .habi {
	width: 100%;
    max-width: 820px;
    margin: 0 auto 98px;
	background-color: #f6f6f6;
	padding: 0 0 32px;
	border-radius: 4px;	
	box-shadow: 0px -1px 8px 2px rgba(0, 0, 0, 0.2);
}

.habitaciones .habi img{
	 aspect-ratio: 16 / 12;
    object-fit: cover;
	margin:0 0 48px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.habitaciones .habi h3, .habitaciones .habi ul, .habitaciones .habi p {
	padding:0 32px 0 54px;
}



.habitaciones .habi .habi-ser {
	display: flex;
    flex-flow: wrap;
    gap: 24px;
    padding: 0 54px 32px;
	
		img{
		width: 40px;
        margin: 0;
		aspect-ratio:1/1;
	}	
} 

.img-cont {
  position: relative;
  display: inline-block;	
}

.texto-hover {
	line-height:1.2;
  font-size: 12px;
	text-align:center;
	padding:4px !important;
  width: 350%;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
	z-index:9;
}

.img-cont:hover .texto-hover {
  opacity: 1;
}

.fami {
		img {
			transform: scaleX(-1);
		}
		
	}
	
	.doble {
		img {
			transform: scaleX(-1);
		}
		
	}


.turbina {
      position: relative;
      display: inline-block;
    }
    
    .turbina::after {
      content: "Ventilador de techo";
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      background-color: #333;
      color: #fff;
      padding: 5px;
      border-radius: 5px;
      font-size: 14px;
      white-space: nowrap;
    }

.button {
	margin: 21px 0 0 58px;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 3px;
    text-decoration: none;
    padding: 11px 20px;
    display: block;
    max-width: 135px;
    border: 1px #49688e solid;
    color: #49688e;
	transition: 0.5s;
}

.button:hover {
	color: #f6f6f6;
    background-color: #49688e;
    box-shadow: 2px -2px 4px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width:500px) {
		.habitaciones .habi h3, .habitaciones .habi ul, .habitaciones .habi p {
			padding:0 24px 0;
	}
	
		.habitaciones .habi .habi-ser {
			padding: 0 24px 0;
	}
	
	.habitaciones .habi .habi-ser {
		    gap: 18px;
		img {
			width: 32px;
		}
	}
	
	.button {
		margin: 51px 0 0 18px;
	}
}


/*////////////////////////////////////////////////////////////////////////////////
////////////////////////////////// Estilos Servicios ////////////////////////////
///////////////////////////////////////////////////////////////////////////////*/

.background-header-servi {
	background-image: url('/hotelgavilan/wp-content/uploads/2024/05/Gran-Gavilan-servicios.jpg');
	padding: 60px 0 60px;
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-header-servi h1 {
	color:#f6f6f6;
	text-align: left;
    text-shadow: 0 0 10px rgb(0 0 0 / 92%);
}

.full-wrapper.pag-servicios {
	padding: 108px 10% 108px;
   	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
	justify-content:center;
	margin:0;
	gap:32px;E
}

.full-wrapper.pag-servicios > div {
	/* width:30%; */
	max-width: 300px;
	border-radius:4px;
	box-shadow: 0px -1px 8px 2px rgba(0, 0, 0, 0.2);
	margin: 0 0 40px 0;
}

.servi .button {
	margin:21px 0 0 4px;
}

.servi .button:hover {
	margin:17px 0 4px 8px;
}

.full-wrapper.pag-servicios .linea {
	 margin: -6px auto 14px 2px;
}

.full-wrapper.pag-servicios > div img {
	width: 100%;
    max-width: 300px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	aspect-ratio: 8 / 6;
    object-fit: cover;
}

.full-wrapper.pag-servicios > div .text {
	padding:16px 16px;
	background-color:#f6f6f6;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.full-wrapper.section-serviciso .servi > div {
	padding:21px 6% 56px;
}

.full-wrapper.section-serviciso .servi > div h3 {
	margin:0 0 4px -8px;
}

.full-wrapper.section-serviciso .servi > div h4 {
	padding:0 0 21px;
	font-weight: 300;
    font-size: 12px;
    font-style: italic;
    font-family: "Poppins", sans-serif;
}

.full-wrapper.section-serviciso .servi img {
	    aspect-ratio: 16 / 16;
    object-fit: cover;
}

@media screen and (min-width: 775px) {
	.full-wrapper.section-serviciso .servi {
		display:flex;
	}
	
	.full-wrapper.section-serviciso .servi img {
		width: 50%;
    	height: 100%;
		aspect-ratio: 16/16;
	}
	
	.full-wrapper.section-serviciso .servi.restauran {
		flex-direction: row-reverse;
	}
	
	.full-wrapper.section-serviciso .servi > div p {
		font-size:14px;
	}
}

@media screen and (min-width: 900px) {
	.full-wrapper.section-serviciso .servi > div {
		padding:41px 6%;
	}
}

@media screen and (min-width: 1200px) {
	.full-wrapper.section-serviciso .servi > div p {
		font-size:16px;
	}
	.full-wrapper.section-serviciso .servi > div {
		padding:80px 6%;
	}
	
	.background-header-servi {
		padding: 260px 0 60px;
		margin-top: 100px !important;
	}	
}



/*////////////////////////////////////////////////////////////////////////////////
////////////////////////////////// Estilos Contacto ////////////////////////////
///////////////////////////////////////////////////////////////////////////////*/

.background-header-contacto {
	background-image: url('/wp-content/uploads/2024/03/Hotel-Gran-Gavial-contacto.jpg');
	padding: 297px 0 310px;
    background-position: 50% 77%;
    background-repeat: no-repeat;
    background-size: cover;
}


.flexcontacto {
	background-color: #f9f9f9;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 46px;
    padding: 64px 8% 64px;
    margin: 0;
	
	.contacto {
		width:65%;
		min-width:650px;
	}
	
	.imgprueba {
		width:30%;
		min-width:300px;
		
	}
}

.titulo-contacto {
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
}

.formulariocontacto {
	display:flex;
	justify-content:center;
	text-align: left;
}

.lista_ordenada {
	list-style:none;
	
}

margin: 0 auto;
}


.wpcf7-form-control.wpcf7-submit.has-spinner {
	margin-right: 100px;
	border-radius: 5px;
	border: 1px solid;
}

.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email, .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.wpcf7-form-control.wpcf7-textarea   {
	width: 100%;
	border-radius: 5px;
	border: 1px solid;

}
.wpcf7 {

	display: block;
	margin: 24px auto 0;
	justify-content: center;
	text-align: center;
}

.wpcf7 label{
	text-align: left;
	width: 100%;
    max-width: 700px;
}

.wpcf7-form-control-wrap {
	justify-content: center;
	display: block;
	margin: 0 auto;
}

.wpcf7-f423-p143-o1 {
	text-align: center; 
}
.wpcf7-submit {
	padding: 10px 20px;
	background-color: #e2ba30;
	color: #FFFF;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	margin: 24px auto 0;
	text-align: center;
	text-decoration: none;
	transition:0.5s;
	max-width: 200px;
}

#actividades {
	padding: 0;
}


.wpcf7-submit:hover {
    background-color: #ffcc00; 
	color: #FFFF;  
}

#acti1 {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		text-align: left; 
	margin: 4px 0 32px;
	}

@media screen and (max-width: 800px){


	.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email, .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
	.wpcf7-form-control.wpcf7-textarea   {
		width:100%;
		border-radius: 5px;
		border: 1px solid;
		display: block; 
	}
	
	#acti1 {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		text-align: left;
		margin: 0; 	}
	
	.wpcf7-submit {
		 padding: 10px 20px;
		background-color: #e2ba30;
		color: #FFFF;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		font-size: 16px;
		text-transform: uppercase;
		display: block;
		margin: 24px auto 0;
		text-align: center;
		text-decoration: none;
		transition:0.5s;
		max-width: 200px;
		display: block;
	}
	.wpcf7-submit:hover {
    	background-color: #ffcc00; 
		color: #FFFF;  
	}
	

	
	}

	.wpcf7 label{
		text-align: left;
	}

	.wpcf7-form-control-wrap {
		width:100%;
		justify-content: center;
		display: block;
		margin: 0 auto;
	}

	.wpcf7-f423-p143-o1 {
		text-align: center; 
	}

}

@media screen and (max-width: 1400px){
	margin-left: 2rem;
}

/*////////////////////////////////////////////////////////////////////////////////
////////////////////////////////// Estilos Actividades ////////////////////////////
///////////////////////////////////////////////////////////////////////////////*/

/*//////////Placho estilos boostrap/////////////*/
.carousel-indicators {
	z-index:1;
}

.flex_contacto-actividades {
	display:flex;
	justify-content: space-around;
	align-items: normal;
}

.flex_contacto-actividades_rev{
	display:flex;
	flex-flow: row-reverse;
	padding: 32px 4% 100px;
    margin: 0 auto;
	gap: 16px;
	
}

.carousel-inner {
	
}


.text-activi {
    max-width: 50%;
	text-align:center;
	
	ul {
		padding:0;
		li {
			list-style:none;
		}
	}
}
.img_contacto-acividades {
	max-width: 600px;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.flex_contacto-actividades {
	padding: 32px 4% 100px;
    margin: 0 auto;
	gap: 16px;
}

.flex_contacto-actividades.reverse {
	flex-direction:row-reverse;
}

@media (max-width:1028px) {
	.flex_contacto-actividades.reverse {
		flex-direction:column;
	}
}

.flex_contacto-actividades h2, .flex_contacto-actividades_rev h2{
	text-align: center;
}

.text-activi {
	padding-top: 32px;
}

.column-list {
	display: flex;
	justify-content: space-evenly;
}

.img_actividades_header {
	width: 100%;
    display: block;
    margin: 0 auto;
    aspect-ratio: 28/9;
	object-fit: cover;
}

button, input, optgroup, select, textarea {
	border-radius: 7px;
	border: 1px solid grey;

}

.button_contacto{
    padding: 10px 20px;
    background-color: #e2ba30;
    color: #FFFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
	text-transform: uppercase;
	display: block;
	margin: 24px auto 0;
	text-align: center;
	text-decoration: none;
	transition:0.5s;
	max-width: 200px;
    display: block;
  }
		.button_contacto:hover {
    	background-color: #ffcc00; 
		color: #FFFF;  }


.linea10{
	background-color: #e2ba30;
    height: 4px;
    width: 10%;
    max-width: 50px;
	min-width:30px;
    margin: 10px auto 8px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.multi-menu p {
	cursor: pointer;
}


@media screen and (max-width: 1025px) {
	.flex_contacto-actividades {
		display:block;
		justify-content: center;
	}
	.flex_contacto-actividades {
		display: flex; /* Use flexbox */
		flex-direction: column; /* Align items in a column */
		justify-content: center; /* Center items horizontally */
		align-items: center; /* Center items vertically */
		padding: 32px 4% 100px;
		margin: 0 auto;
		gap: 16px;
	}
	.flex_contacto-actividades_rev {
		display:block;
		justify-content: center;
	}
	.flex_contacto-actividades_rev {
		display: flex; /* Use flexbox */
		flex-direction: column; /* Align items in a column */
		justify-content: center; /* Center items horizontally */
		align-items: center; /* Center items vertically */
		padding: 32px 4% 100px;
		margin: 0 auto;
		gap: 16px;
	}
	
	.text-activi {
		min-width: 100%;
	}

}

@media screen and (max-width: 460px) {
	.text-activi {
		min-width: 100%;
	}
	.wpcf7 {
		magin: 0;
		text-align: center;
	}

}
.formacti {
    margin: 0 auto;
	width: 80%;
	top: -50px;
}

.formularioacti {
    width: 40%; 
    margin: 0 auto;
}

.botonesacti{
    padding: 10px 20px;
    background-color: #e2ba30;
    color: #FFFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
	text-transform: uppercase;
	display: block;
	margin: 0px auto 0;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	transition:0.5s;
	max-width: 150px;
    display: block;
  }
		.botonesacti:hover {
    	background-color: #ffcc00; 
		color: #FFFF;  }

textarea {
  	height: 180px;
    width: 100%;
    resize: none;
}



.actividades {
    display: grid;
    width: 200%;
    grid-template-columns: 30% 70%;
}

@media screen and (max-width: 760px) {
    .actividades {
        grid-template-columns: repeat(1, 1fr);
    }
}



.from-gimh.header2 .form-group.col-sm-12.col-md-6.col-lg-2.form-slide {
	display:none;
}

.from-gimh.header2 fieldset.form-group {
	display:none;
}

.from-gimh.header2 fieldset.form-group {
	display:none;
}

.from-gimh.header2 fieldset.form-group{
	display:none;
}

.from-gimh.header2 .form-group.col-sm-12.col-md-6.col-lg-3.form-slide {
	display:none;
}
