h2 {
    /*margin-top: 20px;*/
    font-size: 1.9em;
    text-align: center;
}

#main-content .content {
    text-align: center;
}

#main-content p {
    margin: 0;
}

.telefonos {
    height: auto;
    width: 100%;
    /*min-width: 820px;*/
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.telefonos .contacto {
    float: left;
    padding: 30px 0px;
    text-align: center;
    width: 400px;
}

.telefonos .contacto2 {
    float: left;
    padding: 30px 0px;
    text-align: center;
    width: 400px;
    color: #B83C3C;
}

/*--TERCEROS--*/
h2 {
    font-size: 1.9em;
    text-align: center;
}

h2 span {
    color: #BEBEBE;
}


/*------ RESPONSIVE ------*/
@media only screen and (max-width: 820px) {
    
    h2 {
        font-size: 1.6em;
    }
}