/*############################################ Import ############################################*/
@import url("redesSociales.css");

@import url("menu.css");

@import url("footer.css");

@import url("bt_whatsApp.css");
/*############################################ FUENTES ############################################*/
@font-face{
    font-family: "lato";
    src:url("../fonts/Lato-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Lato-Light";
    src:url("../fonts/Lato-Light.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Lato-Bold";
    src:url("../fonts/Lato-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}
/*############################################ GENERALES ############################################*/
*{
    margin: 0px;
    padding: 0px;
}

html, body {
    margin: auto;
    width: 100%; 
    min-width: 600px;
    max-width: 1910px;
	zoom: 84%;
}

.contenedor{
    margin: auto;
	width: 1910px;
	height: -525px;
    /*background: royalblue;*/
}

.cabecera{
	height: 522px;
	background-image: url("../../imag/banner/bannerHabitaciones.jpg"); 
	background-repeat: no-repeat;
	background-position: center; 
}

.cuerpo {
	height: 2120px;
	padding-left: 260px;
    padding-right: 260px;
    /*background-color: red;*/
}

/*############################################ CAJA 1 ############################################*/
.caja-1{
	width: 1390px;
	height: 1650px;
	/*background: rebeccapurple;*/
}

/*############################################ Titulo ############################################*/ 
h1 {
    height: auto;
    font-family: "Lato-Light";
    letter-spacing: 22px;
    font-size: 60px; /*Tamaño de la letra*/
    color: #c48f33;
    text-align: center; /*centro el texto*/
    margin-top: 64px;
    /*background: teal;*/
}  

/*############################################ Linea Horizontal ############################################*/
.linea-H{
    width: 1390px;
    height: 4px;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #c48f33;
}
/*############################################ TEXTO ############################################*/

 p{
    width: 1360px;
    text-align: center;
    font-family: "Lato-Bold";
    padding-bottom: 15px;
    font-size: 31px; /*Tamaño de la letra*/ 
    color: #4c4c4c;
    margin-bottom: 80px;
    /*background: greenyellow;*/
}

/*############################################ Caja Hijo contiene caja 1 - 2 - 3 ############################################*/
.cajaHijo{
    float: left;
    width: 695px;
    height: 1720px;
    margin: auto;
    /*background:rgb(11, 231, 231);*/
      
}

/*############################################ Caja Hijo 2 contiene caja 4 - 5 - 6 ############################################*/
.cajaHijo2{
    float: right;
    width: 695px;
    height: 1335px;
    margin: auto;
    /*background:rgb(11, 231, 231);*/
      
}

/*############################################ Cajas ############################################*/
.cajas1{
    
    width: 597px;
    height: 480px; 
    float: left;
    margin-bottom: 100px;
    box-shadow: 4px 4px 15px 6px #d6d6d6; 
    
}

.cajas2{  
    width: 597px;
    height: 480px;
    float: left;
    margin-bottom: 100px;
    box-shadow: 4px 4px 15px 6px #d6d6d6; 
    /*background:darkslategray;*/
}

.caja3{
    width: 597px;
    height: 480px;
    float: left;
    box-shadow: 4px 4px 15px 6px #d6d6d6; 
    /*background:darkslategray;*/
}

.caja4{
    width: 597px;
    height: 480px;
    margin-bottom: 100px;
    box-shadow: 4px 4px 15px 6px #d6d6d6; 
    float: right;
    /*background:darkslategray;*/
}

.caja5{
    width: 597px;
    height: 480px;
    margin-bottom: 100px;
    box-shadow: 4px 4px 15px 6px #d6d6d6; 
    float: right;
    /*background:darkslategray;*/
}

.caja6{
    width: 597px;
    height: 480px;
    box-shadow: 4px 4px 15px 6px #d6d6d6; 
    float: right;
    /*background:darkslategray;*/
}

/*############################################ Texto A ############################################*/
.texto{
    position: relative;
    float: left;
    top: -4px;
    width: 517px;
    height: 90px;
    background: #fff;
    padding-top: 16px;
    padding-bottom: 27px;
    padding-left: 40px;
    padding-right: 40px;
    /*border: 8px solid rgb(16, 173, 24); */  
}

.texto-a{
    position: relative;
    float: left;  
    margin: auto;
    width: 300px;
    height: 146px;
    left: 0px;   
    align-content: left;
    /*border: 8px solid rgb(247, 6, 6);*/
}

.texto-a h4{
    font-family: "lato";
    color: #333;
    font-size: 16px;
}

.texto-a h3{
    font-family: "Lato-Bold";
    color: #c48f33;
    font-size: 28px;
}

.texto-a h5{
    font-family: "lato";
    color: #333;
    font-size: 15px;
}

/*############################################ Linea Vertical ############################################*/
.linea-V{  
    position: relative;
    height: 91px;
    float: right;
    right: 160px;
    border-left: 3px solid #c48f33;  
}

/*############################################ Texto B ############################################*/
.texto-b{
    position:relative;
    float: right;
    width: 150px;
    height: 146px;
}

.texto-b h4{
    float: right;
    font-family: "lato";
    color: #333;
    font-size: 16px;
}

.texto-b h3{
    float: right;
    font-family: "Lato-Bold";
    color: #c48f33;
    font-size: 28px;
}

.texto-b h5{
    float: right;
    font-family: "lato";
    color: #333;
    font-size: 15px;
}

/*############################################ Resoluciones ############################################*/
@media screen and (width: 1920px){
   
    html, body{
	    zoom: 100%;
    }
	
}

@media screen and (width: 1680px){
   
    html, body{
	    zoom: 93.3%;
    }
	
}

@media screen and (width: 1600px){
   
    html, body{
	    zoom: 91%;
    }
	
}

@media screen and (width: 1440px){
   
    html, body{
	    zoom: 86.3%;
    }
	
}

@media screen and (width: 1280px){
   
    html, body{
	    zoom: 81.3%;
    }
	
}

@media screen and (width: 1024px){
   
    html, body{
	    zoom: 72.6%;
    }
	
}

@media screen and (width: 832px){
   
    html, body{
	    zoom: 65.3%;
    }
	
}

@media screen and (width: 800px){
   
    html, body{
	    zoom: 53.46%;
    }
	
}