﻿/*XTRA-Small devices (landscape phones, 576px and up)*/
@media (min-width: 0px) and (max-width: 575.8px) {
    .banner {
        height: 70px;
    }
        .banner img {
            max-width: 139px;
            padding-top: 7px;
        }
    .formulario h1 {
        padding-top: 14%;
        padding-bottom: 10%;
    }
    .formulario {
        padding-left: 20px;
    }
    #Contenedor form {
        max-width: 100% !important;
    }
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner img{
        max-width:100px;
    }
    .banner h1 {
        font-size: 25px;
        padding-top: 45%;
    }
    .banner h2 {
        font-size: 13px;
    }
    .formulario h1 {
        padding-top: 4%;
        font-size: 25px;
    }
    #Contenedor form {
        max-width: 90% !important;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner img
    {
        max-width:150px;
    }
    .banner h1{
        font-size:32px;
    }
    .formulario h1{
        padding-top:15%;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) and (max-width:1311px) {
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
