* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

.cabecera {
    width: 100%;
    height: 600px;
    background-attachment: fixed;
    z-index: 1;
    position: relative;
}
/*--==
.cabecera::after {
    content:"";
    position:absolute;
    background: rgba(0,0,0,.3);
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: -1;
}--==*/

.caja-navegacion {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.logo {
    width: 200px;
    height: 100px;
}

.navegadores {
    margin: 15px;
}
.navegadores a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 6px;
    padding: 5px;
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #051763;
    transition: .6s;
}
.navegadores a:hover {
    transition: .6s;
    border-bottom: 1px solid #fff;
    color: #051763;
}

/*---=================---*/
/*---===FIN CABECERA===---*/

/*---=================---*/
/*---===BOTON MENU===---*/
.menu-boton {
    display: none;
}
.sidenav a{
    display: none;
}

@media screen and (max-width: 650px){
    .navegadores {
        display: none;
    }
    .menu-boton {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 100px;
        padding: 8px;
        margin-right: 2px;
        margin-top: -40px;
        font-size: 20px;
        background-color: rgb(5,26,58,.88);
        color: #fff;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        border-radius: 2px;
        z-index: 100;
    }
    .sidenav {
        width: 0;
        position: absolute;  
        top: 100px;
        right: 0;
        padding: 10px 0;
        background-color: #4091ec;
        overflow-x: hidden;
        transition: 0.7s;
        cursor: pointer;
        border-radius: 4px;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        z-index: 100;
    }

    .sidenav a {
        padding-left: 20px;
        font-size: 22px;
        padding: 5px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: rgb(5,26,58);
        transition: .6s;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 36px;
    }
}
/*---=================---*/
/*---=FIN BOTON MENU==---*/

