﻿body {
}

/*TURNO*/

.contenedormapa {
    display: flex;
    height: 150%;
    padding: 20px;
}
.contacto {
    width: 76%;
    filter: drop-shadow(2px 4px 6px black);
}

.contacto1 {
    color: white;
    height: 100%;
    padding: 14px;
}

.contacto2 {
    filter: drop-shadow(2px 4px 6px black);
    color: white;
    height: 400px;
}
.texto4 {
    font-family: 'Baskerville Old Face';
    font-size: 15px;
    text-decoration: unset;
    margin-left: 0%;
}

    .texto4:before {
        content: "\260e";
        margin-right: 0.5em;
    }

.ancho{
    width:100px;
}
.numerotelefono {
    font-family: 'Baskerville Old Face';
    font-size: 15px;
    text-decoration: unset;
    margin-left: 0%;
}

    .numerotelefono:before {
        content: "\260e";
        margin-right: 0.5em;
    }


    .textotitu {
        font-size: xx-large;
        margin-left: 10%;
        color: aqua;
    }

.titulo3 {
    height: 10%;
    padding: 28px;
}


.fono {
    font-family: Baskerville-Normal;
    font-size: 13px;
    color: white;
    margin-left: 0%;
}

.textogrilla2 {
    font-size: small;
    width:100%;
    height:100%;
    
}

.bordegrilla {
    border-bottom: thin;
}

@media (max-width:700px) {
    .titulo3 {
        height: 10%;
        padding: 9px;
    }

    .contenedormapa {
        height: 100%;
        display: revert;
    }

    .contacto1 {
        color: white;
        font-size: 12px;
        padding: 2%;
        width: auto;
        height: 9%;
    }

    .contac {
        display: none;
    }

    #ContentPlaceHolder1_Label4 {
        margin-top: -18%;
        display: block;
    }


    .fono {
        font-family: Baskerville-Normal;
        font-size: 13px;
        color: white;
        margin-left: 0%;
        display: block;
        margin-top: -18%;
    }

    .dire {
        margin-top: -13%;
        display: block;
    }

    .dire2 {
        margin-top: -8%;
        display: block;
    }

    .dire3 {
        margin-top: -6%;
        display: block;
    }

    .contacto2 {
        height: 100%;
        margin-top: 85%;
    }

    .contacto {
        width: 100%;
        filter: drop-shadow(2px 4px 6px black);
        overflow: auto;
    }

    .textogrilla2 {
        font-size: small;
        width: 50%;
        height: 100%;
    }

    .texto4 {
        display: block;
        margin-top: -18%;
    }

    .ancho {
        width: 100px;
    }
    .numerotelefono{
        width:100%;
    }
}