header{
    background: #230052;
}
.content-page-module {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 40px 0;
    position: relative;
    background-color: #ffffff;
}
.container-page{
    max-width: 1300px;
    width: 100%;
    margin: auto;
    margin-top: 150px;
    padding: 0 20px;
}
.container-page h2{
    font-family: 'Anton';
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    color: #111550;
}
/* forms style */
.flexBTN{
    display: flex;
    flex-direction: column;
}
#wpcf7-f139-o1{
    background-image: url(https://www.fourloko.mx/wp-content/themes/storefront-child-theme/assets/img/general/img-back-blancoconpuntos.png);
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    padding: 2rem 4rem 3rem 5rem;
    padding-top: 100px;
    padding-bottom: 100px;
}
#wpcf7-f139-o1 form{
    padding-left: 4rem;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.input-text, input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    padding: .6180469716em;
    background-color: #ffffff;
    color: #000000;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1.2rem !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    font-family: 'Anton' !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: 100%;
}
.franchiseregular {
    font-family: 'Anton' !important;
    font-size: 1rem;
    text-transform: uppercase;
}
.rightbutton {
    text-align: right !important;
    float: right;
    margin-right: 20px;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
    background-color: #6fe961;
    border-color: #6fe961;
    color: #3c7c35;
    text-transform: uppercase;
    font-family: 'Anton' !important;
    font-size: 1.2rem;
    padding: 10px 15px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    color: #333333;
}
#contact-form{
    padding-top: 10px;
}
#contact-form h2{
    color: #83e378;
    font-size: 3rem;
    text-transform: uppercase;
    transform: rotate(-5deg);
}
.privacyLink{
    font-family: 'Anton' !important;
    font-size: 1rem;
    text-transform: uppercase;
    color: #000000;
    text-decoration: underline;
    text-align:right;
}
/* errors */
div[role=alert], span[role=alert]{
    font-family: 'Anton' !important;
    color: red;
}
/* page quiero fourloko */
#area-quierofourloko .uno {
    background-image: url(https://www.fourloko.mx/wp-content/themes/storefront-child-theme/assets/img/general/img-back-blancoconpuntos.png);
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    padding: 2rem 4rem 4rem 4rem;
}
#area-quierofourloko .dos {
    background-image: url(https://cdn.shopify.com/s/files/1/2974/2120/files/back-quierofourloko-mapa.png?2098662170150554283);
    height: auto;
    min-height: 640px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
#area-quierofourloko .row{
    display: flex;
}
#area-quierofourloko .col-xl-4{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
#area-quierofourloko .col-xl-8{
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
@media(max-width:768px){
    #area-quierofourloko .row{
        display: block;
    }
    #area-quierofourloko .col-xl-4, #area-quierofourloko .col-xl-8{
        max-width: 100%;
    }
}
@media(max-width:560px){
    #wpcf7-f139-o1{
        padding: 15px;
    }
    #wpcf7-f139-o1 form{
        padding-left: 0px;
    }
    #contact-form h2{
        margin-top: 50px;
    }
    /* .container-page {
        margin-top: 200px;
    } */
    #area-quierofourloko .uno{
        padding: 2rem 5px;
    }
}