* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    transition: all .3s ease 0s;
    font-family: 'Teko', sans-serif;
}
body {
    background: #1a1a1a;
    background-size: 60%;
    background-repeat: repeat;
    background-blend-mode: multiply;
    color: #fff;
    font-family: 'Teko', sans-serif !important;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}
a{
    text-decoration: none;
}
.mt-1{
    margin-top: 1rem !important;
}
.mb-1{
    margin-bottom: 1rem !important;
}
.ml-1{
    margin-left: 1rem !important;
}
.mr-1{
    margin-right: 1rem !important;
}
.mx-1{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.my-1{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.ma-1{
    margin: 1rem !important;
}
.mt-2{
    margin-top: 2rem !important;
}
.mb-2{
    margin-bottom: 2rem !important;
}
.ml-2{
    margin-left: 2rem !important;
}
.mr-2{
    margin-right: 2rem !important;
}
.ma-2{
    margin: 2rem !important;
}
.mx-2{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}
.my-2{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
/* FLEX */
.flex {
    display: flex;
}
.wrap {
    flex-wrap: wrap;
}
.flex-column {
    flex-direction: column;
}
.flex-center {
    justify-content: center;
}
.flex-between {
    justify-content: space-between;
}
.flex-even {
    justify-content: space-evenly;
}
.flex-vcenter {
    align-items: center;
}
/* generales */
.img-responsive{
    width: 100%;
    height: auto;
}
.text-center{
    text-align: center !important;
}
.text-right{
    text-align: right !important;
}
.upp{
    text-transform: uppercase;
}
.spacing5{
    letter-spacing: .5px;
}
.primary{
    background-color: #f6521e !important;
}
.grey{
    background-color: #262626 !important;
}
.error{
    background-color: #DF1818 !important;
}
.success{
    background-color: #219653 !important;
}
.orange-text{
    color: #f6521e !important;
}
.grey-text{
    color: #919191 !important;
}
.white-text{
    color: #fff !important;
}
.upper{
    text-transform: uppercase;
}
.cw-main-container{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.cw-container{
    /* border: 1px solid red; */
    width: 100%;
    max-width: 1280px;
    min-height: calc(100vh - 125px);
    margin-left: auto;
    margin-right: auto;
}
.cw-divider{
    border: none;
    border-bottom: 1px solid #000;
    margin: 10px 0;
}
.cw-button{
    display: inline-block;
    min-width: 150px;
    background-color: rgba(246, 80, 30, 0.5);
    border: 2px solid #f6521e;
    padding: 0 10px;
    line-height: 2.5;
    text-align: center;
    color: #fff;
    font-size: 16;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
}
.cw-button:hover{
    background-color: #f6521e;
}
.cw-button:focus{
    background-color: #f6521e;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 1px;
    margin-bottom: 10px;
}
.cw-button.disabled,
.cw-button:disabled{
    background-color: rgb(161, 161, 161, 0.7);
    border: 2px solid rgba(161, 161, 161);
    cursor: not-allowed;
}
.cw-button i{
    color: #fff;
    font-size: 20px;
    margin-right: 4px;
}
#gfOrderFrm .fb-close {
    left: calc(50% + 100px) !important;
    background-color: rgba(0,0,0,.0);
    color: rgba(0,0,0,.6);
}
.btn-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 20px;
    height: 55px;
    width: 55px;
    z-index: 2 !important;
    border-radius: 50%;
    background-color: #10ab71;
    -webkit-box-shadow: 0 0 7px 0 rgba(126,125,125,.7);
    -moz-box-shadow: 0 0 7px 0 rgba(126,125,125,.7);
    box-shadow: 0 0 7px 0 rgba(126,125,125,.7);
    color: #fff;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    transition: all .5s ease;
}
.btn-whatsapp:hover,
.btn-whatsapp:active {
    bottom: 30px;
    background-color: #08c580;
}
/* TyC / promociones admin */
.promo-card{
    position: relative;
    width: 100%;
    max-width: 900px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.promo-photo{
    width: 100%;
    max-width: 300px;
}
.promo-img{
    width: 100%;
    max-width: 300px;
    height: fit-content;
    min-height: 300px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: rgb(152, 152, 152);
}
.promo-info{
    width: calc(100% - 300px);
    padding-right: 25px;
}
.promo-card:nth-of-type(odd){
    flex-direction: row-reverse;
}
.promo-card:nth-of-type(odd) .promo-info {
    padding-right: 0;
    padding-left: 30px;
}
.promo-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    color: #f6521e;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.promo-vigencia{
    font-size: 14px;
    margin-bottom: 10px;
}
.promo-terms{
    list-style: square outside none;
    width: 100%;
}
.promo-termino{
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    min-height: 25px;
    margin-bottom: 4px;
}
.tyc-container{
    min-height: calc(100vh - 130px);
}
/* formulario */
.cw__portada{
    width: 100%;
    max-width: 1024px;
    margin: auto;
}
.cw__formulario-cover{
    width: 100%;
}
.cw__portada h2{
    color: #f6521e;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0;
}
.cw__portada p{
    color: #fff;
    font-size: 16px;
}
.cw__formulario {
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px;
    padding-bottom: 100px;
}
.cw__formulario-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.cw__formulario-subtitulo{
    letter-spacing: 2px;
}
.cw__formulario-section{
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    /* transition: all 1s ease-in-out; */
    /* display: flex; */
}
.visible{
    animation: show 1s ease-in-out;
    -webkit-animation: show 1s ease-in-out;
    display: flex;
}
.oculto{
    animation: hide 1s ease-in-out;
    -webkit-animation: hide 1s ease-in-out;
    display: none;
}
@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes hide {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.cw__formulario-input-container{
    width: 100%;
    max-width: 460px;
}
.input{
    position: relative;
    width: 100%;
    max-width: 600px;
}
#formEncuesta{
    background-color:rgba(0,0,0,.80);
}
#formTrabajo .input,
#formEncuesta .input{
    position: relative;
    width: 50%;
    max-width: 460px;
}
.input_label{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: -5px;
}
.input_error{
    position: absolute;
    display: none;
    bottom: 12px;
    font-size: 10.5px;
    line-height: 10px;
    letter-spacing: .5px;
    font-family: 'Helvetica', sans-serif !important;
    color: #ff2845;
}
#paso_1.encuesta .input_error{
    bottom: -3px;
}
.cw__formulario-file,
.cw__formulario-input,
.cw__formulario-select,
.cw__formulario-textarea{
    border: none;
    display: inline-block;
    width: 100%;
    max-width: 460px;
    height: 50px;
    margin-bottom: 25px;
    background-color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 14px;
    padding: 0 10px;
    color: #3d3d3d;
}
.campo_error{
    border: 2px solid #ff2845 !important;
}
.cw__formulario-file{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #959595;
}
.cw__formulario-textarea::-webkit-input-placeholder,
.cw__formulario-input::-webkit-input-placeholder {
    font-size: 14px;
    color: #959595;
}
.cw__formulario-textarea::-moz-placeholder,
.cw__formulario-input::-moz-placeholder {
    font-size: 14px;
    color: #959595;
}
.cw__formulario-textarea::-ms-input-placeholder,
.cw__formulario-input::-ms-input-placeholder {
    font-size: 14px;
    color: #959595;
}
.cw__formulario-textarea::placeholder,
.cw__formulario-input::placeholder {
    font-size: 14px;
    color: #959595;
}
.cw__formulario-textarea{
    max-height: 150px;
    padding-top: 12px;
}
.cw__formulario-inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.maxmin{
    width: 48%;
    max-width: 220px;
}
.cw__formulario-btn{
    position: relative;
    width: 48%;
    max-width: 460px;
    height: 50px;
    margin: 7.5px 0px;
    background-color: #f6521e;
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 400;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
    transition: visibility 0s;
}
.cw__formulario-btn:hover,
.cw__formulario-btn:active{
    background-color: #df4212;
}
.cw__formulario-btn:disabled{
    background-color: rgba(222, 65, 18, 0.7);
    cursor: not-allowed;
}
.cw__formulario-botonera{
    position: relative;
    width: 100%;
    padding: 0 25px;
}
.grecaptcha-badge{
    z-index: 5;
    bottom: 100px !important;
}

