/* header desktop */
body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    height: 2000px;
}

.all {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    width: 100%;
}

.header-container {
    left: 0;
    top: 0;
    right: 0;
}

.header-container.cs {
    background-color: lightseagreen;
    display: block;
    height: 75px;
    position: fixed;
}

.header .fila {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.header .col-20 {
    flex: 0 0 20%;
    margin-top: -15px;
}

.header .burger {
    width: 20%;
    display: none;
    padding-top: 30px;
}

.btn {
    box-shadow: none !important;
}

.btn-close:focus {
        box-shadow: none !important;
}

.header .burger.block {
    display: block;
    padding-bottom: 20px;
}

header .offcanvas-title {
    border-bottom: 2px solid gray;
}

header .offcanvas-body a:hover {
    text-decoration: underline black;
}

header .redes {
    border-top: 2px solid lightgray;
    padding-top: 10px;
}

.header .btn-primary {
    color: white;
    background-color: black;
    border-color: black;
}

.header .col-80 {
    flex: 1;
}

.header .logo {
    background-image: url(../../images/logo.png);
    width: 70%;
    height: 95%;
    float: left;
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 3px;
}

.header .name {
    float: left;
}

.header .carrito {
    position: relative;
    padding-right: 16px;

}

.header .carrito .number {
    position: absolute;
    right: 0;
    top: 0;
}

.header .qr {
    display: none;
}

.header .name {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header .lupa {
    display: none;
}

.header .lupa.block {
    display: block;
}

.header .buscador {
    display: block;
}

.header .buscador.none {
    display: none;
}


.header .fila-full {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 10px 0;

}

.header .fila-full.none {
    display: none;
}

.header .fila-full a {
    font-size: 15px;
    color: grey;
    text-decoration: none;
    margin: 0 15px;
}

.header .fila-full a:hover {
    text-decoration: underline;
}

.header .fila-inf2 {
    font-size: 10px;
    background-color: white;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 10px 0;
    border-bottom: 2px solid gray;
}

.header .fila-inf2.none {
    display: none;
}

.header .fila-inf2 a {
    font-size: 15px;
    color: black;
    text-decoration: none;
    margin: 0 15px;
}

.header .fila-inf2 a:hover {
    text-decoration: underline;
}


.header .contenedor {
    float: right;
    padding: 20px;
}

.header i {
    font-style: normal;
}

/* header mobile */

@media (max-width: 768px) {
    .header-container {
        background-color: white;
        position: fixed;
    }

    .header-container.cs {
        background-color: lightseagreen;
        height: 43px;
        position: fixed;
    }

    .by.mg {
        margin-top: 111px;
    }

    .header .col-20 {
        flex: 0 0 50%;
        margin: 0;
    }

    .header .burger {
        display: block;
        padding: 0;
    }

    .header .redes {
        padding-top: 10px;
        border-top: 2px solid grey;
    }

    .header .contenedor {
        padding: 0.5rem;
    }

    .header .icons {
        float: right;

    }

    .header .logo {
        background-image: url(../../images/logo.png);
        height: 80%;
        float: right;
        position: absolute;
        right: 20px;
    }

    .header .offcanvas-title {
        border-bottom: 2px solid black;
    }

    .header .name {
        display: none;
    }

    .header .qr {
        display: block;
    }

    .header .lupa {
        margin-left: 1rem;
        display: block;
    }

    .header .buscador {
        display: none;
    }

    .header .contacto {
        display: none;
    }

    .header {
        width: 100%;
    }

    .header .fila-full {
        display: none;
    }

    .header .fila-inf2 {
        display: none;
    }

}


/* body */

.by {
    width: 100%;
}

.by.mg {
    margin-top: 91px;
}


.banner {
    background-image: url(../../images/Abuelos-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}

.border-banner {
    background-image: url(../../images/ola.svg);
    border-radius: 20%;
}

.text-banner {
    background-size: 300px;
    background-image: url(http://66.97.37.141/~amaneceres/wp-content/uploads/2021/10/deco_1.fw_-1.png);
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Merriweather', Georgia, "Times New Roman", serif;
    text-align: center;
    padding-top: 200px;
    color: white;
    font-size: 70px;
    letter-spacing: 5px;
    line-height: .2em;
}

.text-banner h2 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 1.5em;
}

.button {
    width: 130px;
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #15c39a;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 23px;
    margin: 0 auto;
    display: inline-block;
}

.button a {
    color: white;
    text-decoration: none;
}

.max-w{
    max-width: 1200px;
    margin: auto;
}
.nosotros {
    margin: 0 auto !important;
}
.top {
    margin: 0;
    padding: 30px;
}

.top .title-nos {
    font-size: 36px;
    font-weight: 100;
    text-align: center;
}

.top .subtitle {
    font-size: 17px;
    color: lightsalmon;
    font-weight: 400;
    text-align: center;
}

.top .text-nos {
    font-size: 15px;
    font-weight: 400;
}

.image-nosotros {
    background-image: url(../../images/AMANECER-57-scaled.jpg);
    background-position: center center;
    background-size: cover;
    border-radius: 50px;
    width: 450px;
    height: 270px;
    float: right;
}

.button2 {
    width: 130px;
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #15c39a;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 23px;
    margin: 0 auto;
}

.button2 a {
    color: white;
    text-decoration: none;
}

.down {
    display: flex;
    justify-content: space-evenly;
}

.box {
    box-shadow: 0px 10px 60px 0px rgba(1, 33, 92, 0.1);
    width: 320px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 100px;
}

.image1-down {
    background-image: url(../../images/image1-down.jpg);
    background-position: center center;
    background-size: cover;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.down h2 {
    font-family: 'Merriweather', Georgia, "Times New Roman", serif;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.textdown1 {
    font-weight: 100;
    font-size: 17px;
    text-align: center;
    line-height: 28px;
}

.image2-down {
    background-image: url(../../images/image2-down.jpg);
    background-position: center center;
    background-size: cover;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.image3-down {
    background-image: url(../../images/image3-down.jpg);
    background-position: center center;
    background-size: cover;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* seccion destacado */
.destacado{
    margin: 0 auto;
    padding-bottom: 100px;
}

.title-destacado {
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 5px;
}

.text-destacado {
    font-weight: 200;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
}

.titulos-destacado {
    font-family: 'Merriweather', Georgia, "Times New Roman", serif;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
}

.descripcion {
    font-family: 'Merriweather', Georgia, "Times New Roman", serif;
    font-weight: 100;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}

.file1d{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 60px;
}

.file2d{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.img-medico {
    background-image: url(../../images/medico.png);
    background-position: center center;
    background-size: cover;
    width: 80px;
    height: 80px;
    margin: 30px;
}

.img-enfermeria {
    background-image: url(../../images/enfermeria.png);
    background-position: center center;
    background-size: cover;
    width: 80px;
    height: 80px;
    margin: 30px;
}

.img-covid {
    background-image: url(../../images/covid19.png);
    background-position: center center;
    background-size: cover;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.img-tranqui {
    background-image: url(../../images/tranquilidad.png);
    background-position: center center;
    background-size: cover;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

/* seccion fotografías */


.fotos {
    display: flex;
    justify-content: space-evenly;
}


.text-fotos {
    text-align: center;
    padding-bottom: 50px;
}

.text-fotos h2 {
    font-weight: 100;
    font-size: 40px;
    line-height: 40px;
}

.text-fotos h3 {
    font-size: 20px;
    line-height: 25px;
    color: salmon;
}

.habitaciones {
    background-image: url(../../images/habitaciones.jpg);
    background-position: center top;
    background-size: 364px;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 60px 0px rgba(1, 33, 92, 0.1);
    width: 320px;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 200px;
    border-radius: 50px;
}

.salas {
    background-image: url(../../images/comedor.jpg);
    background-position: center top;
    background-size: 320px;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 60px 0px rgba(1, 33, 92, 0.1);
    width: 320px;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 200px;
    border-radius: 50px;
}

.calefaccion {
    background-image: url(../../images/calefaccion.jpg);
    background-position: center top;
    background-size: 368px;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 60px 0px rgba(1, 33, 92, 0.1);
    width: 320px;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 200px;
    border-radius: 50px;
}
.fotos h3,h4 {
    text-align: center;
    margin-top: 180px;
}

.fotos h3 {
    font-family: 'Merriweather', Georgia, "Times New Roman", serif;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.fotos h4 { 
    font-family: 'Merriweather', Georgia, "Times New Roman", serif;
    font-weight: 100;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
}

.cuadrilla {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.foto1 {
    background-image: url(../../images/foto1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    margin: 30px;
}

.foto2 {
    background-image: url(../../images/foto2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    margin: 30px;
}
.foto3 {
    background-image: url(../../images/foto3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    margin: 30px;
}
.foto4 {
    background-image: url(../../images/foto4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    margin: 30px;
}
.foto5 {
    background-image: url(../../images/foto5.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    margin: 30px;
}
.foto6 {
    background-image: url(../../images/foto6.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    margin: 30px;
}
.foto7 {
    background-image: url(../../images/foto7.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    margin: 30px;
}
.foto8 {
    background-image: url(../../images/foto8.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    margin: 30px;
}
.foto9 {
    background-image: url(../../images/foto9.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    margin: 30px;
}
.foto10 {
    background-image: url(../../images/foto10.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    margin: 30px;
}

.foto11 {
    background-image: url(../../images/foto1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    margin: 30px;
}

.foto12 {
    background-image: url(../../images/foto2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    margin: 30px;
}

.contacto {
    box-shadow: 0px 10px 60px 0px rgba(1, 33, 92, 0.1);
    background-color: #f9f9f4!important;
    width: 80%;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;

}
.text-contact {
    text-align: center;
    padding-bottom: 30px;
}

.text-contact h2 {
    font-size: 30px;
    font-weight: 500;
}

.text-contact h3 {
    font-family: 'Merriweather', Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 200;
}

.info-contact {
    text-align: center;
}

.info-contact h5 {
    font-weight: 400;
}

.info-contact h6 {
    line-height: revert;
    font-weight: 400;
}
.correo, .telefono, .ubicacion, .administracion, .internacion {
    padding-bottom: 20px;
}
.img-correo {
    width: 40px;
    height: 33px;
    margin: 0 auto;
    background-color: #f5ba6a;
    border-radius: 50px
}

.img-telefono {
    width: 40px;
    height: 33px;
    margin: 0 auto;
    background-color: #cc6b59;
    border-radius: 50px
}

.img-ubicacion {
    width: 40px;
    height: 33px;
    margin: 0 auto;
    background-color: #15c39a;
    border-radius: 50px
}

.img-admin {
    width: 40px;
    height: 33px;
    margin: 0 auto;
    background-color: #0c71c3;
    border-radius: 50px
}

.img-internacion {
    width: 40px;
    height: 33px;
    margin: 0 auto;
    background-color: #8300e9;
    border-radius: 50px
}

.formulario {
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

label {
    display: block;
    margin-top: 10px;
    color: #333;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.formulario .button2{
    width: 103px;
}


/* body mobile */

@media  (max-width: 768px) {
    .banner {
        height: 400px; 
    }

    .text-banner {
        padding-top: 100px; 
        font-size: 40px; 
        text-shadow: 2px 1px black;
    }

    .text-banner h2 {
        font-size: 14px; 
    }

    .button {
        width: 100px; 
        padding: 10px 14px; 
        font-size: 11px; 
        text-shadow: none;
    }

    .image-nosotros {
        width: 100%; 
        height: 200px; 
        float: none; 
        margin: 20px 0; 
    }

    .down {
        flex-direction: column; 
        align-items: center; 
    }

    .box {
        width: 80%; 
        margin-bottom: 20px; 
    }

    .file1d, .file2d {
        flex-direction: column; 
        align-items: center; 
    }

    .fotos {
        flex-direction: column; 
        align-items: center; 
    }

    .habitaciones, .salas, .calefaccion {
        width: 80%;
        margin-bottom: 20px; 
    }

    .salas {
        background-size: 340px;
    }

    .salas h3 {
        margin-top: 200px;
    }
    .cuadrilla {
        flex-direction: column; 
        align-items: center; 
    }

    .foto1, .foto2, .foto3, .foto4, .foto5, .foto6, .foto7, .foto8, .foto9, .foto10, .foto11, .foto12 {
        width: 60%; 
        margin: 10px 0; 
    }
}





