/* Contacto flotante compartido por las tres páginas de eventos. */
section.contact-map-section {
    position: relative !important;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 620px;
    padding: 116px 0 20px !important;
    margin: 0;
    overflow: hidden;
    background: #e9e9e9;
    z-index: 1;
}

section.contact-map-section .contact-map-background {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

section.contact-map-section .contact-map-background iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

section.contact-map-section .contact-card {
    position: relative !important;
    top: auto;
    left: auto;
    transform: none;
    width: 500px;
    max-width: calc(100% - 40px);
    margin: 0 0 0 10%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

section.contact-map-section .contact-card .section-heading {
    margin-bottom: 25px;
}

section.contact-map-section .contact-card .section-heading h2 {
    color: #303030;
    font-size: 30px;
    margin-bottom: 5px;
}

section.contact-map-section .contact-card .section-heading p {
    color: #707070;
    font-size: 16px;
    line-height: 1.5;
}

section.contact-map-section .contact-card .contact-form-area {
    margin-bottom: 0 !important;
}

section.contact-map-section .contact-card .form-group {
    margin-bottom: 15px;
}

section.contact-map-section .contact-card .form-control {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #303030;
    height: 46px;
    margin-bottom: 0;
    padding: 10px 18px;
}

section.contact-map-section .contact-card textarea.form-control {
    height: 105px;
    resize: vertical;
}

section.contact-map-section .contact-card .alazea-btn {
    margin-top: 2px;
}

/* Tablet */
@media only screen and (max-width: 991px) {
    section.contact-map-section {
        height: auto;
        min-height: 700px;
        padding: 130px 0 200px !important;
    }
    section.contact-map-section .contact-card {
        top: auto;
        left: auto;
        transform: none;
        margin: 0 auto;
        width: 520px;
    }
}

@media only screen and (max-width: 767px) {
    section.contact-map-section {
        min-height: 760px;
    }
    section.contact-map-section .contact-card {
        width: calc(100% - 30px);
        max-width: none;
        padding: 28px 22px;
        border-radius: 10px;
    }
    section.contact-map-section .contact-card .section-heading h2 {
        font-size: 26px;
    }
    section.contact-map-section .contact-card .section-heading p {
        font-size: 15px;
    }
    section.contact-map-section .contact-card textarea.form-control {
        height: 95px;
    }
}
