﻿/*********************************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: #c12727;
    font-weight: 600;
    padding: 0px 10px;
    top: -3px;
    margin-bottom: 8px;
}

.error_required_comment {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: #c12727;
    font-weight: 600;
    padding: 0px 10px;
    margin-bottom: 30px;
}

.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_ajax2 {
    position: relative;
    width: 100%;
    height: auto;
    color: #c12727;
    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%;
}

.language-main{
    text-align: right;
    position: relative;
    width: 100%;
    padding: 0px 44px;
    font-size: 0.8em;
}

.language-main a{
    margin: 0px 5px;
    padding: 3px 0px;
}

.active-language{
    border-bottom: solid 1px #e44106;
}

/*******************************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;
    padding-right: 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: #e5be22;
    font-weight: 600;
}

.span-red {
    color: #ac2222 !important;
    font-weight: bold;
}

.span-green{
    color: #007f13;
    font-weight:600;
}

.span-blue {
    color: #346ba8;
    font-weight: 600;
}

.span-orange {
    color: #ef8e32;
    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;
}

#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: #e44106;
    font-weight: 600;
}

.info-label{
    text-align: left;
}

.required-info {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 5px 12px;
    font-weight: 600;
    margin-top: 15px;
    color: #e44106;
    margin-bottom: 10px;
    border-radius: 3px;
}

.required-info span {
    color: #ef8e32;
}

.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-25 {
    position: relative;
    clear: left;
    width: 100%;
    height: 25px;
}
.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-50 {
    position: relative;
    clear: left;
    width: 100%;
    height: 50px;
}

.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;
}

.margin-left{
    position: relative;
    padding-left:30px;
}

.page-header {
    margin-top: 18px;
    color: #ef8e32;
    font-size: 1.4em;
}

.section {
    padding: 20px;
    margin-bottom: 20px;
}

.section h1{
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px 0px;
}

.section-box {
    position: relative;
    padding: 30px 25px;
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 6px;
    -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);
}

.section-box h1 {
    font-weight: 800;
}

.section-box-middle {
    position: relative;
    padding: 30px 25px;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 6px;
    -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);
}

.section-box-2 {
    position: relative;
    padding: 30px 25px;
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 6px;
    -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);
}

.section-box-2 h1 {
    font-weight: 800;
}

.section-box-3 {
    position: relative;
    padding: 20px 25px;
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 6px;
    -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);
}

.section-box-3 h1 {
    font-weight: 800;
}

.section-box-center {
    position: relative;
    padding: 30px 25px;
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 6px;
    text-align: center;
    -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);
}

.sbc-blue {
    background-color: #f09b33;
}

.sbc-green {
    background-color: #f09b33;
}

.section-box-center h1 {
    font-weight: 800;
    color: #fff;
}

.section-box-center h3 {
    color: #ebe9e5;
    margin-top: 15px;
}

.section-box-md {
    position: relative;
    padding: 30px 25px;
    max-width: 500px;
    width: 95%;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 6px;
    text-align: center;
    background-color: #fff;
    -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);
}

.subsection-md {
    margin-bottom: 20px;
    font-size:1.4em;
}

.section-box-icon {
    position: relative;
    width: 100%;
    margin-top: 10px;
    font-size: 3.2em;
    color: #ebe9e5;
    text-align: center;
}

.section-box-md-icon {
    position: relative;
    width: 100%;
    font-size: 3.2em;
    text-align: center;
}

.subsection {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subsection2 {
    display: block;
    width: 100%;
    padding-bottom: 10px;
}

.subsection2 h3{
    font-size: 1.3em;
    color: #c9c9c9;
    font-weight: 400;
}

.subsection-inline {
    display: inline-block;
    width: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subsection-inline2 {
    display: inline-block;
    width: calc(100% - 240px);
    padding: 10px 10px;
}

.subsection-inline2 .input-section {
    width: calc(75% - 10px);
    display: inline-block;
}

.subsection-inline2 .btn-section {
    color: #FFF !important;
    padding: 16px 18px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    background: #ef8e32;
    /*background: linear-gradient( 180deg, rgb(33 144 93) 0%, rgb(68 120 191) 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);
}

.subsection-inline2 .btn-section:disabled {
    background: #dfdfdf;
    color: #444 !important;
}

.no-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-content img{
    max-width:300px;
    width:100%;
    margin: 0 auto;
}

.no-content a {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 150px;
    margin-top: 5px;
    color: #FFF !important;
    padding: 16px 18px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    background: #ef8e32;
    /*background: linear-gradient(180deg, rgb(238 147 46) 0%, rgb(242 177 30) 100%);*/
    -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);
}

.no-content a:hover{
    opacity: 0.8;
    color: #fff;
}

.discount-code-text {
    position: relative;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 20px;
}

