﻿/*********************************Errores********************************/
.error_required {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #c12727;
    font-weight: 600;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 3px;
    margin-top: 5px;
}

.error_required_2{
    position: relative;
    float: left;
    left: 11%;
    right: 0;
    margin-top: 10px;
    width: 78%;
    color: #FFFFFF;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 3px;
    background-color: #641b1b;
}

.error_required_red{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    background-color: #641b1b;
    margin-top:5px;
}

.error_login{
    position: fixed;
    top:30%;
    left:50%;
    transform: translate(-50%, 50%);
    width:300px;
    background-color: #000;
    border-radius:3px;
    color: #FFFFFF;
    font-size:1.1em;
    padding: 10px 5px;
    text-align:center;
    animation-delay: 1s !important;
    z-index: 15;
}

.error_required_contact{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    top:-3px;
    margin-bottom:8px;
    border-radius:3px;
    background-color: #641b1b;
}

.error_required_comment{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-top:12px;
    margin-bottom:4px;
    border-radius:3px;
    background-color: #641b1b;
}

.error_required_ajax {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #c12727;
    font-weight: 600;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 3px;
    margin-top: 5px;
    display: none;
}

.error_required_ajax_child{
    position:relative;
    max-width: 240px;
    width: 100%;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    background-color: #641b1b;
    margin-top:5px;
    display: none;
}

.error_required_ajax2{
    position: relative;
    width: 100%;
    height: auto;
    color: #d65f00;
    font-weight: 600;
    padding: 8px 10px;
    margin-top: 5px;
    display: none;
}

.error_ajax{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 8px;
    color: #FFFFFF;
    font-weight: 400;
    padding: 8px 10px;
    border-radius: 3px;
    background-color: rgb(92, 131, 183);
    display: none;
}

