﻿/*@font-face {
    font-family: "Raleway";
    src: url(../font/Raleway-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Nexa Bold";
    src: url('../font/NexaBold.otf') format("truetype");
}

@font-face {
    font-family: "Nexa Light";
    src: url('../font/NexaLight.otf') format("truetype");
}

@font-face {
    font-family: "Roboto-Condensed";
    src: url(../font/RobotoCondensed-Regular.ttf) format("truetype");
}*/

html {
    background: #000000;
}

body {
    font-family: 'Oswald', sans-serif !important;
    background: #000000 !important;
}


.header {
    background: #ffffff;
    position: relative;
    border-bottom: 3px solid #000000;
}

    .header .logo {
        position: relative;
        padding: 0 30px 0 10px;
        display: inline-block;
        min-width: 208px;
        text-align: center;
        margin: 0 30px;
        min-height: 90px;
    }

        .header .logo img {
            height: 77px;
            padding: 10px 0 0 0;
        }


    .header .title {
        position: relative;
        display: inline-block;
    }

        .header .title p {
            font-size: 25px !important;
            color: #000000;
            font-weight: bold;
            display: inline-block;
            vertical-align: middle;
        }

    .header .social {
        position: absolute;
        top: 34%;
        right: 38px;
    }

        .header .social img, .header .social p {
            display: inline-block;
        }