.discount-code-input {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.discount-code-options {
    position: relative;
    text-align: center;
    font-size: 1.1em;
}

.discount-code-options a{
    margin: 0px 3px;
}

/************************************My Account***********************************/

.main-account-options{
    position: relative;
    display: block;
    margin-top:10px;
    margin-bottom:20px;
    margin: 0 auto;
    max-width:1100px;
    width:90%;
    text-align:center;
}

.main-account-upload {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: -53px;
}

.main-account-upload label{
    text-align: center;
}

.btn-certificates {
    color: #FFF !important;
    max-width: 300px;
    width: 100%;
    padding: 23px 18px;
    border-radius: 3px;
    display: inline-block;
    margin: 0px 10px;
    cursor: pointer;
    border: none;
    font-size: 1.4em;
    font-weight: 400;
    transition-duration: 0.3s;
    background: #fcd167;
    /*background: linear-gradient( 180deg, rgb(32 144 92) 0%, rgb(41 111 95) 100%);*/
    -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-certificates:hover{
    opacity: 0.9;
}

.btn-badges {
    color: #FFF !important;
    max-width: 300px;
    width: 100%;
    padding: 23px 18px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    margin: 0px 10px;
    font-size: 1.4em;
    font-weight: 400;
    transition-duration: 0.3s;
    background: #f09b33;
    /*background: linear-gradient( 180deg, rgb(255 197 57) 0%, rgb(240 115 0) 100%);*/
    -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-badges:hover {
    opacity: 0.9;
}

.btn-bouchers {
    color: #FFF !important;
    max-width: 300px;
    width: 100%;
    padding: 23px 18px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    margin: 0px 10px;
    font-size: 1.4em;
    font-weight: 400;
    transition-duration: 0.3s;
    background: #575756;
    /*background: linear-gradient( 180deg, rgb(192 0 0) 0%, rgb(169 2 2) 100%);*/
    -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-bouchers:hover {
    opacity: 0.9;
}

.dc-rectangle {
    position: absolute;
    left: -19px;
    top: 27px;
    width: 240px;
    border-radius: 7px;
    transform: rotate( -8deg ) skewY( 1deg );
    height: 100%;
    max-height: 148px;
    background: #cf4f25;
    z-index: 0;
    -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);
}

.cntnt-account-image, .cntnt-account-image2 {
    position: relative;
    margin-left: auto;
    right: 40px;
    width: 200px;
    height: 200px;
}

.main-account-image {
    position: relative;
    border-radius: 150px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
}

.main-account-image img {
    width: 100%;
    max-height:200px;
    min-height: 200px;
    background-color: #fff;
}

.main-account-clear-image {
    position: absolute;
    top: -10px;
    right: -26px;
}

.main-account-clear-image label{
    font-size:0.8em;
}

.cntnt-account-edit {
    position: absolute;
    right: 16px;
    bottom: -15px;
}

.btn-mac-edit {
    color: #FFF !important;
    max-width: 300px;
    width: 100%;
    padding: 6px 20px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-size: 1em;
    font-weight: 400;
    transition-duration: 0.3s;
    background: #ef8e32;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.39);
}

.btn-mac-edit:hover{
    opacity:0.9;
}

/*********************************Main Platform***********************************/
.platform-shape1 {
    position: fixed;
    top: -150px;
    left: -100px;
    width: 741px;
    height: 682px;
    z-index: -2;
    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: -2;
    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: fixed;
    display: block;
    width: 100%;
    height: auto;
     z-index: 100; 
}

.platform-content {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 155px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

.platform-content-logo {
    position: relative;
    width: 100%;
    padding: 5px 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: #fff;
    text-align: center;
    /*background: #fcd167;*/
    /*background: linear-gradient(180deg , rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);*/
}

.icon-form i{
    color: #444;
    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: #fcd167;*/
    /*background: linear-gradient(180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);*/
}

.icon-form2 i {
    color: #444;
    font-size: 1.5em;
}

.icon-form2 .ChangeView{
    cursor: pointer;
}

.cont-logo img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.main-cntnt-register {
    position: relative;
    margin: 0 auto;
    max-width: 500px;
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    -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);
}

.title-register {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 2em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

.text-register {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 20px;
}

.main-cntnt-edit {
    position: relative;
    margin: 0 auto;
    max-width: 500px;
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    -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);
}

/*************************************¿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: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 80px;
    background-color: #e44106;
    color: #ffffff;
    border-radius: 8px;
    -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);
}

.whatis-text div{
    text-align: justify;
    font-size: 1.5em;
    margin: 30px 0px;
}

.whatis-items {
    position: relative;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.item_whatis{
    display: inline-table;
    width: 275px;
    min-height: 250px;
    padding: 20px;
    font-size: 1.2em;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:50px;
}

.item_whatis img{
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
}

.item_whatis span{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 600;
}

.item_whatis div{
    position: relative;

}

/************************Courses****************************/

.item-course {
    position: relative;
    display: inline-table;
    max-width: 300px;
    min-height: 503px;
    width: 92%;
    margin: 25px 7px;
    background-color: #fff;
    color: #444;
    vertical-align: top;
    border-radius: 6px;
}

.it-course-image {
    position: relative;
    width: 100%;
    max-height: 168px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}

.it-course-image img{
    margin: 0 auto;
    width:100%;
}

.it-course-name {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 10px 24px 0px 24px;
    font-size: 1.1em;
    font-weight: 600;
}

.it-course-date {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0px 24px 0px 24px;
    font-size: 0.9em;
    font-weight: 600;
}

.it-course-date span{
    color: #ef8e32;
}

.it-course-idcode {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0px 24px 0px 24px;
    font-size: 0.9em;
    font-weight: 600;
}

.it-course-idcode span{
    color: #8f8f8f;
}

.info-icon {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: #fbc503;
    color: #fff;
    font-size: 0.8em;
    border-radius: 30px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.info-icon2 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: #a2811c;
    color: #fff;
    font-size: 0.8em;
    border-radius: 30px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.it-course-price {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    background: rgba(245, 245, 245, 0.50);
    font-size: 1.2em;
    padding: 5px 22px;
    font-weight: 600;
}

.it-course-price .it-span-free {
    display: block;
    color: #248f64;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.it-course-price.own-color{
    background: rgb(36, 96, 142);
    color: #fff !important;
    text-align: center;
}

.it-course-price.free-color{
    background: rgb(36, 142, 102);
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
}

.it-course-price.warning-color {
    background: rgb(235, 177, 64);
    color: #fff !important;
    text-align: center;
}

.it-course-price.danger-color {
    background: rgb(204, 55, 55);
    color: #fff !important;
    text-align: center;
}

.it-course-price.danger-color .info-icon2{
    background: #a61d1d !important;
}

.it-course-type {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0px 24px;
    font-size: 0.9em;
    font-weight: 600;
    color: #ef8e32;
}

.it-course-capacity {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0px 24px;
    font-size: 0.9em;
    font-weight: 600;
    color: #fbc503;
}

.it-course-capacity span{
    color: #444;
}

.it-course-desc {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 5px 24px;
    /*min-height: 82px;*/
}

.it-course-options {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}

.it-course-btn {
    color: #FFF !important;
    padding: 16px 18px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    background: #ef8e32;
    /*background: linear-gradient( 180deg, rgb(33 90 144) 0%, rgb(68 120 191) 100%);*/
    -webkit-box-shadow: 0px 0px 5px 0px rgb(48, 103, 164);
    -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);
}

.it-course-btn:hover{
    opacity:0.9;
}

.it-course-btn.bfree {
    background: #248e66 !important;
}

.it-course-link {
    color: #FFF !important;
    padding: 13px 16px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(48, 103, 164);
    background: rgb(52, 131, 146);
    background: linear-gradient( 180deg, rgb(33 90 144) 0%, rgb(68 120 191) 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);
}

.it-course-link:hover{
    opacity:0.9;
}

.it-course-link.bgocourse {
    background: #575756 !important;
}

.it-moreinfo-btn {
    color: #FFF !important;
    padding: 16px 18px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    background: #fbc503;
    /*background: linear-gradient( 180deg, rgb(120 98 32) 0%, rgb(162 129 28) 100%);*/
    -webkit-box-shadow: 0px 0px 5px 0px rgb(48, 103, 164);
    -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);
}

.it-moreinfo-btn:hover {
    opacity: 0.9;
}

.it-moreinfo-btn.bfree {
    background: #248e66 !important;
}

.it-pending-btn {
    color: #343434 !important;
    padding: 16px 18px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-weight: 400;
    transition-duration: 0.3s;
    background: #e9e9e9;
    border: solid 1px #d0d0d0;
}

.it-pending-btn:hover {
    opacity: 0.9;
}

.it-pending-btn.bfree {
    background: #248e66 !important;
}

.it-course-link2 {
    color: #FFF !important;
    padding: 14px 16px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    background: #444 !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(48, 103, 164);
    -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);
}

.it-course-link2:hover{
    opacity:0.9;
}

/****************************Buy process*******************************/

.main-buy-process {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1030;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .7);
}

