@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@400;500;600;700;800&display=swap');
body{font-family: 'Baloo Chettan 2', cursive;}
body.warningbody{
    overflow-y:hidden;
    overflow-x:hidden;
    position: relative;
}
body.warningbody:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000007d;
    z-index: 99;
    bottom: 0;
}
.margin-top-0{margin-top: 0px !important;}
.margin-bottom-0{margin-bottom: 0px !important;}
.btn.btn-color1{
    background: #009cea;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    border-radius: 13px;
    padding: 4px 22px;
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.btn.btn-color1:hover{
    background: #009cea;
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.btn.btn-color2{
    background: #e1027a;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    border-radius: 13px;
    padding: 4px 22px;
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.btn.btn-color2:hover{
    background: #e1027a;
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.btn.btn-color3{background: #f7db00;color: #fff;font-size: 20px;font-weight: 500;border-radius: 13px;padding: 4px 22px;}
.btn.btn-color3:hover{background: #f7db00;}
.navbar-container{background-image: url('../img-folder/border-top.png');background-repeat: no-repeat;background-position: top;padding-top: 30px;border:0px;}
.padding-div{padding: 60px 0px;}
.padding-div-min{padding: 40px 0px;}
.padding-div-0bottom{padding-bottom: 0px !important;}
ul.menu{text-align: right;}
ul.menu li a{font-size: 18px;color: #2c2c2c;font-weight: 500;padding: 0px 3px;}
button.dropdown-toggle{color: #2c2c2c;font-size: 18px;}
button.dropdown-toggle:hover,button.dropdown-toggle:focus{color: #2c2c2c !important;}
footer{background: #f4f4f4;border: 0px;padding-top: 40px;padding-bottom: 40px;}
footer .footer-logo{display: flex;flex-direction: column;}
footer .f-links ul li:first-child{padding-left: 0px;}
footer .f-links ul li{padding-left: 8px;padding-right: 8px;}
footer .f-links ul li a{font-size: 16px;color: #565555;}
footer .f-links ul li a:hover{text-decoration: underline;}
footer .f-icon a > i:hover{color: #0091d9 !important;}
.slider-principal .item img,
.texto-home img{max-width: 100%;height: auto;}
.texto-home{padding: 60px 0px;}
.texto-home .container .row{display: flex;}
.texto-home .col-lg-6{display: flex;flex-direction: column;justify-content: center;}
.texto-home .col-lg-6:last-child{padding-left: 30px;}
.texto-home h2{font-size: 30px;color: #252525;margin-bottom: 0px;margin-top: 0px;line-height: 24px;}
.texto-home p{font-size: 22px;color: #3b3b3b;margin-bottom: 20px;}
.texto-home a.btn{width: 200px;}
.bg-section{background-color: #f5f5f5 !important;}
.carouselone .item{padding-bottom: 10px;}
.carouselone .item > div{background-color: #fff;text-align: center;margin: 0px 15px;border-radius: 5px;padding: 35px 0px;-webkit-box-shadow: 0px 7px 5px 0px rgba(233,233,233,1);-moz-box-shadow: 0px 7px 5px 0px rgba(233,233,233,1);box-shadow: 0px 7px 5px 0px rgba(233,233,233,1);}
.carouselone .item > div img{margin: 0 auto;margin-bottom: 20px;}
.carouselone .item > div h4{font-size: 22px;color: #151515;font-weight: 600;}
.carouselone .item > div p{
    color: #151515;
    max-width: 90%;
    margin: 0 auto;
    line-height: 18px;
    font-size: 15px;
}
.carouseltwo .item > div{margin: 0px 15px;}
.carouseltwo .item > div img{width: 100%;}
.carouseltwo .item > div h4{font-size: 16px;color: #202020;font-weight: 500;line-height: 23px;margin-top: 25px;}
.slick-dots{width: 100%;text-align: center;margin:0px;padding:0px;margin-top: 40px;}
.slick-dots > li{display: inline-block;list-style: none;margin: 0px 4px;}
.slick-dots > li.slick-active button{background: #e1027a;}
.slick-dots > li button{
	font-size: 0px;
    border-radius: 100%;
    padding: 5px;
    border: 0px;
    background: #c7c7c7;
}
.texto-seccion{text-align: center;margin-bottom: 40px;}
.texto-seccion2{text-align: center;margin-bottom: 60px;}
.texto-seccion3{text-align: center;margin-bottom: 25px;}
.texto-seccion h2{font-size: 30px;color: #191919;font-weight: 700;margin: 0px;line-height: 26px;}
.texto-seccion p{font-size: 24px;color: #191919;font-weight: 500;}
.texto-seccion2 h2{font-size: 25px;color: #202020;font-weight: 600;margin-top: 0px;margin-bottom: 25px;line-height: 26px;}
.texto-seccion2 p{font-size: 16px;color: #797979;font-weight: 400;}
.section-top{background: #f5f5f5 !important;text-align: center;padding: 22px 0px;}
.section-top h1{font-size: 30px;color: #282828;text-align: center;font-weight: 500;margin: 0px;}
.texto-cms img{margin-bottom: 15px;}
.texto-cms h2{font-size: 24px;color: #1e1e1e;font-weight: 600;}
.texto-cms h3{font-size: 22px;color: #1e1e1e;font-weight: 600;}
.texto-cms h4{font-size: 20px;color: #1e1e1e;font-weight: 600;}
.texto-cms h5{font-size: 19px;color: #1e1e1e;font-weight: 600;}
.texto-cms h6{font-size: 18px;color: #1e1e1e;font-weight: 600;}
.texto-cms p{font-size: 16px;color: #717171;font-weight: 400;margin-bottom: 20px;}
.faqs-section ul{margin: 0px;padding: 0px;}
.faqs-section ul li{list-style: none;margin-bottom: 45px;}
.faqs-section ul li h3{font-size: 20px;color: #1e1e1e;font-weight: 600;}
.faqs-section ul li p{font-size: 16px;color: #717171;font-weight: 400;}
.formulario-contacto input{width: 100%;height: 62px;padding: 0px 15px;margin-bottom: 15px;}
.formulario-contacto textarea{height: 160px;resize:none;}
.formulario-contacto a.btn-enviar{background: #0091d9;color: #fff;font-size: 18px;font-weight: 500;padding: 12px 30px;display: inline-block;margin-top: 40px;cursor: pointer;}
.formulario-contacto a.btn-enviar:hover{background: #0091d9;}
.datos-contacto h4{font-size: 18px;color: #242424;font-weight: 600;margin-top: 20px;}
.datos-contacto p{font-size: 16px;color: #6f6f6f;font-weight: 400;}
.datos-contacto p a{color: #6f6f6f;}
.datos-contacto p a:hover{color: #0091d9;}
ul.list-inline.menu > li > ul{background: #edeeef;padding: 14px 0px;margin-top: 0px;}
ul.list-inline.menu > li > ul > li{text-align: left;}
ul.list-inline.menu > li > ul > li a{font-size: 16px;color: #8d8d8d;padding: 4px 15px;}
ul.list-inline.menu > li > ul > li.active a{color: #282828;}
.texto-seccion3 h2{font-size: 32px;color: #202020;font-weight: 600;margin-bottom: 20px;}
.texto-seccion3 p{font-size: 16px;color: #797979;font-weight: 400;}
.step-content-1,
.step-content-2{position: relative;padding-bottom: 80px;}
.step-content-2{margin-top: 20px;}
.step-content-1:after,
.step-content-2:after{
	content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.step-content-2.no-after:after{display: none;}
.step-content-1:after{background: #1e9edd;height: 50%;}
.step-content-2:after{background: #d10071;height: 69%;}
.step-content-1 .content,
.step-content-2 .content{display: flex;justify-content: center;}
.step-content-1 .content > div{
	margin: 0px 35px;
    -webkit-box-shadow: -1px 2px 28px -8px rgba(0,0,0,0.36);
    -moz-box-shadow: -1px 2px 28px -8px rgba(0,0,0,0.36);
    box-shadow: -1px 2px 28px -8px rgba(0,0,0,0.36);
	padding: 35px 70px;
	border-radius: 10px;
	background: #fff;
    z-index: 9;
    cursor: pointer;
}
.step-content-2 .content > div{
    -webkit-box-shadow: -1px 2px 28px -8px rgba(0,0,0,0.36);
    -moz-box-shadow: -1px 2px 28px -8px rgba(0,0,0,0.36);
    box-shadow: -1px 2px 28px -8px rgba(0,0,0,0.36);
    padding: 35px 50px;
    border-radius: 10px;
    background: #fff;
    z-index: 9;
    display: flex;
    flex-direction: column;
}
.step-content-1 .content > div > div,
.step-content-2 .content > div > div{display: flex;flex-direction:column;align-items: center;}
.step-content-2 .content > div > div:first-child{margin-bottom: 60px;}
.step-content-2 #step-content-login .content > div > div:first-child,
.step-content-2 #step-content-edit-info .content > div > div:first-child,
.step-content-2 #step-content-edit-password .content > div > div:first-child,
.step-content-2 #step-content-add-address .content > div > div:first-child,
.step-content-2 #step-content-edit-address .content > div > div:first-child,
.step-content-2 #step-content-recovery .content > div > div:first-child{margin-bottom: 0px;}
.step-content-1 .content > div h4,
.step-content-2 .content > div h4{font-size: 28px;color: #202020;font-weight: 600;margin-bottom: 0px;}
.step-content-1 .content > div p{font-size: 20px;color: #606060;font-weight: 400;}
.step-content-2 .content > div input{background: #f7f7f7;height: 62px;padding: 0px 20px;width: 400px;margin-top: 15px;border:0px;}
.step-content-2 .content > div .input{margin-top: 15px;}
.step-content-2 .content > div a.btn{display: block;width: 100%;margin-top: 30px;padding: 7px 22px;}
.dropzone.dz-clickable{
    background-image: url('../img-folder/dropzone.png');
    background-repeat: no-repeat;
    background-position: top center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.dropzone.dz-clickable.dz-started,
.dropzone.dz-clickable.dz-startedf{
    background-position: bottom center !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 240px;
}
.dropzone .dz-message{
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.dropzone.dz-started .dz-message{display: block !important;margin: 0px;}
.dropzone .dz-message button{
    font-size: 24px !important;
    color: #202020 !important;
    font-weight: 600 !important;
}
.dropzone .dz-preview.dz-image-preview{
    /*background-image: url('../img-folder/cuadro.png') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;*/
    width: 200px;
    height: 200px;
    min-height: auto;
    margin-bottom: 25px;
}
.dropzone .dz-preview .dz-image,
.dropzone .dz-preview .dz-image img{
    width: 97%;
    height: 98%;
}
.dropzone.dz-clickable:hover{opacity: 0.9;}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone .dz-preview .dz-details .dz-size,
.dropzone .dz-preview.dz-error .dz-error-message{display: none !important;}
.warning-size{
    background: #fff;
    text-align: center;
    margin: 0px;
    padding: 10px 15px 25px 15px;
    position: fixed;
    bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    -webkit-box-shadow: -1px 2px 28px -8px rgba(0,0,0,0.36);
    -moz-box-shadow: -1px 2px 28px -8px rgba(0,0,0,0.36);
    box-shadow: -1px 2px 28px -8px rgba(0,0,0,0.36);
    z-index: 9999999999;
    max-width: 700px;
    border-radius: 15px;
}
.warning-size h2{
    font-size: 24px;
    color: #202020;
    font-weight: 600;
}
.warning-size img{
    margin-top: 8px;
    margin-bottom: 20px;
    max-width: 250px;
    height: auto;
}
.warning-size p{
    font-size: 20px;
    color: #636363;
    font-weight: 400;
}
.warning-size .buttons{display: flex;justify-content: center;margin-top: 25px;}
.warning-size .buttons > a{margin: 0px 12px;font-size: 20px;}
.dropzone .dz-preview .dz-remove{
    font-size: 0px !important;
    position: absolute;
    right: 8px;
    bottom: 6px;
    z-index: 99;
    background: #fff;
    border-radius: 4px;
    padding: 4px 5px;
    color: #4f4c4b !important;
}
.dropzone .dz-preview .dz-remove:before{font-size: 18px;}
.dropzone .dz-preview .dz-remove:hover{background: #f8dd00;color: #fff !important;}
.dropzone .dz-preview .dz-frame{
    font-size: 0px !important;
    position: absolute;
    right: 35px;
    bottom: 6px;
    z-index: 99;
    background: #fff;
    border-radius: 4px;
    padding: 4px 3px;
    cursor: pointer;
    display: block;
    border: none;
    text-align: center;
    font-weight: 600;
    color: #4f4c4b !important;
}
.dropzone .dz-preview .dz-frame:before{font-size: 18px;}
.dropzone .dz-preview .dz-frame:hover{background: #e1027a;color: #fff !important;}
.box-confirm{margin-top: 40px;}
.box-confirm a.btn{padding: 4px 50px;}
.box-lateral{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 999;
    padding: 30px 30px;

    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    visibility: hidden;
    width: 0px;
    -webkit-transition: width 0.5s ease-in-out, visibility 0.5s linear;
    -moz-transition: width 0.5s ease-in-out, visibility 0.5s linear;
    -o-transition: width 0.5s ease-in-out, visibility 0.5s linear;
    transition: width 0.5s ease-in-out, visibility 0.5s linear;

    box-shadow: 0px 8px 10px -5px rgb(0 0 0 / 20%), 0px 16px 24px 2px rgb(0 0 0 / 14%), 0px 6px 30px 5px rgb(0 0 0 / 12%);
}
.box-lateral.open{
    width: 400px;
    visibility: visible;
}
.box-lateral h2{
    font-size: 32px;
    color: #202020;
    font-weight: 600;
}
.box-lateral ul{padding: 0px;margin-top: 20px;}
.box-lateral ul li{list-style: none;margin-bottom: 10px;display: flex;align-items: center;overflow: hidden;}
.box-lateral ul li a{
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 400;
    margin-left: 15px;
    cursor: pointer;
    line-height: 21px;
}
.box-lateral ul li a > span{color: #e41c88;}
.box-lateral ul li a:hover{color: #e1027a;}
.box-lateral ul li i{width: 32px;font-size: 20px;padding-left: 10px;}
.box-lateral ul li img{}
.box-lateral a.btn-confirm{font-size: 20px;padding: 4px 40px;}
.box-lateral .icon-close{cursor: pointer;float: right;margin-top: -15px;}
.box-lateral .icon-close:hover{opacity: 0.8;}
#formulario-direccion{display: none;}
#formulario-direccion h2{
    font-size: 28px;
    color: #202020;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 18px;
}
#formulario-direccion .form-group{
    margin-bottom: 15px;
    text-align: center;
}
#formulario-direccion input{
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 90%;
}
#formulario-direccion select{
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 90%;
    height: 46px;
    width: 100%;
    color: #7e7e7e;
    font-size: 16px;
    border: solid 1px #e0e1e2;
    border-radius: 2px;
    padding: 0px 10px;
}
#formulario-direccion .form-group .optionradio{
    padding: 10px 11px;
    background: #f5f5f5;
    margin: 6px 15px;
}
#formulario-direccion .form-group .optionradio > div:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#formulario-direccion .form-group .optionradio input{
    max-width: none;
    margin: 0px;
    height: auto;
    line-height: 0px;
    font-size: 0px;
}
#formulario-direccion .form-group .optionradio label{
    margin: 0px;
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 18px;
}
#formulario-direccion .form-group .optionradio label i{
    font-size: 15px;
    margin-left: 4px;
}
#formulario-direccion .form-group .optionradio > div.detalleradio{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#formulario-direccion .form-group .optionradio > div.detalleradio > label{
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    margin-left: 20px;
    line-height: 16px;
    text-align: left;
}
#step-content-add-address .input,
#step-content-edit-address .input{
    width: 100%;
}
#step-content-add-address .input select,
#step-content-edit-address .input select{
    margin: 0 auto;
    max-width: 100%;
    height: 46px;
    width: 400px;
    color: #7e7e7e;
    font-size: 16px;
    border: solid 1px #f7f7f7;
    border-radius: 2px;
    padding: 0px 10px;
    margin-top: 15px;
    background: #f7f7f7;
}
#step-content-add-address .input input,
#step-content-edit-address .input input{
    width: 400px;
    display: block;
}
#step-content-edit-address .input input,
#step-content-edit-address .input select{
    margin-top: 0px;
}
#formulario-direccion a.btn{
    padding: 4px 60px;
}
#step-content-edit-address label{
    display: block;
    margin: 0px;
    font-weight: 500;
}
.notifyjs-corner,
.notifyjs-corner .notifyjs-wrapper{z-index: 9999999999;}
.fancybox-overlay{z-index: 999 !important;}
ul.detalle{margin-bottom: 35px;}
ul.detalle li{display: flex;justify-content: space-between;font-size: 16px;color: #5a5a5a;font-weight: 400;margin-bottom: 0px;background: #f7f7f7;padding: 1px 6px 6px;margin: 2px 0px;}
ul.detalle li.linea-total{font-weight: 600;color: #2c2c2c;}
ul.detalle li span:last-child{font-weight: 600;color: #2c2c2c;}
ul.detalle li:last-child{
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    background: #ededed;
    padding: 10px 10px;
    border-radius: 10px;
    margin-top: 18px;
}
ul.detalle li label{
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 400;
}
ul.detalle li textarea{
    resize:none;
    width: 100%;
    border-radius: 10px;
    height: 60px;
}
.texto-transac{text-align: center;}
.texto-transac h2 i.fa-check-circle{color: #f8dd00;font-size: 100px;}
.texto-transac h2 i.fa-remove{color: #e1027ab0;font-size: 100px;}
.texto-transac h4{
    font-size: 28px;
    color: #202020;
    font-weight: 600;
}
.texto-transac ul{padding: 0px;margin:0px;}
.texto-transac ul.simple-list{margin-bottom: 40px;}
.texto-transac ul li{font-size: 18px;color: #5a5a5a;font-weight: 400;list-style:none;}
input.dis, .click-d{cursor: not-allowed;pointer-events: none !important;opacity: 0.8;}
.list-inline > li > a.btn{color: #fff !important;font-size: 20px;}
ul.list-inline.menu > li:last-child{margin-left: 10px;}
ul.list-inline.menu > li > a.mi-cuenta{color: #e1027a;}
ul.list-inline.menu > li > a.mi-cuenta:hover{color: #e1027a;}
ul.options-bottom{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-top: 28px;
}
ul.options-bottom > li > a{color: #009cea;}
ul.options-bottom > li > a:hover{text-decoration: underline;}
.sidebar > ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.sidebar > ul > li{margin: 5px 0px;}
.sidebar > ul > li > a{
    color: #2c2c2c;
    font-size: 19px;
    font-weight: 500;
    background: #f5f5f5;
    display: block;
    padding: 8px 15px;
}
.sidebar > ul > li > a:hover,
.sidebar > ul > li > a.active{
    color: #fff;
    background: #e1027a;
}
.sidebar > ul > li i{width: 22px;}
ul.list{
    margin: 0px;
    list-style: none;
    margin-top: 40px;
}
ul.list > li{
    background: #f5f5f5;
    padding: 12px 30px 10px 30px;
    margin: 15px 0px;
}
ul.list > li > div{
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 10px;
}
ul.list > li > div > ul.acciones{
    float: right;
    list-style: none;
    display: flex;
}
ul.list > li > div > ul.acciones > li{margin: 0px 5px;}
ul.list > li > div > ul.acciones > li > a{
    color: #009cea;
    cursor: pointer;
}
ul.list > li > div > ul.datos{
    list-style: none;
    padding: 0px;
    font-size: 16px;
    color: #2c2c2c;
}
ul.list > li > div > ul.datos > li{font-weight: 400;}
ul.list > li > div > ul.datos > li i{width: 18px;}
ul.list > li > div > ul.datos > li > span{font-weight: 500;}
ul.list > li > div > ul.datos ul.precios{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    background: #282828;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    padding: 4px 0px;
    justify-content: space-between;
    align-items: center;
}
ul.list > li > div > ul.datos ul.precios > li{
    margin: 0px 8px;
}
.notifyjs-foo-base {
    padding: 9px;
    border-radius: 10px;
}
.notifyjs-foo-base .title {
    text-align: center;
}
.notifyjs-foo-base .buttons {
    font-size: 12px;
    padding: 5px;
    margin: 2px;
    margin-bottom: 0px;
}
.notifyjs-foo-base button {
    font-size: 12px;
    padding: 5px 12px;
    margin: 2px;
    border: 0px;
    background: #009cea;
    border-radius: 8px;
}
.notifyjs-foo-base button:hover{opacity: 0.9;}
.notifyjs-foo-base button.getid{display: none;}
a.add-address{
    background: none;
    padding: 0px;
    color: #009cea;
    font-size: 16px;
    margin: 0px 25px;
    font-weight: bold;
    text-transform: uppercase;
}
a.add-address > i{
    margin-right: 7px;
}
a.add-address:hover{color: #e1027a;}
span.btn-success{
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #009cea;
    border-color: #009cea;
}
span.btn-warning{
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #f8dd00;
    border-color: #f8dd00;
}
span.btn-warning:hover, span.btn-warning:focus, span.btn-warning.focus{
    background-color: #f8dd00 !important;
    border-color: #f8dd00 !important;
}
div.cuadros-sidebar{
    position: absolute;
    right: 0;
    max-width: 265px;
    background: #f5f5f5;
    height: 100%;
    z-index: 999;
    top: 0;
    padding: 0px 0px 30px 0px;
    overflow-y: auto;
    /*display: none;*/
}
/*div.cuadros-sidebar.open{
    display: block;
}*/
div.cuadros-sidebar > ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
}
div.cuadros-sidebar > ul > li{
    margin: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 30px 8px 30px;
}
div.cuadros-sidebar > ul > li > img{
    max-width: 100%;
    height: auto;

    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;

    width: 70px;
    height: 70px;
    margin-right: 18px;
}
div.cuadros-sidebar > ul > li.active{
    background: #eee;
}
div.cuadros-sidebar > ul > li:hover{
    background: #eee;
}
div.cuadros-sidebar > ul > li:hover > img,
div.cuadros-sidebar > ul > li.active > img{
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
div.cuadros-sidebar h5{
    text-align: center;
    margin: 0px;
    color: #2c2c2c;
    margin-bottom: 15px;
}
div.cuadros-sidebar h5 > img{
    width: 120px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}
.step-content-3{position: relative;}
.imagenes{margin-top: 20px;}
.imagenes .cuadro{
    width: 200px !important;
    height: 200px;
    position: relative;
    margin: 0px 6px;
}
.imagenes .cuadro img{
    width: 97%;
    height: 98%;
}
.imagenes .slick-slide{height: auto;}
label.msg-visible{
    max-width: 400px;
    margin: 0 auto;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 15px;
}
.box-code{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ededed;
    padding: 12px 0px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.box-code > div{
    display: flex;
    position: relative;
}
.box-code > div > a{
    position: absolute;
    right: 0;
    top: 0;
    background: #e1027a;
    color: #fff;
    padding: 3px 8px;
}
.box-code > div > a:hover{
    color: #fff;
    opacity: 0.9;
}
.box-code.show{
    display: block;
}
.box-code label{
    margin: 0px 12px 10px 12px;
}
.box-code input{
    height: 32px;
    padding: 0px 20px;
    border: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #e1027a;
    text-transform: uppercase;
    max-width: 250px;
}
footer .f-icon{
    width: 170px;
    text-align: right;
}
.flotante{
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    padding: 0px 3px;
    background: #00d829;
}
.flotante > a > img{
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    max-width: 45px;
}
.flotante > a:hover > img{
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#formAddress .content-address{
    display: none;
    margin-top: 15px;
}
#formAddress .content-address.open{display: block;}
#formAddress .optionradio-loop.closebox{display: none;}
a.delete-address-loop{cursor: pointer;}
a.delete-address-loop > i{vertical-align: middle;margin-top: -4px;}

@media (max-width: 767px) {
    .dropzone.dz-started .dz-message{line-height: 18px;}
    div.cuadros-sidebar > ul > li > img{margin-right: 0px;height: auto;}
    .flotante{bottom: 55px;padding: 0px 5px;}
    .step-content-1 .content > div h4, .step-content-2 .content > div h4{text-align: center;}
    ul.list{padding: 0px;}
    .step-content-2 .content > div{padding: 35px 20px;}
    #step-content-add-address .input input, #step-content-edit-address .input input{max-width: 100%;}
    .sidebar > ul{margin-bottom: 40px;}
    div.cuadros-sidebar > ul > li{margin: 8px 1px;flex-direction: column;justify-content: center;padding: 5px 10px;}
    div.cuadros-sidebar > ul > li span{
        text-align: center;
        line-height: 17px;
        font-size: 14px;
        padding-top: 3px;
    }
    div.cuadros-sidebar{
        max-width: 100%;
        height: auto;
        position: relative;
        overflow-x: auto;
        margin-bottom: 30px;
        padding-top: 20px;
    }
    div.cuadros-sidebar > ul{
        flex-direction: inherit;
        margin: 0 auto;
    }
    ul.list > li > div > ul.datos ul.precios{
        flex-direction: column;
    }
    .texto-seccion3 h2{font-size: 28px;}
    .step-content-1 .content > div p{
        text-align: center;
        line-height: 20px;
    }
    .notifyjs-corner{width: 100%;}
    .notifyjs-notify-error-base{white-space: normal !important;text-align: center;}
    ul.options-bottom{flex-direction: column;}
    .texto-home .container .row,
    .step-content-1 .content,
    .step-content-2 .content{flex-direction:column;}
    .texto-home img{margin-bottom: 20px;}
    .texto-home h2{line-height: 28px;}
    .navbar-container{background-size: contain;padding-top: 0px;}
    .mobile-menu-upload{background: #009cea;border-radius: 15px !important;}
    .step-content-1 .content > div{padding: 35px 20px;margin-bottom: 30px;}
    .step-content-2 .content > div .input,
    .step-content-2 .content > div input{max-width: 100%;}
    .section-top h1{font-size: 24px;}
    .dropzone .dz-message button{font-size: 20px !important;}
    .dropzone.dz-clickable{margin-bottom: 75px;}
    .box-lateral.open{width: 100% !important;}
    .texto-cms img{max-width: 100%;height: auto;}
    .mobile-menu .navbar-brand{width: 100%;}
}