@charset "UTF-8";
/* REINICIO DE CSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* FIN DE REINICIO DE CSS */
/*MODELO DE CAJA*/
* {
  box-sizing: border-box;
}
/*INICIAN LOS ESTILOS GENERALES*/
body {
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #A1DED2;
    background-color: #0a2240;
}
header {
    width: 100%;
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    position: fixed;
    z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
h1 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
}
footer {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    width: 100%;
    height: 100vh;
}
footer h1 {
    font-size: 24px;
}
footer ul {
    margin-top: 32px;
    color: #A1DED2;
}
footer li {
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
footer li a {
    color: #FFFFFF;
    text-decoration: none;
}
footer li a:hover {
    color: #A9A9A9;
}
#btn-menu {
    display: none;
    background-color: #0a2240;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(10,34,64,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(10,34,64,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(10,34,64,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(10,34,64,1.00) 100%);
}
header label {
    cursor: pointer;
}
#btn-menu:checked ~ .menu {
    margin-left: -32px;
}
.menu li a:hover {
    color: #30BCC9;
}
.menu li a {
    border-top: 1px solid rgba(255,255,255,0.50);
    height: 46px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 0px;
    display: block;
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
.menu ul {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
}
.menu {
    width: 70%;
    position: absolute;
    background-color: rgba(0,0,0,0.50);
    margin-left: -100%;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s;
    margin-top: 32px;
    z-index: 4;
}
.contenedor {
    position: relative;
}
.logo {
    background-image: url(../imgs/logo%20perfil%20FB.jpg);
    width: 75px;
    height: 75px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 2;
    background-size: 75px 75px;
    right: 5px;
    cursor: pointer;
    top: 5px;
    border-radius: 10px;
    background-clip: content-box;
    background-position: center center;
}

/*CONTENIDOS GENERAL*/
.slider {
    background-image: url(../imgs/fachada_inicio_hcz_1920x1080jpg.jpg);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
/*CONTENIDOS GENERAL*/
.slider_servicios {
    background-image: url(../imgs/BG_Slider_Servicios.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
.balazo {
    width: 90%;
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 72px;
    padding-right: 32px;
    text-shadow: -2.5px -2.5px #0A2240;
    color: #A1DED2;
}
.balazo p {
    font-size: 16px;
    line-height: 24px;
    color: #A1DED2;
    margin-bottom: 20px;
    margin-top: 16px;
    text-shadow: -2px -2px #0A2240;
}
.boton a     {
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    width: 140px;
    height: 56px;
    font-size: 16px;
    background-color: #30BCC9;
    text-decoration: none;
    padding: 12px;
    color: #FFFFFF;
}
.boton a:hover {
    background-color: #F6404F;
}
.btn-ant a  {
    background-color: #0A2240;
    padding: 12px;
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    float: left;
}
.btn-ant a:hover {
    background-color: #0A2240;
}
/*CONTENIDOS GENERAL*/
.nosotros {
    background-image: url(../imgs/DJI_20210306_180138_3.jpg);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
/*CONTENIDOS GENERAL*/
.habitaciones {
    background-image: url(../imgs/1.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
/*CONTENIDOS GENERAL*/
.testimonios {
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
/*CONTENIDOS GENERAL*/
.ubicacion {
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
.col-01 {
    width: 100%;
    margin-top: 30%;
}
.col-01 h1 {
    display: none;
    color: #A1DED2;
}
.col-02 {
    margin-left: 0px;
    margin-right: 32px;
    width: 100%;    
}
.col-02 h1 {
    display: none;
    color: #A1DED2;
}
.redes {
    width: 50px;
    height: 50px;
    margin-top: 32px;
    display: inline-block;
    margin-right: 32px;
}

@media (min-width: 768px){
footer {
    height: 100%;
    color: #A1ded2;
}
.col-01 {
    width: 30%;
    float: left;
    margin-top: 0px;
}
.col-01 h1 {
    display: block;
}
.col-02 {
    width: 25%;
    float: left;
    margin-left: 32px;
}
.col-02 h1 {
    display: block;
}
.redes {
	margin-left: 0px;
	margin-right: 32px;
}
}

@media (min-width: 1024px){
.logo {
    left: 32px;
    width: 150px;
    height: 150px;
    background-position: center center;
    background-size: 150px 150px;
    background-clip: border-box;
}
header label {
    display: none;
}
.menu {
    position: absolute;
    background-color: rgba(0,0,0,0.00);
    width: 90%;
    margin-top: 0px;
    margin-left: 0px;
    color: #A1DED2;
}
.menu ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
	color: #A1DED2;
}
.menu li a {
    display: block;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-decoration: none;
    border-top-width: 0px;
    color: #A1DED2;
    text-shadow: -3px 0px #0A2240;
    font-size: medium;
}

}