.bprocess-close {
    position: fixed;
    top: 15px;
    right: 30px;
    width: 35px;
    height: 35px;
    background-image: url(../images/iconos/close-w.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    cursor: pointer;
}

.bprocess-container {
    position: relative;
    right: 0;
    left: 0;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    max-width: 600px;
    width: 94%;
    border-radius: 5px;
    background-color: #fff;
    -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);
}

.bprocess-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-family: 'barnacle_boyregular';
    font-size: 2.1em;
    color: #991d1d;
    padding: 10px 15px;
}

.bprocess-items {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    min-height: 400px;
}

.bprocess-error{
    position: relative;
    width:100%;
    padding:10px;
}

.bprocess-error img{
    position: relative;
    padding-top: 60px;
    max-width: 160px;
    width:100%;
    margin: 0 auto;
}

.bprocess-error div{
    display: block;
    position: relative;
    padding: 20px 10px;
    font-size: 1.4em;
    max-width: 300px;
    margin: 0 auto;
}

.header-bprc {
    position: relative;
    width: 100%;
    min-height: 140px;
    text-align: left;
    padding: 12px 15px;
    background: rgb(23, 88, 159);
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.header-bprc-back{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background-color: #000;
    opacity:0.6;
    z-index:1;
}

.title-bprc {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1.7em;
    z-index: 10;
    margin-top: 18px;
}

.price-bprc {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1.5em;
    font-weight: 600;
    z-index: 10;
}

.price-bprc .free-span{
    color: #1eb890;
    font-weight: 600;
}

.body-bprc {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
}

.subtitle-bprc {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    padding: 10px;
}

.subtitle-bprc span{
    display: block;
}

.subtitle-bprc2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    padding: 10px;
    color: #007f13;
}

.subtitle-bprc2 div{
    display: block;
    color: #444;
}

.subtitle-bprc2 span{
    display: block;
    font-size: 1.6em;
}

.code-input-bprc {
    position: relative;
    max-width:240px;
    margin:  0 auto;
    width: 100%;
    text-align: center;
}

.options-bprc {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
}

.btn-opt-code {
    color: #FFF !important;
    padding: 16px 18px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    background: linear-gradient( 180deg, rgb(61 61 61) 0%, rgb(74 74 74) 100%) !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(210, 119, 76);
    -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-opt-code:hover {
    opacity: 0.9;
}

.btn-opt-code2 {
    color: #FFF !important;
    padding: 16px 18px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    background: #ef8e32;
    /*background: linear-gradient( 180deg, rgb(33 90 144) 0%, rgb(68 120 191) 100%);*/
    -webkit-box-shadow: 0px 0px 5px 0px rgb(48, 103, 164);
    -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-opt-code2:hover{
    opacity: 0.9;
}

.bprc-info-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.7em;
    font-weight: 600;
    padding: 10px;
    color: #258a41;
}

.bprc-info-title div{
    position: relative;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    font-size: 0.9em;
    font-weight: 600;
    color: #444;
}

.bprc-info-title div span{
    color: #258a41;
}

.bprc-info-price {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    padding: 10px;
}

.bprc-info-price span{
    margin:0px 5px;
}

.span-discount {
    text-decoration: line-through;
}

.bprc-info-question {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    padding: 10px;
}

.bprc-info-code {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2.1em;
    font-weight: 600;
    padding: 10px 10px 20px 10px;
    letter-spacing: 3px;
    color: #18599f;
}

.bprc-info-options {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
}

.btn-redeem {
    color: #FFF !important;
    padding: 16px 18px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(48, 103, 164);
    -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);
    background: #ef8e32;
    /*background: linear-gradient( 180deg, rgb(33 90 144) 0%, rgb(68 120 191) 100%);*/
}