/*Branch*/
.custom-card {
    max-width: 356px;
    width: 356px;
    max-height: 230px;
    min-height: 230px;
    border: 2px #ee5f24 solid;
    background-color: rgba(0,0,0,0.5);
    display: inline-block;
    cursor: pointer;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    text-align: left;
}

    .custom-card:hover .titlevent {
        width: 87%;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


.titlevent {
    position: absolute;
    width: 70%;
    top: 0;
    left: -10px;
    height: 32px;
    padding: 4px 30px 0 18px;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .titlevent img {
        position: relative;
        top: -5px;
    }

    .titlevent p {
        color: #fff;
        font-size: 20px;
        vertical-align: middle;
        margin: 0;
        position: relative;
        top: -4px;
        left: 4px;
    }

    .titlevent img {
        position: relative;
        top: -5px;
    }

    .titlevent p, .titlevent img {
        display: inline-block;
        vertical-align: middle;
        -ms-transform: skewX(15deg);
        -webkit-transform: skewX(15deg);
        transform: skewX(15deg);
    }

.infocontent {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    padding: 45px 0px 0px 16px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .infocontent p {
        margin: 0;
    }

.horarios p {
    display: inline-block;
    vertical-align: top;
}

.custom-card:hover .infocontent {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.custom-card:hover .choose {
    width: 180px;
    overflow: inherit;
    white-space: nowrap;
}

.placeimgholder img {
    width: 100%;
}

.choose {
    height: 32px;
    width: 7px;
    background: #ffffff;
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding-left: 9px;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .choose p, .choose img {
        display: inline-block;
        font-size: 19px;
        margin: 0;
        color: #000000;
    }

/*Plan*/
.custom-card-plan {
    max-width: 356px;
    width: 356px;
    min-height: 300px;
    border: 2px #ee5f24 solid;
    background-color: rgba(0,0,0,0);
    display: inline-block;
    cursor: pointer;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    text-align: left;
}

    .custom-card-plan .titlevent {
        width: 100%;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .custom-card-plan:hover .choose {
        width: 121px;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.infoprices {
    color: #ffffff !important;
    text-align: center;
    padding: 0;
}

    .infoprices .price {
        font-size: 40px;
    }

    .infoprices p {
        margin: 0;
    }

    .infoprices .choose {
        height: 32px;
        width: 7px;
        background: #ffffff;
        position: absolute;
        right: 8px;
        bottom: 8px;
        padding-left: 0px;
        white-space: nowrap;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.priceinfo {
    font-size: 20px !important;
    margin: 0 0 15px 0 !important;
    font-style:italic;
}


hr {
    background-color: #ee5f24;
    height: 1px;
    margin: 6px 0;
}

/*Pay*/

.containerplan {
    border: 2px #ee5f24 solid;
    position: relative;
    overflow: hidden;
    min-height: 191px;
    margin-bottom: 35px;
}

    .containerplan:hover .titlevent {
        width: 87%;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.contenidoform {
    padding: 60px 20px 20px 20px;
}

.formstagethree input[type=text], .formstagethree input[type=search], .formstagethree input[type=radio], .formstagethree input[type=tel], .formstagethree input[type=time], .formstagethree input[type=url], .formstagethree input[type=week], .formstagethree input[type=password], .formstagethree input[type=color], .formstagethree input[type=date], .formstagethree input[type=datetime], .formstagethree input[type=datetime-local], .formstagethree input[type=email], .formstagethree input[type=month], .formstagethree input[type=number], .formstagethree select, .formstagethree textarea {
    padding: 0 8px 2px 8px;
    border: none;
    border-radius: 2px;
    background: #ffffff;
    width: 100% !important;
    height: 26px;
    vertical-align: middle;
    margin: 0 0 13px 0;
    font-size: 12px;
}

.formstagethree label {
    font-size: 14px;
    font-style: italic;
    color: #ffffff;
    font-weight: 300;
}

.form-group {
    margin: 0;
}

.formtitle .titlevent p {
    color: #fff;
    font-size: 24px;
    margin: 0;
    position: relative;
    top: -7px;
}

.fulltitle {
    background: #ee5f24;
    padding: 20px 0;
    text-align: center;
}

    .fulltitle p {
        color: #ffffff;
        font-size: 24px;
        margin: 0;
    }

.infoselected {
    color: #ffffff !important;
    text-align: center;
    padding: 0 20px 20px 20px;
}

    .infoselected .price {
        font-size: 50px;
    }

    .infoselected p {
        margin: 0;
    }

.priceinfo {
    font-size: 20px !important;
    margin: 0 0 5px 0 !important;
}

.datechosen {
    vertical-align: central;
    display: inline-block;
    color: #ffffff;
    padding: 24px 0;
    font-size: 20px;
}

    .datechosen span {
        background: #ffffff;
        color: #5B5B5F;
        margin: 0 9px;
        display: inline-block;
    }

        .datechosen span input {
            padding: 0;
            font-size: 18px;
            border-radius: 0;
            width: 103px;
            height: 40px;
            text-align: center;
        }

.sendplan {
    width: 100%;
    background: #ffffff;
    color: #ee5f24;
    font-size: 28px;
    font-style: italic;
    text-align: center;
    padding: 12px 0;
    margin: 10px 0 1px 0;
    font-weight: bold;
}

/*Radios*/

.radios {
    text-align: left;
}

    .radios .items {
        display: inline-block;
        margin-right: 5px;
        position:relative;
    }

    .radios a {
        color: #ffffff;
        text-decoration: underline;
    }

input[type="radio"] {
    display:none;
}

    input[type="radio"] + label {
        color: #ee5f24;
        font-size: 18px;
        font-style: italic;
    }

        input[type="radio"] + label span {
            display: inline-block;
            width: 19px;
            height: 19px;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            background: url(../img/check_radio_sheet.png) -38px top no-repeat;
            cursor: pointer;
        }

    input[type="radio"]:checked + label span {
        background: url(../img/check_radio_sheet.png) -57px top no-repeat;
    }
/*Checkbox*/

input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    left: 4px;
    top: 4px;
}

    input[type="checkbox"] + label {
        color: #ee5f24;
        font-size: 18px;
        font-style: italic;
    }

    input[type="checkbox"]:checked + label span {
        background: url(../img/check_radio_sheet.png) -17px top no-repeat;
    }

    input[type="checkbox"] + label span {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url(../img/check_radio_sheet.png) 2px top no-repeat;
        cursor: pointer;
    }
/*Sections*/

.section-branch, .section-city {
    background: #000000 url(../img/backgroundstages/FondoWeb01.jpg);
    background-position: center center;
    /*background-size: auto 100%;*/
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: transparent;
}

.customContainerBranch {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.customContainerBranch, .customContainerCities {
    padding-bottom: 0;
    background-color: transparent !important;
}

.section-plan {
    background: #000000 url(../img/backgroundstages/FondoWeb02.jpg);
    background-position: center center;
    /*background-size: auto 100%;*/
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: transparent;
    display: none;
}

.section-pay {
    background: #000000 url(../img/backgroundstages/FondoWeb03.jpg);
    background-position: center center;
    /*background-size: auto 100%;*/
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: transparent;
    display: none;
}


/*Utilities**/

.toplines:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 50%;
    width: 100%;
    border: 1px solid #ffffff;
    transform: translateX(-50%);
    max-width: 304px;
}

.toplines:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    border: 1px solid #ffffff;
    transform: translateX(-50%);
    max-width: 304px;
}

.white {
    color: #fff;
}

.orange {
    color: #ee5f24;
}

.orangeback {
    background-color: #ee5f24;
}

ul, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 65px;
    text-align: center;
    padding: 0 0 11px;
    font-weight: bold;
    font-style: italic;
}

h2 {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}



p {
    font-size: 14px;
    font-style: italic;
}


.padding {
    padding: 50px 0 50px 0;
}

.m-0 {
    margin: 0;
}



.skew {
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.skewleft:before {
    content: " ";
    position: absolute;
    display: block;
    width: 10px;
    height: 32px;
    top: 0;
    left: -8px;
    background: #ffffff;
    transform-origin: bottom left;
    -ms-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
}

.goBack {
    font-size: 21pt;
    color: #ee5f24 !important;
    cursor: pointer;
    text-align: center;
}

.contentBack {
    position: fixed;
    top: 50%;
    z-index: 1000;
    display: none;
    left: -4px;
}

.logos-comercio img {
    width: 50px;
    margin: 0 3px;
}

.modal .modal-content {
    border-radius: 0;
}

#myModalPromotionalCode .title p {
    font-size: 25px !important;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.btn-orange {
    color: #fff;
    background-color: #ee5f24;
    border-radius: 0;
    font-size: 18px;
    margin-top: 20px;
}

    .btn-orange:hover {
        background-color:#9a3207;
        color: #fff;
    }

/*button.confirm {
    color: #fff !important;
    background-color: #ee5f24 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
}*/

.sweet-alert {
    border-radius: 0 !important;
}

    .sweet-alert button {
        border-radius: 0 !important;
    }

a {
    color: #ee5f24;
}

.modal input[type=text], .modal select {
    padding: 0 8px 2px 8px;
    border-radius: 2px;
    background: #ffffff;
    width: 100% !important;
    height: 26px;
    vertical-align: middle;
    margin: 0 0 13px 0;
    font-size: 12px;
}

.content-scrollable {
    width:100%;
    height:inherit;
    margin:0;
    padding:0;
    overflow:hidden;
    overflow-y:auto;
    padding: 40px 20px 52px 20px;
}

.content-scrollable::-webkit-scrollbar {
    width: 3px;
    height: 1px;
}


































.headerPpal {
    background-color: #e60001 !important;
    border-bottom: none !important;
    height: 60px !important;
    min-height: 60px !important;
}

body {
    margin: initial !important;
    font-family: 'Nexa Light', Helvetica, Arial, sans-serif;
    /*background-image: url('http://www.actionfitness.co/templates/yoo_bento/images/fondo-inferior.png');*/
    /*background-image: url('../img/bg.jpg');
    
    
    background-position: 50% 50%;*/
    background-color: #FFFFFF;
    min-height: 650px;
}

.contentLogo {
    text-align: left;
}









.branchInfo {
    padding-bottom: 10px !important;
    display: none;
    padding-top: 10px;
}


    .branchInfo .branchTitle {
        color: #e0040b;
    }

.iconMap {
    color: #e0040b;
}

.customContainerDetailPlan {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .customContainerDetailPlan .titlevent {
        overflow: initial !important;
    }

    .customContainerPlan {
        display: none;
        position: absolute;
        width: 100%;
        margin-top: 30px;
    }

    .customContainerPlan a {
        display: none;
    }

.customCardPlan {
    max-width: 360px;
    width: 250px;
    min-height: 350px;
    background-color: white;
    margin: 20px;
    display: inline-block;
    cursor: pointer;
    box-shadow: 6px 6px 11px rgba(0,0,0,0.3);
    -moz-box-shadow: 6px 6px 11px rgba(0,0,0,0.3);
    -webkit-box-shadow: 6px 6px 11px rgba(0,0,0,0.3);
    border: 1px solid silver;
    border-radius: 10px;
    min-height: 460px !important;
}


    .customCardPlan:hover {
        /* border: 1px solid white;*/
        -moz-box-shadow: inset 0 0 10px #000000;
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow: inset 0 0 10px #000000;
    }


    .customCardPlan .customHeader {
        /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
        background-color: #e0040b;
        color: white;
        font-weight: bold;
        text-align: center;
        min-height: 50px;
        padding: 5px;
        margin-bottom: 10px !important;
    }


    .customCardPlan .title {
        padding-top: 7px;
        font-size: 20pt;
        color: #e0040b !important;
        font-family: 'Nexa Bold', Helvetica, Arial, sans-serif;
        /*font-style: italic;*/
        margin: 0px;
        min-height: 120px !important;
    }

    .customCardPlan .inscription {
        color: #e0040b;
    }

    .customCardPlan .administration {
        color: #e0040b;
    }

    .customCardPlan .value {
        font-size: 25pt;
        color: black;
        font-weight: bold;
        /*font-style: italic;*/
    }

    .customCardPlan .advantages {
        text-align: left;
        min-height: 141px;
        padding-top: 10px;
    }



    .customCardPlan .contentCard {
        padding: 10px;
        text-align: center;
        font-size: 13pt;
    }

        .customCardPlan .contentCard .schedule {
            text-align: left;
        }


        .customCardPlan .contentCard .row {
            padding-bottom: 0px;
            color: black;
        }

    .customCardPlan .row {
        margin: 0px !important;
    }

    .customCardPlan .contentCard .whiteButton {
        background-color: white;
        color: #e0040b;
        box-shadow: none !important;
        font-family: 'Nexa Light', Helvetica, Arial, sans-serif;
        /*font-style: italic;*/
    }

        .customCardPlan .contentCard .whiteButton:active {
            background-color: white;
            color: #e0040b;
            box-shadow: none !important;
        }

        .customCardPlan .contentCard .whiteButton:focus {
            outline: none;
        }


    .customCardPlan .contentCard .city {
        color: #e0040b;
        font-weight: bold;
    }

    .customCardPlan .contentCard .imgContainer {
        padding: 0px;
    }

        .customCardPlan .contentCard .imgContainer img {
            width: 100%;
            height: 150px;
        }



.customFormContainer {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
    display: none;
    position: absolute;
    width: 100%;
}

    .customFormContainer .form-control {
        /*background-color: #666666 !important;
        color: white !important;*/
        border: 1px solid #666666 !important;
    }


.backBlur {
    /*width: 100%;
    background: rgba(0,0,0,0.4);
    height: 100%;
    position: absolute;
    filter: blur(15px);
    left: -4px;*/
}

.formTitle {
    color: white;
    font-family: 'Nexa Bold', Helvetica, Arial, sans-serif;
    /*font-style: italic;*/
    font-size: 20pt;
}

.formButton {
    background-color: #e0040b;
    color: white;
    font-family: 'Nexa Bold', Helvetica, Arial, sans-serif;
    /*font-style: italic;*/
    border-radius: 0px !important;
    font-size: 20pt;
    /*border-top-left-radius:0px !important; 
    border-top-right-radius:0px !important;*/
}

    .formButton:hover {
        /*background-color:#e0040b;*/
        color: white;
        /*font-family: 'Nexa Bold', Helvetica, Arial, sans-serif;
    font-style: italic;
    border-radius: 0px !important;
    font-size: 20pt;*/
        /*border-top-left-radius:0px !important; 
    border-top-right-radius:0px !important;*/
    }

.formSeparator {
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

.formSeparatorResumen {
}


.formContentSize {
    height: 100%;
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding-top: 36px;
}




.page-header .row {
    margin: 0px !important;
}

.page-header {
    margin: 0px 0 0px !important;
    padding-bottom: 0px;
    background-color: white;
}

    .page-header .pageTitle {
        color: #e0040b;
        /*text-align: right;*/
        font-size: 20pt;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.separator {
    border: 1px solid #eee;
    margin: 2px;
}

.specialRadio {
    margin-bottom: 28px;
}


.resumen {
    margin-top: 0px;
    border: 1px solid white;
}

    .resumen .header {
        background-color: white;
    }

        .resumen .header .plan {
            color: #e0040b;
            font-size: 20pt;
            text-align: center;
            font-family: 'Nexa Bold', Helvetica, Arial, sans-serif;
            /*font-style: italic;*/
        }

        .resumen .header .branch {
            color: #e0040b;
            font-size: 15pt;
            text-align: center;
            font-family: 'Nexa Light', Helvetica, Arial, sans-serif;
            /*font-style: italic;*/
            font-size: 20pt;
        }

    .resumen .value {
        font-size: 28pt;
        color: white;
        text-align: center;
        font-family: 'Nexa Bold', Helvetica, Arial, sans-serif;
    }

    .resumen .inscription {
        color: white;
        text-align: center;
        font-family: 'Nexa Light', Helvetica, Arial, sans-serif;
        font-size: 12pt;
    }

    .resumen .admin {
        color: white;
        text-align: center;
        font-family: 'Nexa Light', Helvetica, Arial, sans-serif;
        font-size: 12pt;
    }

    .resumen .content {
        padding: 5px 20px 5px 20px;
        color: white;
        font-family: 'Nexa Light', Helvetica, Arial, sans-serif;
        font-size: 11pt;
    }


.contract {
    color: white;
    text-decoration: underline;
}

    .contract:hover {
        color: white;
        text-decoration: underline;
    }

    .contract:link {
        color: white;
        text-decoration: underline;
    }

    .contract:visited {
        color: white;
        text-decoration: underline;
    }

    .contract:active {
        color: white;
        text-decoration: underline;
    }



.resumen .content .value {
    color: white;
    font-size: 170%;
    font-weight: bold;
}

.resumen .content .valueIns {
    color: white;
    font-size: 150%;
    font-weight: bold;
}

label {
    color: white;
}



.goBack p {
    font-size: 10pt;
}

.noMarginNoPadding {
    padding: 0px !important;
    margin: 0px !important;
}





.searchBranch {
    min-height: 50px;
    padding-top: 7px;
    display: none;
}

    .searchBranch span {
        color: #e0040b;
    }

    .searchBranch .title {
        padding-top: 7px;
        font-size: 12pt;
        color: white;
        font-weight: bold;
        text-align: right;
    }

.headerPage {
    background-color: white;
}

.bgEffect {
    background-color: #e0040b;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1000;
    opacity: 0.6;
    top: 0;
    left: 0;
}

.logo {
    padding-top: 5px;
    padding-bottom: 5px;
}

.response .row {
    margin: 0px !important;
}

.response .name {
    color: white;
    font-weight: bold;
    padding: 20px;
    font-size: 15pt;
}

.response .dateContainer {
    padding: 20px;
    text-align: right;
}

.response .date {
    color: white;
    font-weight: bold;
}

.response .ip {
    color: white;
    font-weight: bold;
}

.response .dataResponse {
    text-align: center;
    font-size: 30px;
    color: #333333;
    text-transform: uppercase;
    font-weight:100 !important;
}



.response .store {
    color: #333;
    padding: 30px 20px 0px 0px;
    font-size: 15pt;
}

.response .customResponseContainer {
    display: block !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    position: absolute;
    width: 100%;
}

    .response .customResponseContainer .formTitleResponse {
        color: #333333;
        font-size: 20px;
        font-weight: bold;
        margin-top: 27px;
        margin-bottom: 31px;
        text-align:left;
        font-style:normal;
    }

    .response .customResponseContainer .form-group {
        margin-bottom: 5px;
        border-bottom: 1px solid silver;
    }

        .response .customResponseContainer .form-group .label {
            font-size: 13pt;
        }



    .response .customResponseContainer .form-control {
        padding-left: 2px !important;
        background-color: transparent;
        color: #5a5959;
        border: 0px !important;
        font-size: 10pt;
        box-shadow: none;
    }

    .response .customResponseContainer .formSeparatorResponse {
        border-left: 1px solid rgba(255,255,255,0.1);
        ;
    }


    .response .customResponseContainer .formContentSizeResponse {
        height: 100%;
        position: relative;
        max-width: 900px;
        margin: auto !important;
    }

.subscription-col { 
    display:none; 
}

.response .btnTerminar {
    text-align: right;
}

.response .btnTerminarFooter {
    text-align: center;
}

.response .btnTerminar button {
    margin-top: 14px;
    color: #e0040b;
}


.response .btnTerminarFooter button {
    margin-top: 14px;
    color: #e0040b;
}

.response .backBlurResponse {
    width: 100%;
    /*background: rgba(0,0,0,0.4);*/
    height: 100%;
    position: absolute;
    filter: blur(30px);
    left: -4px;
}


@media (max-width: 768px) {

    .response .mediaHeader {
        /*display: none;*/
    }

    /*.response .dataHeader{
        display: none;
    }*/

    .response .btnTerminar {
        text-align: center;
    }

    .response .customResponseContainer .formSeparatorResponse {
        border: none !important;
    }

    .logoRoundedNoMenuMobile {
        display: block !important;
    }

    .logoRoundedNoMenu {
        display: none;
    }
}

@media (min-width: 768px) {

    .response .mediaHeader {
        display: none;
    }

    /*.response .dataHeader{
        display: none;
    }*/

    .response .btnTerminar {
        text-align: center;
    }

    .modalIframe {
        /*width: 700px !important;*/
    }
    /*modalIframe*/
    /*.response .customResponseContainer .formSeparatorResponse {
        border:none !important;
    }*/

}

/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #666666 inset;
    color:white !important;
}*/

/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; 
    -webkit-text-fill-color: blue !important;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 30px white inset;
        -webkit-text-fill-color: red !important;
    }*/

.inputAux:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px white inset;
    -webkit-text-fill-color: brown !important;
}

.inputAux:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: brown !important;
}

/*Loading*/
.imgLoading {
    text-align: center;
}

.textLoading {
    text-align: center;
}

.modal-content {
    box-shadow: none !important;
}

.modalGeneric {
    top: 200px !important;
    position: absolute !important;
}


::-webkit-scrollbar {
    width: 9px;
    height: 1px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(128,128,128,0.8);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
    background-color: #ee5f24;
}

.lblRequest {
    margin-bottom: 15px;
    font-weight: normal;
}

.iFrameButton {
    background-color: #e0040b !important;
    color: white !important;
    font-family: 'Nexa Bold', Helvetica, Arial, sans-serif;
    /*font-style: italic !important;*/
    border-radius: 0px !important;
    font-size: 15pt !important;
    /*border-top-left-radius:0px !important; 
    border-top-right-radius:0px !important;*/
}

.bodyModal {
    margin: initial !important;
    font-family: 'Nexa Bold', Helvetica, Arial, sans-serif;
    /*background-image: url('http://www.actionfitness.co/templates/yoo_bento/images/fondo-inferior.png');*/
    /*background-image: url('../img/bg.jpg');
    
    
    background-position: 50% 50%;*/
    /*background-color: #282828;*/
    min-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
}

.nameModal {
    color: white;
    font-weight: bold;
    padding: 20px;
    font-size: 15pt !important;
}

.ipModal {
    color: white;
    font-weight: bold;
}


.logoRounded div img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-top: 10px;
}

.logoRounded div {
    text-align: center;
}


.logoRoundedNoMenu img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: 10px;
    /*border: silver 1px solid;*/
    box-shadow: 0px 5px 13px #888888;
    position: absolute;
}


.logoRoundedNoMenuMobile {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: 10px;
    /*border: silver 1px solid;*/
    box-shadow: 0px 5px 13px #888888;
    display: none;
    margin: auto;
}

.downButton {
    position: relative;
    bottom: 0;
}

.contentCardWithBorder {
    border: 1px solid;
}

.lblUbicacion {
    font-size: 11pt !important;
}

.rowWithoutPading {
    padding: 0px !important;
}

@media print {
    .btnTerminarFooter {
        display: none !important;
    }

    .btnTerminar {
        display: none !important;
    }
}

.clsIframe {
    width: 100%;
    border: 0px;
    /*height:inherit;*/
}

#myModalAnswerPay {
    overflow: auto;
}
/*#mydiv{
    height:500px;
    overflow-y:auto;
}*/

.lblFAQ {
    text-align: justify !important;
    font-weight: 100 !important;
    margin-bottom: 0px !important;
}

.btnValidateCode {
    margin-top: 30px;
}

.modal-init {
    top: 40% !important;
    transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
}

.md-id-gif {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    display: none;
}

    .md-id-gif img {
        width: 20px;
    }

.msg-bienvenida {
    display: none;
}

.btn-fb {
    background-color: #4b6ea8;
    color: #fff !important;
    border-radius: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(105,105,105,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(105,105,105,1);
    box-shadow: 2px 2px 5px 0px rgba(105,105,105,1);
}

    .btn-fb i {
        float: left;
        padding-top: 2px;
        font-size: 13pt;
    }

    .btn-fb span {
        font-size: 16px;
        font-family: Roboto,arial,sans-serif;
    }

.btnGoogle {
    width: 20px;
    float: left;
}

.btn-google {
    background-color: #fff !important;
    color: #444444 !important;
    width: 100% !important;
    font-family: Roboto,arial,sans-serif;
    font-size: 16px !important;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(105,105,105,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(105,105,105,1);
    box-shadow: 2px 2px 5px 0px rgba(105,105,105,1);
    border-radius: 0;
}

.cities {
    min-height: 35px !important;
    text-transform: uppercase;
}