*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;
}

a{
	text-decoration: none;
	color:#162451;
}

body{
	margin:0;
	background: #F1F1F1;
	font-family: 'Raleway', sans-serif;
}

header{
	background: #162451;

}

.nombre_suite{
	width:30%;
	padding:5px;
	border:1px solid #162451;;
	text-align: center;
}

.nombre_suite{
	color:#162451;
}


.contenedor{
	width:1100px;
	margin:0 auto;
	background: white;
	padding:30px;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      

@media only screen and (max-width: 800px){
	.contenedor{
	width:95%;
	margin:0 auto;
	background: white;
	padding:15px;
	
}	

}


header .contenedor-header{
	width:1100px;
	margin:0 auto;
/*	border: 1px solid red;*/
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	/* border:1px solid red; */


}


.logo{
	width:95%!important;*/
	margin:0 auto!important;
	display: flex;
	justify-content: space-between;
	/* border: 1px solid red; */
	align-items: center;

}

.brand{
	/* border:1px solid red */
}

.redes{
	width: 10%;
	display: flex;
	justify-content: space-around;
	/* border: 1px solid red; */
}

.redes svg{
	color:white
}

.logo img{
	width:90%;
}

@media only screen and (max-width: 800px){

.logo{
	width:100%!important;
	margin:0 auto!important;
	display: flex;
	justify-content: center;
}

.logo img{
	width:100%!important;
	height: auto;
	display: block;
/*	border: 1px solid red!important;*/
	
}
}


.menu{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:20px
 transform: translateY(-100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
   
}

.contacto{
	background: #548BCF;
	color:white;
	padding: 10px;
	border-radius: 10px;
}



.menu a{
	color:white;
	text-decoration: none;
font-family: 'Raleway', sans-serif!important;
	font-size: 14px;
	margin:0 10px;
	display: flex;
	align-items: center;
}


.menu a:hover{
	color:#FFED81;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	margin:0 10px;
}

@media only screen and (max-width: 600px){

	header .contenedor-header{
		width:100%;
		margin:0 auto;
		display:flex;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;


	}

	.logo{
	width:90%;
/*	margin:5px auto!important;*/
margin-top:20px!important;
/*	border: 1px solid red;*/
}

.logo img{
	width:100%;
}


.menu{
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 10px 0;
}



.menu a{
	width: 100%;
	display: block;
	text-align: center;
	color:white;
	text-decoration: none;
	font-family: 'Raleway', sans-serif!important;
	font-size: 14px;
	margin:15px auto;
	

}

.menu a:hover{
	color:#FFED81;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	margin:15px auto;
	
}


}/*TERMINA MEDIA QUERY*/




.mensaje{

	background: #F1F1F1;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;

}


.mensaje-formulario{
	width:100%;
	background: none;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;

	padding:18px;
	margin:10px 0;

}

@keyframes texto{
	0%
	50%
	100%
}

.titulo{
	text-align: center;
	color:#162451;
	padding:80px 20px;
	letter-spacing: -2px;
		font-family: 'Montserrat', sans-serif;
 border:2px dashed #162451 ;
	 margin: 60px 0;
	 font-size: 30px;


}

/*estilos para banner principal*/

.banner{
	width:100%;
	position: relative;
}

.banner h2{
	width:60%;
	position: absolute;
	top: 73%;
	right: 0%;
	display:inline-block;
	margin:0 auto;
	text-align: center;
	color:#162451;
	
	background: rgba(255, 255, 255, 0.5);
	padding:30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 42px;
	box-shadow: 1px 1px 2px #7B7B7B;
}

@media only screen and (max-width: 800px){

	.banner h2{
	width:100%;
	position: relative;

	display:inline-block;
	margin:0 auto;
	text-align: center;
	color:#162451;
	
	background: rgba(255, 255, 255, 0.5);
	padding:30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 42px;
	box-shadow: none;
	border: 1px solid #B7B7B7;
}
	
}


.banner img{
	width:100%;
	height: auto;
	display: block;
	margin:0;
	padding:0;
	border:none;
}

.tituloSecundario{
font-family: 'Montserrat', sans-serif;
	 font-size: 25px;
	 text-align: center;
	color:#162451;
	margin-top:50px;
}

.textos{
	width:70%;
	font-size: 14px;

line-height: 22px;
margin: 0 auto;
color: #4E4E4E;
margin-bottom: 20px;
text-align: center;
font-family: 'Roboto', sans-serif;
}




.galeria{
	display:flex;
	background: white;
	margin-top: 20px;
	width: 100%;
	/* border:1px solid red; */
}

.galeria .foto{
	width: 100%;
	/* border:1px solid red; */
	padding: 0!important;
	margin: 0, im !important;
	display:flex;
	justify-content: center;
	background: white;
	flex-wrap: wrap;

}


.thumb{
	width:45%;
	box-shadow: 2px 2px 13px rgb(187, 187, 187);
	padding: 10px;
	margin:10px;
}
.thumb img{
	width:100%;
	height: auto;
	display: block;
	
}


.contenido-bajo{
	padding:20px 0;
}



.contenido-bajo .contenedor{

	width: 100%;
	display:flex;
	justify-content: space-around;
	align-items: center;
/*	border:1px solid #A4A4A4;*/
	
}

.video{
	width: 46%;
	
}

.video img{
	width:100%;
	display: block;
}

.texto{
	width:45%;
	font-size: 14px;
	line-height: 22px;
	color:#4E4E4E;
	text-align:left;
	font-family: 'Raleway', sans-serif;
}

.titulosuites{
	background: #162451;
	color:white;
	padding:10px 20px;
	margin-top: 10px;
}

.titulosuites h2{
	font-size: 22px;
	
}

@media only screen and (max-width: 800px){
	.contenido-bajo .contenedor{

	width: 100%;
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	border:1px solid #A4A4A4;
	
}

.video{
	width: 100%;
	
}

.video img{
	width:100%;
	display: block;
}

.texto{
	width:100%;
	font-size: 14px;
	line-height: 22px;
	color:#4E4E4E;
	text-align:left;
	font-family: 'Raleway', sans-serif;
}

.texto h2{
	margin-top: 20px;
}

.titulosuites{
	background: #162451;
	color:white;
	padding:10px 20px;
	
}

.titulosuites h2{
	font-size: 22px;
	
}


.galeria{
	display:flex;
	background: white;
	margin-top: 20px;
	width: 100%;
	flex-direction: column;
/*	border:1px solid red;*/
	flex-wrap: wrap;
	/* border:1px solid red; */
}

.galeria .foto{
	width: 100%;
/*	 border:1px solid red; */
	padding: 0!important;
	margin: 0, im !important;
	display:flex;
	justify-content: center;
	background: white;
	flex-wrap: wrap;

}

.thumb{
	width:100%;
	box-shadow: 2px 2px 13px rgb(187, 187, 187);
	padding: 10px;
	margin:10px;
/*	border: 1px solid red;*/
}
.thumb img{
	width:100%;
	height: auto;
	display: block;
	
}

}

footer{
	background: #162451;
	display:flex;
	justify-content: center;
}
footer .contenedor{
	background: #162451;
	margin:0 auto;
	display:flex;
	justify-content: center;

}

footer .contenedor a{
	color:white;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin:0 10px;
	
}

@media only screen and (max-width:800px){
	footer{
		width: 100%;
	background: #162451;
	display:flex;
	justify-content: center;
}
footer .contenedor{
	width: 100%;
	background: #162451;
	margin:0 auto;
	display:flex;
	justify-content: center;
	flex-direction: column;

}

footer .contenedor a{
	color:white;
	width: 100%;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin:10px 0;
	text-align: center;
}
}


/*ESTILOS PARA LOFTS*/
.contenido-suites{

}
.suites{

	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;

	margin: 10px 0;
}

.loft{
	width:32%;
	padding:12px;
	background: white;
	border:2px solid #D0D0D0;
	margin:10px 5px;

}

.loft a{
	width:100%;
	display: block;
	background: #162451;
	color:white;
	padding:10px 0;
	text-align: center;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	transition: all .2s ease;
}

.loft a:hover{
		background: #EEBA32;
}	

.loft h3{
	color: #646464;
	text-decoration: none;
	
	font-size: 14px;
	margin:10px 10px;
}

.loft img{
	display:block;
	width:100%;
}

.disponible{
	background: #60B50B;
	color:white;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding:5px 0;
	text-align: center;

}

.nodisponible{
	background: #CB1414;
	color:white;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding:5px 0;
	text-align: center;

}

.contenido-suites{
	padding:40px;
}

.contenido-suites .contenedor{
	width: 1150px;
	background: white;
	box-shadow: 0 0 4px #C7C7C7;
	border-radius: 10px;
}



/*ESTILOS PARA DETALLE LOFT*/

.detalle-loft{
	width:100%;
	padding:16px;
	background: #FAFAFA;
}

.detalle-loft h2{
	font-family: 'Raleway', sans-serif;
font-size: 18px;
text-align: left;
color: #162451;
margin:10px 0;
}

.detalle-loft p{
	font-family: 'Montserrat', sans-serif;
font-size: 9px;
text-align: center;
color: #162451;
margin:15px 0;

}

.contenido-loft{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	
}




.galeria-loft{
	width:50%;
	height: auto;
	display:flex;
	flex-direction: column;
	padding:10px;
	background: white;
	align-items: center;
	flex-wrap: nowrap;
}

.imagen-principal {
width:100%;
margin:5px 0;
}

.imagen-principal img{
width:100%;
height: auto;
display:block;

}

.imagen-principal-detalle {
width:100%;
margin:5px 0;
position: relative;
}

.imagen-principal-detalle img{
width:100%;
height: auto;
display:block;

}

.contenedor-detalle{
  position: relative;
}

.nombre-suite{
	width: 30%;
	position: absolute;
	bottom: 5%;
	right: 0;
	display: flex;
	justify-content: center;
  background-color: rgba(255, 255, 255, 0.5); /* Fondo blanco con 50% de transparencia */
  font-size: 28px;
  color: #162451;
	padding: 20px;
}

.imagenes-secundarias{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}

.imagen-secundaria-contenedor{
	width: 48%;

	margin:2px;
}

.imagen-secundaria-contenedor img{
	width: 100%;
	display:block;


}


.informacion-loft{
	width:50%;

	padding:30px;
}

.informacion-loft p{
	font-size: 14px;
line-height: 22px;
color: #4E4E4E;

text-align: justify;
font-family: 'Raleway', sans-serif;
margin:10px 0;
}

.informacion-loft p:last-child{
	font-size: 10px;
}

.informacion-loft h3{
font-family: 'Raleway', sans-serif;
font-size: 28px;
text-align: left;
color: #162451;
font-weight: 800;

}

.info-loft{

	display:flex;
	justify-content: center;
	border:2px solid #063374;
	background: white;

	
}

.conoce{
	background: white;
	padding: 10px;
	text-align: center;
border:2px solid #063374;
	margin: 10px 0;
/*	box-shadow: 1px 1px 2px grey ;*/
}

.conoce h1{
	color: #162451;
	margin: 5px 0;
}

.contenido-conoce-suite{
	display:flex;
	justify-content: space-around;
	background: white;
	text-align: center;
}

.contenido-conoce-suite ul{
		list-style: none;
	font-family: 'Roboto', sans-serif;
}

.contenido-conoce-suite ul li{
	padding: 5px;
}

.info-loft ul{
	list-style: none;
	font-family: 'Roboto', sans-serif;

}


@media only screen and (max-width:800px){
	.contenido-suites .contenedor{
	width: 100%;
	background: white;
	box-shadow: 0 0 4px #C7C7C7;
	border-radius: 10px;
}

.informacion-loft{
	width:100%;

	padding:10px;
}

.suites{

	display:flex;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;

	margin: 10px 0;
}

.loft{
	width:100%;
	padding:12px;
	background: white;
	border:2px solid #D0D0D0;
	margin:10px 5px;

}


.contenido-suites{
	padding:5px;
}


.contenido-loft{
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	
}

.galeria-loft{
	width:100%;
	height: auto;
	display:flex;
	flex-direction: column;
	padding:10px;
	background: white;
	align-items: center;
	flex-wrap: nowrap;
}

} 
/*termina el mediaquery*/

.contenido-lofts{
	width:60%;
	text-align: center;
	background: #162451;
	color:white;
}

.contenido-lofts ul li{
	padding:10px 0;
	border:1px solid #162451;

}



.cantidades{
	width:70%;
	text-align: center;
	background: #FFFFFF;
}

.cantidades ul li{
	padding:10px 0;
	border:1px solid #DCDCDC;

}

.boton{
	width: 100%;
	display: inline-block;
	background: #023069;
	margin:0 auto;
	text-align: center;
	padding:15px 0;
	color:white;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	margin:10px 0;
}

.boton:hover{
	width: 100%;
	display: inline-block;
	background: #548BCF;
	margin:0 auto;
	text-align: center;
	padding:15px 0;
	color:white;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	margin:10px 0;
}
.servicios .contenedor  {
	padding:60px;
}

.servicios .contenedor h3{
	background: #162451;
	padding:20px;
	color:white;
}
.servicios p{
	line-height: 29px;
	margin: 10px 0;
}

.form_buscador form{
	
	display:flex;
	justify-content: center;
	padding:20px;
	box-shadow: 0px 1px 5px #E2E2E2;
}

.buscador{
	width: 23%;
	
	font-size: 13px;
	padding:10px;
	margin:0 5px;
}

.btn{
	
	background: #023069;
	margin:0 auto;
	text-align: center;
	color:white;
	padding:10px;
	border:none;


}

.btn-equipo{
	width: 100%;
	background: #023069;
	margin:0 auto;
	text-align: center;
	color:white;
	padding:10px;
	border:none;
	display: block;


}


.contacto-usuario{
	background: white;
}

.contacto-usuario form{
	padding:30px;
	display:flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	box-shadow: 0px 1px 9px #EDEDED;
}

.contacto-usuario form h2{
	width:100%;
	display:block;
	text-align: center;
	font-size: 20px;

}

.campos{

	width: 33%;
	padding:15px;
	border:1px solid #E6E6E6;
	box-sizing: border-box;
}


.btn-contacto{
	width:100%;
	background: #023069;
	margin:0 auto;
	text-align: center;
	color:white;
	padding:10px;
	border:none;
	display:block;
	cursor: pointer;

}

.contenedor-sup{
	background: #F1F1F1;
}


.cintillo{
	width: 1100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F0D787;
	margin:0 auto;
	color:#162451;
	padding:5px 0;
}

.cintillo {
	width: 1100px;
	background: white;
	padding:5px;
	
}



.what-correo{

	width:40%;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

@media only screen and (max-width: 800px){
	.cintillo{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	background: #F0D787;
	margin:0 auto;
	color:#162451;
	padding:5px 0;
}

.email{
	display: none!important;
}

.informacion-loft h3{
font-family: 'Raleway', sans-serif;
font-size: 28px;
text-align: left;
color: #162451;

}

.cintillo {
	width: 100%;
	background: white;
	padding:5px;
	
}


.what-correo{

/*	width:100%;*/
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
	margin-top: 5px;

}

.contacto-usuario form{
	padding:10px;
	display:flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	box-shadow: 0px 1px 9px #EDEDED;
}

.contacto-usuario form h2{
	width:100%;
	display:block;
	text-align: center;
	font-size: 20px;

}

.campos{

	width: 100%;
	padding:15px;
	border:1px solid #ADADAD;
	box-sizing: border-box;
	margin: 5px 0;
}


.btn-contacto{
	width:100%;
	background: #023069;
	margin:0 auto;
	text-align: center;
	color:white;
	padding:10px;
	border:none;
	display:block;
	cursor: pointer;

}


.what-correo p{

	margin: 5px 0;

}

}
.clientes{
	width:80%;
	margin: 20px auto;
}

.clientes img{
	width:100%;
	display: block;
}

.sub{
	font-size: 16px;
	background: none;
	margin: 10px 0;
	color:#162451;;
}

.ver-opciones{
	width: 100%;
    display: block;
    background: #162451;
    color: white;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    transition: all .2s ease;
}

.titulo-index{
	font-size: 23px;
	text-align: center;
}

.mensaje-bienvenida{
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 30px auto;
}

.bienvenida{
	font-size: 32px;
	color: #023069;
	margin:5px 0;
	    font-family: 'Montserrat', sans-serif;
}

.mensaje-bienvenida p{
	font-size: 18px;
}

.tipodesuite{
	width: 70%;
	margin:30px auto;
 text-align: center!important;
 color: red, impo !important;
 border-left: 1px solid gray;
 border-right: 1px solid gray;
 padding: 10px;
}

.tipodesuite h3{
	font-size: 45px;
	margin: 20px 0;
	color: #484848;
}

.tipodesuite p{
	width: 90%;
	font-size: 18px;
	margin: 0 auto;
	text-align: left;
	line-height: 28px;
}

.banner-tipo{
	/*border: 1px solid red;*/
	position: relative;
}

.banner-tipo img{
	width: 100%;
	display: block;
}



.cinta{
	width: 30%;
	margin: 10px 0;
	color:white;
	padding: 20px;
	position: absolute;
	bottom: 2%;
	right: 0;
	text-align: center;
	    background: rgba(255, 255, 255, 0.5);
	    box-shadow: -1px 1px 3px #7B7B7B;
}

.cinta h2{
	color:#162451;
	font-size: 35px;
}

/* estilos para el slider */
.flex-control-nav{
    position: absolute;
    bottom: 0!important;
    text-align: center;
	/* border: 1px solid red!important; */
}

.flex-control-paging{
	/* background-color: red; */
}

.flex-caption{
	width: 100%!important;
	display: block;
	background-color: #162451!important;
	font-family: 'Raleway'!important;
	font-size: 20px!important;
	
}


.flex-control-nav{
	/*border:1px solid red!important;*/
	display: flex;
	justify-content: center;
	align-items: center;
	color: red!important;
	margin: 0!important;
	/*background-color: #023069 !important;*/
	padding: 0;

}

.flex-control-paging li a{
	background: white!important;
}

.flex-control-paging li a:hover {
	background: gray!important;
}

.flex-caption{
	
	margin: auto!important;
	text-align: center!important;
	padding: 0;
}


.flex-control-nav {
	width: 100%!important;
   
    position: absolute;
    bottom: 80px!important;
    right: 0!important;
    text-align: center;
}


.call-to-action{
	background: red!important
}

.contenedor-call{
	background: url("../img/call.jpg");
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding: 100px 0;
	
	
}

.contenedor-call img{
	filter: brightness(60%);
}

.contenedor-call p{
	color: white!important;
}

.btn-call{
	width: 20%;
    background: #162451;
    color: white;
    padding: 19px;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    display: block;
    margin: 20px auto;
/*    border: 1px solid white;
*/    box-shadow: 20px;

}

.titulo-call{
	font-size: 40px!important;
	font-weight: 900;
	margin: 20px 0;
}

.texto-call{
	font-size: 18px;
}


.flex-active-slide{
	/*border:1px solid red!important;*/
}


/*MENU RESPONSIVO*/


.menu-toggle {
    display: none;
    font-size: 30px;
    background-color: #333;
    color: white;
    border: none;
    padding: 10px;		
    cursor: pointer;

}

@media (max-width: 768px) {



.cinta{
	width: 100%;
	margin: 10px 0;
	color:white;
	padding: 20px;
	position: absolute;
	bottom: 2%;
	right: 0;
	text-align: center;
	    background: rgba(255, 255, 255, 0.5);
	    box-shadow: -1px 1px 3px #7B7B7B;
}


.tipodesuite{
	width: 90%;
	margin:30px auto;
 text-align: center!important;
 color: red, impo !important;
 border-left: 1px solid gray;
 border-right: 1px solid gray;
 padding: 10px;
}



.contenedor-call{
	background: url("../img/call.jpg");
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding: 50px 0;
/*	border: 1px solid red;*/
	margin: 30px 0;
	
}


.mensaje-bienvenida{
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 10px auto;
}

	.flex-caption{
	width: 100%!important;
	display: block;
	background-color: #162451!important;
	font-family: 'Raleway'!important;
	font-size: 16px!important;
	
}

    .menu {

        display: none;
    }

    .menu-toggle {
    	width: 100%;
      display: flex;
      justify-content: flex-start;
      background: #162451;
      margin: 0;
/*      border: 1px solid red;*/
    }

    .menu.active {
        display: flex;
    }

    .btn-call{
	width: 60%;
    background: #162451;
    color: white;
    padding: 19px;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    display: block;
    margin: 20px auto;
/*    border: 1px solid white;
*/    box-shadow: 20px;
    border-radius: 20px;

}


.imagen-principal-detalle {
width:100%;
margin:5px 0;
position: relative;
}

.imagen-principal-detalle img{
width:100%;
height: auto;
display:block;

}

.contenedor-detalle{
  position: relative;
}

.nombre-suite{
	width: 65%;
	position: absolute;
	bottom: 5%;
	right: 0;
	display: flex;
	justify-content: center;
  background-color: rgba(255, 255, 255, 0.5); /* Fondo blanco con 50% de transparencia */
  font-size: 28px;
  color: #162451;
	padding: 20px;
}


}

.contenedor-tabla-tarifa{
	width: 100%;
	border: 2px solid  #162451; ;
	margin: 10px 0!important;
	padding: 0!important;

}


.contenedor-tabla-tarifa table{
	width: 100%;
	border: none!important;
	margin: 0!important;
	padding: 0!important;
  border-collapse: collapse;
  text-align: center;


}

.contenedor-tabla-tarifa table thead{
	background: #162451;
	color: white;
	padding: 70px!important;
	border: none!important;
	margin: 0!important;
	padding: 0!important;
}

.contenedor-tabla-tarifa th{
	font-size: 28px;
}

.contenedor-tabla-tarifa table tr td{
	width: 50%!important;
	border: none!important;
	margin: 0!important;
	padding: 5px 0!important;
}

.contenedor-tabla-tarifa th{
	padding: 10px;
	margin: 0!important;
	border: none!important;
}

.contenedor-tabla-tarifa i{
	color: #162451;
	font-size: 25px;
}

.servicios{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.servicio{
	width: 32%!important;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.servicio .ico{
	width: 100%;
	height: auto;
/*	border: 1px solid red;*/
}

.servicio .infos{
/*	border: 1px solid blue;*/
}

.servicio .ico img{
	width: 30%!important;
	margin: 0 auto;
/*	border: 1px solid red;*/
	text-align: center;
	display: block;
}

.equipo{
	font-size: 45px;
	text-align: center;
}

.conoce h1{
	font-size: 36px;
	text-align: center;
}

.servicio p{
	line-height: 16px;
	 font-size: 13px !important;
	text-align: center;

}

.servicios-incluidos h1{
	font-size: 45px;
	text-align: center;
}

.bx{
	width: 100%;
	margin: 0;
	padding: 0;
}

.bx-wrapper {
/*	border: 1px solid red!important;*/
	box-shadow: none!important;
}

  .bx-wrapper .bx-pager {
    display: flex!important;
    justify-content: center;
/*
    background: red;
    border: 1px solid red;*/
    position: relative!important;
    padding-top: 0!important;
    bottom: 0!important;
    flex-wrap: wrap!important;
  }



  .bx-wrapper .bx-pager a {
    border: solid #ccc 1px;
    display: block;
    margin: 0 5px;
    padding: 3px;
  }

  .bx-wrapper .bx-pager a:hover,
  .bx-wrapper .bx-pager a.active {
    border: solid #5280DD 1px;
  }

  .bx-wrapper {
    margin-bottom: 120px;

  }


 .bx-pager-item{
 	width: 20%;
 		height: auto;
  }

  .bx-controls-direction{
/*  	border: 1px solid red!important;*/
  }


.equipamento-suites{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}

  .equipos{
  	width: 32% !important;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
  }

  .equipos p {
    font-size: 15px !important;
    text-align: center;
}

  .equipos img{
  		width: 30%!important;
  		margin: auto;
  }

 /* estilos del formulario de cotizacion final */
.cotizacion_suite{
	width: 100%;
	border:1px solid red;
	display: flex;
	justify-content: flex-start;
}

.formulario-contacto {
	width: 40%;
	background: white;
	padding:20px;
	margin:0 auto;
}

.formulario-contacto label{

	text-align: left!important;
	font-size: 10px!important;
	width: 100%;
	margin:5px 0;
	display: block;

}

.opcion{
	width: 100%;
		display: block;
}

.form-check{
	display: flex;
}



.cotiza-titulo{
	text-align: center;
	color:white;
	font-size: 35px;
}



.form-control{
	width: 100%;
	display: block;
	padding: 10px;
	margin: 10px 0;

}

.form-check{
	margin: 10px 0;
}

.btnsuite{
	margin: 15px 0;
	width: 100%;
	cursor: pointer;
}

.alert-success{
	background: green;
	padding:10px 0;
	color:white;

}

.alert-danger{
	background: red;
	padding:10px 0;
	color:white;

}


.honeypot {
	position: absolute;
	left: -9999px;
	display: none;
}


@media (max-width: 768px) {
    .formulario-contacto {
        width: 80%;
    }
}

.preview{
	border: 1px solid red!important;
}


/* Ajusta el tamaño de los thumbnails en el Flexslider */
.flex-control-nav.flex-control-thumbs img {
  width: 120px; /* Ajusta el ancho según tus necesidades */
  height: auto; /* Mantén la proporción de las imágenes */
}

.flex-control-nav.flex-control-thumbs li {
  max-width: 120px; /* Ajusta el tamaño máximo de los thumbnails */
  max-height: 120px; /* Ajusta el tamaño máximo de los thumbnails */
  overflow: hidden; /* Oculta cualquier desbordamiento */
  margin-right: 5px; /* Espacio entre los thumbnails */
}

.flex-control-nav.flex-control-thumbs {
  display: flex; /* Asegura que los thumbnails se alineen en una fila */
  flex-wrap: wrap; /* Permite que los thumbnails se envuelvan a la siguiente línea */
  overflow-x: hidden; /* Oculta el desbordamiento horizontal */
  justify-content: center; /* Centra los thumbnails */
}

/* Media query para pantallas más pequeñas */
@media (max-width: 768px) {
  .flex-control-nav.flex-control-thumbs {
    flex-direction: row; /* Coloca los thumbnails en una columna */
    align-items: center; /* Centra los thumbnails en la columna */
  }

  .flex-control-nav.flex-control-thumbs li {
    margin-bottom: 10px; /* Espacio entre los thumbnails verticalmente */
    margin-right: 0; /* Elimina el margen derecho */
  }
}

.detalles {

}

.detalles .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 25%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/* Media query para dispositivos móviles */
@media (max-width: 480px) {
  .detalles .flex-direction-nav a {
    width: 40px; /* Ajusta el ancho para dispositivos móviles */
    height: 40px; /* Ajusta la altura para dispositivos móviles */
    top: 15%; /* Ajusta la posición superior para dispositivos móviles */
    opacity: 1; /* Asegura que los controles sean visibles en dispositivos móviles */
  }
}



/*estilos formulario contacto*/

.form-contacto .contenedor{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mapa-info{
	width: 50%!important;

}

.mapa-info{
	width: 100%;
	height: auto;
}

.ficha{
	background: #023069;
	color: white;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ficha p{
	margin: 10px 0;
	padding: 0;
	line-height: 1.8rem;
}

.formulario-contacto-pagina{
	width: 60%!important;
	padding: 20px;
}

.formulario-contacto-pagina h3{
	font-size: 1.4rem;
	margin: 10px 0;
}

.formulario-contacto-pagina p{
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.8rem;
    text-align: justify;
}

.formulario-contacto-pagina form{
	width: 100%!important;
	padding: 20px!important;
	border: 1px solid gray;
	margin: 15px 0;
}

.cancelaciones{
	font-size: 35px;
}

    .hidden {
        display: none;
    }



