@media all {
    
    #coupones img {
       
        height: 337px;
        object-fit: cover;
        max-width:99%;
        max-height:99%;
        width: 99%;
    }
    
    
    #newsletter small {
        font-size: 80%;
    }
    #newsletter input {
        margin: 0;
        font: inherit;
        color: inherit;
    }
    #newsletter input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    #newsletter input {
        line-height: normal;
    }
    .newsletter_wrapper {
        background-color: white;
        padding: 10px;
        border-radius: 20px;
    }
    @media print {
        *,
        *:before,
        *:after {
            color: #000!important;
            text-shadow: none!important;
            background: transparent!important;
            -webkit-box-shadow: none!important;
            box-shadow: none!important;
        }
        p {
            orphans: 3;
            widows: 3;
        }
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #newsletter *:before,
    #newsletter *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #newsletter input {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }
    #newsletter h4 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }
    #newsletter h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #newsletter h4 {
        font-size: 18px;
    }
    #newsletter p {
        margin: 0 0 10px;
    }
    #newsletter small {
        font-size: 85%;
    }
    #newsletter .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    @media (min-width: 768px) {
        #newsletter .container {
            width: 750px;
        }
    }
    @media (min-width: 992px) {
        #newsletter .container {
            width: 970px;
        }
    }
    @media (min-width: 1200px) {
        #newsletter .container {
            width: 1170px;
        }
    }
    #newsletter label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    }
    .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .btn:focus,
    .btn:active:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
    .btn:hover,
    .btn:focus {
        color: #333;
        text-decoration: none;
    }
    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }
    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
    }
    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 50%;
        margin-bottom: 0;
    }
    .input-group .form-control:focus {
        z-index: 3;
    }
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }
    .input-group-btn {
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
    }
    .input-group .form-control:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .input-group-btn:last-child>.btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap;
    }
    .input-group-btn>.btn {
        position: relative;
    }
    .input-group-btn>.btn:hover,
    .input-group-btn>.btn:focus,
    .input-group-btn>.btn:active {
        z-index: 2;
    }
    .input-group-btn:last-child>.btn {
        z-index: 2;
        margin-left: -1px;
    }
    .container:before,
    .container:after {
        display: table;
        content: " ";
    }
    .container:after {
        clear: both;
    }
}


@media (min-width: 1200px) {
    [class*="span"]{
        margin-left: 0px; 
    }
    
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .span3 {
        width: 22%;
    }
    .span9 {
        width: 70%;
    }
    footer.main [class*="span"]:not(:first-child), .row  [class*="span"]:not(:first-child), .row div.span6:not(:first-child) {
        margin-left: 20px!important; 
    }
    #coupones [class*="span"], .coupon .span3:first-child {
        margin-left: 15px; 
    }

}


/*! CSS Used from: https://klbtheme.com/froday/wp-content/themes/froday/assets/vendors/font-awesome/css/font-awesome.min.css?ver=1.0 ; media=all */

@media all {
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .fa-envelope-o:before {
        content: "\f003";
    }
}


/*! CSS Used from: https://klbtheme.com/froday/wp-content/themes/froday/assets/css/base.css?ver=1.0 ; media=all */

