#contactos_menu{
    top:0px;
    left:0px;
    width: 100%;
    height: 100px;
    background-color:#0095ce;
}
#map{
    position:relative;
    width: 100%;
    height: calc(60vh - 100px);
}
#contactos_info{
    position:relative;
    width: 100%;
    height: 30vh;
    display:inline-block;
    background-color: #0095ce;
}
#contactos_info_container{
    position:relative;
    margin:0 auto;
    width: 80%;
    height: 200px;
    top:25px;
}
#contactos_info_1{
    position:relative;
    height:100%;
    width: 33%;
    float:left;
    display:block;
}
#contactos_info_2{
    position:relative;
    height:100%;
    width: 33%;
    float:left;
}
#contactos_info_3{
    position:relative;
    height:100%;
    width: 34%;
    float:left;
}
.contactos_span{
    position:relative;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    height: 25%;
    vertical-align: middle;
}
.contactos_table{
    position:relative;
    width:100%;
    display:table;
    height:100%;
}
@media screen     
    and (max-width: 780px){
#contactos_menu{
    top:0px;
    left:0px;
    width: 100%;
    height: 100px;
    background-color:#0095ce;
}
#map{
    position:relative;
    width: 100%;
    height: calc(100vh - 100px);
}
#contactos_info{
    position:relative;
    width: 100%;
    height: auto;
    display:inline-block;
    background-color: #0095ce;
}
#contactos_info_container{
    position:relative;
    margin:0 auto;
    width: 100%;
    margin-top:2px;
    top:0px;
    height: auto;
}
#contactos_info_1{
    position:relative;
    height:100%;
    width: 100%;
    float:none;
    display:block;
    margin-top:5%;
}
#contactos_info_2{
    position:relative;
    height:100%;
    width: 100%;
    float:none;
    margin-top:5%;
}
#contactos_info_3{
    position:relative;
    height:100%;
    width: 100%;
    float:none;
    margin-top:5%;
}
.contactos_span{
    position:relative;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    height: 25%;
    vertical-align: middle;
}
.contactos_table{
    position:relative;
    width:100%;
    display:table;
    height:auto;
}
    }