/*---=================---*/
/*---======BANNER=====---*/
.banner {
    display: grid;
    grid-template-columns: auto-fit, minmax(300px, 1fr);
    grid-template-rows: minmax(100px, 1fr);
    z-index: -1;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

slider {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0e246d;
    overflow: hidden;
    position: absolute;
    box-shadow: 5px 5px 15px rgb(0,0,57);  
}

slide {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    animation: slide 20s infinite;
    overflow: hidden;
}
slide:nth-child(4) {
    left: 0%;
    animation-delay: -4s;
    background-image: url(../img/Zoetry/img-banner-1.jpg);
    background-size: cover;
    background-position: center;
    
}slide:nth-child(3) {
    animation-delay: 1s;
    background-image: url(../img/Zoetry/img-banner-2.jpg);
    background-size: cover;
    background-position: center;
}
slide:nth-child(2) {
    animation-delay: 6s;
    background-image: url(../img/Zoetry/img-banner-3.jpg);
    background-size: cover;
    background-position: center;
}
slide:nth-child(1) {
    left: 0%;
    animation-delay: 11s;
    background-image: url(../img/Zoetry/img-banner-4.jpg);
    background-size: cover;
    background-position: center;
}

/*--===
slide p {
    font-family: cursive;
    font-size: 70px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 3px;
    text-align: center;
    display: inline;
    width: 100%;
    margin: 30% auto;
    color: #fff;
    background: rgb(0,191,255,15%);
    position: absolute;
    display: block;
}
===--*/

@keyframes slide {
    0% {left: 100%; width: 100%;}
    5% {left: 0%;}
    25% {left: 0%;}
    30% {left: -100%; width: 100%;}
    30.0001% {left: -100%; width: 0%;}
    100% {left: 100%; width: 0%;} 
}

@media screen and (max-width: 650px) {
    slide p {
        font-size: 50px;
        margin-top: 400px;
    }
}

.container-txt-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.container-txt-banner .txt-banner {
    max-width: 500px;
    height: auto;
    position: absolute;
    z-index: 100;
}


@media screen and (max-width: 720px) {
    .container-txt-banner .txt-banner {
        max-width: 300px;
        font-size: 18px;
    }
}
/*--====--*/

.title-puj {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 45px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding: 16px;
    border: 2px solid #fff;
    text-transform: capitalize;
}

.separador-banner {
    width: 10%;
    margin: 0 auto;
    margin-top: 40px;
    color: gold;
}

/*---=================---*/
/*---===FIN BANNER====---*/



/*--=======TITLE========--*/
.principal-title {
    max-width: 1000px;
    margin: 90px auto;
    
    height: auto;
}

.title-style {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    color: #000;
    padding: 16px;
    margin: 12px;
}
.sub-title-style {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    color: #000;
    padding: 16px;
    margin: 12px;
}
.txt-style {
    font-family: 'Patrick Hand', cursive;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: left;
    color: #000;
    padding: 16px;
    margin: 12px;
}

/*--===FIN TITLE========--*/


/*--=======IMAGENS========--*/
.imagens-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.imagens-container .imagen-box {
    width: 250px;
    height: 250px;
    margin: 3px;
}
    /*---===@MEDIA====----*/
@media screen and (max-width: 720px) {
    .imagens-container .imagen-box {
        width: 150px;
        height: 150px;
        margin: 1px;
    }
}
@media screen and (max-width: 540px) {
    .imagens-container .imagen-box {
        width: 120px;
        height: 120px;
    }
}


    /*---======---*/
.imagen-1 {
    background-image: url(../img/Zoetry/img-1b.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-2 {
    background-image: url(../img/Zoetry/img-2b.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-3 {
    background-image: url(../img/Zoetry/img-3b.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-4 {
    background-image: url(../img/Zoetry/img-4.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-5 {
    background-image: url(../img/Zoetry/img-5.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-6 {
    background-image: url(../img/Zoetry/img-6.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-7 {
    background-image: url(../img/Zoetry/img-7.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-8 {
    background-image: url(../img/Zoetry/img-8.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-9 {
    background-image: url(../img/Zoetry/img-9.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-10 {
    background-image: url(../img/Zoetry/img-10.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-11 {
    background-image: url(../img/Zoetry/img-11.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-12 {
    background-image: url(../img/Zoetry/img-12.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-13 {
    background-image: url(../img/Zoetry/img-13.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-14 {
    background-image: url(../img/Zoetry/img-14.jpg);
    background-size: cover;
    background-position: center;
}
.imagen-15 {
    background-image: url(../img/Zoetry/img-15.jpg);
    background-size: cover;
    background-position: center;
}
/*--===FIN IMAGENS========--*/


/*--=======AMENITIES========--*/
.un-margen {
    margin-top: 90px;
}
.amenities-container {
    max-width: 900px;
    margin: 0 auto;
    border-bottom: 1px solid goldenrod;
}
.txt-amenities {
    font-family: 'Patrick Hand', cursive;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: left;
    color: #000;
    padding: 16px 22px;
    margin: 12px;
    column-count: 3;
}

@media screen and (max-width: 780px) {
    .txt-amenities {
        column-count: 2;
    }
}
@media screen and (max-width: 600px) {
    .txt-amenities {
        column-count: 1;
        font-size: 14px;
        letter-spacing: 0;
    }
}
/*--===FIN AMENITIES========--*/


/*--=======ROOMS========--*/
.room-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}
.room-container .img-room {
    width: 500px;
    height: 350px;
}
.room-container .text-room {
    width: 600px;
    min-height: 350px;
}
    /*--====--*/


.text-room {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.text-room .caja-habitaciones {
    width: 300px;
    min-height: 350px;
    position: relative;
}
    /*---=====---*/
@media screen and (max-width: 600px) {
    .room-container {
        height: auto;
    }
    .text-room {
        flex-direction: column-reverse;
    }
    .text-room .caja-habitaciones {
        width: 100%;
        height: auto;
    }
    .txt-room {
        height: 260px;
    }
}


.title-room {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    color: #72392c;
    padding: 10px;
    margin: 2px;
}
.txt-room {
    font-family: 'Patrick Hand', cursive;
    font-size: 16px;
    font-weight: 100;
    text-align: left;
    color: #72392c;
    padding: 0 10px;
    margin: 2px;
}
.link-room {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    color: #fff;
    background-color: #72392c;
    padding: 10px;
    margin: 2px;
    transition: .6s;
    position: absolute;
    bottom: 6px;
    right: 6px;
}
.link-room:hover {
    background-color: #051a3a;
    transition: .6s;
}

.link-information {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    color: #72392c;
    position: absolute;
    bottom: 62px;
    right: 6px;
    text-decoration: underline;
    transition: .5s;
}
.link-information:hover {
    color: #fb4f14;
    transition: .5s;
}

.price-room {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 22px;
    font-weight: 100;
    text-align: center;
    color: #72392c;
    padding: 1px 10px;
    position: absolute;
    bottom: 0px;
    left: 6px;
}
.price-room span {
    font-size: 12px;
}




/*--=====IMAGENS======---*/
.villa-1 {
    background-image: url(../img/Zoetry/villa-1.jpg);
    background-size: cover;
    background-position: center;
}
.villa-2 {
    background-image: url(../img/Zoetry/villa-2.jpg);
    background-size: cover;
    background-position: center;
}

.villa-3 {
    background-image: url(../img/Zoetry/villa-3.jpg);
    background-size: cover;
    background-position: center;
}
.villa-4 {
    background-image: url(../img/Zoetry/villa-4.jpg);
    background-size: cover;
    background-position: center;
}
.villa-5 {
    background-image: url(../img/Zoetry/villa-5.jpg);
    background-size: cover;
    background-position: center;
}
.villa-6 {
    background-image: url(../img/Zoetry/villa-6.jpg);
    background-size: cover;
    background-position: center;
}

.villa-7 {
    background-image: url(../img/Zoetry/villa-7.jpg);
    background-size: cover;
    background-position: center;
}
.villa-8 {
    background-image: url(../img/Zoetry/villa-8.jpg);
    background-size: cover;
    background-position: center;
}
.villa-9 {
    background-image: url(../img/Zoetry/villa-9.jpg);
    background-size: cover;
    background-position: center;
}
.villa-10 {
    background-image: url(../img/Zoetry/villa-10.jpg);
    background-size: cover;
    background-position: center;
}

.villa-11 {
    background-image: url(../img/Zoetry/villa-11.jpg);
    background-size: cover;
    background-position: center;
}
.villa-12 {
    background-image: url(../img/Zoetry/villa-12.jpg);
    background-size: cover;
    background-position: center;
}
/*--====================--*/
/*--===FIN ROOMS========--*/

/*--=========================--*/
/*--=========PRIVILEGIOS=====--*/
.privilegio-contenedor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
}
.privilegio-contenedor .caja-privilegios {
    width: 500px;
    height: 860px;
    overflow: auto;
    margin: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(114,57,44,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(114,57,44,1);
    box-shadow: 0px 2px 5px 0px rgba(114,57,44,1);
}
    /*---=====---*/

.img-privilegio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    width: 100%;
    height: 300px;
    
    background-image: url(../img/Zoetry/privilegio-zoetry-caja.jpg);
    background-size: cover;
    background-position: center;
    
    position: relative;
    z-index: -1;
}
.img-privilegio::after {
    content:"";
    position:absolute;
    background:rgba(0,0,0,.4);
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: -1;
}

.title-privilegio {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding: 6px 14px;
    margin: 2px;
}
.txt-title-privilegio {
    font-family: 'Patrick Hand', cursive;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 15px;
    text-align: left;
    color: #fff;
    padding: 2px 16px;
}
    /*--=====---*/

.tema-privilegio {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 26px;
    color: #72392c;
    padding: 6px 14px;
    margin: 2px;
}
.sub-tema-privilegio {
    font-family: 'Patrick Hand', cursive;
    font-weight: 500;
    font-size: 19px;
    text-align: left;
    color: #72392c;
    padding: 2px 16px;
}
.sub-tema-privilegio span {
    font-family: 'Patrick Hand', cursive;
    font-size: 14px;
    color: #72392c;
}
.txt-privilegio {
    font-family: 'Patrick Hand', cursive;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 14px;
    text-align: left;
    color: #72392c;
    padding: 2px 16px;
}


/*----======IMAGES PRIVILEGIOS======---*/
.dinin {
    background-image: url(../img/Zoetry/privilegios-dinin-zoetry-caja.jpg);
    background-size: cover;
    background-position: center;
}
.spa {
    background-image: url(../img/Zoetry/spa-zoetry-caja.jpg);
    background-size: cover;
    background-position: center;
}

/*--=========================--*/
/*--=====FIN PRIVILEGIOS=====--*/



/*--==================--*/
/*--======FOOTER=====--*/
.final {
    width: 100%;
    min-height: 600px;
    background-color: #343a40; 

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.final .caja-img-pie,
.final .caja-form-pie {
    width: 400px;
    min-height: 400px;
    margin: 20px;
}

.final .caja-txt-pie {
    max-width: 400px;
    min-height: 400px;
    position: relative;
}

.container-caja-pie-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.img-caja-1-a {
    background-image: url(../img/boda1.jpg);
    background-size: cover;
    background-position: center;
    width: 150px;
    height: 150px;
}
.img-caja-1-b {
    background-image: url(../img/boda2.jpg);
    background-size: cover;
    background-position: center;
    width: 150px;
    height: 150px;
}

.img-caja-2-a {
    background-image: url(../img/mice1.jpg);
    background-size: cover;
    background-position: center;
    width: 150px;
    height: 150px;
}
.img-caja-2-b {
    background-image: url(../img/mice2.jpg);
    background-size: cover;
    background-position: center;
    width: 150px;
    height: 150px;
}

.title-caja-1-img {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    margin: 15px 5px;
    padding: 8px;
    color: #fff;
}

.txt-caja-1-img {
    font-family: 'Patrick Hand', cursive;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
}

.caja-link-pie {
    display: flex;
    justify-content: center;
    align-items: center;
}
.link-caja-pie-1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 5px;
    padding: 10px;
    color: #fff;
    transition: .6s;
}
.link-caja-pie-1:hover {
    transition: .6s;
    color: #3399ff;
}
/*---========---*/

.txt-caja-2-img {
    font-family: 'Patrick Hand', cursive;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    margin: 10px;
    padding: 14px;
    color: #fff;
}

.caja-imagenes-caja-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    padding-top: 50px;
}

.para-img1-caja2 {
    width: 100px;
    height: 100px;
    margin: 10px;
    border-radius: 2px;
    background-image: url(../img/logo-qr.jpg);
    background-size: cover;
    background-position: center;
}
.para-img2-caja2 {
    width: 100px;
    height: 100px;
    margin: 10px;
    border-radius: 2px;
    background-image: url(../img/logo-mitur.jpg);
    background-size: cover;
    background-position: center;
}
/*--====--*/

.caja-form-pie {
    max-width: 400px;
    background-color: transparent;
    margin: 0 auto;
    padding: 10px;
    /*box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);*/
}

.formulario input[type='text'],
.formulario textarea{
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 20px;
    border: 1px solid #999;
    color: #999;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    outline: 0;
}

.formulario textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    max-height: 150px;
}

.formulario input[type='text']:focus,
.formulario textarea:focus {
    border: 1px solid #15CF8A;
}

.formulario button {
    padding: 12px 30px;
    border: transparent;
    background: #3399ff;
    color: #fff;
    cursor: pointer;
    float: right;
}
/*--===--*/
.info {
    padding-top: 20px;
    margin-top: 20px;
}

.info .col {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.info .col .icono {
    color: #3399ff;
    margin-right: 10px;
}

.info .col p {
    color: #999;
}

.info .redes-s {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.info .redes-s a {
    display: flex;
    width: 40px;
    height: 40px;
    background: #3399ff;
    color: #fff;
    margin: 5px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .4);
    transition: .6s;
}
.info .redes-s a:hover {
    box-shadow: 0px 3px 8px #0e246d;
    transition: .6s;
}
/*--==================--*/
/*--==FIN FOOTER=====--*/
















