/* estilos encuesta */
:root {
    --form-control-color: #f6521e;
}
.mr-4{
    margin-right: 40px;
}
#formEncuesta .input {
    padding-left: 10px;
    margin-bottom: 20px;
}
.input--radio {
    /* border: 1px solid red; */
    font-size: 16px;
    line-height: 4;
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}
.input--radio span {
    line-height: 1;
    margin-top: 15px;
}
.input--radio input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font: inherit;
    margin-right: 10px;
    background: #cdcdcd;
    color: currentColor;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
}
.input--radio input[type="radio"]::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset .8rem .8rem var(--form-control-color);
}
.input--radio input[type="radio"]:checked::before {
    transform: scale(1);
}
.encuestaform__checkbox{
    width: 45%;
    padding-left: 10px;
    max-width: 600px;
}
/* --  login/registro  -- */
.login--cover{
    width: 96%;
    max-width: 1024px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 40px;
}
.login--cover img{
    width: 100%;
}
.login--title{
    font-size: 30px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.login--form{
    margin-top: 40px;
    width: 96%;
    max-width: 1024px;
    margin: auto;
}
.inputs--container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.inputs--container .input,
.inputs--container .button{
    width: 48%;
    padding: 0;
}
.button{
    text-transform: uppercase;
}
/* LOADER */
.cw-loader{
    position: fixed !important;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 10px;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease 0s;
}
.cw-loader__contenedor {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cw-loader__contenido {
    width: 150px;
    padding: 1rem;
    background-color: #413127;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 3px rgba(246,82,30,0.5);
-webkit-box-shadow: 0px 0px 4px 3px rgba(246,82,30,0.5);
-moz-box-shadow: 0px 0px 4px 3px rgba(246,82,30,0.5);
}
.cw-loader__circle {
    width: 10px;
    height: 10px;
    background-color:#fff;
    border-radius: 50%;
    margin: 5px;
    animation: jump 0.7s ease-in infinite;
}
.cw-loader__circle:nth-of-type(2) {
    animation-delay: 0.1s;
    background-color: #f6521e;
}
.cw-loader__circle:nth-of-type(3) {
    animation-delay: 0.2s;
    background-color: #fa7268;
}
@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
/* MEDIA QUERIES */
@media screen and (max-width: 1024px){
    .cw__formulario{
        padding-left: 15px;
        padding-right: 15px;
    }
    .input{
        padding: 0 15px;
    }

}
@media screen and (max-width: 960px) {
    .promo-card{
        flex-direction: column-reverse !important;
        align-items: center;
        max-width: 500px;
    }
    .promo-photo{
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 1.5em;
    }
    .promo-info{
        width: 100%;
        padding: 0 !important;
    }
    .promo-title,
    .promo-vigencia{
        text-align: center;
    }
    .cw__formulario-section{
        padding: 0 15px;
    }
}
@media screen and (max-width: 760px) {
    body {
        background-size: contain;
    }
    .cw__formulario-titulo{
        font-size: 26px;
    }
    .encuestaform__checkbox,
    #formTrabajo .input,
    #formEncuesta .input{
        width: 100%;
        padding: 0;
    }
    #formEncuesta .input,
    .encuestaform__checkbox {
        padding-left: 0px;
    }
    /* login/registro */
    .inputs--container p{
        margin-bottom: 1rem;
    }
    .inputs--container.botonera{
        justify-content: center;
    }
    .inputs--container .input,
    .inputs--container .button{
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .cw-container{
        width: 100%;
        max-width: 1280px;
        min-height: calc(100vh - 90px);
        margin-left: auto;
        margin-right: auto;
    }
    .promo-card{
        max-width: 400px;
    }
    .promo-title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .promo-vigencia,
    .promo-terms{
        font-size: 12px;
    }
    .btn-whatsapp {
        bottom: 39px;
    }
    .btn-whatsapp:hover,
    .btn-whatsapp:active {
        bottom: 39px;
    }
}
@media screen and (max-width: 390px) {
    .promo-img{
        min-height: calc(100vw - 90px);
    }
}
/* #f6521e */

.cw-header{
    position: relative;
    width: 100%;
    height: 100px;
    z-index: 3;
}
.cw-header * ul{
    list-style: none;
}
.cw-header__content{
    margin-top: 40px;
    width: 90%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    padding: 0 15px;
    background-image: url('../../../assets/img/fondos/HeaderFondo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}
.cw-header__content ul {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.cw-header__content a{
    text-decoration: none;
    color: #fff;
}
.cw-header__logo{
    width: 26%;
    max-width: 190px;
    margin-top: -20px;
}
.cw-header__logo img{
    width: 100%;
    height: auto;
}
.cw-header__btn{
    font-size: 22px;
    margin: 0 5px;
}
#menuBtn{
    background: none;
    border: none;
    color: #fff;
    font-size: 35px;
    margin-left: 25px;
    height: 40px;
    cursor: pointer;
}
#menuBtn:hover{
    color: #f6521e;
}
#headerMenu{
    position: fixed;
    width: 100%;
    height: 100vh;
    max-height: 500px;
    top: 0;
    left: 0;
    background-color: #262626;
    z-index: 99 !important;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
}
#headerMenu.open{
    transform: translateY(0px);
    opacity: 1;
}
.cw-header__menu-cabecera{
    padding: 20px;
    padding-bottom: 0;
}
.cw-header__menu-logo{
    width: 26%;
    max-width: 190px;
}
.cw-header__menu-close{
    font-size: 32px;
    cursor: pointer;
}
.cw-header__menu-close:hover{
    color: #f6521e;
}
.cw-header__menu-container{
    padding: 20px;
    padding-top: 0;
    text-align: center;
}
.cw-header__menu li a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 3px;
    color: #fff;
}
.cw-header__menu li a:hover {
    color: #f6521e;
}
.cw-header__menu-redes{
    padding: 20px;
    padding-top: 0;
    display: flex;
}
.cw-header__menu-redes li{
    margin: 0 25px;
}
.active{
    color: #f6521e !important;
    font-weight: 700;
    font-size: 17px;
    margin: 0 7.5px;
    letter-spacing: 0px;
}

