/* OTRAS APLICACIONES GENERALES */
.text-center {
    text-align: center;
}

.medium-width {
    width: 50%;
}

.gilda-font {
    font-family: 'Gilda Display', Times, serif;
}

.main-title-container {
    padding: 50px 0;
    width: 100%;
    display: block;
    justify-content: center;
    text-align: center;
}

.main-title {
    font-size: 40px;
    font-weight: lighter;
    letter-spacing: 3px;
}

.main-title:after {
    content: "";
    display: block;
    height: 0.2ex;
    width: 80px;
    margin: 0 auto;
    border-bottom: 1px solid #231f20;
}

.rule:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 1px;
    border-bottom: 1px solid #231f20;
}

.rule.rule-32:after { width: 32px; }
.rule.rule-48:after { width: 48px; }
.rule.rule-64:after { width: 64px; }
.rule.rule-80:after { width: 80px; }
.rule.rule-96:after { width: 96px; }
.rule.rule-golden:after { border-color: #2ED8C3; }

.section-content {
    max-width: 1200px;
    margin: 0 auto 2em;
}

.section-content p {
    color: #878787;
}

.section-content li {
    margin-left: 50px;
    line-height: 24px;
    padding: 5px 0;
}

a[rel=external] {
    background: url('https://mdn.mozillademos.org/files/12982/external-link-52.png') no-repeat 100% 0;
    background-size: 16px 16px;
    padding-right: 19px;
}

.menu a[rel=external] {
    background: none;
    background-size: 0;
    padding-right: 0;
}

p.lead {
    font-size: 14px;
}

p.lead:after {
    content: "";
    display: block;
    width: 40px;
    height: 1ex;
    border-bottom: 1px solid #231f20;
    margin: 0 auto;
}

/* RESERVA TELEFÓNICA */
.phone-booking {
    background-color: #f9f9f9;
}

.phone-booking-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 50px 20px;
    max-width: 1200px;
    line-height: 30px;
}

.phone-booking-question {
    width: 70%;
}

.phone-booking h2 {
    color: #2ED8C3;
    font-weight: 500;
    line-height: 1.8em;
}

.callcenter {
    background: transparent url(../img/icons/phone.svg) no-repeat left center;
    background-size: 50px;
    margin-bottom: 15px;
}

.whatsapp {
    background: transparent url(../img/icons/whatsapp.png) no-repeat left center;
}

.phone-booking-callcenter .contactos {
    margin-left: 80px;
}

.phone-booking-contact .contactos a {
    text-decoration: none;
    color: inherit;
}

.phone-booking-contact .contactos a:hover {
    text-decoration: underline;
}

/* Extras */
.social-media {
    text-align: center;
    padding: 0;
    color: #231f20;
    line-height: 50px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    /* RESERVA TELEFÓNICA */
    .phone-booking-content {
        margin: 10px 40px;
        padding: 20px 0;
        text-align: center;
    }

    .phone-booking-question {
        width: 100%;
        margin-bottom: 5%;
    }

    .phone-booking-callcenter {
        width: 240px;
        display: block;
        margin: 0 auto;
    }
}
