@media (min-width: 1100px){
    #gec-container-fluid{
        width: 1024px;
    }
}

@media (min-width: 960px) and (max-width: 1099px){
    #gec-container-fluid{
        width: 960px;
        padding: 15px;
    }

    .gec-consulta-handle-on{
        right: 15px;
    }
    .gec-consulta-handle-off{
        right: 15px;
        top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 959px){
    #gec-container-fluid{
        width: 768px;
        padding: 10px;
    }
    .gec-consulta-form-group-col1{
        padding-right: 10px;
    }
    .gec-consulta-form-group-col2{
        padding-left: 5px;
        padding-right: 5px;
    }
    .gec-consulta-form-group-col3{
        padding-left: 10px;
    }

    .gec-consulta-handle-on{
        right: 10px;
    }
    .gec-consulta-handle-off{
        right: 10px;
        top: 10px;
    }

    .gec-pasos-view > h1{
        font-size: 17px;
        font-family: 'FSJoey-Medium';
    }

    #gec-container{
        margin-top: 50px;
    }
    
}

@media (min-width: 560px) and (max-width: 767px){
    #gec-container-fluid{
        width: 100%;
        padding: 10px;
    }

    #gec-banner h1{
        font-size: 35px;
        line-height: 35px;
    }

    .gec-consulta-form-group-col1,
    .gec-consulta-form-group-col2,
    .gec-consulta-form-group-col3{
        width: 300px;
        float: none;
        padding: 0px !important;
    }

    .gec-consulta-handle-on{
        right: 50%;
        right: calc(50% - (370px / 2));
        right: -moz-calc(50% - (370px / 2));
    }
    .gec-consulta-handle-off{
        right: 10px;
        top: 10px;
    }

    .gec-pasos-view > h1{
        font-size: 17px;
        font-family: 'FSJoey-Medium';
    }

    #gec-consulta-cont > h2{
        text-align: left;
        font-size: 19px;
        line-height: 18px;
    }

    #gec-container{
        margin-top: 50px;
    }
    .gec-consulta-cont-open{
        max-height: 1000px;
    }
    #gec-container > h2{
        font-size: 22px;
    }
    #gec-container > p{
        font-size: 16px;
    }
    #gec-container > ul > li{
        font-size: 16px;
        padding-left: 23px;
        background-size: 15px 15px;
        background-position: 0px 2px;
    }
    #gec-container > h3{
        font-size: 16px;
    }

    #gec-mensaje-error{
        padding: 10px;
        font-size: 16px;
        padding-left: 45px;
    }
    .gec-texto-resultado{
        font-size: 16px;
    }
    
}

@media (min-width: 230px) and (max-width: 559px){
    #gec-container-fluid{
        width: 100%;
        padding: 10px;
    }

    #gec-banner h1{
        font-size: 31px;
        line-height: 30px;
    }
    
    .gec-consulta-form-group-col1,
    .gec-consulta-form-group-col2,
    .gec-consulta-form-group-col3{
        width: 300px;
        float: none;
        padding: 0px !important;
    }

    .gec-consulta-handle-on{
        width: 300px;
        right: 50%;
        right: calc(50% - (300px / 2));
        right: -moz-calc(50% - (300px / 2));
    }
    .gec-consulta-handle-off{
        right: 50%;
        right: calc(50% - (30px / 2));
        right: -moz-calc(50% - (30px / 2));
        top: 10px;
    }
    #gec-consulta-handle h1{
        padding-left: 35px;
        padding-bottom: 2px;
        font-family: 'FSJoey-Medium';
    
        font-size: 18px;
        line-height: 15px;
        background-size: 25px 25px;
        background-position: 0px center;
    }

    .gec-pasos-view > h1{
        font-size: 16px;
        font-family: 'FSJoey-Medium';
    }
    .gec-pasos-view p{
        font-size: 15px;
    }

    #gec-consulta-cont > h2{
        text-align: center;
        font-size: 18px;
        line-height: 16px;
        margin-top: 40px;
    }

    #gec-container{
        margin-top: 70px;
    }
    .gec-consulta-cont-open{
        max-height: 1200px;
    }
    #gec-container > h2{
        font-size: 21px;
    }
    #gec-container > p{
        font-size: 15px;
    }
    #gec-container > ul > li{
        font-size: 15px;
        padding-left: 23px;
        background-size: 15px 15px;
        background-position: 0px 2px;
    }
    #gec-container > h3{
        font-size: 15px;
    }
    .gec-mensaje-error{
        font-size: 15px;
    }
    #gec-mensaje-error{
        padding: 7px;
        font-size: 15px;
        padding-left: 45px;
    }
    .gec-texto-resultado{
        font-size: 15px;
    }
}