.btn-redeem:hover {
    opacity: 0.9;
}

.btn-cancel {
    color: #FFF !important;
    padding: 16px 18px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    background: linear-gradient( 180deg, rgb(61 61 61) 0%, rgb(74 74 74) 100%) !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(210, 119, 76);
    -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-cancel:hover{
    opacity: 0.9;
}

.bprc-response-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.7em;
    font-weight: 600;
    padding: 10px;
    color: #18599f;
}

.bprc-response-image {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
}

.bprc-response-image img{
    margin: 0 auto;
    max-width:100px;
    width:100%;
}

.bprc-response-text {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px;
}

.bprc-response-text div{
    color: #18599f;
    display: block;
}

.bprc-response-text-2 {
    position: relative;
    width: 100%;
    max-width: 522px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px;
}

.bprc-response-text-2 div{
    color: #18599f;
    display: block;
}

.bprc-response-input {
    position: relative;
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
    text-align: center;
    padding: 12px 15px;
}

.bprc-response-options {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
    margin-top: 15px;
}

/*******************************Info Course*********************************/

.code-info-message {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 12px 15px;
    background: #248e66;
    z-index: 10;
    font-size: 1.3em;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.header-info-bprc {
    position: relative;
    width: 100%;
    min-height: 340px;
    text-align: left;
    padding: 12px 15px;
    background: rgb(23, 88, 159);
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.header-info-bprc-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 1;
}

.body-info-bprc {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 20px 30px 30px 30px;
}

.title-info-bprc {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: left;
    font-size: 1.7em;
    z-index: 10;
    padding: 0px 30px;
}

.content-info-bprc {
    position: relative;
    width: 100%;
}

.price-info-bprc {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1.5em;
    font-weight: 600;
}

.price-info-bprc span {
    color: #ef8e32;
    font-weight: 600;
}

.category-info-bprc {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1.5em;
}

.category-info-bprc span {
    color: #ef8e32;
    font-weight: 600;
}

.docs-info-bprc {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1.2em;
    color: #444;
}

.docs-info-bprc span{
    display: block;
    font-size: 1.3em;
    color: #ef8e32;
    font-weight:600;
}

.desc-info-bprc {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1.5em;
}

.desc-info-bprc span{
    display: block;
    color: #ef8e32;
    font-weight: 600;
}

.hours-info-bprc {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1.5em;
}

.hours-info-bprc span{
    color: #ef8e32;
    font-weight: 600;
}

.date-info-bprc {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1.5em;
}

.date-info-bprc span{
    color: #ef8e32;
    font-weight: 600;
}

.options-info-bprc {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

/**************************************************************************/
.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 img{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title_congrats {
    position: relative;
    padding: 10px;
    font-size: 1.2em;
    color: #ef8e32;
}

.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;
    background: #ef8e32;
    /*background: linear-gradient( 180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);*/
    -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_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: 6px;
    width: 45px;
    height: 45px;
    right: 70px;
    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;
}

.close {
    color: #e44106 !important;
    opacity: 0.9 !important;
    font-size: 2em;
}

.yza-close{
    color: #fff !important;
}

/*****************************Pagination******************************/

.pagination {
    padding: 20px;
    color: #ce4f24;
    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: 10px 20px;
    cursor: pointer;
    background-color: #fff;
    margin: 2px 5px;
    border-radius: 6px;
    -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);
}

.pagination a i{
    display: inline-block;
}

.pagination .page.current{
    color: #575756 !important;
}

.pagination .nav.prev.disabled, .pagination .nav.next.disabled{
    color: rgb(179, 179, 179);
}

.selectelementpagination {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #fff;
    margin: 2px 5px;
    border-radius: 6px;
    -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);
    color: #ce4f24;
    border: none;
    height: 43px;
}

/************************************************************************************/

.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 {
    color: #FFF !important;
    padding: 15px 23px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    background: #e44106;
    /*background: linear-gradient( 180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);*/
    -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-close:hover{
    opacity: 0.9;
}

.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;
}

select.form-control{
    height:55px !important;
}

.form-control {
    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 #fbc503, 0 0 8px #fbc503;
    border: solid 2px #fbc503;
    box-shadow: inset 0 1px 1px #fbc503, 0 0 8px #fbc503;
}

.form-control.textarea {
    width: 100%;
    max-width: 100%;
    height: 120px;
    padding-right: 55px;
}

.form-control.file {
    cursor: pointer;
    line-height: 33px;
    font-weight: 400;
    color: #7a7a7a;
}

.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;
    color: #c12727;
    border-radius: 3px;
    font-weight: 600;
    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 {
    width: 100% !important;
    height: 55px !important;
    background-color: #fff !important;
    border: solid 3px #ececec !important;
    font-weight: 600 !important;
    text-align: left !important;
    padding: 7px 14px !important;
    line-height: 1.5rem !important;
    outline: none !important;
    border-radius: 6px !important;
    -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);
    margin: 8px 0px;
}

