.tituloPagina {
    font-size: 50px;
    line-height: 45px;
    color: #dee0df;
    letter-spacing: 6px;
    font-weight: 500;
    padding-bottom: 15px;
}

.subtituloPagina {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    line-height: 40px;
    font-style: italic;
    color: #dee0df;
    padding-top: 8px;
}

.tituloSeccion {
    padding-bottom: 10px;
    color: #dee0df;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.05px;
    text-transform: uppercase;
}

.subtituloSeccion {
    color: #dee0df;
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
    padding-bottom: 20px;
}

.subtituloSeccionLight {
    color: #dee0df;
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    padding-bottom: 20px;
}

.textoSeccion {
    color: #dee0df;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding-bottom: 15px;
}

.colorRosa{
    color: #e00095;
}

.textoBlanco {
    color: #fff;
}

.textoCentrado {
    text-align: center;
}

.letraAMano {
    font-family: 'Allura', sans-serif
}

.precioMenu {
    color: #dee0df;
    font-size: 28px;
    line-height: 34px;
}

.botonPuntoMX {
    color: #dee0df;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 6px;
    border-bottom: 1px solid #dee0df;
    border-bottom-width: 25%;
    padding-bottom: 5px;
}

.botonPuntoMX:hover {
    color: #b4006f;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 6px;
    border-bottom: 1px solid #b4006f;
    border-bottom-width: 100%;
    padding-bottom: 5px;
}


/*--- ELEMENTOS DEL FOOTER ---*/

.tituloFooter {
    padding: 15px 0 0 0;
}

.footer_top p {
    font-size: 14px;
    line-height: 18px !important;
  }

  .footer_top a {
    font-family: "Exo 2", sans-serif;
    font-size: 13px;
    letter-spacing: 3.1px;
    line-height: 23px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
}

  .datosDireccion {
    padding-top: 15px;
  }

  .logoFooter {
    width: auto !important;
    height: 50px !important;
}


/* ----- ALTO DEL FOOTER BOTTOM ------ */

.footer_bottom {
    display: table-cell;
    font-size: 12px;
    line-height: 22px;
    height: 0px;
    width: 1%;
    vertical-align: middle;
}

/* ---FORMULARIO DE CONTACTO --- */

/* --- MENSAJES ERROR Y OK EN CONTACT FORM 7 --- */

.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #ea5854 !important;
    text-transform: none !important;
    font-size: 13px !important;
}

span.wpcf7-not-valid-tip {
    color: #ea5854;
    font-size: 1em;
    font-weight: 600;
    display: block;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #b5aa00 !important;
    text-transform: none !important;
    font-size: 13px !important;
}


/* ----- CONTACTO EN 2 COLUMNAS ----- */

#responsive-form{
 max-width:600px;
 margin:0 auto;
        width:100%;
}

.form-row{
 width: 100%;
}

.column-half, .column-full{
 float: left;
 position: relative;
 padding: 0.65rem;
 width:100%;
 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}

.clearfix:after {
 content: "";
 display: table;
 clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
    .column-half{
    width: 50%;
    }
}


/* ---- Página Política de Privacidad ---- */


.tituloPaginaLegal{
    color: #dee0df;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-style: normal;
    font-weight: 700;
    margin-top: 50px;
    padding-bottom: 15px;
}

.subtituloPaginaLegal{
    color: #dee0df;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 12px;
    padding-top: 25px;

}

/*--- MENÚ MOBILE ---*/

@media only screen and (max-width: 1024px) { 
    .header_bottom {
        display: none;
    }
}

.datosContactoMenuUno {
    margin-top: 35px;
}

.datosContactoMenuUno, .datosContactoMenu {
    font-size: 14px;
    line-height: 15px; 
    
}

.enlacesMenuMobile {
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 18px; 
}

#mobmenuleft li a {
    line-height: 0em !important;
}