.popup-error-message{
    position: fixed;
    top: 40%;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 250px;
    min-height: 40px;
    padding: 10px;
    background-color: rgb(67, 67, 67);
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.popup-main-message{
    position: fixed;
    top: 46%;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 250px;
    min-height: 40px;
    padding:10px;
    background-color: rgb(67, 67, 67);
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.popup-error-ajax{
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 290px;
    min-height: 40px;
    padding:10px;
    background-color: rgb(92, 131, 183);
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.popup-success-ajax{
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 290px;
    min-height: 40px;
    padding:10px;
    background-color: #2fa24c;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.popup-error-ajax-2 {
    position: absolute;
    top: 83px;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 290px;
    min-height: 40px;
    padding: 10px;
    background-color: rgb(92, 131, 183);
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.login-msg{
    position:fixed;
    top:45%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align:center;
    min-height: 48px;
    max-width: 300px;
    line-height: 1.5em;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    display:none;
    z-index:99;
}

.login-msg.success{
    background-color: #4fa944 !important;
}

.contact-msg{
    position:fixed;
    top:45%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align:center;
    min-height: 48px;
    max-width: 300px;
    line-height: 1.5em;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    display:none;
    z-index:99;
}

.contact-msg.success{
    background-color: #4fa944 !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7a7a7a !important;
    font-weight:400;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder { /* Firefox 19+ */
  color: #7a7a7a !important;
  font-weight:400;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder { /* IE 10+ */
  color: #7a7a7a !important;
  font-weight:400;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder { /* Firefox 18- */
  color: #7a7a7a !important;
  font-weight:400;
}

.video-container{
	position: relative;
	margin: 0 auto;
	max-width: 800px;
	margin-bottom:70px;
}

.video-responsive {
	position: relative;
	padding-bottom: 52.5%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed,
.video-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*******************************Formulario registro*******************************/

.modal-open {
    padding-right: 0 !important;
}

.modal-title{
    color: #001e3e;
}

.mdl-header{
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    min-height: 58px;
    line-height: 38px;
    background: #D45D00;
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
    padding: 10px 20px;
}

.bg-white{
    background-color: #FFFFFF !important;
    border-radius:3px;
}

.radiobutton label
{
    padding-left: 8px;
}

.radiobutton input
{
    padding-left: 15px;
}

.cont-password{
    position: relative;
}

.title-card{
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.7em;
    color: #c40a2c;
}

.tbx-card{
    max-width: 70%;
    display: inline-block;
}

.checkboxSingleLine
{
    display: inline;
    min-height:20px;
    margin-top:10px;
    margin-bottom:10px;
    vertical-align:middle;
}

.checkboxSingleLine label
{
    display: inline;
    padding-left:7px;
    margin-bottom:0px;
    cursor:pointer;
    vertical-align:top;
    font-weight:400;
}

.span-pm{
    color: #767676;
    font-weight:400;
}

.span-teal{
    color: #55c4c1;
    font-weight:400;
}

.span-violet{
    color: #6c3763;
    font-weight: 600;
}

.span-purple{
    color: #582C83;
    font-weight: 600;
}

.span-black{
    color: #000;
    font-weight:600;
}

.span-pink{
    color: #f7b1b1;
    font-weight:600;
}

.span-yellow{
    color: #fcbd01;
    font-weight:600;
}

.span-mustard{
    color: #bfa528;
    font-weight:600;
}

.span-red{
    color: #C40A2C;
    font-weight:bold;
}

.span-green{
    color: #007f13;
    font-weight:600;
}

.span-blue{
    color: #011e41;
    font-weight:600;
}

.span-orange{
    color: #d08731;
    font-weight:600;
}

.span-grey{
    color: #444;
    font-weight:600;
}

.span-white{
    color: #FFFFFF;
    font-weight:bold;
}

.span-mamey{
    color: #de7b65;
    font-weight:600;
}

.span-blue-sea{
    color: #4186a4;
    font-weight:600;
}

.span-gold{
    color: #cc9934;
    font-weight:600;
}

.text-white{
    color: #FFF;
}

.text-black{
    color: #444;
}

.span-free{
    color: #c40a2c;
    font-weight: 500;
    font-size: 1.9em;
}

#point_1, #point_2, #point_3{
    display:none;
}

#point_1{
    animation-delay:0.5s;
}

#point_2{
    animation-delay:1s;
}

#point_3{
    animation-delay:1.5s;
}

.radiobuttonbs span label
{
    padding-right:40px;
    font-weight:400;
}

.checkboxSingleLine label
{
    padding-left:7px;
    font-weight:400;
}

.required-fields{
    position:relative;
    float:left;
    width:100%;
    height:40px;
    text-align:center;
    background-color:#f8f8f8;
    color: #832828;
    line-height: 40px;
    margin-bottom:15px;
}

.required-fields-2{
    margin: 0 auto;
    display: block;
    padding: 1px 22px;
    text-align: center;
    background-color: #f8f8f8;
    color: #832828;
    line-height: 40px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.postalcode{
    max-width: 100px;
}

.register-label {
    text-align: left;
    color: #3e75bf;
    font-weight: 600;
}

.info-label{
    text-align: left;
}

.required-info{
    position: relative;
    clear: left;
    max-width: 150px;
    padding: 5px 12px;
    background-color: #f6f6f6;
    color: #333;
    font-weight: 600;
    font-style: italic;
    font-size: 0.6em;
    margin-top: 15px;
    border-radius: 3px;
    text-align:center;
}

.required-info span {
    color: #a6242c;
}

.required-info-2{
    position: relative;
    clear: left;
    max-width: 170px;
    padding: 5px 12px;
    background-color: #1a5774;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    font-size: 0.6em;
    margin-top: 15px;
    border-radius: 3px;
    text-align:center;
}

.required-info-2 span {
    color: #c7c6c6;
    position: relative;
    margin-right: 5px;
    font-size: 1em;
}

.info-password{
    position: relative;
    display: block;
    padding: 5px 12px;
    background-color: #f6f6f6;
    color: #333;
    font-weight: 600;
    font-size: 0.8em;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 3px;
}

.checkbox{
    text-align:center;
}

/************************************************Otros estilos**************************************************/

.br-0{
    position:relative;
    clear:left;
    width:100%;
    height:3px;
}

.br-1{
    position:relative;
    clear:left;
    width:100%;
    height:5px;
}

.br-2{
    position:relative;
    clear:left;
    width:100%;
    height:7px;
}

.br-3{
    position:relative;
    clear:left;
    width:100%;
    height:10px;
}
.br-4{
    position:relative;
    clear:left;
    width:100%;
    height:15px;
}

.br-5{
    position:relative;
    clear:left;
    width:100%;
    height:40px;
}

.br-5-1{
    position:relative;
    clear:left;
    width:100%;
    height:55px;
}

.br-5-2{
    position:relative;
    clear:left;
    width:100%;
    height:46px;
}

.br-6{
    position:relative;
    clear:left;
    width:100%;
    height:70px;
}

.br-acc{
    position:relative;
    clear:left;
    width:100%;
    height:15px;
}

.br-footer{
    position:relative;
    clear:left;
    width:100%;
    height:160px;
    background-color: #d68b34;
}

.clear{
    position:relative;
    clear:left;
    width:100%;
    height:100px;
}

.clear-cb{
    position:relative;
    clear:left;
    width:100%;
    height:17px;
}

.clear-2{
    position:relative;
    clear:left;
    width:100%;
    height:135px;
}

.clear-login{
    position:relative;
    clear:left;
    width:100%;
    height:100px;
}

.clear-login-2{
    position:relative;
    clear:left;
    width:100%;
    height:131px;
}

.special-space{
    position:relative;
    clear:left;
    width:100%;
    height:155px;
}

.special-space-2{
    position:relative;
    clear:left;
    width:100%;
    height:155px;
}

.valign{
    padding:5px 5px;
}

table td, table th{
    align-items:center !important;
    text-align:center !important;
    vertical-align: middle !important;
}

.bg-grey{
    background-color: #C40A2C !important;
}

html {
  overflow-y: scroll !important;
}

.no-background{
    background-color: transparent !important;
}

.section {
    padding: 20px;
    padding: 20px;
    margin-bottom:20px;
}

.section h1{
    font-weight:800;
}

.section h3 {

}

/*********************************Main Platform***********************************/

.platform-shape1 {
    position: fixed;
    top: -150px;
    width: 741px;
    height: 682px;
    z-index: -1;
    background-color: #ebe9e5;
    background-image: url(../images/home/completo.png);
    background-repeat: no-repeat;
}

.platform-shape2 {
    position: fixed;
    bottom: -230px;
    right: -225px;
    width: 741px;
    height: 682px;
    z-index: -1;
    background-color: #ebe9e5;
    background-image: url(../images/home/completo.png);
    background-repeat: no-repeat;
}

.main-platform{
    position: relative;
    width:100%;
    height:100%;
}

.platform-menu{
    position: relative;
    display: inline-block;
    margin-left: auto;
    width:25%;
    height:100%;
    vertical-align: top;
}

.platform-content {
    position: relative;
    display: inline-block;
    width: calc(90% - 350px);
    height: 100%;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    vertical-align: top;
}

.platform-content-logo{
    position: relative;
    width:100%;
    padding:20px;
    text-align:center;
    display: none;
}

.platform-content-logo img{
    max-width:300px;
    width:100%;
    margin: 0 auto;
}

.container-icon-form {
    position: relative;
}

.icon-form{
    position: absolute;
    top: 14px;
    right: 8px;
    width: 56px;
    height: 36px;
    border-radius: 20px;
    line-height:40px;
    color: #000;
    text-align: center;
    background-color: transparent;
    /*background: rgb(55,124,197);
    background: linear-gradient(180deg , rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);*/
}

    .icon-form i {
        color: #000;
        font-size: 1.5em;
    }

.icon-form2 {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 56px;
    height: 40px;
    border-radius: 20px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    background: rgb(55,124,197);
    background: linear-gradient(180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);
}

.icon-form2 i {
    color: #fff;
    font-size: 1.5em;
}

.icon-form2 .ChangeView{
    cursor: pointer;
}

.cont-logo img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

/*************************************¿Qué és?****************************************/

.whatis-bg{
    background-color: #ee8620;
}

.main_whatis{
    position: relative;
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.6em;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main_whatis_items{
    position: relative;
    width:100%;
    text-align:center;
    margin-bottom:20px;
}

.main_whatis_items img{
    position: relative;
    display: inline-block;
    max-width:80px;
    width:100%;
    margin: 0px 10px;
}

.whatis_main_logo{
    margin-bottom:30px;
}

.whatis_title_1 h2{
    background: -webkit-linear-gradient(#d08731, #e2b130);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.whatis_title_2 h2{
    background: -webkit-linear-gradient(#76ab4e, #9abb48);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.whatis_title_3 h2{
    background: -webkit-linear-gradient(#225d76, #4185a3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.whatis-text{
    position: relative;
    max-width:914px;
    width:100%;
    margin: 0 auto;
    padding: 5px 10px;
}

.whatis-text-items1{
    position: relative;
    width:100%;
    text-align:center;
    margin-bottom: 30px;
}

.whatis-text-items1 .wtimg1{
    position: relative;
    display: inline-block;
    max-width:250px;
    width:100%;
    margin: 0px 5px;
}

.whatis-text-items1 .wtimg2{
    position: relative;
    display: inline-block;
    max-width:100px;
    width:100%;
    margin: 0px 5px;
    border-radius: 3px;
}

.whatis-text-items1 .wtimg3{
    position: relative;
    display: inline-block;
    max-width:154px;
    width:100%;
    margin-left: 5px;
    margin-right: 28px;
    border-radius:3px;
}

.whatis-text-items2{
    position: relative;
    width:100%;
    text-align:center;
    margin-bottom: 30px;
}

.whatis-text-items2 img{
    position: relative;
    display: inline-block;
    max-width:80px;
    width:100%;
    margin: 0px 10px;
}

.whatis-text-items3{
    position: relative;
    width:100%;
    text-align:center;
    margin-bottom: 30px;
}

.whatis-text-items3 img{
    position: relative;
    display: inline-block;
    max-width:80px;
    width:100%;
    margin: 0px 10px;
}

.whatis-text-items4{
    position: relative;
    width:100%;
    text-align:center;
    margin-bottom: 30px;
}

.whatis-text-items4 img{
    position: relative;
    display: inline-block;
    max-width:80px;
    width:100%;
    margin: 0px 10px;
}

.whatis-text .wt{
    font-size:1.3em;
    text-align:justify;
    margin-bottom: 30px;
}

.whatis-items{
    position: relative;
    text-align:center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.whatis-items img{
    display: inline-block;
    margin-left:30px;
    margin-right: 30px;
    max-width:130px;
    width:100%;
}

/************************Tutorials****************************/



/**************************************************************************/

.radiobutton span label
{
    padding-right:40px;
}

.checkboxSingleLine
{
    display: inline;
    min-height:20px;
    margin-top:10px;
    margin-bottom:10px;
    vertical-align:middle;
}

.checkboxSingleLine label
{
    display: inline;
    padding-left:7px;
    margin-bottom:0px;
    cursor:pointer;
    vertical-align:top;
    font-weight:400;
}

.btn_verify_cp{
    width: 120px;
    padding:8px 5px;
    text-align:center;
    margin-left: 5px;
    border: none;
    color:#FFFFFF;
    border-radius: 3px;
    
    font-size:1.1em;
    background: #444;
}

.dotted-space{
    position: relative;
    clear: left;
    width: 100%;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 50px;
    /*background-image: linear-gradient(to right, #5d5d5d 45%, rgba(59,156,164,0) 0%);
    background-position: bottom;
    background-size: 120px 1px;
    background-repeat: repeat-x;*/
}

.dotted-space-2{
    position:relative;
    clear:left;
    width:100%;
    height:1px;
    margin-top:25px;
    margin-bottom:25px;
    background-image: linear-gradient(to right, #5d5d5d 45%, rgba(59,156,164,0) 0%);
    background-position: bottom;
    background-size: 30px 1px;
    background-repeat: repeat-x;
}

.dotted-space-3{
    position:relative;
    clear:left;
    width:100%;
    height:1px;
    margin-top:25px;
    margin-bottom:25px;
    background-image: linear-gradient(to right, #cecece 45%, rgba(59,156,164,0) 0%);
    background-position: bottom;
    background-size: 30px 1px;
    background-repeat: repeat-x;
}

.dotted-space-chout{
    position:relative;
    clear:left;
    width:100%;
    height:1px;
    margin-top:20px;
    margin-bottom:20px;
    background-image: linear-gradient(to right, #cecece 45%, rgba(59,156,164,0) 0%);
    background-position: bottom;
    background-size: 25px 1px;
    background-repeat: repeat-x;
}

hr.separator {
    border: 0;height: 2px;background: #000;
    width: 100%;
    height:50px;


}
hr.separator.red{
    background-image: -webkit-linear-gradient(left, #e14307, #093e51, #ef8903);
    background-image: -moz-linear-gradient(left, #e14307, #093e51, #ef8903);
    background-image: -ms-linear-gradient(left, #e14307, #093e51, #ef8903);
    background-image: -o-lineargradient(left, #e14307, #093e51, #ef8903);  
}

.have_account_link{
    cursor:pointer;
}

.cursor{
    cursor:pointer !important;
}

.cont_img_register_2 img{
    margin-left: auto;
    margin-right:auto;
    width: 110px;
}

.cont_promo_register img{
    margin: 0 auto;
    width: 100%;
    margin-bottom:20px;
}

.cont_user_registered{
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 28px;
    padding: 0px 25px;
    font-size: 1.6em;
    color: #444;
}

.cont_user_registered span{
    display: block;
}

.cont_user_registered img{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title_congrats {
    position: relative;
    padding: 10px;
    font-size: 1.2em;
    color: #3a78c2;
}

.image_congrats {
    position: relative;
    padding: 10px;
}

.image_congrats img {
    margin: 0 auto;
    max-width: 110px;
}

.text_congrats {
    position: relative;
    padding: 10px;
}

.cont_user_mdl_logo img {
    margin: 0 auto;
}

.cont_user_mdl_text{
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 28px;
    padding: 0px 25px;
    font-size: 1.6em;
    color: #444;
}

.cont_user_mdl_text span{
    font-weight: 600;
    font-size: 1.2em;
    color: #007f13;
}

.cont_user_mdl_text img{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cont_user_mdl_text_2{
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 28px;
    padding: 0px 25px;
    font-size: 1.6em;
}

.cont_user_mdl_text_2 span{
    display: block;
    font-weight: 600;
}

.cont_user_mdl_text_2 img{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.align-right img{
    margin-left:auto;
}

.span_congrats{
    font-weight: 600;
    font-size: 1.5em;
    color: #007f13;
}

.btn_signin_register {
    padding: 20px 25px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background: rgb(55,124,197);
    background: linear-gradient( 180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.btn_close_session{
    font-weight: 100;
    background-color: transparent;
    border:none;
    color: #fff;
    outline: none;
}

.cont-welcome-profile{
    position:relative;
    top:-17px;
    float:right;
    right:0px;
    width:35px;
    height:35px;
    margin-right:35px;
}

.img-profile{
    margin: 0 auto;
    margin-top:4px;
    width:25px;
    height:25px;
    border-radius:20px !important;
}

.down-arrow{
    position:absolute;
    top:7px;
    right:-20px;
    width:20px;
    height:20px;
    background-image:url('../images/iconos/down-arrow.png');
    background-repeat:no-repeat;
    background-size:contain;
    cursor:pointer;
}

.up-arrow{
    position:absolute;
    top:7px;
    right:-20px;
    width:20px;
    height:20px;
    background-image:url('../images/iconos/up_arrow.png');
    background-repeat:no-repeat;
    background-size:contain;
    cursor:pointer;
}

.box-balance{
    position: absolute;
    top: 40px;
    right: -15px;
    width: auto;
    height: auto;
    min-width: 230px;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding:10px;
    text-align:center;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    display:none;
    transition-duration:1s;
}

.box-balance p{
    font-size:1em;
    color: #444;
}

.box-balance .span-points{
    font-size: 1.3em;
    color: #001e3e;
    font-weight: 600;
}

.text-welcome-cont{
    position:relative;
    top:-12px;
    float:right;
    right:10px;
    width:auto;
    height:auto;
    color: #00aae9;
    font-weight:500;
}

.username{
    position:relative;
    float:right;
    width: auto;
    height: auto;
    margin-left:5px;
    font-weight: bold;
    color: #fff;
    text-transform: lowercase;
}

.username-fl{
    text-transform: uppercase !important;
}

.cont-mobile-username{
    display: none;
    font-size: 1.2em;
    color: #444;
}

.cont_main_menu_account{
    position:relative;
    width:auto;
    height:auto;
    z-index:10;
    text-align:center;
    padding-top:20px !important;
}

.cont_account_item{
    width: auto;
    height:auto;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.cont_account_item span{
    display: block;
    width: 130px;
    font-size: 1.2em;
    margin: 0 auto;
    cursor: pointer;
}

.cont_account_item:hover span{
    font-weight:600;
}

.lnkGoHome{
    position:relative;
    float:left;
    display:block;
    text-align:center;
    padding:10px 15px !important;
    background-color: #093e52;
    color: #FFFFFF;
    border-radius:3px;
}

.lnkMyAccount{
    position:relative;
    float:right;
    right:15px;
    display:block;
    padding:10px 15px !important;
    background-color: #cb4a14;
    color: #FFFFFF;
    border-radius:3px;
    border:none;
}

.lnkGoHome:hover,.lnkMyAccount:hover{
    background-color: #e6e6e6;
    color:#656565;
    text-decoration:none;
}

.button-back{
    color: white;
    background: #444;
    padding: 12px 20px;
    border-radius: 3px;
    
    font-size: 1.1em;
    border: none;
    cursor: pointer;
}

.account-logo img{
    max-width: 270px;
    margin-top: 27px;
}

.btn-login-buy {
    background: #C40A2C !important;
    border: 0 none !important;
    color: #fff !important;
    font-size: 15px !important;
    border-radius: 3px !important;
    padding: 6px 18px;
}

.table-header{
    background-color: #c40a2c;
    color: #fff;
}

.table-body tr td{
    font-size: 1.1em;
}

.option-table-icon{
    text-align: center;
}

.option-table-icon img{
    margin: 0 auto;
    cursor: pointer;
}

/*******************************Loaders************************************/

.main_loader{
    position: fixed;
    top: 0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    text-align: center;
    z-index: 1100;
    display: none;
}
.loader-bg{
    position: absolute;
    top: 0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color: #fff;
    opacity: 0.8;
}

.loader {
    position: relative;
    margin: 0 auto;
    top: 38%;
    max-width: 210px;
    width: 100%;
    padding: 1px 20px;
}

.loader img{
    position: relative;
    margin: 0 auto;
    width:100%;
}

.loader embed{
    position: relative;
    margin: 0 auto;
    width:100%;
}

.loader-2{
    position: fixed;
    top:0px;
    width: 100%;
    height:100%;
    left: 0;
    right: 0;
    background-color: #fff;
    background-image: url('../images/iconos/loader.gif');
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
    z-index:10;
    transition-duration: 1s;
}

.loader-cp{
    position: absolute;
    top: 3px;
    width: 30px;
    height: 30px;
    right: 20px;
    background-color: transparent;
    background-image: url('../images/iconos/loader.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index:10;
    display: none;
    transition-duration: 1s;
}

.cont_father_postal_code, .cont_mother_postal_code, .cont_postal_code_id{
    display: none;
}

.loader-countys{
    position: absolute;
    top:4px;
    width: 30px;
    height:30px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: url('../images/iconos/loader.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index:10;
    display: none;
    transition-duration: 1s;
}

/***************************Backgrounds dotted*****************************/

.dotted-bottom-right{
    background-image: url('../images/home/dotted-bottom-right.png');
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: bottom right;
}

/*******************************Foto de Perfil************************************/

.cont_account_photo{
    position:relative;
    clear:left;
    top:-40px;
    width:150px;
    height:150px;
    margin: 0 auto;
    border-radius:80px;
    overflow: hidden;
}

.account-image{
    width:100%;
    height:100%;
}

.cont-upload-photo{
    position:absolute;
    top:109px;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: rgba(255,255,255, 0.7);
    padding-top:3px;
}

.btn-file{
    width: 30px;
    height:30px;
}

.img-upload-file{
    width: 100%;
}

.file-upload {
    position:relative !important;
    top:0px !important;
    margin-right: auto;
    margin-left:auto;
    overflow: hidden;
    text-align: center;
    color: #656565;
    cursor: pointer;
    width: 90px;
    height: 30px;
}

.file-upload span {
    width:90px;
    height:30px;        
}

.file-upload input {
    position:relative;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    opacity: 0;
    filter: alpha(opacity=0);
}

.cont-file-info{
    position:relative;
    clear:left;
    top:-5px;
    width:100%;
    height:auto;
    text-align: center;
    margin-bottom:15px;
    padding:10px 5px;
    display: none;
}

.file-info{
    position: relative;
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
    background-color: #444;
    text-align: center;
    padding: 10px 45px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.cont_preview_photo{
    position:relative;
    top:0px;
    width:150px;
    height:150px;
    margin: 0 auto;
    margin-bottom:10px;
    border-radius:80px;
    overflow: hidden;
    text-align:center;
}

.preview-photo{
    width:150px;
    height:150px;
}

.delete-photo{
    position:absolute;
    bottom:5px;
    width:100%;
    height: auto;
    padding:5px 5px;
    text-align:center;
    font-weight:bold;
    border:none;
    background-color: rgba(255,255,255, 0.8);
    cursor: pointer;
}

/***************************************************************************/

.text-card{
    text-align:right;
    font-weight:bold;
    line-height:15px;
}

.card-edit{
    position:relative;
    top:0px;
    width:100%;
    height:auto;
    padding:0px 0px;
    font-size:1.1em;
    font-weight:500;
    letter-spacing:2px;
    border:none;
    background-color: transparent;
}

.cont_text_info{
    position:relative;
    top:-20px;
    margin: 0 auto;
    width:60%;
    height:auto;    
    text-align:justify;
    font-size:1.1em;
    color: #737373;
    line-height:35px;   
    margin-bottom:20px;
}

.cont_text_info2{
    position:relative;
    top:-20px;
    margin: 0 auto;
    width:40%;
    height:auto;    
    text-align:center;
    font-size:1.1em;
    color: #767676;
    line-height:35px;   
    margin-bottom:20px;
}

.text-info{
    font-size:1.1em;
    font-weight:600;
    color: #13314c !important;
}

.btn-cancel-card{
    position:relative;
    margin: 0 auto;
    margin-top:10px;
    width:120px;
    height:auto;
    padding: 10px 15px;
    background-color: #cc9934;
    color:#fff;
    
    font-size: 1em;
    border-radius:3px;
    cursor:pointer;
}

.btn-accept-cancel {
    color: white;
    background-color:#767676;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 700;
}

.info-promo{
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    padding: 2px 5px;
    font-size: 0.7em;
    text-align: center;
}

/*****************************************************************/

.current-points{
    border-radius: 3px;
    padding: 10px 5px;
    font-size:2em;
    text-align:center;
    margin-bottom:10px;
    margin-top:15px;
}

.current-points-cupons{
    padding: 10px 5px;
    font-size:1.5em;
    text-align:center;
    margin-top:15px;
}

.title{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    padding:10px 5px;
    font-size:2em;
    text-align:center;
    color: #999;
    background-color: #FFFFFF;
    margin-top:10px;
    margin-bottom:20px;
}

.sub-title{
    font-size: 1.4em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.title-points-to-expire{
    padding:10px 5px;
    font-size:2em;
    text-align:center;
    color: #999;
    background-color: #FFFFFF;
}

.center{
    text-align: center !important;
}

.select-period{
    color: #242424;
    
    font-size: 1.3em;
}

.span-current-points{
    color: #001e3e;
    font-weight:400;
}

.month-expire{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #231F20;
    color: #FFFFFF;
    
    font-size: 1.3em;
    margin-top:20px;
    margin-right:15px !important;
}

.points-expire{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #231F20;
    color: #FFFFFF;
    
    font-size: 1.3em;
    margin-top:20px;
}

.expiration-text{
    border-radius: 3px;
    padding: 10px 5px;
    background-color: #f5f5f5;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 1.3em;
    margin-top:20px;
}

.date-from-to{
    padding:13px 10px;
    font-size:1.2em !important;
    background-color: #4e4e4e;
    color: #FFFFFF;
    border-radius: 3px;
}

/*********************************************************/

.accrued-points{
    border-radius: 3px;
    padding: 10px 5px;
    font-size: 1em;
    background-color: #D45D00;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom:10px;
}

.exchange-points{
    border-radius: 3px;
    padding: 10px 5px;
    font-size: 1em;
    background-color: #D45D00;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.end-balance{
    border-radius: 3px;
    padding: 10px 5px;
    color: #fff;
    font-size: 1em;
    background-color: #D45D00;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom:10px;
}

.text-period{
    padding: 10px 5px;
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom:10px;
    text-align: center;
}

.from-select{
    width:230px;
    display: inline-block;
}

.to-select{
    width:230px;
    display: inline-block;
}

.to-select select{
    min-width: 174px;
}

.period-from, .period-to, .period-button{
    display: inline-block;
    text-align: center;
}

.boton-filter{
    color: white;
    background-color: #582C83;
    padding: 12px 20px;
    border-radius: 3px;    
    font-size: 1.1em;
    border: none;
    outline: none !important;
}

.cont-btn-excel{
    position: relative;
    margin: 0 auto;
    padding: 6px 16px;
    margin-top: 10px;
    border-radius: 3px;
    color: #fff;
    background: #50ab3b;
    transition-duration: 0.3s;
    cursor: pointer;
}

.cont-btn-excel:hover{
    color: #ffffff;
    background: #63b351;
    transition-duration: 0.3s;
}

.msg-empty-transactions{
    max-width: 300px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 17px 18px;
}

.cardtransaction{
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 30px;
    padding: 8px 20px;
    z-index: 10;
    cursor: pointer;
}

.cardtrans-tag{
    position: absolute;
    top: -10px;
    left: 10px;
    background: #582c83;
    color: #fff;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 6px 20px;
    border-radius: 4px;
}

.cardtrans-info{
    display: inline-block;
    width:40%;
    padding: 13px 10px;
}

.cardtrans-info-2{
    display: inline-block;
    width:60%;
    padding: 13px 10px;
}

.cardtrans-hour{
    margin-bottom: 3px;
    color: #444;
}

.cardtrans-store{
    color: #444;
    font-weight: bold;
    margin-bottom: 3px;
}

.cardtrans-ticket{
    color: #444;
}

.cardtrans-type{
    display: block;
    font-size: 0.9em;
    color: #444;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}

.cardtrans-amount{
    display: block;
    font-size: 1.4em;
    color: #021689;
    font-weight: bold;
    text-align: center;
}

.cont_popup_transactions{
    text-align: left;
    padding: 20px 0px;
    margin-top:30px;
    margin-bottom: 20px;
}

.cardtranstickettext{
    text-align: center;
    color: #cc9934;
}

.cardtransticketID{
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #001e3e;
}

.detail-item{
    margin-bottom:20px;
}

.cardtransdetail-name{
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #001e3e;
}

.cardtransdetail-qty{
    display: block;
    color: #444;
}

.cardtransdetail-price{
    display: block;
    text-align: right;
    padding-right: 10px;
    font-size: 1.4em;
    color: #001e3e;
    font-weight: bold;
}

.cardtransdetail-points{
    display: block;
    text-align: right;
    padding-right: 10px;
    font-size: 1.2em;
    color: #cc9934;
    font-weight: bold;
}

.close{
    color: #555ca9 !important;
    opacity: 0.9 !important;
    font-size: 2em;
}

.yza-close{
    color: #fff !important;
}

/*****************************Pagination******************************/

.pagination {
    padding: 20px;
    color: #D45D00;
    font-weight: 500;
}
.pagination,
.pagination * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          text-align: center;
          display: block;
}
.pagination a {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}
.pagination .page.current{
    color: #582C83 !important;
}

.pagination .nav.prev.disabled, .pagination .nav.next.disabled{
    color: #D45D00;
}

/****************************************************************/

.main_cont_1{
    background-image: linear-gradient(to right, #E58A77 45%, rgba(59,156,164,0) 0%);
    background-position: top;
    background-size: 40px 1px;
    background-repeat: repeat-x;
}

.main_sub_cont_1{
    
    background-color: hsla(35, 91%, 65%, 0.6);
}

.main_sub_cont_2{
    
    background-color: hsla(197, 62%, 11%, 0.6);
}

.main_cont_2{
    background-color: #f8f8f8; 
}

.main_cont_3{
    background-color: rgb(240, 196, 135); 
}

.main_cont_3 p a{
    color: rgba(231, 206, 40, 0.81);
    font-weight:600;
}

.step_1{
    margin-top:130px;
    margin-bottom:70px;
}

.text-step-1{
    
    font-size:1.4em;
    margin-top:20px;
    margin-bottom:20px;
}

.step_2{
    margin-top:95px;
    margin-bottom:0px;
}

.text-step-2 {
    margin-top: 70px;
    font-size: 1.4em;
    font-weight: 600;
    color: #646464;
}

.img-step-2{
    margin-top:60px;
    margin-bottom:60px; 
}

.step_3{
    margin-top:150px;
    margin-bottom:0px;
}

.text-step-3 {
    margin-top: 40px;
    font-size: 1.4em;
    
    color: #FFFFFF;
}

.img-step-3{
    margin-top:20px;
    margin-bottom:30px;
}

.step_4{
    margin-top:60px;
    margin-bottom:0px;
}

.text-step-4 {
    margin-top: 65px;
    font-size: 1.4em;
    
    color: #444;
}

.img-step-4{
    margin-top:40px;
    margin-bottom:30px;
}

.step_5{
    margin-top:60px;
    margin-bottom:0px;
}

.text-step-5{
    margin-top: 40px;
    font-size: 1.4em;
    font-weight: 500;
    color: #FFFFFF;
}

.text-step-5 a{
    color: #767676;
    font-weight: 600;
}

.img-step-5{
    margin-top:40px;
    margin-bottom:30px;
}

/************************************************************************************/

.item-1, .item-2, .item-3, .item-4{
    background: rgb(233, 150, 122);
}

.boton-section{
    text-align:center;
    
    font-size:1.2em;
    color: #FFFFFF;
    padding-top:30px;
    padding-bottom:30px;
}

.boton-section img{
    margin-bottom:10px;
}

.item-1:hover, .item-2:hover, .item-3:hover, .item-4:hover{
    background: RGB(205, 92, 92) !important;
}

.item-1:hover img, .item-2:hover img, .item-3:hover img, .item-4:hover img{
    animation: rubberBand;
    animation-duration:1s;
}

.item-active{
    background: RGB(205, 92, 92);
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
    padding-bottom: 10px;
}

.btn-close{
    width: auto;
    height: auto;
    padding: 8px 15px !important;
    font-size: 1.1em;
    text-align: center;
    border: none;
    border-radius: 3px;
    background: #00b572;
    color: #fff;
}

.contact-phone{
    color: #f7b1b1 !important;
}

.contact-phone:hover{
    color: #FFF !important;
}

.how-phone{
    color: #fff !important;
}

.how-phone:hover{
    color: #1d4c80 !important;
    font-weight: 500;
}

.no-promo-title{
    font-size:2.1em;
    font-weight:400;
    color: #8b7e7f;
}

.cont_success_linkedcards{
    text-align:center;
    font-size:1.5em;
    
    margin-bottom:25px;
}

.cont_insufficient_points{
    text-align:center;
    font-size:1.5em;
    
    margin-bottom:25px;
}

.cont_text_linkedcards{
    text-align: center;
    padding: 20px 25px;
    margin-top: 15px;
    color: #444;
}

.cont_text_insufficient{
    text-align: center;
    padding:20px 25px;
    margin-top:15px;
}

.span_text_lc{
    color: #f08f10;
    font-weight:400;
}

.anchor{
    position:absolute;
    width:100%;
    bottom:80px;
}

.text-restart{
    font-size:1.7em;
    
    padding:20px;
    color: #444;
}

.form-control{
    box-shadow: none;
    background-color: #f7f7f7;
    border: solid 1px #ced4da;
    font-weight:600;
}

    .form-control:focus {
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(66 112 187);
        border: solid 1px #486ab5;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(76 103 178);
    }

/**********************************Como funciona*************************************/

.how-main-benefits{
    font-size:1.2em;
    padding:0px 30px;
}

.img-step{
    display:inline-block;
    max-width:60px;
    width: 100%;
    height: 55px;
    border-radius: 6px;
    padding: 7px 14px;
    font-weight: 600;
    font-size: 1em;
    border: solid 3px #ececec;
    background-color: #ffffff;
    margin: 8px 0px;
    -webkit-box-shadow: 0px 0px 17px -5px rgb(179, 179, 179);
    -moz-box-shadow: 0px 0px 17px -5px rgba(179,179,179,1);
    box-shadow: 0px 0px 17px -5px rgb(179, 179, 179);
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(62, 117, 191);
    border: solid 2px #5859a7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgb(60, 119, 192);
}

.form-control.textarea {
    width: 100%;
    max-width: 100%;
    height: 120px;
    padding-right: 55px;
}

.form-control.file {
    cursor: pointer;
}

.how-bluewallet{
    display: block;
    margin: 0 auto;
    margin-top: 9px;
    max-width: 360px;
    width: 100%;
}

.how-step3-images, .how-step4-images{
    margin-top:30px;
    text-align: center;
}

.how-step3-images img{
    display: inline-block;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
}

.how-step4-images img{
    display: inline-block;
    margin: 0 auto;
    padding: 0px 20px;
    max-width: 160px;
}

/*****************************Mapa*************************************/

#main_map{
    position: relative;
}

#map {
    width:100%;
    height: 600px;
}

.geolocation-current{
    text-align:center;
    color: #444;
    font-weight: 500;
    font-size: 1em;
}

.geolocation-current img{
    margin:0 auto;
}

.geolocation-header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 40px;
    padding: 12px 20px;
    font-size: 1.1em;
    background-color: #13314c;
    color: #fff;
}

.geolocation-box{
    position: relative;
    margin-top: 32px;
    max-width: 250px;
    text-align:center;
    font-size:1.1em;
    font-weight:400;
    color: #444;
    padding:10px;
}

.geolocation-btn{
    display:block;
    padding:5px 10px;
    background-color: #001e3e;
    color: #fff !important;
    font-size:1em;
    text-align:center;
    border-radius: 3px;
    margin-top:10px;
    transition-duration: 0.3s;
    cursor:pointer;
}

.geolocation-btn:hover{
    background-color: #38597b;
    color: #fff !important;
    transition-duration: 0.3s;
}

.geolocation-icon{
    display: inline-block;
    margin: 0px 2px;
    margin-top: 11px;
}

.geolocation-icon img{
    max-width:100px;
}

.gm-style .gm-style-iw-c{
    color: #444;
}

.map-permission-message{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #474748;
    color: #fff;
    text-align: center;
    opacity: 0.7;
}

.map-permission-message span{
    position: relative;
    display: block;
    top: 43%;
    padding: 10px 20px;
}

/****************************Filtros para el mapa********************************/

.stores-filter{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #D45D00;
    text-align: center;
}

.str-filter-state{
    display: inline-block;
    max-width: 220px;
    width: 100%;
    margin-right:10px;
}

.str-filter-county{
    position: relative;
    display: inline-block;
    max-width: 220px;
    width: 100%;
}

.str-filter-button{
    display: inline-block;
    max-width: 135px;
    width: 100%;
}

/*****************************BlueWallet***********************************/

.walletbullet{
    margin-left: 40px;
    font-weight: 200;
    font-size: 1.2em;
}
.walletbullet-xs{
    font-weight: 200;
    font-size: 1.2em;
    margin-left: 10%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.walletbullet li{
    list-style-image: url('../images/BlueWallet/DescargaBullet.png');
}
.walletbullet-xs li{
    list-style-image: url('../images/BlueWallet/DescargaBullet.png');
}
.walletimg img{
    position:relative;
    float:right;
}
.walletvacio{
    margin: 55px;
}

.bluewallet-note{
    text-align:center;
    padding:20px;
    font-size: 1.1em;
}

.walletapptext{
    position:relative;
    text-align:center;
    font-size:1.2em;
}

.walletappbuttons{
    position:relative;
    text-align:center;
    margin-top: 10px;
}

.file-up {
    color: #0c894c !important;
    font-weight: 600 !important;
}

.file-wrong {
    color: #ca8342 !important;
}

/***************************************************************/

.table.faq-table thead{
    background-color: #eec64e;
}

.table.faq-table tbody{
    background-color: #fff;
}

/**********************************************************/
/*App offline*/

.offline-logo{
    margin-top:60px;
}

.offline-logo img{
    max-width: 350px;
    width: 100%;
}

.offline-image img{
    max-width:100px;
    width:100%;
}

.offline-text{
    margin-top: 40px;
    margin-bottom: 170px;
    text-align: center;
    font-size: 2.1em;
    font-weight: bold;
}

.offline-bluemx {
    color: #0f1d41;
    font-size: 9pt;
}

.offline-bluemx a{
    color: #0f1d41;
    text-decoration: none;
}

.offline-footer{
    background: #ededed;
    font-weight: 400;
    text-align: center;
}

/*****************************Register***************************/

#optionParent{
    position: relative;
    display:inline-block;
    padding: 20px;
    background-color: #f6f6f6;
    color: #333;
    border-radius: 3px;
    text-align: center;
    border: solid 1px #eee;
    cursor: pointer;
}

#optionParent:hover, #optionTutor:hover, #optionOnlyFather:hover, #optionOnlyMother:hover{
    background-color: #13314c;
    color: #fff;
    transition-duration: 0.3s;
}

#optionOnlyFather{
    position: relative;
    display:inline-block;
    padding: 20px;
    background-color: #f6f6f6;
    color: #333;
    border-radius: 3px;
    text-align: center;
    border: solid 1px #eee;
    margin-left:10px;
    cursor: pointer;
}

#optionOnlyMother{
    position: relative;
    display:inline-block;
    padding: 20px;
    background-color: #f6f6f6;
    color: #333;
    border-radius: 3px;
    text-align: center;
    border: solid 1px #eee;
    margin-left:10px;
    cursor: pointer;
}

#optionTutor{
    position: relative;
    display:inline-block;
    padding: 20px;
    background-color: #f6f6f6;
    color: #333;
    border-radius: 3px;
    text-align: center;
    border: solid 1px #eee;
    margin-left:10px;
    cursor: pointer;
}

.active-option{
    background-color: #e89b00 !important;
    color: #fff !important;
}

.gender-cont{
    padding-top:10px;
    padding-bottom:10px;
}

.gender-cont label{
    margin-right: 15px;
}

.main-register{
    position: relative;
    padding: 22px 15px 22px 16px;
    border: solid 1px #d8d7d7;
    border-radius: 3px;
    margin-top: 30px;
}

.main-register-label{
    position: absolute;
    top: -20px;
    left: 31px;
    background: #fff;
    color: #de6738;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 3px;
}

.main_cntnt_childs{
    position: relative;
    text-align: center;
}

.child-item{
    position: relative;
    display: inline-table;
    max-width: 285px;
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ffffff;
    padding: 20px 24px;
    border-radius: 3px;
    border: solid 1px #d8d7d7;
}

.child-item-title{
    position: relative;
    display: inline-block;
    margin-right:10px;
    font-weight:600;
    font-size:1.1em;
    margin-bottom:15px;
    color: #509c3f;
}

.child-item-subtitle{
    position: relative;
    display: block;
    margin-right:10px;
    font-weight:500;
    text-align: left;
}

.child-item-input{
    position: relative;
    display: block;
    margin-top:5px;
    margin-bottom:5px;
}

.ddl-short{
    width:160px;
}

.ddl-day{
    width:70px;
}

.tbx-short{
    width:160px;
}

.tbx-short-2{
    width:50px;
    text-align: center;
}

.child-item-error{
    position: relative;
    padding: 8px 10px;
    background-color: #641b1b;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
    display: none;
}

.counter-added-childs{
    position: relative;
    font-weight: 500;
    border-radius: 3px;
    padding: 0px 22px;
    font-size: 1.6em;
    text-align: center;
}

.counter-added-childs span{
    color: #509c3f;
}

.child-item-delete{
    position: absolute;
    top: -9px;
    right: -9px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #a6242c;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

/**********************************Select2**************************************/

.select2-container .select2-selection--single{
    max-width:235px !important;
    height: 38px !important;
    background-color: #f7f7f7 !important;
    border: solid 1px #ced4da !important;
    font-weight: 600 !important;
    text-align: left !important;
    padding: .375rem .75rem !important;
    line-height: 1.5rem !important;
    outline: none !important;
}

.select2-container .select2-selection--single:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(36, 111, 60) !important;
    border: solid 1px #186d3a !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(35, 135, 39) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:38px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    box-shadow: none !important;
    background-color: #f7f7f7 !important;
    border: solid 1px #ced4da !important;
    font-weight: 600 !important;
    border-radius: .25rem !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(36, 111, 60) !important;
    border: solid 1px #186d3a !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(35, 135, 39) !important;
}

.select2-results__option.select2-results__message{
    font-weight: 600 !important;
    color: #ae2020 !important;
    padding: 6px 16px !important;
}

/****************************************************************************************/

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #fbc503;
    border: none;
}

/********************************************************************************/

.item-suscription{
    margin-bottom:60px;
}

.item-suscription img{
    margin: 0 auto;
    max-width:300px;
    width:100%;
}

.item-suscription-price{
    text-align: center;
    font-size: 1.7em;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

.item-suscription-price span{
    display: block;
}

.item-suscription-text{
    text-align: justify;
    margin-bottom: 20px;
    font-size: 1.2em;
}

.item-suscription-btn{
    text-align:center;
    margin-top:30px;
}

.item-suscription-btn a{
    display: inline-block;
    padding: 10px 15px;
    border-radius:2px;
    border:none;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.btn-sbs-1{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(208,135,49,1) 0%, rgba(226,177,48,1) 100%);
    color: #fff !important;
}

.btn-sbs-2{
    background-color: #76ab4e;
    color: #fff !important;
    max-width:200px;
    margin: 0px 5px;
}

.btn-sbs-3{
    background-color: #9abb48;
    color: #fff !important;
    max-width:200px;
    margin: 0px 5px;
}

.btn-sbs-4{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(33,92,117,1) 0%, rgba(65,134,164,1) 100%);
    color: #fff !important;
}

/**************************************************************************/

.sbsmn-main{
    position: relative;
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 3px;
    padding-top: 20px !important;
    padding-bottom: 5px !important;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 50px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.sbsmn-main-title{
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
    padding: 35px 20px;
}

.sbsmn-howmany img{
    margin: 0 auto;
    max-width: 210px;
    width: 100%;
}

.sbsmn-howmany-info{
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    background-color: #f6f6f6;
    padding: 20px 33px;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 2px;
}

.sbsmn-howmany-info-title{
    display: block;
    text-align: center;
    margin-bottom: 6px;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
}

.sbsmn-howmany span{
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 1.3em;
}

.sbsmn-howmany-select{
    display: block;
    text-align:center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sbsmn-howmany-select select{
    width: 80%;
    height: 45px;
    border: none;
    border-radius: 3px;
    background-color: #f6f6f6;
    padding: 10px;
}

.sbsmn-howmany-select select:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(36, 111, 60);
    border: solid 1px #186d3a;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(35, 135, 39);
}

.sbsmn-howmany-button{
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sbsmn-howmany-button button{
    color: #FFF !important;
    background-color: #00b572;
    padding: 10px 19px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    border:none;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

/*input[type=checkbox] {
    visibility: hidden;
}

.flatCheckboxForm{
    position: relative;
    display: inline-block;
    width: 75px;
    height: 30px;
    margin-right: 2px;
}

.flatCheckboxForm label {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    z-index: 1;
    left: 8px;
    background: #FFF;
}

.flatCheckboxForm div {
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    border-radius: 50px;
    position: relative;
    top: -27px;
}

.flatCheckboxForm input[type=checkbox]:checked ~ div
{
    background: #e89b00;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.flatCheckboxForm input[type=checkbox]:checked ~ label {
    left: 47px;
}*/

.form-title{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    padding: 10px;
    color: #00b572;
}

.form-subtitle{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    padding: 10px 20px;
    color: #000000;
    margin-top: 5px;
    background-color: #f6f6f6;
}

.form-text{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    padding: 10px 20px;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.request-invoice-info{
    position:relative;
    width: 100%;
    border: none;
    border-radius: 3px;
    color: #444;
    text-align: center;
    margin-top:20px;
    margin-bottom:20px;
}

.request-invoice-info label{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 6px;
    font-size: 1em;
    font-weight:500;
    cursor: pointer;
}

.checkbox-polices-info{
    position: relative;
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
    border: none;
    border-radius: 3px;
    color: #444;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.checkbox-polices-info span{
    font-size: 1em;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
}

.DataInvoice{
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.input-field{
    position: relative;
    margin: 0 auto;
    width: 80%;
}

.input-field label{
    display: block;
    text-align: left;
    font-weight:600;
}

.input-field input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #666666;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;   
}

.input-field input:focus{
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0 1px 0 0 #000;
    box-shadow: 0 1px 0 0 #000;
}

.input-field select{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px;
    background-color: #f6f6f6;
    padding: 10px;
    margin: 8px 0 8px 0;
}

.input-field-buttons {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-form {
    color: #FFF !important;
    background-color: #00b572;
    padding: 10px 19px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    border:none;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.btn-form:hover{
    background-color: #24b881;
    color: #fff;
    transition-duration: 0.3s;
}

.btn-form:disabled{
    background-color: #bcbdba !important; 
}

.btn-goreg{
    background-color: #2c8064 !important;
}

.btn-goreg:hover{
    background-color: #3e9377 !important;
    transition-duration: 0.3s;
}

.prev-btn{
    background-color: #000 !important;
}

.loader-cp-invoice{
    position: absolute;
    top: 29px;
    width: 40px;
    height: 40px;
    right: 12px;
    background-color: transparent;
    background-image: url('../images/iconos/loader.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index:10;
    display: none;
    transition-duration: 1s;
}

.sbsmn-title{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px;
    color: #333;
}

.sbsmn-total{
    position: relative;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    font-weight: 500;
    padding: 0px 10px;
    color: #000000;
    margin-bottom: 13px;
}

.sbsmn-total::after{
    position: absolute;
    bottom: -8px;
    content: '';
    width: 60%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    border-bottom: solid 1px #dbdada;
}

.disabled-text{
    color: #cecdcd;
}

.sbsmn-title-rem{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px;
    color: #333;
    display: none;
}

.sbsmn-total-rem{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    padding: 0px 10px;
    color: #000000;
    margin-bottom: 13px;
    display: none;
}

.sbsmn-register-info{
    position: relative;
    width: 83%;
    margin: 0 auto;
    text-align: justify;
    background-color: #f6f6f6;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 1em;
    display: none;
}

.sbsmn-redeemed-rem{
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 240px;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px;
    color: #2c8064;
    display: none;
}

.sbs-redeemed-icon{
    position: relative;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    background-image: url('../images/iconos/valid.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.sbsmn-info-email{
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    background-color: #f6f6f6;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 2px;
}

.sbsmn-info-form{
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #f6f6f6;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 2px;
}

/************************Payment*************************/

.payment-options{
    position:relative;
    width:100%;
    text-align:center;
    margin-bottom: 20px;
}

.payment-item{
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border: solid 3px #fff;
    cursor: pointer;
    text-align:center;
}

.payment-item img{
    width:100%;
}

.payment-item span{
    font-size: 1em;
    font-weight: 400;
}

.payment-item-info{
    position: absolute;
    top: -8px;
    right: 15%;
    width: 21px;
    height: 21px;
    z-index: 100;
    background-color: #00b572;
    color: #fff;
    font-size: 0.9em;
    border-radius: 21px;
}

.payment-active .card-button{
    border: solid 1px #011e41;
    background-color: #f1f1f1;
    color: #011e41;
}

.card-button{
    position: relative;
    margin: 0 auto;
    max-width:250px;
    width:100%;
    height:36px;
    max-height:36px;
    border-radius:4px;
    background-color: #011e41;
    color: #fff;
    font-size: 0.9em;
    text-align:center;
    line-height: 35px;
    border: solid 1px #011e41;
}

.card-button:hover{
    opacity: 0.9;
}

.payment-active .code-button{
    border: solid 1px #011e41;
    background-color: #f1f1f1;
    color: #011e41;
}

.code-button{
    position: relative;
    margin: 0 auto;
    max-width:250px;
    width:100%;
    height:36px;
    max-height:36px;
    border-radius:4px;
    background-color: #6c3763;
    color: #fff;
    font-size: 0.9em;
    text-align:center;
    line-height: 35px;
    border: solid 1px #6c3763;
}

.code-button:hover{
    opacity: 0.9;
}

.code-button-teacher{
    position: relative;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
    height: 36px;
    max-height: 36px;
    border-radius: 4px;
    color: #6c3763;
    font-size: 1.4em;
    text-align: center;
    line-height: 35px;
    border: none;
    margin-top: 10px;
}

.mda-main-codes{
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 270px;
    width: 100%;
    background-color: transparent;
}

.mda-code-title{
    font-weight:500;
}

.mda-code-select{
    margin-top:10px;
}

.mda-code-select select{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 3px;
    background-color: #f6f6f6;
    padding: 10px;
}

.mda-code-select select:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(36, 111, 60);
    border: solid 1px #186d3a;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(35, 135, 39);
}

.mda-code-inputs{
    position: relative;
    margin-top:10px;
}

.mda-code-input-item{
    position: relative;
    margin-top:10px;
}

.mda-code-input-item input{
    display: inline-block;
    max-width:220px;
    width:100%;
    height: 35px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #666666;
    text-transform: uppercase;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.mda-code-input-item input:focus{
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0 1px 0 0 #000;
    box-shadow: 0 1px 0 0 #000;
}

.mda-icon-code-validator{
    position: absolute;
    top: 4px;
    right: 25px;
    width: 25px;
    height: 25px;
}

.mda-code-ok{
    background-image: url('../images/iconos/valid.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.mda-code-ko{
    background-image: url('../images/iconos/no-valid.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.mda-input-error{
    border-bottom: 1px solid #641b1b !important;
    -webkit-box-shadow: 0 1px 0 0 #641b1b !important;
    box-shadow: 0 1px 0 0 #641b1b !important;
}

.mda-input-success{
    border-bottom: 1px solid #00b572 !important;
    -webkit-box-shadow: 0 1px 0 0 #00b572 !important;
    box-shadow: 0 1px 0 0 #00b572 !important;
}

.mda-code-error-message{
    position: relative;
    top:5px;
    width: 100%;
    color: #641b1b;
    text-align: center;
}

/***********************Resume*************************/

.head-cart{
    background-color: #ffffff;
    color: #003c52;
    text-align: center;
    font-size: 1.1em;
    padding: 5px 5px;
}

.item-cart {
    background-color: #f5f5f5;
    color: #333;
    text-align: right;
    font-size: 1em;
    padding: 15px 5px;
    font-weight: 400;
}

.item-cart img{
    max-width:80px;
}

.span-free{
    color: #1e9c4f;
    font-weight: 500;
    font-size: 1.1em;
}

.cont_totals{
    border-top: solid 1px #e6e6e6;
    background-color: #fbfbfb !important;
}

.cont_totals table{
    margin-top: 6px;
    background-color: #fbfbfb !important;
}

.no-border{
    border: 0 !important;
}

.no-display{
    display: none;
}

/**********************Checkout Message************************/

.checkout-message-title{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 20px;
    color: #007f13;
}

.checkout-message-image{
    position:relative;
    width:100%;
    text-align:center;
    font-size:1.2em;
    font-weight:500;
}

.checkout-message-image img{
    max-width:80px;
    width:100%;
    margin: 0 auto;
}

.checkout-message-subtitle{
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 1.5em;
    color: #2c8064;
}

.checkout-message-subtitle span{
    display: block;
    font-weight: 600;
}

.checkout-message-text{
    position:relative;
    width:80%;
    margin: 0 auto;
    text-align:justify;
    font-size:1em;
    font-weight:400;
    padding: 12px 30px;
    margin-top: 28px;
    background-color: #f2f2f2;
    border-radius:3px;
}

.checkout-message-text span{
    font-weight:700;
}

.checkout-message-text-2{
    position:relative;
    width:80%;
    margin: 0 auto;
    text-align:center;
    font-size:1em;
    font-weight:400;
    padding: 12px 30px;
    margin-top: 10px;
    border-radius:3px;
}

.checkout-message-options{
    position: relative;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.checkout-message-points{
    font-size:1.7em;
    font-weight:400;
    color: #749e2d;
}

.checkout-message-points span{
    position: relative;
    display: block;
    font-size:4em;
}

.checkout-message-congrats{
    margin-top:15px;
    font-size:1.2em;
}

/***************************Payment loader (Before Cart loader)***************************/

.main-loader-cart{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    height:100%;
    text-align: center;
    z-index: 100;
    display: none;
}

.loader-cart-bg{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    height:100%;
    background-color: #fff;
    opacity: 0.9;
}
.loader-cart {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/**********************************************************/

.icon-eye {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 23px;
    height: 23px;
    background-image: url('images/iconos/close_pass.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.eye-open {
    background-image: url('images/iconos/open_pass.png') !important;
    background-repeat: no-repeat;
    background-size: contain;
}

/******************************Incomplete Register**********************************/

.main-incomplete{
    position: fixed;
    top: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1030;
}

.incomplete-close{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background-image: url(../images/iconos/close.png);
    background-repeat: no-repeat;
    background-size: 20px;
    z-index: 100;
    cursor: pointer;
}

.bg-incomplete{
    position:absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffb400;
    background-image: url(../images/home/family.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 400px;
}

.dc-box::after {
    position: absolute;
    left: 45px;
    right: 0;
    margin-right: auto;
    bottom: -4px;
    width: 70%;
    border-radius: 7px;
    transform: rotate( -5deg ) skewY( 1deg );
    height: 140px;
    content: '';
    z-index: -1;
}

.dc-box::before {
    position: absolute;
    left: 0;
    margin-left : auto;
    margin-right: auto;
    width: 290px;
    height: auto;
    border-radius: 2px;
    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/
    overflow: hidden;
}

.incomplete-header{
    position: relative;
    background-color: #013e5a;
    height: 65px;
    text-align: center;
}

.span-incomplete{
    line-height: 63px;
    font-size: 1.2em;
    color: #FFF;
    font-weight: 600;
}

.incomplete-body{
    position: relative;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
}

.boton-incomplete {
    width: 100%;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
    background-color: #013e5a;
    border-radius: 3px;
    font-weight: 600;
    font-size: 1.1em;
    border: none;
    padding: 7px 11px;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.boton-incomplete:hover{
    background-color: #155471;
}

.boton-incomplete a{
    color: #fff;
}

.inc{
    margin-top:10px;
    text-align:center;
}

.inc .inc-text{
    position: relative;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.inc-info{
    position: relative;
    width: 100%;
    background-color: #ffc946;
    color: #444;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 8px;
    font-size: 0.85em;
    font-weight: 600;
}

.tbx-incomplete{
    border: solid 2px #fff;
    max-width: 300px;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    padding: 7px 14px;
    font-weight:600;
    text-align: center;
    font-size: 1.1em;
    background-color: #f7f7f7;
}

.tbx-incomplete:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(36, 111, 60);
    border: solid 1px #186d3a;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(35, 135, 39);
}

.error_required_incomplete{
    position: relative;
    float: left;
    width: 100%;
    color: #641b1b;
    font-weight: 600;
    font-size: 1em;
    padding-left: 6px;
    text-align: center;
}

/****************************Videos section*********************************/

.menu-videos{
    position: relative;
    width: 100%;
    padding: 30px;
    text-align: center;
    z-index:10;
    background-color: #eeab0c;
}

.bg-videos{
    position:fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffb400;
    z-index:-1;
}

.menu-videos img{
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
}

.videos-title{
    position: relative;
    width: 100%;
    padding: 30px;
    text-align: center;
    font-size:2em;
    font-weight:600;
    z-index:10;
    color: #000;
}

.main-videos-cntnt{
    position: relative;
    width: 100%;
    padding: 30px;
    text-align: center;
    z-index:10;
}

.dc-box.green-yellow::after {
    background: #ef8e32;
}

.dc-box.green-yellow::before {
    background: #fbc503;
}

.dc-box.red-blue::after {
    background: #cd3535;
}

.dc-box.red-blue::before {
    background: #3f75bf;
}

.dc-box.purple-green::after {
    background: #5a57a5;
}

.dc-box.purple-green::before {
    background: #1c8f5a;
}

.dc-box.orange-red::after {
    background: #ed912e;
}

.dc-box.orange-red::before {
    background: #cd3535;
}

.dc-box.blue-green::after {
    background: #3f75bf;
}

.dc-box.blue-green::before {
    background: #1c8f5a;
}

.dc-box.red-yellow::after {
    background: #cd3535;
}

.dc-box.red-yellow::before {
    background: #f3b41d;
}

/****************************Radio / Checkbox*********************************/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input [type='checkbox'], input[type='radio'] {
    --active: #01b573;
    --active-inner: #fff;
    --focus: 2px rgb(129 227 191);
    --border: #01b573;
    --border-hover: #01b573;
    --background: #fff;
    --disabled: #c6c5c5;
    --disabled-inner: #c6c5c5;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none !important;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 2px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: -1px;
    top: -1px;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 12px;
  }

  input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 6px;
    top: 3px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}

/************************************************************************************/

@media screen and (min-width: 1450px)
{
    .backshape .wrapper-text{
        padding-top: 190px;
        padding-bottom: 190px;
    }
}

@media screen and (min-width: 1375px)
{
    #plasticCard img, #virtualCard img{
        max-width:320px;
    }
}

@media screen and (max-width: 1460px) 
{
    .platform-content {
        width: 69%;
    }
}

@media screen and (max-width: 1199px)
{
    .main_whatis{
        max-width:712px;
    }
}

@media screen and (max-width: 991px) 
{
    
    .platform-menu{
        position: fixed;
        top: 0px;
        margin-left: -330px;
        margin-right: auto;
        max-width: 330px;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    .platform-content {
        display: block;
        width: 100%;
        padding-top: 66px;
    }

    .platform-content-logo{
        display: block;
    }

    .menu-responsive {
        display: block;
    }

    .main-menu {
        margin-top: 0;
        border-radius: 0;
        margin-left: -330px;
        margin-right: auto;
        max-width: 330px;
        width: 100%;
        z-index: 100;
        height: 100%;
        padding-bottom: 90px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .menu {
        padding: 10px 25px;
        text-align: center;
    }

        .menu a {
            position: relative;
            display: inline-block;
            max-width: 230px;
            width: 100%;
            padding: 15px 12px;
            margin-top: 20px;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
            border-radius: 6px;
            background-color: #fff;
            color: #444;
            font-weight: 400;
            cursor: pointer;
            -webkit-box-shadow: 0px 0px 17px -5px rgb(179, 179, 179);
            -moz-box-shadow: 0px 0px 17px -5px rgba(179,179,179,1);
            box-shadow: 0px 0px 17px -5px rgb(179, 179, 179);
        }

            .menu a:hover {
                /*background: #ef8e32;*/
                background: linear-gradient(180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%) !important;
                color: #fff !important;
            }

            .menu a.active {
                /*background: #ef8e32 !important;*/
                background: linear-gradient(180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%) !important;
                color: #fff !important;
            }

    .menu-account {
        padding: 10px 25px;
        text-align: center;
    }

        .menu-account a {
            position: relative;
            display: inline-block;
            max-width: 230px;
            width: 100%;
            padding: 15px 12px;
            margin-top: 20px;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
            border-radius: 6px;
            background-color: #fff;
            color: #444;
            font-size: 1em;
            font-weight: 400;
            cursor: pointer;
            -webkit-box-shadow: 0px 0px 17px -5px rgb(179, 179, 179);
            -moz-box-shadow: 0px 0px 17px -5px rgba(179,179,179,1);
            box-shadow: 0px 0px 17px -5px rgb(179, 179, 179);
        }

            .menu-account a:hover {
                background: #e1974f !important;
                /*background: linear-gradient(180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);*/
                color: #fff;
            }

            .menu-account a.active {
                background: #e1974f !important;
                /*background: linear-gradient(180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);*/
                color: #fff !important;
            }

    .main-menu-close {
        display: block;
    }

    .section {
        background-color: #ffffff;
        border: solid 2px #dedede;
        color: #444;
        border-radius: 6px;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .section h1{
        font-size:1.8em;
    }

    .section h3 {
        font-size: 1.4em;
    }

    .cont-welcome-profile {
        right: -10px;
        top: 32px;
    }

    .text-welcome-cont {
        right: 0px;
        top: 33px;
    }

    .cont_text_info{
        width:100%;
    }

    .item-1, .item-2, .item-3{
        padding-top:13px;
        padding-bottom:14px;
    }

    .br-5-2{
        height:16px;
    }

    .cont_text_info2{        
        width:59%;
    }

    .special-space{
        height:5px;
    }

    .special-space-2{
        height:30px;
    }

    .clear-2{
        height: 98px;
    }

    .clear-login{
        height:108px;
    }

    .boton-filter{
        margin-top:10px;
        width:100%;
        max-width:260px;
    }

    .sectionCupons{
        background-position: 144% -47%;
    }

}

@media screen and (max-width: 767px) 
{
    .text-welcome-cont{
        display: none;
    }

    .username{
        display: none;
    }

    .cont-mobile-username{
        display: block;
    }

    .accumulated-points{
        margin-right:0px !important;
    }

    .cont_text_info2{        
        width:69%;
    }

    .clear-login{
        height:91px;
    }

    #virtualCard{
        margin-right: 0;
    }

    .how-space{
        display: block;
    }

    .period-from, .period-to, .period-button{
        display: block;
        margin-bottom:10px;
    }

    .whatis-text-items1 .wtimg3{
        margin-right: auto;
    }

    .dc-box::after {
        width: 80%;
        left: 30px;
    }

    .dc-box::before {
        width: 80%;
        right: 30px;
    }

}

@media screen and (max-width: 624px)
{
    .str-filter-button{
        margin-top:10px;
    }

    .sectionCupons{
        background-position: 270px -190px;
    }
}

@media screen and (max-width: 575px)
{
    a.toggle-menu{
        margin-right: 8px;
        margin-left: 15px;
        margin-bottom: 31px;
    }

    .cont-welcome-profile{
        top: 30px;
        margin-right:19px;
    }

    .child-item{
        display: block;
        max-width: 300px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .select2-container .select2-selection--single{
        max-width: 250px !important;
    }
    
}

@media screen and (max-width:564px)
{
    .walletbullet-xs{
        margin-left: 10%;
        font-size: 1em;
    }
}

@media screen and (max-width: 530px)
{
    .main_whatis span{
        display: block;
    }
}

@media screen and (max-width: 490px)
{
    .cont_text_info2{        
        width:79%;
    }
}

@media screen and (max-width: 484px)
{
    .str-filter-state {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .str-filter-county {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top:10px;
    }

    .str-filter-button{
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .sectionCupons{
        background-position: 190px -190px;
    }

    .cont_user_registered{
        padding: 0px 6px;
    }

    .btn-sbs-2{
        margin: 8px 0px;
        max-width: initial;
    }

    .btn-sbs-3{
        margin: 8px 0px;
        max-width: initial;
    }
}

@media screen and (max-width: 475px)
{
    .whatis-text{
        text-align: justify;
        width:86%;
    }

    .video-item{
        width:100%;
        margin: auto;
        margin-bottom:30px;
    }
}

@media screen and (max-width: 459px)
{
    .whatis-text-items1 .wtimg3{
        margin-left: auto;
        margin-right: 28px;
    }
}

@media screen and (max-width: 455px)
{
    .clear-2{
        height:25vw;
    }
}

@media screen and (max-width: 441px)
{

    .cont_account_item {
        width: auto;
        height: auto;
        display: inline-table;
        margin-bottom: 40px;
    }

    .box-balance{
        top: 40px;
        right: -80px;
    }

    .wrapper-text{
        padding-left: 24px;
        padding-right: 24px;
    }

    .promo-item{
        width:80%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .walletbullet-xs{
        margin-left: 8%;
    }

}

@media screen and (max-width: 441px)
{
    .benefit-item{
        margin-left: 0;
        margin-right: 0;
    }

    .cont-IOS-button{
        margin-left: 0;
    }

}

@media screen and (max-width: 416px)
{
    #optionParent, #optionTutor{
        max-width: 119px;
        text-align: center;
        display: inline-table;
        min-height: 114px;
    }

    #optionParent span, #optionTutor span{
        margin-left:0;
    }
}

@media screen and (max-width: 400px)
{
    .atras{
        width: 95%;
        min-height: 0;
        height: 70%;
    }

    .cont-barcode img{
        width:59%;
    }

    .tarjeta-name{
        font-size: 0.9em;
        bottom: 94px;
        width: 100%;
        text-align: left;
        margin-left: 0;
        padding-left: 10%;
    }

    .tarjeta-numero {
        bottom: 66px;
    }

}

@media screen and (max-width: 397px)
{
    .how-brands img.logo-grow{
        top: 0;
    }

    .cont_user_registered{
        line-height: 25px;
    }
}

@media only screen and (max-width: 388px)
{
    .box-balance{
        top: 40px;
    }
}


@media screen and (max-width: 385px)
{
    .modal-recover img{
        width:80%;
    }

    .cont-IOS-button{
        max-width: 100%;
    }

    .cont-Android-button{
        max-width: 100%;
    }

    .boton, .boton-grey, .boton-red, .botonmax, .boton-blue{
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .tarjeta-back-line{
        font-size: 3.5vw;
    }

    .sectionCupons{
        background-position: 140px -190px;
    }
}

@media screen and (max-width: 381px)
{
    .whatis-text-items1 .wtimg3{
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 372px)
{
    .heading-section-2 h2{
        font-size: 10vw;
    }

    h2{
        font-size: 12vw;
    }

    .msp-description{
        padding: 12px 8px;
    }

    .tarjeta-numero{
        font-size:4.6vw;
        bottom:17vw;
    }
}

@media screen and (max-width: 370px)
{
    .tarjeta-name{
        bottom:88px;
    }

    .payment-item-info{
        right:5%;
    }
}

@media screen and (max-width: 362px)
{
    .gender-cont .lbl-gender{
        display: block;
    }
}

@media screen and (max-width: 360px) 
{

    .accumulated-points{
        margin-right:0px !important;
    }

    .step_1{
        margin-top:50px;
    }

    .br-5-1{
        height:49px;
    }

    .clear-cb{
        height:56px;
    }

    .account-logo{
        max-width:100% !important;
        flex: 0 0 100%;
    }

    .account-logo img{
        margin-top: 20px;
    }

    .main-menu-anonymous{
        max-width:100% !important;
        flex: 0 0 100%;
    }

    .option-menu{
        max-width:100% !important;
        flex: 0 0 100%;
    }

    a.toggle-menu{
        margin-top: 0;
        margin-bottom: 10px;
        line-height: 34px;
    }

    a.toggle-login{
        margin-top: 3px;
        margin-bottom: 0;
    }

    .cont-welcome-profile{
        top: 4px;
    }

    .br-acc{
        height:60px;
    }

    .special-space{
        height:50px;
    }

    .special-space-2{
        height:70px;
    }

    .clear-2{
        height: 42vw;
    }

    .incomplete-box{
        width: 90%;
    }
}

@media screen and (max-width: 350px)
{
    .tarjeta-name{
        bottom:83px;
    }
}

@media screen and (max-width: 345px)
{
    .cont-barcode{
        width: 75%;
    }

    .cont-barcode img{
        width:73%;
    }

    .login-logo, .incomplete-logo{
        width:90% !important;
    }

}

@media screen and (max-width: 340px)
{
    .cont_text_info2{        
        width:90%;
    }

    .offline-text{
        font-size:1.7em;
    }

    .atras{
        height: 58%;
    }
}

@media screen and (max-width: 321px)
{
    .tbx-short{
        width:100%;
    }

    .child-item-input{
        display: block;
    }

    .ddl-short{
        width:100%;
    }

    .sbsmn-register-info{
        width:90%;
    }
}

@media screen and (max-width: 323px)
{

    .cont_account_item{
        margin-left: 0;
        margin-right: 0;
    }

    .cont_account_item img{
        width: 80%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 316px) 
{
    
    #optionParent{
        max-width: 105px;
        padding: 15px;
    }

    #optionTutor{
        max-width: 105px;
        padding: 15px;
        margin-left:5px;
    }
    
}

@media screen and (max-width: 290px) {

    .tbx-recover-pass {
        width: 97%;
        height: 40px;
    }

}

/****************************Decorated box*********************************/

.dc-box::after {
    position: absolute;
    left: 45px;
    right: 0;
    margin-right: auto;
    bottom: -4px;
    width: 70%;
    border-radius: 7px;
    transform: rotate( -5deg ) skewY( 1deg );
    height: 140px;
    content: '';
    z-index: -1;
}

.dc-box::before {
    position: absolute;
    left: 0;
    right: 45px;
    margin-left: auto;
    top: -4px;
    width: 70%;
    border-radius: 7px;
    transform: rotate( -5deg ) skewY( 1deg );
    height: 140px;
    content: '';
    z-index: -1;
}

.dc-box.green-yellow::after {
    background: #ef8e32;
}

.dc-box.green-yellow::before {
    background: #fbc503;
}

.dc-box.red-blue::after {
    background: #cd3535;
}

.dc-box.red-blue::before {
    background: #3f75bf;
}

.dc-box.purple-green::after {
    background: #5a57a5;
}

.dc-box.purple-green::before {
    background: #1c8f5a;
}

.dc-box.orange-red::after {
    background: #ed912e;
}

.dc-box.orange-red::before {
    background: #cd3535;
}

.dc-box.blue-green::after {
    background: #3f75bf;
}

.dc-box.blue-green::before {
    background: #1c8f5a;
}

.dc-box.red-yellow::after {
    background: #cd3535;
}

.dc-box.red-yellow::before {
    background: #f3b41d;
}

.daterangepicker .ranges ul,ol {
    list-style: none !important;
}

.nav-item {
    list-style: none !important;
}


.infoCard {
    text-align: center;
    max-width: 550px;
    margin-top: 70px;    
}
.infoCard img {
    width: 150px;
    margin-left: 40px;
}

.infoCard span {
    margin-top: 5px;
}

.graphicInscritos {
    max-width: 400px;
    text-align: center;
    margin-left: 55px;
}

.graphicItem {
    /*margin-left: 15px;*/
    margin-top: 30px;
    text-align: center !important;
    
}

@media screen and (min-width: 1400px) {
    .infoCard img {
        width: 150px;
        margin-left: 85px;
    }
    .graphicInscritos {
        max-width: 400px;
        text-align: center;
        margin-left: 150px;
    }
}