.select2-container .select2-selection--single:focus {
    -webkit-box-shadow: inset 0 1px 1px #fbc503, 0 0 8px #fbc503 !important;
    border: solid 2px #fbc503 !important;
    box-shadow: inset 0 1px 1px #fbc503, 0 0 8px #fbc503 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:66px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    box-shadow: none !important;
    background-color: #fff !important;
    border: solid 3px #ececec !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    padding: 7px 14px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    outline: none !important;
    -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);
    margin: 8px 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    -webkit-box-shadow: inset 0 1px 1px #fbc503, 0 0 8px #fbc503 !important;
    border: solid 2px #fbc503 !important;
    box-shadow: inset 0 1px 1px #fbc503, 0 0 8px #fbc503 !important;
}

.select2-results__option.select2-results__message{
    font-weight: 600 !important;
    color: #ae2020 !important;
    padding: 6px 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !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: 6px;*/
    padding-top: 20px !important;
    padding-bottom: 5px !important;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 50px;
    overflow: hidden;
    /*-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, 178);*/
}

.sbsmn-main::before{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 8px;
    width: 70%;
    border-radius: 10px;
    height: 3px;
    content: '';
    background: rgb(244, 244, 244);
}

.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: 600;
    padding: 10px;
    color: #ef8e32;
}

.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{
    display: block;
    background-color: #fff;
    border: solid 3px #ececec;
    border-radius: 6px;
    line-height: 1.5;
    color: #495057;
    outline: none;
    height: 55px;
    width: 100%;
    font-size: 1em;
    font-weight: 600;
    margin: 8px 0px;
    padding: 7px 14px;
    background-clip: padding-box;
    -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);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-field input:focus{
    color: #495057;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 8px rgb(62, 117, 191);
    border: solid 2px #5859a7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 8px rgb(60, 119, 192);
}

.input-field input:disabled{
    background-color: #f8f8f8;
}

.input-field select{
    width: 100%;
    height: 55px;
    border: solid 3px #ececec;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 7px 14px;
    margin: 8px 0px;
    outline: none;
    color: #495057;
    font-size: 1em;
    font-weight: 600;
    background-clip: padding-box;
    -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);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-field select:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.80), 0 0 8px rgb(62, 117, 191);
    border: solid 2px #5859a7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.80), 0 0 8px rgb(60, 119, 192);
}

.input-field-buttons {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-form {
    color: #FFF !important;
    padding: 16px 18px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    background: #ef8e32;
    /*background: linear-gradient( 180deg, rgb(33 90 144) 0%, rgb(68 120 191) 100%);*/
    -webkit-box-shadow: 0px 0px 5px 0px rgb(48, 103, 164);
    -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{
    opacity: 0.9;
}

.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: linear-gradient( 180deg, rgb(61 61 61) 0%, rgb(74 74 74) 100%) !important;
}

.loader-cp-invoice{
    position: absolute;
    top: 40px;
    width: 40px;
    height: 40px;
    right: 10px;
    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: #ef8e32;
    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;
}

.span-free2 {
    color: #1e9c4f;
    font-weight: 500;
}

.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: 19%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.loader-cart img{
    margin: 0 auto;
    max-width:140px;
    width:100%;
}

/**********************************************************/

.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;
}

/****************************Contacto*********************************/

