#header {
    background-image: url(images/balneario-día.jpg); background-repeat: no-repeat;
    background-size:cover;
}
#menu {
    color: #000000;
    letter-spacing: 0.3em;
    vertical-align: bottom !important;
    font-size:1.72rem;
    text-align:right;
    width:98%;
    text-shadow: 2px 2px 9px #ffffff, -2px -2px 2px #ffffff ,2px -2px 2px #ffffff, -2px 2px 2px #ffffff;
   font-weight: 900;
    line-height: 138%;
    margin-top: 18px;
    margin-bottom: 12px;
    display:flex;
    justify-content: flex-end;
    flex-flow: row wrap;
}
text-intro-container{
}

a.menu{
    text-decoration:none;
    color: #000000;
    font-weight: 1000;
    padding-left:12px;
    padding-right:12px;
}
#menu a:hover
{
    color: #ffffff;
    text-shadow: 1px 1px 3px #000000, -1px -1px 3px #000000, 2px -1px 5px #000000;

}
logos {
    display: flex;
    grid-template-columns: auto 262px;
    justify-content: space-between;
    margin-left: 22px;
}

logos > div {
}
#div-logo-miramar{
    width:188px;
    display: block;
    margin: 0 auto;
    margin-right:1%;
    text-align: center;
    font-size:1.94rem;
    text-shadow: 1px 1px 9px white;
    font-style:italic;
    font-family: georgia;
    font-weight:bold;
    margin-top:22px;
}
#logo-miramar{
    width:170px;
}


body{
    padding:0;
    margin:0 !important;
}
.grid-container > div {
    /*  background-color: rgba(25, 255, 255, 0.8);
      text-align: center;*/
    padding: 17px 0 ;


}
#textIntro{
    font-size:1.33rem;
    font-weight:bold;
    color: #061e33;
    font-family: arial, georgia, "Times New Roman", Times, serif;
    /*text-shadow: 0.6px 0.3px 3px #000000, -1px -1px 3px #000000, 0.9px -1px 3px #000000, 2px 2px 4px #000000, -1px 1px 4px #000000;*/
    line-height: 167%;
    letter-spacing: 0.05em;
    font-style: italic;
    margin-right:474px  ;
    margin-left:27px;
    /*background:brown;*/
    padding-bottom:24px;
}

footer{
    margin-top:188px;
    margin-bottom: 83px;
    text-align:center; font-size: 1.55rem; font-weight: bold;
}
.contacto{
    vertical-align:middle !important;
    margin-bottom:18px;
}
.redes > img a{
    width:4px !important;
}


.servicios{
    display: flex;
    width:100%;
    flex-flow: row wrap;
    margin: 12px 0 48px 0;
    justify-content:center;
}

.servicios > div {
    background-color: #d5d9f8;
    margin: 14px;
    padding: 20px;
    font-size: 2.2rem;
    text-align: left;
    font-family: tahoma, verdana, arial,helvetica;
    border-radius: 11px;
    width:360px;
    line-height: 138%;
}
.imagen_servicios{
    width:348px;
    text-align: center
}
.tit_itemsServicios{
    font-weight: bold;
    text-align: center;
    /*margin-bottom: -11px;*/
}
.titulo_secciones{
    font-family: Courgette;
    text-align:center;
    font-size: 1.7rem;
    font-weight: bold;
}

.ul_serv{
    margin-left:-24px;
}
li:not(:last-child) {
    margin-bottom: 7px;
}

.reformas{
    /*margin-left: 159px;*/
    display: inline-block;
    text-align: left;
    font-size: 1.55rem;
}

ubicacion{
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width:80%
}

ubicacion > div{
    margin:0 auto ;
    margin-top: 21px;
    margin-bottom:12px;
    font-size:1.55rem;
    line-height:147%;
    text-align: center;

}

#logo{
    width:383px;
}


arriba{
    background:#333;
    width:100%;
}
.up{
    width:38px;
    display: block;
    margin-left: auto;
    margin-right:5%;
}

@media screen and (max-width: 1692px) {
    body {
        padding: 0;
        font-family: tahoma,verdana, arial, helvetica,sans-serif;
    }

}

@media only screen and (min-width: 1092px) {
    .servicios > div {
        font-size: 1rem !important;
        width:245px;
    }
    .imagen_servicios {
        width: 228px;
        /*font-size: 1rem !important;*/

    }
    ubicacion > div {
        font-size: 1.15rem;

    }
    #menu {
        font-size:1.43rem;
    }
    .reformas {
        font-size: 1.15em;
    }

}
@media screen and (min-width: 700px) {
    .servicios > div {
        /*font-size:1.78rem !important;*/
    }
    ubicacion > div {
        font-size: 1.59rem;
        width: 77%;
        line-height:108%
    }
    .reformas{
        font-size:1.49rem;
    }

}
@media screen and (max-width: 1292px) {
    #textIntro {
        margin-right: 192px !important;
    }

}

@media screen and (max-width: 492px) {
    #textIntro {
        margin-right: 14px !important;
        font-size:1.1rem;
    }

    ubicacion > div {
        /*font-size: 1.69rem;*/

        line-height:108%
    }
    .reformas{
        font-size:1.49rem;
    }
}

@media screen and (max-width: 992px) {
    #textIntro {
        margin-right: 154px !important;
        /*font-size:1.2rem;*/
    }
    .refofrmas {
        margin-left:2px;
    }

}
@media screen and (max-width: 800px) {

    servicios > div{
        width:300px !important;
    }
    ubicacion > div {

    }
}