/*/ Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 599px) {
    #logo_flag_container{
        text-align: center;
        display: block;
    }

    #mobile_flag_break{
    display: unset;
}
    #subir_imagenes .modal {
        width: 90%;
        height: 70%;
        max-height: 90%;
    }

    .modal .modal-footer {
        height: 110px;
    }


    .imageContainer {
        height: 188px;
    }
    a.wts_btn {

        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    h3 {
        font-size: 2.5rem;
    }
    .img-container {
        height: 200px;
    }

    #floating_menu {
        bottom: 100px;
    }
    div#feria {
        background-size: initial;
    }
    div#getting-started {
        font-size: 1.5rem;
    }
    .precio_feria_normal {
        font-size: 1.2rem;
    }
    .precio_feria {
        font-size: 1.2rem;
    }
    .cuota_mensual_feria{
        font-size: 1.2rem;
        text-align: center;




    }


}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 600px) and (max-width: 992px) {
body{font-size: 0.9rem}


}

/*/ Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*/ Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}