﻿.contacto {
    background-color: #F2F2F2;
    width: 100%;
    height: 100vh;
    position: relative;
}

.contacto__two-images {
    width: 1190px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 56vw;
}

.contacto__img-left-img {
    width: 680px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
}



.contacto__img-right-img {
    width: 700px;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    margin: auto;
}

.contacto__info {
    position: absolute;
    width: 470px;
    z-index: 2;
    bottom: 24vw;
    right: 52px;
}

.contacto__info-text {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: ToyotaType-Regular;
    width: 100%;
    line-height: 1.4rem;
    text-align: center;
    margin-bottom: 22px;
}

.button--calendario {
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:1100px) {
    .contacto__img-right-img {
        width: 54%;
    }

    .contacto__img-left-img {
        width: 63%;
    }

    .contacto__two-images {
        width: 90%;
    }

    .contacto__info {
        width: 32%;
        right: 4%;
        bottom: 20vw;
    }

    .contacto__info-text {
        font-size: 0.875rem;
    }
}

@media(max-width:768px) {
    .contacto__two-images {
        width: 75%;
    }

    .contacto__img-right-img {
        width: 100%;
        top: 30%;
    }

    .contacto__img-left-img {
        width: 100%;
        bottom: 95%;
    }

    .contacto__info {
        width: 90%;
        bottom: 5vw;
    }
}

@media(max-width:500px) {
    .contacto__two-images {
        width: 90%;
        height: 71vw;
    }

    .contacto__img-right-img {
        height: 95vw;
    }

    .contacto__img-left-img {
    }

    .contacto__info {
        bottom: -7vw;
    }

    .contacto__info-text {
        font-family: DecimaMonoPro;
        font-size: 1.125rem;
    }
}
