/* Large Devices (Desktops & Laptops) */

@media (min-width: 1350px) and (max-width: 1749px){
    /* Contacto */
    #form-content h3{
        font-size: 2.5em;
    }
    .form-label {
        font-size: .8em;
    }
    .form-label-msg {
        font-size: .8em;
    }
}

@media (min-width: 1200px) and (max-width: 1349px){
    /* Contacto */
    #form-content h3{
        font-size: 2.5em;
    }

    .form-label {
        font-size: .7em;
    }
    .form-label-msg {
        font-size: .7em;
    }
}

/* Medium Devices (Landscape Tablets & Medium Desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Contacto */
    #form-content h3{
        font-size: 2.5em;
    }
    .form-label {
        font-size: .7em;
    }
    .form-label-msg {
        font-size: .7em;
    }
}

/* Small Devices (Portrait Tablets & Small Desktops) */
@media (min-width: 768px) and (max-width: 991px) {
    /* Contacto */
    #form-content h3{
        font-size: 2.5em;
    }
    .form-label {
        font-size: .6em;
    }
    .form-label-msg {
        font-size: .6em;
    }
}

/* Extra Small Devices (Landscape Phones & Portrait Tablets) */
@media (min-width: 601px) and (max-width: 767px){
    /* Contacto */
    #form-content h3{
        font-size: 2em;
    }
    .form-label {
        font-size: .6em;
    }
    .form-label-msg {
        font-size: .6em;
    }

    /* Footer */
    #data-content {
        border-right: 0;
    }
}

@media (min-width: 481px) and (max-width: 600px){
    /* Contacto */
    #form-content h3{
        font-size: 1.5em;
    }
    #form-content h5 {
        font-size: 1em;
    }
    .form-label {
        font-size: 1em;
        text-align: left;
    }
    .form-label-msg {
        font-size: 1em;
        text-align: left;
    }

    /* Footer */
    #data-content {
        border-right: 0;
    }
}

/* Extra Small Devices (Smaller Devices) */
@media (max-width: 480px){
    /* Contacto */
    #form-content h3{
        font-size: 1.2em;
    }
    #form-content h5 {
        font-size: .8em;
    }
    .form-label {
        font-size: 1em;
        text-align: left;
    }
    .form-label-msg {
        font-size: 1em;
        text-align: left;
    }

    /* Footer */
    #data-content {
        border-right: 0;
    }
}

/* Extra Small Devices (Smaller Devices) */
@media (max-width: 320px) {
    /* Contacto */
    #form-content h3{
        font-size: 1em;
    }
    #form-content h5 {
        font-size: .6em;
    }

    .form-label {
        font-size: 1em;
        text-align: left;
    }
    .form-label-msg {
        font-size: 1em;
        text-align: left;
    }

    /* Footer */
    #data-content {
        border-right: 0;
    }
}
