.bg_contactos {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #368bc9 0%, #195398 100%);
}

.mapouter{position:relative;text-align:right;height:240px;width:600px;}
.gmap_canvas {overflow:hidden;background:none!important;height:240px;width:600px;}

#section0 {
    padding-bottom: 100px;
}

.container_sect1 {
    margin-top: 30px;
    text-align: left;
}

.contact_a a {
    color: #ffffff;
}

.public_indiv {
    background-color: white;
    border-radius: 5px;
    margin: 15px auto;
    text-align: left;
}

.formulario_div {
    width: 100%;
    height: 100%;
    padding: 15px;
}

.input_text {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 10px 15px;
    color: darkgrey;
    margin: 8px 0;

}

.newsletter_form {
    position: relative;
    width: 100%;
}

.btn-group {
    width: 100%;
}

.btn_info:disabled, .btn_info:hover, .btn_info:disabled:hover {
    text-align: left;
    width: 90%;
    background: white;
    cursor: auto;
}

.btn_toggle {
    width: 10%;
}

.dropdown-menu {
    width: 100%;
    height: auto;
}

.textarea_contactos {
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 10px 15px 35px 15px;
    color: darkgrey;
    margin: 8px 0;
    resize: none;
}

#map {
    width: 100%;
    height: 240px;
}

.popupbtn_azul {
    float: none;
    width: 100%;
    outline: none;
    line-height: 29px;
}

#sendContacts .output {
    float: none;
    padding: 5px 0 10px;
    font-weight: 500;
    text-align: center;
}

#sendContacts .dropdown-menu {
    max-width: none;
    left: 0;
}

#sendContacts input:focus, #sendContacts textarea:focus {
    border-color: #003473;
}