@media screen and (max-width: 960px){
    .cw-header__content{
        position: absolute;
        z-index: 3;
        width: 95%;
        left: 2.5%;
        right: 2.5%;
        padding: 0 20px;
        height: 50px;
        margin-top: 40px;
        background-size: 100% 50px;
        background-position: top;
    }
    .cw-header__menu-logo{
        width: 27%;
        max-width: 170px;
    }
    .cw-header__logo{
        width: 27%;
        max-width: 170px;
        margin-top: -23px;
    }
}
@media screen and (max-width: 768px){
    .cw-header__menu-logo,
    .cw-header__logo{
        width: 35%;
    }
    #headerMenu{
        max-height: unset;
    }
    .cw-header__menu-container{
        height: calc(100% - 160px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 500px){
    .cw-header{
        height: 92px;
        margin-top: 0;
    }
    .cw-header__content{
        margin-top: 20px;
    }
    .cw-header__menu-logo{
        max-width: 150px;
        width: 30%;
    }
    .cw-header__logo{
        max-width: 150px;
        width: 30%;
        margin-top: -15px;
    }
    .cw-header__botonera a{
        display: none;
    }
}
@media screen and (max-width: 380px){
    .cw-header__content{
        margin-top: 25px;
        padding: 0 10px;
    }
    .cw-header__menu-logo{
        width: 40%;
    }
    .cw-header__logo{
        width: 40%;
        margin-top: -10px;
    }
}

.cw-footer{
    width: 100%;
    height: 30px;
    background-color: #0a0a0a;
    padding: 0 50px;
    z-index: 1;
}
.cw-footer__container{
    max-width: 1024px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
}
.cw-footer__menu{
    display: flex;
    list-style: none;
}
.cw-footer__menu li{
    margin-right: 5px;
}
.cw-footer__menu li a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
@media screen and (max-width: 450px){
    .cw-footer{
        padding: 0 15px;
    }
    .cw-footer__container{
        letter-spacing: 0;
        flex-direction: column;
    }
    .cw-footer__menu li{
        margin-right: 3px;
    }
}
@media screen and (max-width: 350px){
    .cw-footer__container{
        font-size: 10px;
    }
}

.cw-container.home{
    max-width: 100% !important;
}
.cw-home__portada{
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background-color: #252525;
    padding-bottom: 1px;
}
.cw-slider{
    width: 100%;
    height: 100%;
    animation: showIn 1s ease;
}
@keyframes showIn {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes showIn {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes showIn {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
.cw-slider .slick-prev,
.cw-slider .slick-next {
    width: 30px;
    height: 30px;
}
.cw-slider .slick-prev::before,
.cw-slider .slick-next::before{
    font-size: 30px;
}
.cw-slider .slick-prev {
    left: 25px;
    z-index: 1;
}
.cw-slider .slick-next {
    right: 25px;
}
.cw-slider .slick-dots li button::before,
.cw-slider .slick-dots li.slick-active button::before{
    color:orangered;
    font-size: 9px;
    line-height: 1.5;
}
.cw-slide{
    width: 100%;
    overflow: hidden;
}
.cw-slide img{
    width: 100%;
    height: auto;
}

.cw-home__formulario {
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px;
}
.cw-home__formulario-container{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}
.cw-home__formulario-section{
    width: 50%;
}
.cw-home__formulario-section:first-child{
    padding-right: 12.5px;
}
.cw-home__formulario-section:last-child{
    padding-left: 12.5px;
}
.cw-home__formulario-titulo{
    color: #f6521e;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.cw-home__formulario-input,
.cw-home__formulario-textarea{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    height: 50px;
    margin: 7.5px 0px;
    background-color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 20px !important;
    padding: 0 15px;
}
::-webkit-input-placeholder,
::placeholder,
textarea::placeholder {
    font-size: 14px !important;
    text-transform: uppercase;
}
.cw-home__formulario-input::-webkit-input-placeholder {
    font-size: 20px;
}
.cw-home__formulario-input::-moz-placeholder {
    font-size: 20px;
}
.cw-home__formulario-input:-ms-input-placeholder {
    font-size: 20px;
}
.cw-home__formulario-input:-moz-placeholder {
    font-size: 20px;
}
.cw-home__formulario-textarea{
    width: 100%;
    height: 89px;
    padding-top: 12px;
}
.cw-home__formulario-btn{
    width: 100%;
    height: 50px;
    margin: 7.5px 0px;
    background-color: #f6521e;
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 400;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
}
.cw-home__formulario-btn:hover,
.cw-home__formulario-btn:active{
    background-color: #df4212;
}
.cw-home__formulario-input::-webkit-input-placeholder {
    font-size: 14px !important;
    color: #000;
}
.cw-home__formulario-input:-ms-input-placeholder {
    font-size: 14px !important;
    color: #000;
}
.cw-home__formulario-input::placeholder {
    font-size: 14px !important;
    color: #000;
}
.cw-modal {
    position: fixed !important;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease 0s;
    z-index: 999;
}
.cw-modal__contenedor {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cw-modal__contenido {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 700px;
    padding: 2rem;
    padding-top: 3rem;
    background-color: #f6521e !important;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1.5px;
    line-height: 1.5;
}
.cw-modal__btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}
@media screen and (max-width: 1024px){
    .cw-home__formulario{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 768px){
    .cw-home__portada{
        background-color: rgba(0, 0, 0, 0);
        padding: 10px;
        padding-top: 0;
    }
}
@media screen and (max-width: 600px){
    .cw-home__formulario-titulo{
        font-size: 26px;
    }
    .cw-home__formulario-section{
        width: 100%;
        padding: 0px !important;
    }
    .cw-slider .slick-prev,
    .cw-slider .slick-next {
        display: none !important;
    }
    .cw-slider .slick-prev::before,
    .cw-slider .slick-next::before{
        opacity: 0 !important;
    }
}

.cw-container.menu{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    min-height: calc(100vh - 120px);
}
.cw-delivery{
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    min-height: calc(100vh - 130px);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.cw-delivery__texto{
    font-size: 25px;
    letter-spacing: .5px;
    margin-bottom: 20px;
}
.cw-delivery__sucursal{
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    /* margin: 10px; */
}
.cw-delivery__sucursal:hover{
    background-color: rgba(246, 80, 30, 0.3);
}
.sucursal-reforma{
    display: flex;
    align-items: baseline;
}
.cw-delivery__nombre{
    display: inline-block;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 20px;
}
.cw-delivery__sucursal .cw-button{
    min-width: 130px !important;
    margin: 0 2px;
}
.cw-pdf__canvas{
    width: 100%;
    max-width: 1280px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* ----  PDF.JS VIEWER */
#pdf-js-viewer{
    position: relative;
    width: 100% !important;
    max-width: 1280px;
    margin: auto;
    height: calc(100vh - 180px);
}

@media screen and (max-width: 600px){
    .cw-container.menu{
        margin-top: -40px;
        min-height: calc(100vh - 85px);
    }
    .cw-pdf__canvas{
        padding: 0  10px;
        margin-top: 65px !important;
    }
    #pdf-js-viewer{
        height: calc(100vh - 150px);
    }
}
@media screen and (max-width: 500px){
    .cw-delivery{
        margin-top: 80px;
        padding: 20px;
    }
    .cw-delivery__sucursal{
        max-width: 300px;
        flex-direction: column;
    }
    .cw-delivery__sucursal .cw-button{
        min-width: 120px !important;
        letter-spacing: 0px;
    }
    .cw-delivery__nombre{
        margin: 0;
    }
    .sucursal-reforma{
        justify-content: center;
        align-items: center;
        flex-direction: column;
        line-height: .9;
    }
}

.cw-container{
    position: relative;
    width: 100%;
    max-width: 100% !important;
}
.nodata--mensaje.sucursales{
    position: absolute;
    top: 150px;
    max-width: 100% !important;
    left: 0;
}
.cw-sucursales__mapa{
    height: calc(100vh - 130px);
}
.cw-sucursales__lista{
    position: absolute;
    overflow: hidden;
    top: 45px;
    left: 40px;
    background-color: #000;
    padding: 15px;
    padding-top: 0;
    width: 340px;
    max-height: 700px;
}
.cw-sucursales__lista .cw-sucursales__cabecera{
    position: absolute;
    left: 0;
    /* width: 335px; */
    width: 100%;
    height: 60px;
    line-height: 2;
    background-color: #000;
    text-align: center;
    z-index: 2;
}
.cw-sucursales__lista .sucursales-ul {
    width: 100%;
    margin-top: 60px;
    max-height: calc(700px - 80px);
    overflow-y: scroll;
}
.cw-sucursales__item{
    position: relative;
    height: 50px;
    width: 100%;
    background-color: #f6521e;
    border-bottom: 1px solid #d33100;
    list-style: none;
    text-align: center;
    cursor: pointer;
}
.cw-sucursales__item:focus,
.cw-sucursales__item:hover{
    background-color: rgba(246, 80, 30, 0.85);
}
.cw-sucursales__item .cw-sucursal__nombre{
    height: 100%;
    padding: 10px 20px;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.cw-sucursales__item-datos{
    list-style: none;
    /* height: 240px; */
    overflow: hidden;
    padding-bottom: 6px;
    background-color: rgb(32, 32, 32);
}
.cw-sucursales__item-datos__contenedor{
    height: 100%;
    width: 99%;
    overflow: hidden;
    scrollbar-width: 30px;
    scrollbar-color: #d33100 #fff;
    font-size: 12px;
    color: #fff;
    padding: 10px;
    font-weight: 300;
    letter-spacing: .5px;
    font-size: 16px;
}
.cw-sucursales__item-datos i{
    color: #f6521e;
}
.cw-sucursales__item-datos a{
    color: #fff;
    text-decoration: none;
}
.item-btn{
    display: inline-block;
    min-width: 100px;
    background-color: hsla(14, 92%, 54%, 0.5);
    border: 2px solid #f6521e;
    margin: 9px 0;
    margin-right: 6px;
    padding: 0 10px;
    line-height: 2;
    text-align: center;
    color: #fff;
    font-size: 16;
    letter-spacing: .5px;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
}
.gloriafood-btn.item-btn{
    margin-right: 0;
}
.item-enlace:hover{
    color: #f6521e;
    cursor: pointer;
}
.item-btn:hover{
    background-color: #f6521e;
}
.item-btn:focus{
    background-color: #f6521e;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 1px;
    margin-bottom: 10px;
}
.item-btn i{
    color: #fff;
    font-size: 20px;
    margin-right: 4px;
}
.item-horarios__container{
    display: flex;
}
.item-horarios__lista{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style-position: inside;
}
.item-horarios__lista .item-lista{
    width: 100%;
}
.lista--nodata{
    width: 100%;
    padding: 0 10px;
    background-color: hsla(14, 92%, 54%, 0.5);
    border: 1px solid #f6521e;
}
.gm-style .gm-style-iw-c {
    border-radius: 2.5px;
    font-family: 'Teko', sans-serif;
    color: #f6521e;
    padding: 5px 15px;
    -webkit-padding-after: 0px;
}
@media screen and (max-width: 900px) {
    .cw-sucursales__mapa{
        height: 70vh
    }
    .cw-sucursales__lista{
        position: relative;
        background-color: rgba(0, 0, 0, 0);
        width: 80%;
        margin: 0 auto;
        padding: 0px 40px 40px 40px;
        top: -30px;
        left: 0;
        z-index: 5;
    }
    .cw-sucursales__lista .cw-sucursales__cabecera{
        position: absolute;
        width: calc(100% - 80px);
        left: 40px;
        height: 60px;
    }
    .cw-sucursales__lista .sucursales-ul {
        /* margin-top: 0px; */
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .cw-sucursales__lista{
        width: 100%;
        padding: 0;
        top: 0;
    }
    .cw-sucursales__lista .cw-sucursales__cabecera{
        width: 100%;
        left: 0px;
    }
}
@media screen and (max-height: 870px) and (min-width: 901px) {
    .cw-sucursales__lista{
        max-height: 470px;
    }
    .cw-sucursales__lista .sucursales-ul {
        max-height: calc(470px - 80px);
    }
}
@media screen and (max-height: 600px) and (min-width: 901px) {
    .cw-sucursales__lista{
        max-height: 380px;
    }
    .cw-sucursales__lista .sucursales-ul {
        max-height: calc(380px - 80px);
    }
}


.franquicias{
    transition: all 0.4s ease-in-out 0s;
}
.cw-franquicias__container{
    max-width: 1024px;
    margin: 0 auto;
    padding: 15px;
    padding-top: 50px;
}
.full-height{
    height: calc(100vh - 150px);
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
}
.franquicias-box{
    background-color: rgba(27, 27, 27, 0.9);
    padding: 30px;
    max-width: 800px;
    margin: 0 auto;
}
.naranja{
    color: #f6521e;
}
.bg-dark{
    background-color: rgba(0, 0, 0, 0.7);
    padding-bottom: 70px;
}
.black{
    font-family: 'Black Ops One', sans-serif !important;
}
.texto{
    font-size: 20px;
    letter-spacing: .5px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 25px;
}
/* portada */
.portada-texto{
    font-size: 30px;
    max-width: 800px;
    margin: 0 auto;
}
.cw-franquicias__down-container{
    padding-left:10%;
    margin-top:40px
}
.cw-franquicias__down{
    display: inline-block;
    font-size: 50px;
    /* width: 0px; */
    height: 37px;
    line-height: 1;
    color: #f6521e;
    text-decoration: none;
    transform-origin: 0 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
/* beneficios */
.beneficios-items__bloque{
    width: 50%;
}
.beneficios-item{
    justify-content: center;
    padding: 5px;
}
.beneficios-item__container{
    justify-content: center;
    align-items: center;
}
.beneficios-item__img{
    width: 100px;
}
.beneficios-item__texto{
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1.5px;
    width: 230px;
    margin-left: 15px;
}
/* pasos */
.franquicias-slider .slick-prev,
.franquicias-slider .slick-next {
    width: 30px;
    height: 30px;
}
.franquicias-slider .slick-prev::before,
.franquicias-slider .slick-next::before{
    font-size: 30px;
}
.franquicias-slider .slick-prev {
    left: 0px;
    z-index: 1;
}
.franquicias-slider .slick-next {
    right: 0px;
}
.franquicias-slider .slick-dots{
    bottom: -35px;
}
.franquicias-slider .slick-dots li button::before,
.franquicias-slider .slick-dots li.slick-active button::before{
    color:orangered;
    font-size: 11px;
    line-height: 1.5;
}
.franquicias-slide .franquicias-box{
    background-color: #141414;
    padding: 30px;
    width: 80%;
    height: 200px;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.franquicias-slide__numero{
    display: inline-block;
    text-align: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 45px;
    background-color: #df5227;
    color: #fff;
    margin-right: 15px;
}
.franquicias-slide__texto{
    max-width: calc(100% - 70px);
    font-size: 28px;
    line-height: 1;
}
/* dark kitchen */
#darkKitchen .franquicias-box{
    margin-bottom: 25px;
    background-color: #3d3d3d;
}
.regalias-benef__bloque{
    padding: 10px;
}
/* preguntas */
.preguntas__tab{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: .9;
    font-weight: 400;
    letter-spacing: .5px;
    background-color: #f6521e;
    border-bottom: 1px solid #d33100;
    color: #fff;
    cursor: pointer;
}
.preguntas__tab:hover{
    background-color: rgba(246, 80, 30, 0.85);
}
.preguntas__content{
    width: 100%;
    padding: 20px;
    background-color: #242424;
    color: #fff;
    font-size: 18px;
}

.cw-home__formulario-textarea{
    height: 89px !important;
}
.contacto-form__checkbox{
    font-size: 17px;
}
.contacto-form__checkbox a{
    font-size: 17px;
    line-height: .9;
    text-decoration: none;
    color: #f6521e;
}
.contacto-form__checkbox a:hover{
    color: #d33100;
}
@media screen and (max-width: 760px) {
    .beneficios-item__texto{
        font-size: 20px;
    }
}
@media screen and (max-width: 600px) {
    .texto{
        font-size: 16px;
    }
    .portada-texto{
        font-size: 24px;
    }
}
@media screen and (max-width: 500px) {
    .beneficios-item__texto{
        font-size: 16px;
    }
    .cw-franquicias__down-container{
        padding-left:26%;
    }
    .franquicias-slide .franquicias-box{
        padding: 16px;
    }
    .franquicias-slide__numero{
        width: 40px;
        height: 40px;

        font-size: 32px;
        margin-right: 10px;
    }
    .franquicias-slide__texto{
        max-width: calc(100% - 50px);
        font-size: 20px;
    }
    #darkKitchen{
        padding: 15px;
    }
    .regalias-benef__container{
        flex-direction: column;
    }
    .regalias-benef__bloque{
        flex-direction: column;
        padding: 0 10px;
    }
}
@media screen and (max-width: 380px) {
    .beneficios-item__texto{
        font-size: 14px;
        margin-left: 10px;
    }
    .texto{
        font-size: 14px;
    }
    .portada-texto{
        font-size: 20px;
    }
    .beneficios-item__texto{
        font-size: 13px;
        letter-spacing: 0.5px;
    }
}

.cw-protocolo__portada{
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.cw-protocolo__video{
    position:relative;
    width: 100%;
    padding:56.25% 0 0 0;
    background-color: #5a5a5a;
}
.cw-protocolo__video iframe{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.cw-protocolo__pasos{
    text-align: center;
    margin-top: 50px;
    letter-spacing: 1px;
}
.cw-protocolo__titulo{
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1;
    color: #fff;
    letter-spacing: 2.5px;
    margin-bottom: 50px;
}
.cw-protocolo__titulo span{
    font-family: 'Black Ops One', cursive;
    font-size: 40px;
    letter-spacing: 0px;
    color: #f6521e;
}
.cw-protocolo__texto{
    font-size: 24px;
    color: #fff;
    line-height: 1;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.cw-protocolo__iconos-container{
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.cw-protocolo__icono{
    width: 25%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 50px;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    letter-spacing: -.5px;
    text-transform: uppercase;
}
.cw-protocolo__icono-img{
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 5px;
}
.cw-protocolo__icono-img img{
    width: 100%;
}
@media screen and (max-width: 1024px){
    .cw-protocolo__pasos{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 960px){
    .cw-protocolo__titulo,
    .cw-protocolo__texto,
    .cw-protocolo__icono{
        margin-bottom: 30px;
    }
    .cw-protocolo__icono{
        width: 33%;
    }
}
@media screen and (max-width: 650px){
    .cw-protocolo__portada {
        margin-top: 20px;
    }
    .cw-protocolo__titulo span{
        font-size: 30px;
    }
    .cw-protocolo__texto,
    .cw-protocolo__icono{
        font-size: 19px;
    }
    .cw-protocolo__icono{
        width: 50%;
    }

}
@media screen and (max-width: 400px){
    .cw-protocolo__icono-img{
        margin-bottom: 0;
    }
    .cw-protocolo__icono-img img{
        width: 120%;
    }
}

.vista--cw{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}
/* LOGO */
.vista--cw__logo{
    width: 80%;
    max-width: 400px;
    margin-bottom: 30px;
}
/* LOADER */
.vista--cw__loader__contenido {
    width: 80%;
    max-width: 400px;
    padding: 1.5rem 1rem;
    background-color: rgba(42, 42, 42, 0.8);
    display: flex;
    justify-content: center;
    border-radius: 2.5px;
    box-shadow: 0px 0px 4px 3px rgba(255, 103, 57, 0.5);
-webkit-box-shadow: 0px 0px 4px 3px rgba(255, 103, 57, 0.5);
-moz-box-shadow: 0px 0px 4px 3px rgba(255, 103, 57, 0.5);
}
.vista--cw__loader__circle {
    width:15px;
    height:15px;
    background-color:#fff;
    border-radius: 50%;
    margin: 0 12px;
    animation: jump 0.8s ease-in infinite;
}
.vista--cw__loader__circle:nth-of-type(2) {
    animation-delay: 0.1s;
    background-color: #f6521e;
}
.vista--cw__loader__circle:nth-of-type(3) {
    animation-delay: 0.2s;
    background-color: #fa7268;
}
@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 600px){

}

/* generales */
.mt-1{
    margin-top: 1rem !important;
}
.mb-1{
    margin-bottom: 1rem !important;
}
.ml-1{
    margin-left: 1rem !important;
}
.mr-1{
    margin-right: 1rem !important;
}
.mx-1{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.my-1{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.ma-1{
    margin: 1rem !important;
}
.mt-2{
    margin-top: 2rem !important;
}
.mb-2{
    margin-bottom: 2rem !important;
}
.ml-2{
    margin-left: 2rem !important;
}
.mr-2{
    margin-right: 2rem !important;
}
.ma-2{
    margin: 2rem !important;
}
.mx-2{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}
.my-2{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.inactive{
    background-color: #330505 !important;
}
.main-container{
    width: 100%;
    min-height: calc(100vh - 80px);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    /* border: 1px solid red; */
}
.nodata--mensaje{
    width: 100%;
    max-width: 800px;
    background-color: rgba(246, 80, 30, 0.6);
    border: 2px solid #f6521e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
/* admin */
.header--admin{
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #161616;
    padding: 0 20px;
    z-index: 1;
}
.header--admin__container{
    width: 100%;
    height: 100%;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.header--logo,
.cw-header__menu-logo{
    display: flex;
    height: 100%;
    width: fit-content;
    justify-content: center;
    align-items: center;
}
.cw-header__menu-logo img,
.header--logo img{
    max-width: 145px;
}
.header--menu__options{
    position: relative;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.menu--option{
    display: inline-block;
    /* min-width: 100px; */
    margin: 0 6px;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: .5px;
    text-align: center;
    color: #858585;
    font-weight: 500 !important;
    cursor: pointer;
}
.menu--option.active,
.menu--option:focus,
.menu--option:hover{
    color: #fff !important;
}
.upload-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #f6521e;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    cursor: pointer;
}
.fab {
    position: fixed;
    bottom: 25px;
    right: 25px;
}
.fab::before {
    position: absolute;
    width: max-content;
    bottom: 10px;
    right: 47px;
    content: "Agregar promoción";
    font-size: 12px;
    padding: 5px;
    background-color: rgba(130, 130, 130, 0.7);
    color: #fff;
    display: none;
}
.fab:hover::before {
    display: inline-block;
}
.form-container{
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
}
.input{
    position: relative;
}
.input--label{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: .5px;
    margin-bottom: 3px;
}
.input--input,
.input--input{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    display: inline-block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 0 15px;
}
textarea.input--input{
    min-height: 130px;
    max-height: max-content !important;
    padding-top: 15px;
}
.input--input:hover,
.input--input:active,
.input--input:focus{
    background-color: #D9D9D9;
}
.input--error{
    position: absolute;
    display: block;
    bottom: 15px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: .5px;
    font-family: 'Helvetica', sans-serif !important;
    color: #DF1818;
}
.button{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    min-width: 90px;
    height: 50px;
    background-color: #f6521e;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
}
.button.flat{
    display: inline;
    min-width: min-content !important;
    width: min-content;
    background-color: rgba(0, 0, 0, 0);
}
.button.outline{
    background-color: rgba(246, 80, 30, 0.5);
    border: 2px solid #f6521e;
}
.button.block{
    width: 100%;
}
.button:hover{
    opacity: .8;
}
.button.outline:hover{
    background-color: #f6521e;
}
.button.disabled{
    opacity: .6;
    cursor: not-allowed;
}
/* modal */
.modal{
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
}
.modal-container{
    width: 100%;
    max-width: 800px;
    max-height: calc(100vh - 40px);
    overflow: hidden;
}
.modal-close{
    padding: 0;
    font-size: 24px;
}
.modal-header,
.modal-content,
.modal-footer{
    padding: 20px;
}
.modal-header{
    height: 50px;
    background-color: #f6521e;
    padding: 10px 20px;
    color: #fff;
}
.modal-content{
    max-height: calc(100vh - 160px);
    overflow-y: auto;
}
.modal-footer{
    height: 70px;
    padding: 10px 20px 20px 20px;
}
.modal-footer .button{
    width: 46%;
}

@media screen and (max-width: 961px){
    .header--admin{
        margin-bottom: 30px;
    }
    .header--menu__options{
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 100%;
        background-color: #161616;
    }
}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 500px){
    .header--logo,
    .cw-header__menu-logo img,
    .header--logo img{
        max-width: 110px;
    }
    .header--menu__options{
        justify-content: center;
    }
    .menu--option{
        min-width: 50px;
        margin: 0 5px;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0px;
    }
}
@media screen and (max-width: 380px){
    .menu--option{
        margin: 0 4px;
        font-size: 14px;
    }
}
