.menu {
    display: none;
}

#footer-widgets .widget .widget-title {
		font-family: "Lato";
		font-weight: 400;
		text-transform: uppercase;
}

#footer-widgets  p a{
		text-decoration: none;
}

#footer-widgets  p {
		font-size: 12px;
		margin-bottom:5px;
		font-weight: 300;
}


.rederidos-datos-contenedor {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		width: 100%;
		margin-top: 5%;
}

.contenedor-renglon {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		margin-bottom: 5%;
}

.container-image {
		margin-right: 5%;

}


/*ajustes landinpages*/
header#masthead {
		position: absolute;
		width: 100%;
		z-index: 999;
		background-color: transparent;
}


.main-navigation {
		background-color: transparent;
}


header#masthead {
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: #ffffffb3;
}


.main-navigation ul li a {
		color: #445057 !important;
}

nav.site-navigation.main-navigation.primary.use-sticky-menu.sticky {
    background: #5f0226;
}

div#sticky-container .main-navigation ul li a {
    color: #fff !important;
}

div#sticky-container .main-navigation ul li a:hover {
    color: #fff !important;
}

.main-navigation ul li:hover > a, #search-icon #search-icon-icon:hover {
    background-color: #5f0226;
    color: white !important;
}


.entry-content h1 {
		font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    line-height: 1;
    color: #5f0226;
    text-transform: uppercase;
}

.entry-content h2 {
		font-family: 'Lato', sans-serif;
		line-height: 1;
		color: #636363;
		font-size: 26px !important;
		margin-bottom: 25px;
		text-transform: uppercase;
    font-weight: 700 ;
}

.entry-content p, 
.entry-content > ul, 
.entry-content > ol, 
.entry-content > li, 
.entry-content > dl, 
.entry-content pre, 
.entry-content code, 
.entry-content blockquote {
		margin: 1em 0;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.6;
		color: #636363;
}


.overlay_video__icon {
		background: rgba(0, 0, 0, 0.4);
		position: absolute;
		width: 100%;
		height: 99%;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFF;
}
		


.caption-slider {
    background-color: #ffffffb3;
    padding: 5%;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: red;
		/*margin-top: 20%;*/
		max-width: 80%;
}


.caption-slider .section_amenidades {
    text-align: inherit;
    margin-top: 20px;
}

.caption-slider  h1 {
		margin: auto !important;
}



/*ajustes landinpages*/


/*
* 
* 
* custom css by jadan
* 
* 
*/




.padding-interno{
		padding: 0 10%;
}



.slide_caption_contenido_h1 h1 {
		color: #FFF;
}
.imagen_amenidades_overlay p {
		color: #FFF !important;
}

.desktop{
		
}

.movil{
		display: none !important;
}

@media only screen and (max-width: 1440px){
		
		.parent-pageid-24 .entry-content h1 {
				font-size: 56px;
		}
		
}

@media only screen and (max-width: 1024px){
		.padding-interno {
				padding: 0px 3%;
		}
}


/*
.movil{
		display: none;
}
*/


@media only screen and (max-width: 1024px){
		
		.parent-pageid-24 .entry-content h1 {
				font-size: 39px;
		}
/*
		.desktop{
				display: none;
		}
		.movil{
				display: initial;
		}
*/
}


@media only screen and (max-width: 768px){
		
		/*
		.desktop{
				display: none !important;
		}

		.movil{
				display: flex !important;
		}
		*/
		
		.caption-slider {
				margin: auto;
				text-align: center;
				margin-top: 30%;
				margin-bottom: 3%;
		}
		
}



@media only screen and (max-width: 430px){
		.parent-pageid-24 .entry-content h1 {
				text-align: center;
		}
		.parent-pageid-24 .entry-content h1 {
				font-size: 35px;
		}
		
		.parent-pageid-24  .hgroup.full-container {
				padding-bottom: 0 !important;
		}
		
		.parent-pageid-24 .logo img {
				width: 45%;
				margin-bottom: -25px !important;
		}

}