﻿.mapa{
	height:300px;
	width:300px;	
}
.botonEnviar {
    display: inline-block;
    border-radius: 15px;
    background-color: #FF6600;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    width: 250px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 10px;
}

    .botonEnviar:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
        background-color: #005ed7;
    }

.forma1{
    background-color:white;
}

.textarea1 {
    width: 277px;
    height: 50px;
    border-width: 1px;
    border-color: #a9a9a9;
    color: rgb(127, 115, 115);
}

.form-control {
    color: rgb(127, 115, 115);
    width: 277px;
}

.h2Contacto {
    margin: 10px;
    padding: 8px;
    font-family: 'Open Sans','Helvetica-Neue',Helvetica,sans-serif;
    color: #FF6600;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
}

.wrapContacto {
    margin-top: 10px;
    background: white;
    width: fit-content;
    border-radius:15px;
}

.select1 {
    width: 276px;
}

    @media(min-width:768px) {
        .mapa {
            height: 650px;
            width: 650px;
        }

        .h5class {
            margin: 20px;
            font-size: 25px;
        }

        .pclass {
            font-size: 18px;
            text-align: center;
        }
    }