.main-container4{
    position: relative;
    max-width: 1100px;
    width:90%;
    margin-top: 110px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.cntct_image{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cntct_image img{
    width:100%;
    max-width: 600px;
    margin: 0 auto;
}

.cntct_main{
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 60px;
    /*display: table;*/
    border-radius: 15px;
    /*overflow: hidden;*/
}

.cntct_text {
    position: relative;
    display: table-cell;
    width: 35%;
    vertical-align: top;
    background-color: #e44106;
    padding: 80px 88px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.cntct_form {
    position: relative;
    display: table-cell;
    width: 52%;
    vertical-align: middle;
    padding: 20px 100px;
    background-color: #f6f6f6;
    text-align: left;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cntct-title{
    position:relative;
    font-size:1.8em;
    font-family: 'UniNeueBold', sans-serif;
    color: #fff;
    text-align: left;
}

.cntct-txt{
    position: relative;
    color: #fff;
    text-align: left;
    font-family: 'UniNeueBook', sans-serif;
    margin-top: 20px;
}

.cntct-txt a{
    color: #fff;
}

.blue-tbx{
    margin-top: 20px;
    margin-bottom: 20px;
}

.blue-tbx.textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}


/*****************************Progress bar My Courses******************************/

.it-course-progress {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    background: rgb(170, 170, 170);
    font-size: 1.2em;
    font-weight: 600;
}

.w3-orange {
    background-color: #ed7c2e !important;
}

.w3-yellow {
    background-color: #edc32e !important;
}

.w3-green {
    background-color: #248e66 !important;
}

.w3-container {
    padding: 1px 0px;
    width: 0;
    height: 38px;
}

.w3-number {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1em;
    color: #fff;
    height: 38px;
    line-height: 35px;
}

.w3-container:before, .w3-container:after {
    content: "";
    display: table;
    clear: both;
}

.w4-number {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1em;
    color: #fff;
    height: 38px;
    line-height: 35px;
}

/*************************************************************/

.main-account-advc-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2em;
    color: #ef8e32;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 30px;
}

.main-account-advc-header {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.advc-header-title {
    font-size: 1.8em;
    padding: 10px 30px;
    color: #575756;
    font-weight: 600;
}

.main-account-advance {
    position: relative;
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}

.advc-table-header tr th {
    border-top: 0;
    border-bottom: 0;
    font-size: 1.4em;
}

.advc-table-body {
    background-color: #fff;
    border-radius: 6px;
}

.advc-body-item {
    text-align: left;
    font-size: 1.4em;
    padding: 10px 30px;
}

.advc-body-progress {
    position: relative;
    background-color: rgb(170, 170, 170);
    border-radius: 6px;
    padding: 0 !important;
    overflow: hidden;
}

.advc-body-progress-date {
    position: relative;
    margin-top: 11px;
    font-size: 0.9em;
    font-weight: 600;
}

.advc-body-progress-date span{
    display:block;
    color: #f09b33;
}

.advc-body-certificate{

}

.advc-body-certificate a i{
    font-size:2.5em;
    color: #fbc503;
}

.advc-body-certificate div{
    position: relative;
    margin-top: 11px;
    font-size: 0.9em;
    font-weight: 600;
}

.advc-body-certificate div span{
    display:block;
    color: #f09b33;
}

.advc-body-exam{

}

.advc-body-exam p{
    display: block;
    margin-bottom:5px;
}

.advc-body-exam label{
    display: block;
    font-size: 2em;
    font-weight: 500;
}

.advc-body-exam div{
    position: relative;
    font-size: 0.9em;
    font-weight: 600;
}

.advc-body-exam div span{
    display:block;
    color: #f09b33;
}

/**********************************************************/

.menu-udata {
    text-align: right;
    padding-right: 36px;
}

.uname {
    display: inline-table;
    text-align: right;
    font-weight: 600;
    vertical-align: middle;
}

.uname label{
    color: #cf4f25;
    text-transform: lowercase;
}

.uphoto {
    display: inline-table;
    vertical-align: middle;
    margin-left: 5px;
}

.uphoto img{
    width: 35px;
    height: 35px;
    border-radius:30px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
}

/*******************************************************/

.main-popup-message {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1100;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .7);
    backdrop-filter: blur(8px);
}

.white-popup-color {
    background-color: rgba(239, 162, 50, 0.28) !important;
}

.mppm-popup-box {
    position: relative;
    right: 0;
    left: 0;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    max-width: 400px;
    width: 94%;
    border-radius: 5px;
    background-color: #fff;
    -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);
    padding: 20px;
}

.mppm-popup-text {
    position: relative;
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align: center;
}

.mppm-popup-text img{
    max-width: 100px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.mppm-popup-text span{
    font-weight: 600;
}

.mppm-popup-options {
    position: relative;
    text-align: left;
}

.mppm-popup-error{
    position: absolute;
    bottom: 29%;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 290px;
    min-height: 40px;
    padding:10px;
    background-color: #444;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.mppm-popup-success{
    position: absolute;
    bottom: 29%;
    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;
}

/***********************************************/

.label-ac-subtitle {
    font-weight: 600;
    color: #ef8e32;
}

.item-ac-input {
    position: relative;
    display: block;
    padding: 13px 0px;
}

/*******************************Videos*************************/

.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%;
}

/**********************************Home Constancias************************************/

.cnsncy-back {
    position: fixed;
    top: 20px;
    left: 20px;
    font-size: 1.2em;
    background: #f0c44d;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
}

.cnsncy-back:hover{
    opacity:0.9;
}

.cnsncy-back span{
    display: inline-table;
    vertical-align: middle;
}

.cnsncy-back i{
    display: inline-table;
    font-size:1.1em;
    vertical-align: middle;
}

.cnsncy-box {
    position: relative;
    /*margin-top: 180px;
    margin-bottom: 240px;*/
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 410px;
    width: 95%;
    background-color: #fff;
    padding: 0px 15px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 17px -5px rgb(42, 42, 42);
    -moz-box-shadow: 0px 0px 17px -5px rgba(179,179,179,1);
    box-shadow: 0px 0px 17px -5px rgb(46, 46, 46);
}

.cnsncy-header {
    text-align: center;
    background: #f6f6f6;
    /*background: linear-gradient(180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.logo-cnsncy {
    position: relative;
    padding-top: 14px;
}

.logo-cnsncy img {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
}

.cnsncy-body {
    padding: 10px;
}

.boton-cnsncy {
    width: 100%;
    color: #FFF;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 10px;
    background-color: #ef8e32;
    border-radius: 3px;
    font-weight: 300;
    font-size: 1.2em;
    border: none;
    padding: 10px;
    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-cnsncy:hover{
    opacity:0.8;
}

.boton-cnsncy a{
    color: #fff;
}

.tbx-cnsncy {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    padding: 7px 14px;
    font-weight: 600;
    font-size: 1em;
    border: solid 2px #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);
}

.tbx-cnsncy:focus {
    -webkit-box-shadow: inset 0 1px 1px #fbc503, 0 0 8px #fbc503;
    border: solid 2px #fbc503;
    box-shadow: inset 0 1px 1px #fbc503, 0 0 8px #fbc503;
}

.error_required_cnsncy {
    position: relative;
    width: 100%;
    color: #cd355f;
    font-weight: 600;
    font-size: 1em;
    padding-left: 6px;
    text-align: left;
}

/********************************Programa SICyT************************************/

.main-sic-cntnt {
    position: relative;
    max-width: 990px;
    margin: 0 auto;
    width: 95%;
}

.sic-main-title {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 20px;
}

.sic-title {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
}

.sic-logos {
    position: relative;
    text-align: center;
    padding: 40px 10px;
}

.sic-logos img {
    display: inline-block;
    max-width:200px;
    margin: 10px 15px;
}

.sic-subtitle {
    position: relative;
    font-size: 1.5em;
    font-weight: 600;
}

.sic-text {
    position: relative;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify;
}

.sic-subtext {
    position: relative;
    padding-left: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sic-step {
    position: relative;
    padding: 10px 0px;
}

.sic-code {
    position: relative;
    padding: 10px 0px;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 8px;
    text-align: center;
}

/*******************************Books************************************/

.main-cntnt-books{
    position: relative;
    width:100%;
    padding:20px;
    text-align: center;
    display: table;
}

.main-book{
    position: relative;
    display: inline-table;
    max-width: 350px;
    width: 100%;
    vertical-align: middle;
    margin: 0px 10px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    -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);
}

.main-book img{
    display: block;
    width:100%;
    max-width:350px;
}

.book-data{
    position: relative;
}

.book-title{
    position: relative;
    font-size: 1.3em;
    padding: 12px 0px 0px 0px;
    font-weight: 600;
}

.book-author{
    position: relative;
    padding: 10px 0px;
    font-style: italic;
}

.book-options{
    position: relative;
    padding: 10px 0px;
    text-align: center;
}

.book-btn1{
    color: #FFF !important;
    padding: 10px 15px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    margin: 0px 3px;
    background: #e44106;
    -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);
}

.book-btn2{
    color: #FFF !important;
    padding: 10px 15px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    margin: 0px 3px;
    background: #014751;
    -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);
}