@media all {
    * {
        font-family: inherit;
    }
    input {
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
     ::selection {
        background-color: #000;
        color: #fff;
        text-shadow: none;
    }
    *,
    *:focus,
    *:active {
        text-decoration: none;
        outline: none!important;
        outline-offset: 0!important;
    }
    input[type="submit"] {
        cursor: pointer;
    }
    .btn,
    .form-control {
        text-decoration: none;
        -webkit-transition: all 400ms linear 0ms;
        -ms-transition: all 400ms linear 0ms;
        -o-transition: all 400ms linear 0ms;
        transition: all 400ms linear 0ms;
    }
    input[type="submit"] {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    h4 {
        display: block;
        line-height: 1.4;
        font-weight: 400;
        margin: 0;
        text-rendering: optimizeLegibility;
    }
    h4 {
        font-size: 18px;
    }
    label {
        font-weight: normal;
    }
    .mb-20 {
        margin-bottom: 20px!important;
    }
    .mr-10 {
        margin-right: 10px!important;
    }
    .color-green {
        color: #2ed87b!important;
    }
    .color-muted {
        color: #97a4ad!important;
    }
    .color-mid {
        color: #717f86!important;
    }
    .bg-white {
        background-color: #fff!important;
    }
    .wpb_wrapper .form-control {
        height: 40px!important;
        background-color: transparent;
        border: 2px solid #ddd;
    }
    .form-control {
        padding: 8px 12px;
        font-size: 12px;
        line-height: 20px;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all ease-in-out 150ms;
        -ms-transition: all ease-in-out 150ms;
        -o-transition: all ease-in-out 150ms;
        transition: all ease-in-out 150ms;
    }
    .form-control:focus {
        border-color: #2ed87b;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }
    .input-group-btn:last-child>.btn {
        margin-left: -2px;
    }
    .btn {
        height: 40px;
        padding: 8px 20px;
        border: 2px solid transparent;
        font-size: 12px;
        line-height: 20px;
        border-radius: 3px;
        text-transform: uppercase;
        letter-spacing: 1px;
        overflow: hidden;
    }
    .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .btn {
        background-color: #2ed87b;
        color: #fff;
    }
    .btn:hover,
    .btn:focus,
    .btn:active {
        color: #fff;
        background-color: #25c76f;
        border-color: #25c76f;
    }
}


/*! CSS Used from: https://klbtheme.com/froday/wp-content/themes/froday/style.css?ver=6.0.1 ; media=all */

@media all {
    .wpb_content_element {
        margin-bottom: 0!important;
    }
    .vc_column-inner {
        padding-top: 0!important;
    }
    .mc4wp-form input[type="email"],
    .mc4wp-form input[type="text"] {
        border-color: #2ed87b;
        margin-left: 5px;
    }
}


/*! CSS Used from: https://klbtheme.com/froday/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=6.9.0 ; media=all */

@media all {
    .vc_row:after,
    .vc_row:before {
        content: " ";
        display: table;
    }
    .vc_row:after {
        clear: both;
    }
    .vc_column_container {
        width: 100%;
    }
    .vc_row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .vc_col-lg-6,
    .vc_col-md-6,
    .vc_col-sm-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    @media (max-width:767px) {
        .input-group {
            position: unset;
            float: left;
            display: unset;
            border-collapse: separate;
        }
        .input-group input[type="text"],
        .input-group input[type="email"],
        .input-group #button-subscribe {
            width: 95%;
            margin: 5px 0!important;
        }
        .input-group .input_wrapper {}
    }
    @media (min-width:768px) {
        .vc_col-sm-12 {
            float: left;
        }
        .vc_col-sm-12 {
            width: 100%;
        }
    }
    @media (min-width:992px) {
        .vc_col-md-6 {
            float: left;
        }
        .vc_col-md-6 {
            width: 50%;
        }
        .vc_col-md-offset-3 {
            margin-left: 25%;
        }
    }
    @media (min-width:1200px) {
        .vc_col-lg-6 {
            float: left;
        }
        .vc_col-lg-6 {
            width: 50%;
        }
        .vc_col-lg-offset-3 {
            margin-left: 25%;
        }
    }
    .wpb_text_column :last-child,
    .wpb_text_column p:last-child {
        margin-bottom: 0;
    }
    .wpb_content_element {
        margin-bottom: 35px;
    }
    .vc_column-inner::after,
    .vc_column-inner::before {
        content: " ";
        display: table;
    }
    .vc_column-inner::after {
        clear: both;
    }
    .vc_column_container {
        padding-left: 0;
        padding-right: 0;
    }
    .vc_column_container>.vc_column-inner {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}


/*! CSS Used from: Embedded */

.color-green {
    color: #2ed87b!important;
}

.form-control:focus {
    border-color: #2ed87b;
}

.btn {
    background-color: #2ed87b;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: #25c76f;
    border-color: #25c76f;
}


/*! CSS Used from: Embedded */

.vc_custom_1520667320006 {
    padding-top: 20px!important;
    padding-bottom: 50px!important;
}