﻿
@media (max-width: 1600px) {
    .contact-timetable-wrapper {
        line-height: normal;
        padding: 4vw;
        font-size: 1.3vw;
    }
}

@media (min-width: 1600px) {
    .contact-timetable-wrapper {
        line-height: normal;
        padding: 4vw;
        font-size: 1vw;
    }
}

.contact-background {
    background-image: url("../images/mapa.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.contact-content {
    font-size: 1.4vw;
    padding: 1.5vw;
    width: 20vw;
    position: fixed;
    top: 2em;
    right: 2em;
    background-color: #E7807B;
    box-shadow: -1px -1px 9px 0px #333;
}

@media (max-width: 1600px) {
    .contact-overlay {
        float: right;
        margin-left: 28%;
        width: 72%;
        height: 100%;
        position: absolute;
        cursor: pointer;
    }
}

@media (min-width: 1600px) {
    .contact-overlay {
        float: right;
        margin-left: 22%;
        width: 78%;
        height: 100%;
        position: absolute;
        cursor: pointer;
    }
}

.info-badge {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    padding-bottom: 2vw;
}

.contact-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 24vw;
    overflow: scroll;
}
.mobile-contact-overlay {
    height: 60%;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.mobile-contact-container {
    position: relative;
    box-shadow: -1px -1px 9px 0px #333;
    min-height: 30em;
    font-size: 4vw;
}
.mobile-contact-content {
    float: right;
    font-size: 3vw;
    padding: 1.5vw;
    width: 30vw;
    margin-top: 2em;
    margin-right: 2em;
    background-color: #E7807B;
    box-shadow: -1px -1px 9px 0px #333;
}
.mobile-contact-timetable-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 2em;
    padding-bottom: 2em;
    line-height: normal;
}