/*******************************************************/

.main-popup-message {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 3200;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .7);
    backdrop-filter: blur(8px);
}

.popup-color4 {
    background-color: rgba(0, 0, 0, 0.32) !important;
}

.mppm-popup-box {
    position: relative;
    right: 0;
    left: 0;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
    max-width: 500px;
    width: 94%;
    border-radius: 5px;
    background-color: #fff;
    -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);
    padding: 20px;
}

.mppm-popup-book-cont {
    position: relative;
    display: inline-table;
    margin: 0 auto;
    text-align: center;
}

.mppm-popup-book-image{
    position: relative;
    display: inline-table;
    vertical-align: middle;
}

.mppm-popup-book-image img{
    max-width: 100px;
    width:100%;
}

.mppm-popup-book-cont2 {
    position: relative;
    display: inline-table;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.mppm-popup-book-title{
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.3em;
    padding: 8px 20px;
    font-weight: 600;
    text-align: left;
}

.mppm-popup-book-author{
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.3em;
    padding: 0px 20px;
    font-weight: 300;
    font-style: italic;
    text-align: left;
}

.mppm-popup-addcomment{
    position: relative;
    background-color: #f3f3f3;
    border-radius: 3px;
    padding: 10px;
    margin: 7px 0px;
}

.mppm-popup-total{
    position: relative;
    text-align: left;
    font-weight: 600;
}

.mppm-popup-addc-cont, .mppm-popup-addc-cont2{
    position: relative;
    display: inline-table;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.mppm-popup-addc-cont img{
    max-width: 60px;
    width: 100%;
    border-radius: 40px;
}

.mppm-popup-addc-alias{
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.3em;
    padding: 0px 20px 0px 20px;
    font-weight: 600;
    text-align: left;
}

.mppm-popup-addc-score{
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 20px 8px 20px;
    text-align: left;
}

.mppm-popup-addc-score span{
    display: block;
    position: relative;
    font-size: 0.9em;
}

.mppm-popup-addc-textbox{
    padding: 5px 3px;
}

.mppm-popup-addc-date{
    position: relative;
    font-size: 0.85em;
    font-weight: 100;
    font-style: italic;
    width: 100%;
    text-align: right;
    padding: 5px 3px;
}

.mppm-popup-addc-textbox textarea{
    width: 100%;
    min-height: 70px;
    padding:10px;
    border-radius: 5px;
    border: solid 2px #e3e3e3;
}

.mppm-popup-close {
    position: fixed;
    top: 15px;
    right: 30px;
    width: 35px;
    height: 35px;
    background-image: url(../images/iconos/close-w.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    cursor: pointer;
}

.no-data{
    position: relative;
    width:100%;
    text-align: center;
    padding:5px;
}

.no-data img{
    max-width:300px;
    width:90%;
}

.no-data span{
    position: relative;
    max-width: 268px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0px 5px 10px 5px;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 25px;
}

.no-data button{
    margin-top: 10px;
}

/****************************Radio / Checkbox*********************************/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input [type='checkbox'], input[type='radio'] {
    --active: #3f74b7;
    --active-inner: #fff;
    --focus: 2px rgb(23 83 141);
    --border: #14487b;
    --border-hover: #4276bb;
    --background: #fff;
    --disabled: #c6c5c5;
    --disabled-inner: #c6c5c5;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none !important;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0px 3px;
    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 Querys*************************************************/

/*@media screen and (max-width: 1519px)
{
    .menu a{
        padding: 15px 8px;
    }
}

@media screen and (max-width: 1435px) 
{
    .menu{
        padding-right:25px;
    }

    .menu a {
        padding: 15px 6px;
    }
}

@media screen and (max-width: 1370px) 
{
    #MContact{
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 1260px) 
{
    .menu-account a {
        padding: 15px 8px;
    }
}

@media screen and (max-width: 1248px) 
{
    #MInfo {
        display: none;
        visibility: hidden;
    }
}*/

@media screen and (max-width: 1199px)
{
    .main_whatis{
        max-width:712px;
    }
}

/*@media screen and (max-width: 1188px) 
{
    .menu-account {
        padding-right: 25px;
    }

    .menu-account a {
        padding: 15px 6px;
    }
}*/

@media screen and (max-width: 1139px) {
    .cntct_text {
        padding: 80px 53px;
    }

    .cntct_form {
        padding: 20px 60px;
    }
}

/*@media screen and (max-width: 1129px) 
{
    .menu-account {
        padding-right: 20px;
    }

    .menu-account a{
        font-size: 0.86em;
    }
}*/

/*@media screen and (max-width: 1006px)
{
    .menu{
        padding-right:20px;
    }
}*/

@media screen and (max-width: 991px) 
{
    .platform-content {
        display: block;
        width: 100%;
        padding-top: 66px;
    }

    /*#MContact {
        display: inline-block;
        visibility: visible;
    }

    #MInfo {
        display: inline-block;
        visibility: visible;
    }*/

    .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%);*/
        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: #cf4f25 !important;
        /*background: linear-gradient(180deg, rgba(55,124,197,1) 0%, rgba(90,84,163,1) 100%);*/
        color: #fff !important;
        border-bottom: solid 2px #004650;
    }

    .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;
    }*/

    .section-box, .section-box-2, .section-box-3, .section-box-center {
        width: 90%;
    }

    .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%;
    }

    .cntct_text {
        padding: 80px 53px;
    }

    .menu-udata {
        padding-right: 15px;
    }

    .uname {
        display: block;
        text-align: center;
        padding-top: 20px;
        font-size: 1.5em;
    }

    .uphoto{
        display: block;
        margin-top:10px;
        margin-left:0;
    }

    .uphoto img{
        margin: 0 auto;
        display: block;
        width: 170px;
        height: 170px;
        border-radius:100px;
    }

    .footer-prev {
        padding: 0px 10px;
        padding-bottom: 20px;
    }

    .footer-prv-icon:first-child {
        float: none;
    }

    .footer-prv-icon:last-child {
        float: none;
    }

}

@media screen and (max-width: 767px) 
{
    .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;
        bottom: -4px;
    }

    .dc-box::before {
        width: 80%;
        right: 30px;
        top: -4px;
    }

    .dc-box-sm::after {
        width: 80%;
        left: 30px;
        bottom: -4px;
    }

    .dc-box-sm::before {
        width: 80%;
        right: 30px;
        top: -4px;
    }

    .dc-box-register::after {
        width: 80%;
        left: 30px;
        bottom: -4px;
    }

    .dc-box-register::before {
        width: 80%;
        right: 30px;
        top: -4px;
    }

    .cntnt-account-image{
        margin: 0 auto;
        right:0;
        margin-bottom:20px;
    }

    .cntnt-account-image2 {
        margin: 0 auto;
        right: 0;
        margin-bottom: 60px;
    }

    .cnsncy-header {
        border-bottom-left-radius: 0;
        border-top-right-radius: 6px;
    }

    .logo-cnsncy {
        margin-top: auto;
        padding: 35px 10px;
    }

    .cnsncy-box {
        max-width: 350px;
        margin-top: 110px;
    }

    .decorated-box::after {
        width: 80%;
        left: 30px;
    }

    .decorated-box::before {
        width: 80%;
        right: 30px;
    }

    .embed-container{
        padding-bottom:100%;
    }

}

@media screen and (max-width: 706px) 
{
    .cntct_text {
        display: block;
        width: 100%;
        padding: 35px 53px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 6px;
    }

    .cntct_form {
        display: block;
        width: 100%;
        padding: 20px 53px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 6px;
    }
}

@media screen and (max-width: 676px) 
{
    .subsection-inline{
        width:100%;
        display: block;
    }

    .subsection-inline2 {
        width: 100%;
        display: block;
        padding: 0;
    }
}

@media screen and (max-width: 624px) 
{
    .str-filter-button {
        margin-top: 10px;
    }

    .sectionCupons {
        background-position: 270px -190px;
    }
}

@media screen and (max-width: 585px) 
{
    .subsection h2 {
        font-size: 5.2vw;
    }
}

@media screen and (max-width: 575px) 
{
    .select2-container .select2-selection--single {
        max-width: 250px !important;
    }

    .whatis-text {
        padding: 30px 50px;
    }

    .embed-container {
        padding-bottom: 170%;
    }
}

@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;
    }

    .logoDF{
        text-align: center !important;
    }
}

@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 {
        padding: 30px 35px;
    }

    .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) 
{
    .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%;
    }

    .benefit-item {
        margin-left: 0;
        margin-right: 0;
    }

    .cont-IOS-button {
        margin-left: 0;
    }

    .sic-subtext {
        padding-left: 0;
    }

}

@media screen and (max-width: 416px) 
{
    .subsection-inline2 .input-section{
        width:100%;
    }

    .subsection-inline2 .btn-section{
        margin-left: 1px;
    }

    .subsection h2 {
        font-size: 4.5vw;
    }
}

@media screen and (max-width: 409px)
{
    .mppm-popup-options .btn-cancel {
        margin-bottom:10px;
    }

    .mppm-popup-options .btn-redeem {
        max-width:180.50px;
        margin-left:0;
        width:100%;
    }
}

@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: 386px) 
{
    .book-btn1, .book-btn2{
        width: 90%;
        margin: 10px 0px 0px 0px;
    }
}

@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;
    }

    .br-acc {
        height: 60px;
    }

    .special-space {
        height: 50px;
    }

    .special-space-2 {
        height: 70px;
    }

    .clear-2 {
        height: 42vw;
    }

    .incomplete-box {
        width: 90%;
    }

    .cnsncy-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: 290px) {

    .tbx-recover-pass {
        width: 97%;
        height: 40px;
    }
}