/* MODIFICATION STYLES */



/* FONTS */

@font-face {
    font-family: 'DK Uncle Oscar';
    src: url('fonts/fonts/DKUncleOscar-Italic.eot');
    src: url('fonts/fonts/DKUncleOscar-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/fonts/DKUncleOscar-Italic.woff') format('woff'),
        url('fonts/fonts/DKUncleOscar-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue-Thin.eot');
    src: url('fonts/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/BebasNeue-Thin.woff') format('woff'),
        url('fonts/BebasNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeueLight.eot');
    src: url('fonts/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/BebasNeueLight.woff') format('woff'),
        url('fonts/BebasNeueLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeueRegular.eot');
    src: url('fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BebasNeueRegular.woff') format('woff'),
        url('fonts/BebasNeueRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeueBold.eot');
    src: url('fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BebasNeueBold.woff') format('woff'),
        url('fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Book';
    src: url('fonts/BebasNeueBook.eot');
    src: url('fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
        url('fonts/BebasNeueBook.woff') format('woff'),
        url('fonts/BebasNeueBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* GENERAL STYLES */

::selection {
    background: #97D3EF;
}

body {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
}

#columns {
    padding: 0 15px;
    background: transparent;
}


#page {
    position: relative;

}

.columns-container {
    height: inherit;
}

#authentication #columns {
    display: initial !important;
    padding: 0;
}

#header {
    background: #414141;
}

#header .nav {
    display: none;
}

.header-container {
    margin-bottom: -1px;
}

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: #fff;
}

a:hover {
    color: #00567D;
    text-decoration: none;
}

.shop-container {

}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #b0b0b0;
    color: #686868;
}

h1 {
    font-weight: 400;
    font-size: 50px;
    color: #fff;
}









/* BUTTONS */

a.btn {
    text-shadow: none;
}

.button.button-small {
    font: 400 15px/17px 'Bebas Neue', sans-serif;
    color: #000;
    background: #fff;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
        transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.button.button-small span {
    display: block;
    padding: 3px 8px 3px 8px;
    border: none;
}

.button.button-small:hover {
    background: #888;
}

.button.button-medium {
    font-size: 17px;
    color: #000;
    line-height: 17px;
    padding: 0;
    font-weight: normal;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
        transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.button.button-medium span {
    font-family: 'Bebas Neue', sans-serif;
    display: block;
    padding: 10px 18px 10px 18px;
    border: none;
    text-shadow: none;
      transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.button.button-medium:hover {
    background: #096388;
}

.button.button-medium:hover span {
    color: #fff;
}

.link-button {
    margin-left: 5px;
    background-color: transparent;
    padding: 2px 8px 4px;
    border: none;


    color: #000;
        transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.button.button-medium {
    font-size: 17px;
    padding: 0;
    line-height: 21px;
    color: #333333;
    font-weight: normal;
    border: 1px solid;
    border-color: #ccc;
}

.button.button-small {
    border: none;
}

.button.button-small span:hover {
    background: #0A668B;
}

.button.button-small span:hover {
    border-color: #0A668B;
}



















/* EFFECTS */

.transition: {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/*.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}*/


/* ALERT STYLES */

.alert {
    width: 60%;
    margin-left: 20%;
    z-index: 999;
    position: absolute;
}

.left_identity .alert {
    width: 60%;
    margin-left: 20%;
    z-index: 999;
    position: relative;
}

#availability_statut {
    display: none !important;
}


/* LEFT COLUMN */

#left_column {
    height: 100%;
    min-height: 735px;
    background-image: url(../img/fondo-columna.png);
    background-size: cover;
    background-color: transparent;
    border-right: 2px solid #fff;
}


/* CENTER COLUMN */

#center_column {
    overflow: hidden;     
}
#identity #center_column {
    /*background-color: #8A2432;  */      
}

#center_column .custombanners {
    margin-left: -15px;
    margin-right: -15px;
}


/* BREADCRUMB */

.breadcrumb {
    display: none;
}


/* HEADER */

header {
    padding-bottom: 0;
}

#my-account .ppush, #identity .ppush, #module-loyalprogram-ranking .ppush, #cms .ppush {
    display: none;
}


/* TOP COLUMN */

.ppush {
    position: absolute;
    right: 10px;
    z-index: 99;
}

.blockcart {
    position: absolute;
    right: 50px;
    z-index: 99;
}


/* BOTTOM LINKS */

#bottom_links {
    position: fixed;
    right: 0;
    background: #414141;
    padding: 15px 70px;   
    text-align: right;
}

#bottom_links {
    bottom: 0;
    width: 100%;
}

#bottom_links a {
    margin-left: 0px;
}

#bottom_links a:hover {
    color: #ccc;
}

#bottom_links a:after {
    content: " | ";
    padding: 0 5px;
}

#bottom_links a:last-child:after {
    content: none;
}


/* LEGAL IDENTITY */

#legal_identity, #rights_identity, #transfer_identity, #register {
    position: fixed;
    width: 70%;
    left: 15%;
    top: 10%;
    height: 80%;
    margin: 0 auto;
    padding: 15px;
    background: #fff;
    z-index: 9999;
    overflow: visible;
    border-radius: 7px;
    box-shadow: 0px 5px 10px #2F2F2F;
    color: #000;
}
#legal_identity {z-index: 500;}
#rights_identity {z-index: 400;}
#transfer_identity {z-index: 300;}
#register {z-index: 100;}

#legal_identity h1, #rights_identity h1, #transfer_identity h1 {
    color: #000;
}

#contact_identity {
    position: fixed;
    width: 70%;
    left: 15%;
    top: 10%;
    height: 76%;
    margin: 0 auto;
    border: 8px solid #fff;
    background: #FFF;
    z-index: 9999;
    overflow: visible;
    border-radius: 7px;
    box-shadow: 0px 5px 10px #2F2F2F;
    color: #000;
}

.iframe-body .footer-container {
    display: none !important;
}

@media (max-width: 1920px) {
    #contact_identity {
        height: 61%;
    }
}

@media (max-width: 1680px) {
    #contact_identity {
        height: 57%;
    }
}

@media (max-width: 1440px) {
    #contact_identity {
        height: 72%;
    }
}


@media (max-width: 1400px) {
    #contact_identity {
        height: 83%;
    }
}


#close_legal {
    cursor: pointer;
    float: right;
    background: #000000;
    color: white;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    right: 0;
    margin-right: -30px;
    margin-top: -35px;
    box-shadow: 0px 2px 3px #444;
}

#close_legal:hover {
    color: #7DC4E4;
}

.popup_info {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

#contact_poopup > h2, #contact_poopup > h3 {
    display: none;
}

#contact_poopup #contact #columns {
    max-width: 1980px;
}

#contact_poopup iframe {
    height: 667px;
}

#contact_poopup #contact {
    color: red;
}

#contact_poopup > p {
    margin: 0;
}

#legal_terms table {
    width: 60%;
    border: 3px solid #E6E6E6;
    margin: 0 auto 15px;
    font-family: 'Bebas Neue', sans-serif;
}

#legal_terms table.puntos tr td {
    background: #fff;
    color: #08557c;
}

#legal_terms table.puntos tr td span {
    color: #08557c;
}

#legal_terms table.puntos tr:first-child td {
    background: #08557C;
}

#legal_terms table.puntos tr:first-child td span {
    color: #fff;
}

#legal_terms table.att tr td {
    background: #fff;
    color: #08557c;
}

#legal_terms table.att tr td span {
    color: #08557c;
}

#legal_terms table.att tr:first-child td {
    background: #08557C;
}

#legal_terms table.att tr:first-child td span {
    color: #fff;
}

#legal_terms table td, #legal_terms table tr {
    text-align: center;
    vertical-align: middle;
}

#legal_terms table tbody tr td:first-child {
    border-right: 3px solid #e6e6e6;
}

#legal_terms table a {
    color: #6BAED0;
}



/* TOP CONTROL */

#authentication #topcontrol, #identity #topcontrol {
    display: none !important;
}


/* LOGIN PAGE */

#authentication #page {
    height: 100%;
    position: absolute;
}

#authentication #header_logo {
    display: none;
}

#authentication #header .nav, #authentication #header .container .row {
    display: none;
}

#authentication #columns {
    background: none;
}

#authentication #columns div.row {
    margin: 0 auto;
    width: 60%;
}



#header_logo {
    float: right;
    position: absolute;
    background-color: #fff;
    max-width: 180px;
    right: 100px;
    padding: 0px;
    box-shadow: 0 4px 20px;
    z-index: 9999;
}

#header_logo img {
    max-width: 75% !important;
    margin: 0 auto;
    padding: 20px 0 20px;
}

#authentication .columns-container {
    background-image: url(../img/MapaFondo2.jpg);
    background-size: cover;
    height: 100%;
    background-position: 50% 50%;
}

#authentication .breadcrumb {
    display: none;
}

#authentication #center_column .login-logo {
    text-align: center;
    margin-top: 20px;
}

#authentication #center_column .login-logo img {
    float: left;
    width: 50%;
    margin: 10% 25% 0;
}

#authentication #center_column .up-login-logo {
    visibility: hidden;
    margin-top: -40px;   

}

#authentication #center_column .up-login-logo img {
    transform: scale(0.6);
}

#authentication #center_column .down-login-logo {
    visibility: visible;
    margin-top: -80px;
}

#authentication #center_column form {
    margin: 0px auto 0;
    padding: 20px 10px 0 10px;
    width: 271px;
    /*font-family: 'Open Sour';*/
    font-family: 'Source Sans Pro', sans-serif;
    visibility: hidden;
}

#authentication .logo_escudo_sage{
    position: absolute;
    top: 39%;
    right: 87%;
}

#authentication .logo_escudo_sage img{
    width: 240%;
    float: left;
}
#authentication .logo_guerrero {
    width: 10%;
    position: absolute;
    top: 47%;
    right: 15%;
}
#authentication .logo_guerrero img{
    width: 240%;
}

#authentication #center_column #rights_terms form {
    visibility: visible;
}

#authentication #center_column form .form_content {
    margin-top: -20px;
}

#authentication #center_column form input {
    height: 35px;
}

#authentication #center_column .submit {
    float: right;
    margin-left: 14px;
}

#authentication #center_column .submit button {
    background-color: #ff5a2d;
    border-color: #ff5a2d;
    font-size: 15px;
    clear: both;
    float: right;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    margin-top: 5px;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    opacity: 1;
    line-height: 10px;
    margin-left: -7px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#authentication #center_column .submit button:hover {
    background-color: #f98d70;
    border-color: #f98d70;
}
#authentication #center_column .submit #bottom_register {
    margin-left: 10px;
}
#authentication #center_column .submit button span {
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

#authentication #center_column .lost_password {
    clear: both;
    float: right;
    margin-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
}

#authentication #center_column .lost_password span {
    float: right;
    color: #fff;
}

#authentication #center_column .lost_password a {
    clear: both;
    float: right;
    width: 110px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background-color: #636363;
    padding: 5px 0;
    font-weight: bold;
    text-decoration: none;
    margin-top: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#authentication #center_column .lost_password a:hover {
    background-color: #3C3C3C;
}

#authentication #center_column form label {
    color: #fff;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    padding: 5px 5px 0;
    font-weight: 400;
}

#authentication #center_column form input {
    background-color: rgb(255, 255, 255) !important;
    border-radius: 0;
}

#authentication .footer-container {
    display: none;
}

#authentication .contact-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 1px solid #344559;
}

#authentication .contact-link a {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-weight: bold;
    font-size: 25px;
}

#authentication .contact-link a:hover, #authentication .contact-link a:active, 
#authentication .contact-link a:visited, #authentication .contact-link a:focus {
    color: #58C033;
}

#authentication .contact-link img {
    max-width: 40px;
    margin-right: 5px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

#authentication .contact-link a:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}








/* Formulario registro usuarios */

#authentication #center_column .registro_usuarios > div {
    background: #2c99c5;
}

#authentication #center_column .registro_usuarios form {
    width: 50%;
}

#authentication #center_column .registro_usuarios .labels {
    width: 40%;
    text-align: right;
    float: left;
}

#authentication #center_column .registro_usuarios .labels.terms {
    width: 80%;
}

#authentication #center_column .registro_usuarios label {
    color: #fff;
}
#register_form .radio-inline label {
    margin: 0 !important;
    padding: 9px 0 !important;
}
#register_form .gender-inline label {
    margin: 0 !important;
    padding: 9px 0 0!important;
}

#authentication #center_column .registro_usuarios .labels.terms label {
    margin-top: 8px;
    margin-right: 5px;
}

#authentication #center_column .registro_usuarios select {
    width: 41%;
}

#authentication #center_column .registro_usuarios .form-group {
    clear: both;
}

#authentication #center_column .registro_usuarios .radio-inline {
    width: 15%;
}

#authentication #center_column .registro_usuarios img {
    position: absolute;
    clear: both;
    top: 25%;
    max-width: 200px;
    left: 10%;
}

#authentication #center_column .registro_usuarios img.inverted_img {
    transform: rotateY(180deg);
    right: 10%;
    left: initial;
}

#authentication #center_column .registro_usuarios .submit {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    float: none;
}

#authentication #center_column .registro_usuarios .submit button {
    float: none;
}

#authentication #center_column .registro_usuarios .reg_err{
    float: right;
    font-size: 9px;
    color: red;
}
#authentication #center_column .registro_usuarios .reg_err.reg_privacity,
#authentication #center_column .registro_usuarios .reg_err.reg_lgl_terms{
    width: 15%;
    padding-top: 10px;
}
#authentication #center_column .registro_usuarios .reg_err.reg_gender{
    width: 25%;
    padding-top: 11px;
}
#authentication #center_column .registro_usuarios .reg_err.reg_email,
#authentication #center_column .registro_usuarios .reg_err.reg_phone,
#authentication #center_column .registro_usuarios .reg_err.reg_firstname,
#authentication #center_column .registro_usuarios .reg_err.reg_lastname,
#authentication #center_column .registro_usuarios .reg_err.reg_partner,
#authentication #center_column .registro_usuarios .reg_err.reg_password{
    width: 22%;
    padding-top: 12px;
}
#authentication #center_column .reg_obligatorio{
    font-size: 10px;
    float: right;
    margin-right: 12%;
    color: #fff;
}

#authentication #center_column .matricula-info {
    float: left;
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin-left: 179px;
}















/* LOGIN PAGE IFRAME */

#contact_identity .popup_info {
    overflow: hidden !important;
}

#contact_identity iframe {
    height: 500px;
}

.iframe-body #header {
    display: none;
}

.iframe-body #columns {
    max-width: initial !important;
    width: 100%;
}

.iframe-body #left_column {
    display: none;
}

.iframe-body #center_column {
    width: 100%;
    margin-top: 0 !important;
}

.iframe-body #center_column > div {
    padding-top: 0 !important;
}

.iframe-body .contact-form-box label {
    display: block !important;
    color: #fff !important;
}

.iframe-body .order-selector {
    display: none;
}

.iframe-body #message {
    height: 125px !important;
}

@media (max-width: 1024px) {
    #contact_identity {
        overflow: hidden;
    }

    #contact_identity iframe {
        height: 500px;
    }
}

 @media (min-width: 900px) {
    .iframe-body {
        overflow: hidden;
    }
}

 @media (max-width: 767px) {
    .popup_info {
        margin:0 !important ;
        padding: 0 !important;
        height: initial !important;
        overflow: hidden !important;

    }

    .iframe-body {
        overflow: hidden;
    }

    #legal_identity, #rights_identity, #contact_identity, #transfer_identity {
        overflow-y: scroll;
    }

    #close_legal {
        right: 0;
        margin-right: 17px;
        margin-top: -50px;
        position: fixed;
    }

    #contact_identity iframe {
        height: 900px;
    }


}



/* MY ACCOUNT PAGE */

#my-account #center_column {
    padding: 0;
}








/* IDENTITY PAGE */

#identity #page {
}

#identity .footer-container {
    display: none;
}

#identity .header-container {
    display: none;
}

#identity #columns {
    width: 100%;
    max-width: inherit;
    background: none;
    min-height: 700px;
}

#identity #columns div.row {
    margin: 0 auto;
    width: 60%;
}

#identity .columns-container {
    background-image: url(../img/fondo.jpg);
    background-size: cover;
    height: 100%;
    background-position: 50% 50%;
}

#identity #center_column .login-logo {
    text-align: center;
    margin-top: 0px;
}

#identity #center_column .login-logo {
    text-align: center;
    margin-top: 20px;
}

#identity #center_column .login-logo img {
    transform: scale(0.6);
}
#identity #center_column .login-logo img {
    float: left;
    width: 84%;
    margin: 5% 7% -40px;
    visibility: visible;
}
#identity #center_column .up-login-logo {
    visibility: hidden;
    margin-top: -40px;   

}

#identity #center_column .up-login-logo img {
    transform: scale(0.6);
}

#identity #center_column .down-login-logo {
    visibility: hidden;
    margin-top: -90px;
}

#identity .left_identity {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif !important;*/
    margin-top: -20px;
}

#identity .left_identity {
    text-align: center;
    color: #fff;
    visibility: hidden;
}

#identity .left_identity .page-subheading {
    color: #fff;
}

#identity .left_identity .info-title {
    color: #000;
    font-weight: 400;
  
}

#identity .left_identity label {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    max-width: 271px;

}
#identity .optional_passwd h3 {
    
}
#identity .left_identity input {
    margin: 0 auto;   
}

#identity .left_identity .checkbox, #identity .left_identity input {
    margin: 0 auto;
    max-width: 271px;
}

#identity form .checkbox {
    text-align: left;
}

#identity form .checkbox span {
    margin-left: 15px;
    color: #000;  
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#identity form .checkbox span:hover {
    color: #fff;
}

#identity .button-container {
    max-width: 271px;
    margin: 0 auto;
    margin-top: 50;
}

#identity .button-container a span {
    border: none;
}

#identity form .identity-submit {
    float: right;
}

#identity form .identity-close {
    float: left;
}

#identity form .identity-close:hover {

}

#identity form .identity-close i {
    margin-right: 9px;
}

#identity form .identity-text {
    clear: both;
    padding-top: 25px;
  
}

#identity form {
    margin-bottom: 50px;
}

#identity p.required {
    color: #FFFFFF;
    margin: 9px 0 16px 0;
    background-color: #ADDCEA;
    max-width: 150px;
    text-align: center;
    margin: 0 auto 15px;
    border-radius: 4px;
    padding: 5px;
    font-weight: bold;
}

#identity p.required sup {
    top: 5px;
    left: -6px;
    font-size: 26px;
}

#identity #img_profile {
    max-width: 271px;
    margin: 0 auto;
}

#identity .footer-container {
    display: block;
}

#identity #bottom_links {
    position: relative;
    margin-top: 0 !important;
}

#bottom_links a, #identity .identity-text a {
    color: #fff;
}

#bottom_links a:hover, #identity .identity-text a:hover {
    text-decoration: none;
    color: #ccc;
}



/* LEFT COLUMN USER INFO */

#columnuserinfo {
    color: #fff;
    padding-top: 10px;
    min-height: 600px;
}

#my-account #columnuserinfo {
    min-height: 0;
}

#columnuserinfo .user-notification {
    padding: 15px;
}

#columnuserinfo .user-notification > div {
    text-align: center;
    padding: 0;
}

#columnuserinfo .user-notification i {
    font-size: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    margin-left: -1px;
}

#columnuserinfo .user-notification span {
    position: absolute;
    right: -7px;
    top: -7px;
    background: #da5151;
    padding: 2px;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    line-height: 18px;
    vertical-align: middle;
    color: #fff;
}

#columnuserinfo .user-notification .documentation span {
    right: 5px;
}


#columnuserinfo .avatar {
    text-align: center;
    font-size: 80px;
}

#columnuserinfo .avatar img {
    width: 150px;
    border-radius: 100px;
    height: 150px;
    border: 4px solid #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#columnuserinfo .avatar img:hover {
    border: 4px solid #33587D;
}

#columnuserinfo .avatar i {
    border: 4px solid #fff;
    border-radius: 50%;
    line-height: 110px;
    width: 120px;
    height: 120px;
}

#columnuserinfo .user-role {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #f45a34;
}
#columnuserinfo .user-role span{
    padding: 5px 10px;
}

#columnuserinfo a {
    color: #f45a34;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#columnuserinfo a:hover {
    color: #A3371C;
}

#columnuserinfo a img {
}
#columnuserinfo .documentation a img {
    width: 90%;
}

#columnuserinfo a:hover img {
    color: #f45a34;
}

#columnuserinfo .avatar a:hover {
    color: #CCCCCC;
}

/*#columnuserinfo .avatar .data-change {
    display: block;
    opacity: 0;
    position: absolute;
    font-size: 24px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    float: left;
    margin-top: -87px;
    margin-left: 56px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transform: rotate3d(0,1,0,-180deg);
    /*border: 4px solid #fff;*/

/*}

#columnuserinfo .avatar a:hover .data-change {
    display: block;
    opacity: 1;
    transform: rotate3d(0,1,0,0deg);
}

#columnuserinfo .avatar a img {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#columnuserinfo .avatar a:hover img {
    transform: rotate3d(0,1,0,180deg);
    opacity: 0;
}

#columnuserinfo .avatar a:hover .data-change {
    display: block;
}
*/

#columnuserinfo .user-data {
    float: left;
    width: 100%;
    margin-bottom: 125px;
    color: #fff;
}

#columnuserinfo .user-data span {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 25px;
}

#columnuserinfo .user-data .name {

}

#columnuserinfo .user-data .cargo {}

#columnuserinfo .user-data .location {
    display: none;

}

#columnuserinfo .vendor-data {
    border-top: 3px solid #F45A34;
    border-bottom: 3px solid #F45A34;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;

}

#columnuserinfo .vendor-data i {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 200px;
    background: transparent;
    position: absolute;
    color: rgba(255, 255, 255, 0.17);
    transform: rotateZ(27deg);
    margin-top: -50px;
}

#columnuserinfo .vendor-data .amount {
    width: 90%;
    font-size: 38px;
    float: left;
    vertical-align: middle;
    line-height: 34px;

    text-align: center;
}

#columnuserinfo .vendor-data .total {
    float: right;
    font-size: 24px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    clear: both;
    width: 100%;
    text-align: center;
}

#columnuserinfo .vendor-data img {
    max-width: 29px;
    position: absolute;
    right: 75px;
    margin-top: -2px;
}

#columnuserinfo .aspent {
    width: 50%;
    float: left;
    border-right: 1px solid #F45A34;
}

#columnuserinfo .divspent img {
    max-width: 23px;
    opacity: 1;
    margin-left: 5px;
    margin-top: -1px;
}

#columnuserinfo .aspent span {
    padding-right: 20px;
}

#columnuserinfo .ascore {
    width: 50%;
    float: right;
}

#columnuserinfo .divscore img {
    max-width: 23px;
    opacity: 1;
    margin-left: 5px;
    margin-top: -1px;
}

#columnuserinfo .ascore span {
    padding-right: 20px;
}

#columnuserinfo .aspent .spent, #columnuserinfo .ascore .score {
    font-size: 20px;
    text-align: center;
    display: block;
    line-height: 24px;
    padding-right: 0;
}

#columnuserinfo .aspent .title, #columnuserinfo .aspent .subtitle, #columnuserinfo .ascore .title, #columnuserinfo .ascore .subtitle {
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;

}
#columnuserinfo .aspent .subtitle,
#columnuserinfo .ascore .subtitle
{
    float: left;
    width: 100%;
    padding: 4px 0;
    line-height: 20px;
}
#columnuserinfo .vendor-data span {
    font-size: 18px;
    font-weight: bold;
}

#columnuserinfo .vendor-sub-data {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

#columnuserinfo .divspent {
    float: left;
    width: 100%;
    padding: 10px 0;
}

#columnuserinfo .divspent i {
    float: left;
    width: 40%;
    text-align: center;
    font-size: 40px;
}

#columnuserinfo .divspent span {
    font-size: 18px;
    font-weight: bold;
}

#columnuserinfo .divscore {
    float: left;
    width: 100%;
    padding: 10px 0;
}

#columnuserinfo .divscore i {
    float: left;
    width: 40%;
    text-align: center;
    font-size: 40px;
}

#columnuserinfo .divscore span {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

#columnuserinfo .vendor-button {
    float: left;
    width: 100%;
    text-align: center;
    border: 3px solid #f45a34;
    font-size: 22px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-weight: bold;
    border-radius: 10px;
}

#columnuserinfo .vendor-button span.title {
    font-size: 16px;
}

#columnuserinfo .vendor-button i {
    font-size: 24px;
    line-height: 55px;
    vertical-align: middle;
}

#columnuserinfo .vendor-button:hover i {
    color: #282F4C;
}

#left_column .column-logo {
    display: none;
    float: left;
    text-align: center;
    position: absolute;
    bottom: -20px;
}

.column-logo img {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    margin-top: -100px;
}

#columnuserinfo .column-links {
    float: left;
    padding-top: 15px;
    text-align: center;
    position: absolute;
    bottom: 50px;
}

#columnuserinfo .column-links a {
    color: #fff;
    float: left;
    width: 100%;
}

#columnuserinfo .column-links a:hover {
    color: #333;
}

.cancelA {
    cursor: default;
}

.cancelA:hover {
    color: #fff !important;
}

.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.rotate.down {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#columnuserinfo .column-link-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    float: left;
    width: 100%;
}


#columnuserinfo .column-link-list li {
    float: left;
    width: 33%;
    padding: 5px;
}

#columnuserinfo .column-link-list li:nth-child(1), #columnuserinfo .column-link-list li:nth-child(2) {
    /*display: none;*/
}

#columnuserinfo .column-link-list li:nth-child(3) {
    float: right;
}

#columnuserinfo .column-link-list li.managament_none {
    display:none; 
}
#columnuserinfo .column-link-list li.managament_logout {
    float:right; 
}

#columnuserinfo ul.column-link-list li a {
    display: block;
    min-height: 40px;
    overflow: hidden;
    font: 600 14px/20px "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    background-image: none;
    border: 3px solid #f45a34;
    color: #f45a34;
    text-shadow: none;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border-radius: 10px;
}

#columnuserinfo ul.column-link-list li a:hover {
    background-color: #f45a34;
}

#columnuserinfo ul.column-link-list li a span {
    display: block;
    padding: 5px;
    overflow: hidden;
    border: none;
    border-radius: 0;
    margin-left: 25px;
}

#columnuserinfo ul.column-link-list li a i {
    font-size: 20px;
    color: #f45a34;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 25px;
    height: 100%;
    padding: 5px;
    border: none;
    border-radius: 0;
    text-align: center;
    width: 100%;
}

#column_links {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

#column_links a {
    clear: both;
    float: left;
    text-align: center;

    width: 100%;
    color: #f45a34;
}

#linkto-app {
    display: none;
}

#my-account #linkto-app {
    display: block;
}

#linkto-app {
    float: left;
    text-align: center;
    width: 100%;
    padding: 5px;
}

#linkto-app p {
    text-align: left;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/

    font-size: 15px;
    color: #fff;
}

#linkto-app .p1 {
    font-weight: bold;

}

#linkto-app a {
    width: 50%;
    float: left;
}

#linkto-app img {
    width: auto;
    height: 45px;
    margin: 0 auto;
    color: #2F2F2F;
}




#columnuserinfo .contact-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

#columnuserinfo .contact-link a {
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;

    font-weight: bold;
    font-size: 25px;
}

#columnuserinfo .contact-link a:hover, #columnuserinfo .contact-link a:active, 
#columnuserinfo .contact-link a:visited, #columnuserinfo .contact-link a:focus {
    color: #f45a34;
}

#columnuserinfo .contact-link img {
    max-width: 12px;
    margin-right: 5px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

#columnuserinfo .contact-link a:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}




/* STYLES WIDTH 2 LINKS TO APPS */

/*#columnuserinfo #linkto-app .apple {
    display: block;
}*/

/*#columnuserinfo #linkto-app a {
    width: 50%;
    float: left;
}

#columnuserinfo #linkto-app img {
    max-width: 125px;
    margin: 15px auto 0;
}*/



/* LEFT COLUMN BLOCKS */

#left_column .block {
    background-color: transparent;
    border: 3px solid #f45a34;
    color: #f45a34;
    width: 100%;
    float: left;
    margin-top: 40px;
}

#left_column .block h4 a, #left_column .title_block  {
    color: #f45a34;
}

#left_column .product-name {
    color: #f45a34;
}

#left_column .price {
    color: #000;
}

#left_column #categories_block_left li a {
    color: #f45a34;
}






/* MY ACCOUNT INFO TPL */

#myaccountinfo .user-points {
    height: 300px;
    background-color: #BBBBBB;
    width: 41.66667%;
    padding: 30px;
}

#myaccountinfo .user-ranking {
    height: 300px;
    background-color: #8D8D8D;
    width: 25%;
}

#myaccountinfo .user-banner {
    height: 300px;
    background-color: #AC474B;
    width: 33.33333%;
}

@media (max-width: 479px) {
    #myaccountinfo .user-points {
        width: 100%;
    }
    #myaccountinfo .user-ranking {
        width: 100%;
    }
    #myaccountinfo .user-banner {
        width: 100%;
    }
}

#myaccountinfo .user-points .title {
    font-size: 24px;
    text-transform: uppercase;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;

}

#myaccountinfo .user-points .score, #myaccountinfo .user-points .amount, #myaccountinfo .user-points .spent {
    float: left;
    padding: 7px 0;
    border-bottom: 2px solid #fff;
    width: 100%;
}

#myaccountinfo .user-points .spent {
    border-bottom: none;
}

#myaccountinfo .user-points .score i {
    font-size: 60px;
    float: left;
    color: #2A2F35;
}

#myaccountinfo .user-points .score .score-points {
    float: left;
    margin-left: 15px;
    font-size: 36px;
    color: #B40214;
    padding: 10px 0 0 10px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-weight: 700;
}

#myaccountinfo .user-points .score .score-points .text {
    font-size: 22px;
    padding: 10px 0 0;
    float: left;
}

#myaccountinfo .user-points .amount i {
    font-size: 60px;
    float: left;
    color: #2A2F35;
}

#myaccountinfo .user-points .amount .score-points {
    float: left;
    margin-left: 15px;
    font-size: 36px;
    color: #636363;
    padding: 10px 0 0 10px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-weight: 700;
}

#myaccountinfo .user-points .amount .score-points .text {
    font-size: 22px;
    padding: 10px 0 0;
    float: left;
}

#myaccountinfo .user-points .spent i {
    font-size: 60px;
    float: left;
    color: #2A2F35;
}

#myaccountinfo .user-points .spent .spent-points {
    float: left;
    margin-left: 15px;
    font-size: 36px;
    padding: 10px 0 0 10px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    color: #fff;
}

#myaccountinfo .user-points .spent .spent-points .text {
    font-size: 22px;
    padding: 10px 0 0;
    float: left;
}

#myaccountinfo .user-ranking {
    padding: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
}

#myaccountinfo .user-ranking .title {
    text-align: center;
    width: 100%;
    float: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2A2F35;
}

#myaccountinfo .user-ranking .position {
    width: 80%;
    margin: 0 auto;
    border: 2px solid #fff;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-bottom: 15px;
}

#myaccountinfo .user-ranking .position .number {
    font-size: 75px;
    line-height: 85px;
}

#myaccountinfo .user-ranking .position .number:after {
    content: "ª";
    font-size: 40px;
    margin-top: -10px;
    position: absolute;
}

#myaccountinfo .user-ranking a {
    color: #2A2F35;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    font-weight: bold;
    cursor: pointer;
}

#myaccountinfo .user-ranking a i {
    padding-left: 10px;
    font-size: 25px;
}

#myaccountinfo .user-ranking

.banner-my-account-3 {
    float: left;
    width: 50%;
}

.banner-my-account-4 {
    float: left;
    width: 50%;
}

@media (max-width: 479px) {
    .banner-my-account-3, .banner-my-account-4 {
        width: 100%;
    }
}

.rank_active {
    display: none;
}

#myaccountinfo #back_rank {
    color: #fff;
}

#myaccountinfo #back_rank .ranking-div {
    border: 2px solid #fff;
    padding: 15px 15px 0;
    width: 100%;
    float: left;
}

#myaccountinfo #back_rank .title {
    margin-bottom: 25px;
}

#myaccountinfo #back_rank .rank-title {
    font-size: 18px;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;    
    padding-bottom: 15px;
    float: left;
    clear: both;
}

#myaccountinfo #back_rank .rank-value {
    font-size: 24px;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;

    padding-bottom: 15px;
    float: right;
}


/* LOYAL BANNERS */

#my-account #banner_center img {
    height: auto;
    max-width: initial;
}

#banner_top {
    max-height: 356px;
    overflow: hidden;
    border-bottom: 2px solid #fff;
}

#banner_center {
    float: left;
    width: 40%;
    max-height: 290px;
    overflow: hidden;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#banner_footer_left {
    float: left;
    width: 40%;
    max-height: 280px;
    overflow: hidden;
    border-right: 2px solid #fff;
}

#banner_footer_right {
    float: left;
    width: 60%;
    max-height: 280px;
    /*height: 280px;*/
    overflow: hidden;
}

#banner_left_management {
    float: left;
    width: 40%;
    max-height: 290px;
    overflow: hidden;
}
#banner_right_management {
    float: left;
    width: 60%;
    max-height: 290px;
    overflow: hidden;
}

.bx-controls-direction {
    display: none;
}

#myaccountinfo {
    float: left;
    width: 60%;
    height: 290px;
    border-bottom: 2px solid #fff;
    overflow: hidden;
    background: #f45a34;
}

#myaccountinfo .ranking-names {
    position: absolute;
    line-height: initial;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 28px;
}

#myaccountinfo .ranking-names span {
    font-weight: bold;
    text-transform: uppercase;

}

#myaccountinfo .home-pre-ranking {
    height: 100%;
    text-align: center;
    padding: 0;
    line-height: initial;
    margin-top: 25px;
}

#myaccountinfo .home-pre-ranking img{
    width: 80%;
    margin: 0 10%;
}

#myaccountinfo .sub-pre-ranking {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#myaccountinfo .home-pre-ranking .indicator {
    position: absolute;
    z-index: 999;
    top: 0;
    right: -22px;
    margin-top: 13px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#myaccountinfo .home-pre-ranking span {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#myaccountinfo .home-pre-ranking a:hover span {
    font-size: 18px;
    color: #33587D;
}

#myaccountinfo .home-pre-ranking i {
    color: #fff;
    font-size: 15px;
    padding: 10px;
    margin-top: -30px;
    margin-left: 28px;
}

#myaccountinfo .ranking {
    height: 100%;
    margin-top: 25px;
}

#myaccountinfo .ranking table {
    width: 98%;
    margin: 25px 21px 5px;
}

#myaccountinfo .ranking table tr {
    border-bottom: 1px solid #fff;
}

#myaccountinfo .ranking table tr:last-child {
    border-bottom: none;
}

#myaccountinfo .ranking table tr.my-position {
    background-color: #f98d70;
}

#myaccountinfo .ranking table tr td {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 17px;
    color: #fff;
    padding: 5px 10px;
}

#myaccountinfo .ranking table tr td.position {
    padding-right: 0;
    font-weight: bold;
}

#myaccountinfo .ranking table tr td.name {
    padding-right: 0;
}

#myaccountinfo .ranking table tr td.total {
    font-weight: bold;
    text-align: right;
}

#myaccountinfo .ranking table tr.my-position td {
    color: #fff;
}

#myaccountinfo .ranking table tr.my-position td.name {
    font-weight: bold
}

#myaccountinfo .ranking .rank-general {
    text-align: center;
    padding: 10px 5px;
}

#myaccountinfo .ranking .rank-general a {
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
}

#myaccountinfo .ranking .rank-general a:hover {
    color: #333;
}

#myaccountinfo .ranking .rank-general i {
    color: #fff;
    font-size: 18px;
    padding-left: 15px;
}

#myaccountinfo .ranking .balance.igual {
    font-size: 24px;
    line-height: 10px;
}

#myaccountinfo .ranking .balance.down {
    font-size: 36px;
    line-height: 10px;
    color: #ad7b7b;
}

#myaccountinfo .ranking .balance.up {
    font-size: 36px;
    line-height: 10px;
    color: #1E7321;
}

#myaccountinfo .ranking .balance .fa {
    line-height: 10px;
}

#myaccountinfo li .home-pre-ranking {
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-right: -15px;
    margin-top: 60px;
}

#myaccountinfo li .shield {
    width: auto;
}

#myaccountinfo li .shield img {
    max-width: 25px;
}

#myaccountinfo li.rank-1378 .shield {
    display: none;
}

#myaccountinfo .ranking table tr td{
    padding: 2px 10px;
}

#myaccountinfo li.rank-1 tr td{
    padding: 5px 10px;
}

#myaccountinfo li.rank-1378 tr td{
    padding: 9px 10px;
}



/* RANKING TPL */

#module-loyalprogram-ranking #center_column {
    padding: 0;
}

#module-loyalprogram-ranking #center_column .custombanners {
    margin: 0;
}



#ranking .pre-ranking {
    height: 100%;
    text-align: center;
    padding-top: 20px;
}

#ranking .pre-ranking .indicator {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.indicator {
    position: relative;
    background-color: #fff;
    text-align: left;
    opacity: 0;
}
.indicator:before,
.indicator:after {
    content: '';
    position: absolute;
    background-color: inherit;
}
.indicator,
.indicator:before,
.indicator:after {
    width:  10px;
    height: 10px;
    border-top-right-radius: 30%;
}

.indicator {
    transform: rotate(30deg) skewX(-30deg) scale(1,.866);
}
.indicator:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
}
.indicator:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
}

#ranking .pre-ranking img {
    max-width: 43px;
    height: auto;
    margin: 0 auto;
}

#ranking .pre-ranking span {
    text-transform: uppercase;
    font-size: 15px;
    float: left;
    width: 100%;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    padding: 1px;
    border-bottom: 2px solid #0c688c;
    border-radius: 5px;
}

#ranking .pre-ranking .active span {
    border: 2px solid #6CBCDB;
    background: #6CBCDB;
    color: #000;
}

#ranking .fa-line-chart {
    color: rgba(255, 255, 255, 0.14);
    font-size: 400px;
    padding: 10px;
    transform: scale(1.5) rotate(-21deg);
    position: absolute;
    margin-top: 495px;
    margin-left: 171px;
}

#ranking .rank-table {
    height: 100%;
    padding: 0;
}

#ranking .main-table {

}

#ranking .rank-table > div  {
    width: 100%;
    margin: 10px auto 5px;
}

#ranking .rank-table #encabezado {
    margin: 10px auto 5px;
    color: #fff;
    font-size: 20px;
}

#ranking .rank-table #encabezado .Pos {

}

#ranking .rank-table #encabezado .Nombre {
    padding-left: 115px;
}

#ranking .rank-table #encabezado .Comercial {
    padding-left: 150px;
}

#ranking .rank-table #encabezado .Estrellas {
    padding-left: 200px;
    text-align: right;
}

#ranking .rank-table .Conquistas #encabezado .Estrellas {
    padding-left: 118px;
}

#ranking .rank-table #datos {
    margin: 10px auto 5px;
}

#ranking .rank-table .datos-div {
    overflow-y: scroll;
    overflow-x: hidden;
}

#ranking .rank-table #datos .rank-row {
    border-bottom: 1px solid #49607c;
    clear: both;
    padding: 3px 0;
    float: left;
    width: 100%;
}

#ranking .rank-table #datos {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    padding: 4px 10px;
}


#ranking .rank-table #datos .position {
    padding-right: 0;
    font-weight: bold;
}

#ranking .rank-table #datos .title {
    color: #fff;
    font-weight: 100;
    font-size: 20px;
}

#ranking .rank-table #datos .Pos {
    width: 14%;
}

#ranking .rank-table #datos .Pos:after {
    content: ".";
}

#ranking .rank-table #datos .title:last-child {
    text-align: right;
}

#ranking .rank-table #datos .name {
    padding-right: 0;
}

#ranking .rank-table #datos .total {
    font-weight: bold;
    text-align: right;
}

#ranking .rank-table #datos .my-position {
    border: 2px solid #57b4ca;
    padding: 5px;
    margin-top: 2px;
    border-radius: 10px;
    box-shadow: 0 3px 3px #4c6675;
    margin-bottom: 3px;
}

#ranking .rank-table #datos .shield {
    float: left;
    width: 8%;
}

#ranking .rank-table #datos .shield img {
    max-width: 40px;
}

#ranking .rank-table #datos .position {
    float: left;
    width: 4%;
    margin-top: 10px;
}

#ranking .rank-table #datos .name {
    float: left;
    width: 33%;
    margin-top: 10px;
}

#ranking .rank-table #datos .company {
    float: left;
    width: 43%;
    margin-top: 10px;
}

#ranking .rank-table #datos .balance {
    float: left;
    width: 5%;
}

#ranking .rank-table #datos .total {
    float: right;
    width: 6%;
    margin-top: 10px;
}

#ranking .rank-table .rank-general {
    text-align: center;
    padding: 15px 5px;
}

#ranking .rank-table .rank-general a {
    color: #9E1731;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-weight: bold;
}

#ranking .rank-table .rank-general a:hover {
    color: #333;
}

#ranking .rank-table .rank-general i {
    color: #9E1731;
    font-size: 18px;
    padding-left: 15px;
}

#ranking .back {
    float: left;
    position: absolute;
    bottom: 12px;
}

#ranking .back a {
    padding: 10px;
    background-color: #9E1731;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    margin-left: 0px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#ranking .back a:hover {
    background-color: #8a2432;
}

#ranking .rank-table::-webkit-scrollbar {
    width: 12px;
}
 
#ranking .rank-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
#ranking .rank-table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(,0,0,0.5); 
}

#ranking .rank-table .balance.igual {
    font-size: 24px;
    line-height: 10px;
}

#ranking .rank-table .balance.down {
    font-size: 36px;
    line-height: 10px;
    color: #ad7b7b;
}

#ranking .rank-table .balance.up {
    font-size: 36px;
    line-height: 10px;
    color: #1E7321;
}

#ranking .rank-table .table-title {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    background-color: rgba(86, 135, 195, 0.42);
    border-radius: 4px;
}




/* RANKING TERRITORIOS MÚLTIPLES RANKINGS */

#ranking.territorios .rank-table {
    height: auto !important;
}

#ranking.territorios .rank-table > div {
    padding: 0 5px;
    float: left;
    width: 49%;
}

#ranking.territorios .rank-table #datos {
    padding: 0 10px;
    margin: 0 auto 5px;
}

#ranking.territorios .rank-table #encabezado {
    padding-left: 10px;
}

#ranking.territorios .rank-table #encabezado .Territorio {
    padding-left: 30px;
}

#ranking.territorios .rank-table #encabezado .Activos {
    padding-left: 120px;
}

#ranking.territorios .rank-table #encabezado .Formaciones {
    padding-left: 98px;
}

#ranking.territorios .rank-table #encabezado .Ventas {
    padding-left: 25%;
}

#ranking.territorios .rank-table .datos-div {
    overflow: initial;
    height: auto !important;
}

#ranking.territorios .rank-table #datos .percent {
    margin-top: 10px;
    float: left;
    margin-left: 25px;
}

#ranking.territorios .rank-table #datos .name {
    display: none;
}

#ranking.territorios .rank-table #datos .company {
    width: 52%;
}

#ranking.territorios .rank-table .Conquistadores #datos .company {
    width: 48%;
}

#ranking.territorios .rank-table #datos .total {
    width: auto;
}

#ranking.territorios .rank-table #datos .shield {
    width: 15%;
}

#ranking.territorios .rank-table #datos .rank-row.hovered .shield {
    position: absolute;
    left: 15px;
    width: auto;
    margin-top: -15px;
}

#ranking.territorios .rank-table #datos .rank-row.hovered .shield img {
    max-width: 75px;
    border-radius: 5px;
}

#ranking.territorios .rank-table #datos .rank-row.hovered .title-position {
    padding-left: 90px;
}

#ranking.territorios .rank-table #datos .rank-row.hovered .position {
    float: left;
    width: 30%;
    font-size: 30px;
    color: #fff;
    padding-left: 10px;
    margin-top: 2px;
}

#ranking.territorios .rank-table #datos .rank-row.hovered .title-name {
    display: none;
}

#ranking.territorios .rank-table #datos .rank-row.hovered .title-name {
    padding-left: 5px;
}

#ranking.territorios .rank-table #datos .rank-row.hovered .title-partner {
    float: left;
    padding-left: 90px;
    margin-top: 11px;
}

#ranking.territorios .rank-table #datos .rank-row.hovered .company {
    width: 30%;
    padding-left: 12px;
    margin-top: 2px;
    font-size: 24px;
}

#ranking.territorios .rank-table #datos .rank-row.hovered .title-total {
    display: none;
}

#ranking.territorios .rank-table #datos .rank-row.hovered .total {
    font-size: 50px;
    width: 40%;
    margin-top: -90px;
    margin-right: 0;
}

#ranking.territorios .rank-table #datos .rank-row.hovered .percent {
    font-size: 25px;
    width: 15%;
    text-align: right;
    margin-top: 1px;
}

#ranking.territorios .rank-table .Ventas #datos .rank-row.hovered .total {
    font-size: 30px;
}

#ranking.territorios .rank-table .Ventas #datos .rank-row.hovered .balance {
    margin-top: -25px;
    margin-right: 34px;
}


/* RANKING TPL HOVER */

#ranking .rank-table #datos .span-title {
    display: none;
    opacity: 0;
}

#ranking .rank-table .rank-row {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#ranking .rank-table #datos .rank-row.hovered {
    background: rgba(255,255,255,0.5);
    box-shadow: 0 5px 8px #000;
    border-radius: 10px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
}

#ranking .rank-table #datos .rank-row.hovered .span-title {
    display: block;
    opacity: 1;
}

#ranking .rank-table #datos .rank-row.hovered .shield {
    width: 20%;
    text-align: center;
    position: absolute;
}

#ranking .rank-table #datos .rank-row.hovered .shield img {
    max-width: 170px;
    border-radius: 5px;
}

#ranking .rank-table #datos .rank-row.hovered .title-position {
    float: left;
    padding-left: 200px;
    margin-top: 15px;
}

#ranking .rank-table #datos .rank-row.hovered .position {
    float: left;
    width: 60%;
    font-size: 30px;
    color: #fff;
    padding-left: 10px;
    margin-top: 1px;
}

#ranking .rank-table #datos .rank-row.hovered .title-name {
    float: left;
    padding-left: 200px;
    margin-top: 10px;
    clear: both;
}

#ranking .rank-table #datos .rank-row.hovered .name {
    width: 40%;
    padding-left: 15px;
    font-size: 25px;
    margin-top: 0px;
}

#ranking .rank-table #datos .rank-row.hovered .title-partner {
    float: left;
    padding-left: 200px;
    margin-top: 10px;
    clear: both;
}

#ranking .rank-table #datos .rank-row.hovered .company {
    width: 60%;
    padding-left: 12px;
    margin-top: 10px;
}

#ranking .rank-table #datos .rank-row.hovered .balance {
    float: right;
    margin-top: -45;
    font-size: 60px;
    margin-right: 25px;
}

#ranking .rank-table #datos .rank-row.hovered .title-total {
    float: right;
    margin-top: -60px;
    margin-right: -49px;
}

#ranking .rank-table #datos .rank-row.hovered .total {
    font-size: 50px;
    width: 22%;
    margin-top: -115px;
    margin-right: -50px;
}






/* HISTORY PURSE */

#module-loyalprogram-historypurse #center_column {
    padding: 0;
}

#module-loyalprogram-historypurse #center_column .custombanners {
    margin: 0;
}

.pre-history {
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.pre-history .indicator {
    width: 0;
    height: 0;
    border-left: 30px solid #9E1731;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pre-history span {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 75px;
    float: left;
    width: 100%;
    font-weight: bold;
    color: #fff;
}

.pre-history i {
    color: #fff;
    font-size: 500px;
    padding: 10px;
    -ms-transform: rotate(64deg);
    -webkit-transform: rotate(64deg);
    transform: rotate(64deg);
    margin-left: -80%;
}

#historypurse {
    height: 100%;
}

#historypurse table {
    width: 98%;
    margin: 25px auto 5px;
}

#historypurse table tr {
    border-bottom: 2px solid #fff;
}

#historypurse table tr th {
    font-weight: bold;
}

#historypurse table tr td {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    padding: 4px 10px;
}

#historypurse table tr td.position {
    padding-right: 0;
    font-weight: bold;
}

#historypurse table tr th {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 15px;
}

#historypurse table tr td.title:last-child {
    text-align: right;
}

#historypurse table tr td.name {
    padding-right: 0;
}

#historypurse table tr td.total {
    font-weight: bold;
    text-align: right;
}

#historypurse table tr.my-position td {
    color: #333;
}

#historypurse table tr.my-position td.name {
    font-weight: bold
}

#historypurse table tr.mypoints {
    background: #33587d;
}

#historypurse table tr.mypoints td {
    color:  #fff;
}

#historypurse table tr.spentpoints {
    background: #54b5b3;
}

#historypurse table tr.spentpoints td {
    color:  #fff;
}

#historypurse table tr th:last-child {
    text-align: right;
}

#historypurse tbody tr td:last-child {
    text-align: right;
}

.back {
    float: left;
    position: absolute;
    bottom: 12px;
}

.back a {
    padding: 10px;
    background-color: #33587D;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    margin-left: 0px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.back a:hover {
    background-color: #33587D;
}








/* ESTADISTICAS */

#loyal_management {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif !important;*/
}

#graph_info_1 {
    width: 100%;
    text-align: center;
}

#graph_info_1 span {
    font-size: 14px;
}


.score_points_title {
    text-align: center;
}

.score_points_title h2 {
    font-size: 24px;
    font-weight: bold;
}

.score_points_title h4 {
    font-size: 14px;

}

.time-bottles {
    text-align: center;
    border: 1px solid #C5C5C5;
    margin: 20px 0 0 0;
    padding: 20px;
}

.time-bottles h5 {
    /*font    font-family: 'Bebas Neue', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;

    font-size: 18px;
    font-weight: bold;
}

.visited {
    text-align: center;
    width: 100%;
    border: 0px solid #C5C5C5;
    margin: 20px 0 0 0;
}

.visited h5 {
    /*font    font-family: 'Bebas Neue', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;

    font-size: 18px;
    font-weight: bold;
}

.objective {
    text-align: center;
    width: 100%;
    border: 1px solid #C5C5C5;
    margin: 20px 0 0 0;
}

.objective h5 {
    /*font    font-family: 'Bebas Neue', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;

    font-size: 18px;
    font-weight: bold;
}

.pie-chart {
    text-align: center;
    width: 100%;
    border: 1px solid #C5C5C5;
    margin: 20px 0 0 0;
}

.pie-chart h5 {
    font-family: 'Source Sans Pro', sans-serif;
    /*font    font-family: 'Bebas Neue', sans-serif;*/
    font-size: 18px;
    font-weight: bold;
}

#loyal_graphic_2 > div {
    /*border: 1px solid #ccc;*/
}

#loyal_graphic_2 h2
 {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 24px;
    font-weight: bold;
}

#loyal_graphic_2 h4 {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 14px;
}
.orders_products h2,
.orders_products h4 {
    width: 100%;
    float: left;
}

#loyal_graphic_2 #table_products, 
#loyal_graphic_2 #table_categories {
    width: 96%;
    margin-left: 2%;
    margin-bottom: 2%;
}

#loyal_graphic_2 .table_products,
#loyal_graphic_2 .table_categories {
    margin-bottom: 50px;
}
#loyal_graphic_2 .table_categories {
   /* margin:0 20%;*/
}


#loyal_graphic_2 .total_products, 
#loyal_graphic_2 .score_points_title {
    margin-top: 20px;
}

#loyal_graphic_2 .table_products {
    max-height: 370px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#loyal_graphic_2 .table_products tr td:first-child{
    text-align: center;
    padding: 0;
}

#loyal_graphic_2 .visited {
    margin-top: 20px;
    margin-bottom: 20px;
}
#loyal_graphic_2 .orders_products {
    text-align: center;
    border: 0px solid #C5C5C5;
    margin: 20px 0 0 0;
    padding: 20px;
}

#loyal_graphic_2 .orders_products h5 {
    /*font    font-family: 'Bebas Neue', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;

    font-size: 18px;
    font-weight: bold;
}



/* HOMEBUTTONS */

.home-buttons {
    margin-top: 5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.home-buttons a {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    background: transparent;
    color: #444;
    border: 3px solid #fff;
    border-radius: 5px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    min-height: 64px;
    line-height: 60px;
}
.home-buttons a:hover {
    background: #f45a34;
    color: #fff;
    border: 3px solid #f45a34;
    text-decoration: none;
}

.home-buttons .home i {
    font-size: 38px ;
}





/* HOME */

#module-loyalprogram-home h1 {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 44px;
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
}

#homefeatured {
    display: block;
}

#homefeatured li {
    min-height: 250px;
}


/* PRODUCT LIST */

.product-image-container h5 {
    width: 100%;
    padding: 5px;
    background-color: #fff;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0;
    min-height: 56px;
    text-align: center;
    border-top: 2px solid #33587d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.product_list.grid > li .product-container, ul.product_list.grid > li .product-container .product-image-container {
    overflow: visible;
}

ul.product_list.grid > li .product-container .product-image-container .content_price {
    position: absolute;
    right: 0;
    top: 46px;
    width: auto;
}

ul.product_list.grid > li .product-container .product-image-container .content_price span {
    background: #f45a34;
    color: #fff;
    line-height: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product-image-container h5 a {
    color: #33587D;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
}

.product-image-container .button-container {
    display: none;
}

.product-image-container .content_price {
    text-align: right;
    margin-top: -70px;
    padding-right: 0px;
}

.product-image-container .content_price span {
    font-size: 12px;
    background: #ddd;
    padding: 7px;
}


/* PRODUCT TPL */

#product .primary_block {
    margin: 0 !important;
}

#product h1 {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-left: 0 !important;
}

#thumbs_list li:first-child {
    margin: 0 4px 4px 0;
}

#thumbs_list li {
    margin: 0 4px 4px 0;
}

#thumbs_list li img {
    height: inherit !important;
}

#product .pb-center-column #short_description_block {
    color: #fff;
}

#product .pb-center-column #product_reference {
    background-color: #fff;
    border-radius: 5px;
    padding: 1px 10px;
    text-align: center;
    float: left;
}

#product .pb-center-column #product_reference label {
    margin-bottom: 0;
}

.pb-right-column {  
    background-clip: content-box;
}

.content_prices {
    padding: 14px 10px 15px;
    float: right;
    width: 50%;
    color: #fff;

}

#product .box-info-product {
    clear: both;
    margin-top: 5px;
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}

#product .pb-left-column #image-block {
    border-radius: 10px;
}

#product .box-info-product .exclusive:before {
    width: 30px !important;
}

#product .box-info-product .exclusive span {
    padding: 12px 6px 14px 30px !important;
    /*font-family: 'Bebas Neue', sans-serif !important;*/
}

#product .our_price_display {
    color: #FFF;
    font-size: 23px;
    line-height: 23px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    margin-bottom: 0;
}

#product .box-cart-bottom {
    float: left;
    padding: 0;
    width: 50%;
    /*display: none;*/
}

#product .buttons_bottom_block {
    padding: 0;
}

#product .product_attributes {
    float: left;
    padding: 6px 5px 0px 5px;
    width: 50%;
    /*display: none;*/
}

#quantity_wanted {
    text-align: center;
}

#quantity_wanted_p label {
    display: none;
}

button.btn-number {
    background: #64b1e2;
    text-shadow: none;
    color: white;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

button.btn-number:hover {
    background: #065E84;
    text-shadow: none;
    color: white;
}

.box-info-product p {
    margin: 0;
}

.box-info-product .exclusive:hover {
    background: #1A5974;
}

.box-info-product .exclusive span:hover {
    color: #fff;
}

.box-info-product .exclusive {
    margin: 0 auto;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    position: relative;
    display: block;
    background: #64B1E2;
    padding: 0px 5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

    /*display: none;*/
}

#quantity_wanted_p input {
    width: 50px;
    height: 27px;
    padding: 0 10px;
    float: left;
    border: 1px solid #d6d4d4;
    line-height: 27px;
    text-align: center;
}

#product .blockproductscategory {
    padding: 0 15px;
    background: #fff;
    border-radius: 15px;
}

#product .blockproductscategory p {
    text-align: center;
    min-height: 40px;
}

#product .blockproductscategory a {
    color: #2D95B2;
}

#product .blockproductscategory .price {
    background: #fff;
    padding: 3px;
}

#product .product-box {
    width: 16.66% !important;
}

#product #thumbs_list li {
    width: 18%;
}

#product .page-product-box {
    padding: 15px 15px 0;
}

#product h3.page-product-heading {
    color: #fff;
    border-left: 3px solid #FFFFFF;
}

#product #productscategory_list .product-name, .accessories-block .product-name {
    text-align: center;
}

#product .rte {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: "Raleway", sans-serif;*/
    color: #fff;
}






/* CATEGORY TPL */

.content_scene_cat a {
    color: #fff !important;
}

.content_scene_cat a:hover {
    color: #fff !important;
}
















/* CMS */

#cms #columns {
    
}

#cms #columns #center_column {

}

#cms #center_column {
    padding: 0 15x;
}

#cms h1 {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 44px;
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
    text-align: right;
}

#cms #center_column p, #cms #center_column ul {
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;    
    font-size: 16px;
}

#cms #center_column p.only-image,
#cms #center_column .only-image img, 
#cms .custombanners img {
    margin: 0 !important;
}

#cms.cms-7 #center_column .custombanners, #cms.cms-6 #center_column .custombanners {
    margin: 0;
}

#cms #cms .funcionamiento-img img {
    height: 550px !important;
}

#cms .final-price {
    margin: 0;
}

#cms .final_price {
    line-height: 0;
}
#cms .incluye {
    margin: 10% 0;

}
#cms .incluye ul{
    color: #000;
    font-size: 13px !important;
    margin-top: 2%;
}




/* CMS ONLY IMAGE */

#cms.cms-9 #center_column .rte, 
#cms.cms-10 #center_column .rte, 
#cms.cms-11 #center_column .rte,
#cms.cms-13 #center_column .rte
  {
    margin-left: -15px;
    margin-right: -15px;
}







/* CMS FUNCIONAMIENTO */

#cms .funcionamiento {
    height: 100%;
    background-position: 50% 50%;
    min-height: 660px;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
}

#cms .funcionamiento a {
    color: #0C3F4F;
    font-weight: bold;
}

#cms .funcionamiento .title-top {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 30px;
}

#cms .funcionamiento .title-top img {
    width: 100%;
}

#cms .funcionamiento .first-div,    
#cms .funcionamiento .second-div,     
#cms .funcionamiento .third-div,
#cms .funcionamiento .fourth-div {    
    float: left;
    width: 90%;
    padding: 0 0px 0 10%;
    margin-bottom: 25px;
}

#cms .funcionamiento .third-div > p {
    padding-left: 50px;
    color: #fff;
}
#cms .funcionamiento .second-div > p {
    padding-left: 0px;
}

#cms .funcionamiento .up-left-div, #cms .funcionamiento .down-left-div {
    padding-left: 70px;
}

#cms .funcionamiento .third-div .western {
    padding-left: 0;
} 

#cms .funcionamiento .third-div ul {
    list-style-type: none;
    color: #fff;
} 

#cms .funcionamiento .fourth-div p {
    min-height: 36px;
}

#cms .funcionamiento .number {
    position: absolute;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 25px;
    font-weight: bold;
    background-color: white;
    border: 2px solid #07567e;
    color: #07577f;
    border-radius: 50%;
    margin-left: -55px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#cms .funcionamiento .title-bottom {
    font-size: 30px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-weight: bold;
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

#cms .funcionamiento .up-left-div img {
    max-width: 150px !important;
}

#cms .funcionamiento .up-left-div p {
    margin-top: 15px;
    font-size: 20px;
}

#cms .funcionamiento .up-left-div a {
    font-weight: bold;
    color: #000;
}

#cms .funcionamiento .up-left-div .number {
    margin-top: 0px;
}

#cms .funcionamiento .down-left-div {
    margin-top: 25px;
}

#cms .funcionamiento .down-left-div a {
    color: #000;
}

#cms .funcionamiento .down-left-div .title-bottom {
    float: left;
    width: 100%;
}

#cms .funcionamiento .down-left-div .sub-title {
    clear: both;
    font-size: 18px;
    margin-top: -5px;
    float: left;
    width: 100%;
    color: #000;
    margin-bottom: 20px;
}

#cms .funcionamiento .gift, #cms .funcionamiento .arrows,
#cms .funcionamiento .calendar, #cms .funcionamiento .app-alerts {
    padding-left: 40px;
    clear: both;
    font-size: 13px;
    margin-bottom: 30px;
}

#cms .funcionamiento .gift img, #cms .funcionamiento .arrows img,
#cms .funcionamiento .calendar img, #cms .funcionamiento .app-alerts img {
    position: absolute;
    margin-left: -50px !important;
    margin-top: 0px !important;
}

#cms .funcionamiento .gift span {
    background-color: #07577f;
    color: #fff;
    font-weight: bold;
}

#cms .funcionamiento .up-right-div p {
    font-size: 20px;
    color: #fff;
}

#cms .funcionamiento .calendar-a {
    padding-left: 40px;
    margin-top: -30px;
    margin-bottom: 30px;
}

#cms .funcionamiento .calendar-a a{
    color: #000;
}

#cms .funcionamiento .down-right-div {
    margin-top: 30px;
    text-align: center;
}

#cms .funcionamiento .down-right-div a img {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#cms .funcionamiento .down-right-div a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#cms .funcionamiento .app-title {
    font-weight: bold;
    color: #fff;
}

#cms .funcionamiento .app-sub-title {
    color: #000;
    font-weight: bold;
}

#cms .funcionamiento .app-sub-title span {
    color: #64B1E2;
}

#cms .funcionamiento .app-conditions {
    font-size: 11px;
}

#cms .funcionamiento .app-conditions a {
    color: #000;
    text-decoration: underline;
}

#cms .funcionamiento .western.title {
    float: left;
    width: 100%;
    margin-top: 20px;
}

#cms .funcionamiento .western.title span {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 24px;
}

#cms .funcionamiento .western {
    color: #fff;
}

#cms .funcionamiento .western span.title {
    font-weight: bold;
}

#cms .funcionamiento .col-left {
    float: left;
    width: 20%;
}
#cms .funcionamiento .col-right {
    float: left;
    width: 80%;
}
#cms .funcionamiento .sg_one {
    margin:40px 0 10px; 

}
#cms .funcionamiento .sg_plus {
    margin: 10px 0; 
}
#cms .funcionamiento .planeta3 {
    margin: 10px 0 !important; 

}
#cms .funcionamiento .sg_one p,
#cms .funcionamiento .sg_plus p{
    float: left;
    width: 100%;
}

#cms .funcionamiento .first-div > p{
    float: left;
    width: 100%;
}
#cms #center_column .funcionamiento .first-div > p:last-child{
    padding-left: 40px;
}

#cms #center_column .funcionamiento .birrete {
    float: left;
    margin-right: 10px;
}

#cms #center_column .funcionamiento .aprendiendo {
    margin-bottom: 30px;
    padding-left: 100px;
}

#cms #center_column .funcionamiento .guerrero {
    clear: both;
    float: left;
    max-width: 76px;
    margin-right: 10px;
}

#cms #center_column .funcionamiento .conquistando {
    padding-left: 100px;
}

#cms #center_column .funcionamiento .conquistando img {
    max-width: 90px;
}

#cms #center_column .conquistando .western.title  {
    margin: 42px 0 0;
}



/* CMS TERMINOS */

#cms.cms-4, #cms.cms-4 h1  {
    color: #fff;
}

#cms.cms-4 a  {
    color: #fff;
}

#cms.cms-4 table {
    width: 60%;
    border: 3px solid #E6E6E6;
    margin: 0 auto 15px;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
}

#cms.cms-4 table.puntos tr td {
    background: #fff;
    color: #08557c;
}

#cms.cms-4 table.puntos tr td span {
    color: #08557c;
}

#cms.cms-4 table.puntos tr:first-child td {
    background: #08557C;
}

#cms.cms-4 table.puntos tr:first-child td span {
    color: #fff;
}

#cms.cms-4 table.att tr td {
    background: #fff;
    color: #08557c;
}

#cms.cms-4 table.att tr td span {
    color: #08557c;
}

#cms.cms-4 table.att tr:first-child td {
    background: #08557C;
}

#cms.cms-4 table.att tr:first-child td span {
    color: #fff;
}

#cms.cms-4 table td, #cms.cms-4 table tr {
    text-align: center;
    vertical-align: middle;
}

#cms.cms-4 table tbody tr td:first-child {
    border-right: 3px solid #e6e6e6;
}

#cms.cms-4 table a {
    color: #6BAED0;
}











/* PAGINATION */

.top-pagination-content div.pagination, .bottom-pagination-content div.pagination {
    width: 100%;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
}

.top-pagination-content .product-count, .bottom-pagination-content .product-count {
    position: absolute;
    /*font-family: 'Bebas Neue', sans-serif;*/
    right: 0

}

.top-pagination-content ul.pagination li.active > span, .bottom-pagination-content ul.pagination li.active > span {
    border: none;
    background-color: #33587d;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 25px;
}

.top-pagination-content ul.pagination li.active > span span, .bottom-pagination-content ul.pagination li.active > span span {
    background-color: #33587d;
    color: #fff;
    border-radius: 30%;
    width: 30px;
    height: 30px;
    line-height: 25px;
}

.top-pagination-content ul.pagination li > a, .top-pagination-content ul.pagination li > span, .bottom-pagination-content ul.pagination li > a, .bottom-pagination-content ul.pagination li > span {
    background-color: #ffffff;
    color: #33587d;
    border-radius: 30%;
    border: none;
    margin-left: 5px;
}

.top-pagination-content ul.pagination li > a span, .top-pagination-content ul.pagination li > span span, .bottom-pagination-content ul.pagination li > a span, .bottom-pagination-content ul.pagination li > span span {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
}

.top-pagination-content ul.pagination li > a:hover span, .bottom-pagination-content ul.pagination li > a:hover span {
    background: none;
    background-color: #33587d;
    border-radius: 30%;
    color: #fff;
}

#pagination_previous_bottom, #pagination_next_bottom {
    display: none;
}







/* FOOTER */

.footer-container {
    background: #2A3036;
}

.footer-container #bottom_links {
    position: relative;
}

.footer-container #footer {
    display: none;
}


/* Navigator Fixes */

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
}






/* FILTER CATALOGO */

#layered_block_left {
    margin-top: -66px !important;
    box-shadow: none !important;
    font: 300 14px 'Bebas Neue',sans-serif;
    padding: 15px 25px;
    position: absolute;
    right: 0;
    width: 50%;
    text-align: right;
}

#layered_block_left .title_block {
    display: none !important;
}

#layered_block_left #enabled_filters, #layered_block_left .layered_subtitle {
    display: none !important;
}

#layered_block_left .layered_slider_container {
    margin: 6px 0 6px 11px;
    width: 95%;
}

#layered_block_left label, #layered_block_left span {
    color: #fff;
}








/* CMS FUNCIONAMIENTO */


#cms.cms-6 #center_column {
    padding: 0;
    background-color: transparent;
}

#cms.cms-6 #center_column .banner-item img {
    margin: 0 !important;
}





/* CONTACT FORM */

#contact #center_column {
    padding: 0;
    margin-top: 50px;
}

#contact #columns {
    
}

#contact #center_column > div {
    padding-top: 30px;
    padding-left: 90px;
}

.contact-form-box .page-subheading, #contact h2 {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

#contact h2 {
    text-align: center;
}

#contact .contact-form-box select.form-control, #contact .contact-form-box input.form-control {
    max-width: inherit;
}

#contact .contact-form-box label {
    display: none;
}

#contact .contact-form-box .submit button {
    float: right;
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    color: #64b1e2;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

#contact .contact-form-box .submit button:hover span {
    color: #33587D;
}

#contact .contact-img {
    width: auto;
    max-width: inherit;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    margin-left: -65px;
}   

#contact .contact-mail {
    font-family: 'Source Sans Pro', sans-serif;
     /*font-family: 'Bebas Neue', sans-serif;*/
     color: #fff;
     font-size: 16px;
     margin-top: 13px;
     margin-bottom: 25px;
}

#contact .contact-mail a {
    font-weight: bold;
}

#contact .desc_contact {
    color: #fff;
    margin-bottom: 10px;
}

#contact .left-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-weight: bold;
    margin-top: 18px;    
    margin-bottom: 15px;
    text-decoration: underline;
}
#contact .left-title .hora{
    margin-top: 8px;
}

#contact .left-p {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 16px;
    color: #fff;
}

#contact .left-telf {
    font-size: 20px;
    font-weight: bold;
}

#contact #center_column a {
    color: #fff;
}

#contact #center_column a:hover {
    color: #33587D;
}

#contact .footer_links a.btn-default {
    color: #63AFE0 !important;
    padding: 5px;
    margin-left: 10px;
}





/* PREMIO FINAL */
#cms {

    font-family: 'Source Sans Pro', sans-serif;


}
#cms.cms-7 #center_column {
    padding: 0;
    color: #fff;
}

#cms.cms-7 #center_column .banner-item img {q
    margin: 0 !important;
}

#cms.cms-7 #center_column h1 {
    float: right;
    color: #C82506;
}

#cms.cms-7 #center_column .final-title p {
    margin-top: 40px;
}

#cms.cms-7 #center_column .final-title p img {
    float: left;
    max-width: 140px;
    margin-top: -35px;
}

#cms.cms-7 #center_column .rte div h2 {
    font-size: 43px;
    text-align: center;
    margin-top: 8%;
    font-weight: bold;
}

#cms.cms-7 #center_column .rte div h3 {
    font-size: 26px;
}

#cms.cms-7 #center_column .premio_content {
    padding-left: 80px;
    color: #666;
    margin: 5% 0 0;
}
#cms.cms-7 #center_column .todos-los-reinos, 
#cms.cms-7 #center_column .territorios {
    float: left;
    width: 100%
}
#cms.cms-7 #center_column .todos-los-reinos {
    margin: 0 6%;
    font-size: 18px;
}
#cms.cms-7 #center_column .todos-los-reinos p{
    font-size: 18px !important;
}
#cms.cms-7 #center_column .doblon-oro, 
#cms.cms-7 #center_column .doblon-plata, 
#cms.cms-7 #center_column .doblon-bronce {
    float: left;
    width: 100%;
    padding-left: 60px;
}
#cms.cms-7 #center_column .territorios {
    padding-left:20px;
}
#cms.cms-7 #center_column .territorios > h3 {
    padding-top: 25px;
    padding-bottom: 40px
}
#cms.cms-7 #center_column .col-left h3{
    padding-top: 16px;
    padding-bottom: 0px;
}
#cms.cms-7 #center_column .todos-los-reinos .col-left h3{
    padding-top: 24px;
    padding-bottom: 10px;
}

#cms.cms-7 #center_column .doblones {
    position: absolute;
    max-width: 100px;
    margin-left: -90px;
    width: 13%;
}
#cms.cms-7 #center_column .doblones_2 {
    position: absolute;
    max-width: 100px;
    margin-left: -90px;
    top:360px; 
    width: 8%;
}
#cms.cms-7 #center_column .col-left {
    padding-left: 20px;
}
#cms.cms-7 #center_column .col-left .text {
    font-size: 16px;
}

#cms.cms-7 #center_column .col-right {
}

#cms.cms-7 #center_column .rte .col-right h3 {
    text-align: left;
    padding: 12px 0 0;
}

#cms.cms-7 #center_column .col-right p img {
    max-width: 70%;
    margin: 0 auto;
}

#cms.cms-7 #center_column .doblon-1, #cms.cms-7 #center_column .doblon-2, #cms.cms-7 #center_column .doblon-3 {
    position: absolute;
    max-width: 70px;
    margin-left: -80px;
}

#cms.cms-7 #center_column .bold {
    font-weight: bold;
}

#cms.cms-7 #center_column .underline {
    font-size: 12px;
    margin:10px 0 0 0;
    text-decoration: underline;
}

#cms.cms-7 #center_column .text {
    font-size: 12px;
    margin: 0;
}
#cms.cms-7 #center_column .condiciones {
    float: left;
    width: 100%;
    padding-left: 60px;
    padding-top: 20px;
    margin-bottom: 30px;
}







/* CARRITO DESPLEGABLE */

#header .cart_block {
    position: relative;
    top: 48px;
    right: 200px;
    font: 600 15px/22px "Bebas Neue", sans-serif;
    z-index: 100;
    display: none;
    height: auto;
    background: #2A3036;
    color: #fff;
    width: 270px;
    border-top: 6px solid #fff;
}

#header .cart_block .block_content {
    border-top: 4px solid #BAD6E9;
}

#header .cart_block dt.first_item {
    background: none;
    border-top: none;
}

#header .cart_block dt {
    /* background: url(../../img/cart-shadow.png) repeat-x; */
    border-bottom: 1px solid #7A7A7A;
}

.cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px;
}

.cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px;
}

.cart_block .cart-info .product-name a {
    color: #fff !important;
}

#header .cart_block .cart-prices {
    border: none;
    color: #fff;
    background: #2a3036;
}

#header .cart_block .cart-buttons {
    background: #fff;
}

.cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    padding: 0;
}

.cart_block .cart-prices {
    border-top: 1px solid #50597b;
    padding: 10px 20px 10px 20px;
}

.cart-buttons a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #861E32;
}

.cart_block .cart-buttons a#button_order_cart span {
    font: 600 15px/22px "Bebas Neue", sans-serif;
    color: #fff;
}

.cart_block .cart-buttons a#button_order_cart span {
    padding: 7px 0;
    color: #fff;
    font-size: 1.1em;
    text-shadow: none!important;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: 12px 0px;
    background: #64B1E2;
}













/* PEDIDO RAPIDO */

.order-opc h1 {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 44px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    text-align: left;
}

.div-bonos {
    background-color: transparent !important;
}

#cart_summary tfoot td.total_price_container span {
    font: 600 18px/22px 'Bebas Neue', sans-serif;
}

#order-opc .page-heading.step-num span {
    font-style: initial !important;
    color: #fff;
}

#order-opc .address_delivery label {
    color: #fff;
}

.order_carrier_content .checkbox input {
    margin-left: 0 !important;
}

#order-opc #cart_summary tbody {
    background: #fff;
}

#order-opc .address li {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Source Sans Pro', sans-serif;*/
}










/* DIRECCIONES */

.addresses h1 {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 44px;
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
    text-align: right;
}











/* DIRECCIÓN */


.address h1 {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-size: 44px;
    line-height: 32px;
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
    text-align: right;
}





/* HISTORIAL PEDIDOS */


#history #center_column .title {
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 400;
    font-size: 50px;
    color: #fff;
    padding: 15px;
}

#history #center_column .title h1, #history .title i {
    float: left;
    margin: 0;
}

#history #center_column p.info-title {
    color: #fff;
    font-size: 25px;
}

#history #center_column .table td a.color-myaccount {
    color: #fff;
}

#history #center_column .price {
    color: #fff;
}

#history #center_column .history_date {
    color: #fff;
}

#history #center_column #order-detail-content .item td label{
    color: #fff;
}

#history #center_column .price {
    color: #000;
}

#history #center_column .history_price .price {
    color: #6d5b1b;
}

#history #center_column .address {
    text-align: center;
}

#history #order-list tr {
    background: rgba(255,255,255,0.3);
}





/* BÚSQUEDA */

.search_show {
    
}

#search_block_top h2 {
    color: #fff;
}

.cclose {
    color: #fff !important;
    border: 2px solid #fff !important;
}






/* PEDIDO RETURN */

.pedido-return {
    text-align: center;
}

.pedido-return ul {
    list-style: none;
    width: 60%;
    margin-left: 20%;
    margin-top: 25px;
    border: 1px solid #ccc;
    padding: 10px;
}

@media (max-width: 767px) {
    .pedido-return ul {
        width: 100%;
        margin-left: 0;
    }
}

.pedido-return ul li {
    padding: 5px;
    border-top: 1px solid #ccc;
}

.pedido-return ul li:first-child {
    border-top: none;
}

.pedido-return .subtitle {
    font-size: 18px;
}





/* PASSWORD RECOVERY */

#password #columns {
    background: #8A2432;
}

#password #center_column .box {
    margin-top: 25px;
    text-align: center;
}

#password #center_column .box input {
    margin: 0 auto;
}

#password .alert {
    position: relative;
}










/* HOME FEATURED LEFT COLUMN */
#left_column #homefeatured-left-column {
    padding: 0px 15px 10px 15px;
}

#left_column #homefeatured-left-column ul li {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6dd4;
    color: #f45a34;
}

#left_column #homefeatured-left-column ul li:last-child {
    border: none;
}

#left_column #homefeatured-left-column ul li a {
    float: left;
    margin-right: 7px;
    color: #f45a34;
}

#left_column #homefeatured-left-column ul li h5 {
    margin: 0;
}

#left_column #homefeatured-left-column ul li h5 a {
    float: left;
    margin-right: 7px;
    color: #f45a34;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: Bebas Neue;*/
    font-weight: bold;
    margin-bottom: 0;
}

#left_column #homefeatured-left-column .product-content {
    overflow: hidden;
}


















/* ----------------
    RESPONSIVE 
-------------------*/
@media (min-width: 769px) {    
    #block_top_menu {
        width: 85% !important;
    }
}

    
    .sf-menu > li > a {
        font: 600 18px/22px "Bebas Neue", sans-serif;
        padding: 20px 12px;
    }


@media (max-width: 1200px) {
    .sf-menu > li > a {
        font: 600 11px/22px "Bebas Neue", sans-serif;
        padding: 33px 7px;
    }

    #columnuserinfo .divscore span, #columnuserinfo .divspent span {
        font-size: 13px;
    }

    #columnuserinfo .vendor-button {
        font-size: 18px;
    }
}

@media (max-width: 1024px) { 
    .sf-menu > li > a {
        font: 600 11px/22px "Bebas Neue", sans-serif;
        padding: 11px 11px;
    }

    #layered_block_left {
        width: 60%;
    }

    #columnuserinfo .vendor-data .amount {
        font-size: 36px;
    }

    #columnuserinfo .vendor-button {
        font-size: 15px;
    }

    #columnuserinfo .vendor-button i {
        font-size: 25px;
    }

    #header .shopping_cart {
        padding-top: 10px !important;
    }

    .product-name {
        font-size: 11px;
    }

    .home-buttons a {
        font-size: 15px;
    }

    #left_column .product-name {
        font-size: 11px;
        line-height: 12px;
    }

    #product .pb-right-column {
        width: 100%;
    }



}

@media (max-width: 990px) { 

    .container {
        max-width: 900px;
        width: 96% !important;
    }

    #columnuserinfo .vendor-data .total {
        font-size: 16px ;
    }

    #columnuserinfo .divspent span, #columnuserinfo .ascore span  {
        font-size: 13px;
    }

    #columnuserinfo .vendor-data .amount {
        font-size: 36px;
    }

    #columnuserinfo .vendor-button {
        font-size: 15px;
    }

    #columnuserinfo .vendor-button i {
        font-size: 25px;
    }

    #myaccountinfo .ranking table tr td {
        font-size: 16px;
    }

    #myaccountinfo .pre-ranking i {
        font-size: 60px;
    }

    #myaccountinfo .pre-ranking span {
        font-size: 20px;
    }

    #left_column #homefeatured-left-column ul li a {
        float: none;
        display: inline-block;
        margin: 0 auto 10px;
    }

    #left_column #homefeatured-left-column ul li a {
        font-size: 11px;
    }

    #left_column #homefeatured-left-column ul li h5 a {
        font-size: 11px;
    }

    #layered_block_left {
        font: 300 14px 'Bebas Neue', sans-serif;
        padding: 15px 25px;
        position: relative;
        right: 0;
        width: 100%;
        margin: 0;
        padding-top: 40px;
    }

    #columnuserinfo .divscore span, #columnuserinfo .divspent span {
        font-size: 11px;
    }

}




@media (max-width: 767px) {

    /* Generales */

    .container {
        max-width: inherit;
        width: inherit !important;
    }

    h1 {
        font-size: 36px;
    }

    #cms h1 {
        font-size: 36px;
        text-align: left;
    }

    #left_column {
        display: none;
    }

    #header_logo {
        max-width: 100px;
        right: 5px;
        padding: 10px;
    }



    /* Login */

    #authentication #columns div.row {
        width: 100%;
    }

    #authentication #center_column .login-logo img {
        width: 100%;
    }

    #authentication #header_logo {
        display: none;
    }

    #authentication .logo_escudo_sage {
        top: 2%;
    }

    #authentication .logo_guerrero {
        top: 5%;
    }

    #authentication #register {
        width: 98%;
        left: 1%;
        top: 3%;
        height: 93%;
        overflow-y: scroll;
    }

    #authentication #register #close_legal {
        margin-right: 25px;
        margin-top: -7px;
    }

    #authentication #center_column .registro_usuarios > div {
        height: 100% !important;
    }

    #authentication #center_column .registro_usuarios img {
        display: none;
    }

    #authentication #center_column .registro_usuarios form {
        width: 100%;
    }

    #authentication #center_column .registro_usuarios .radio-inline {
        width: 20%;
    }

    #authentication #center_column .registro_usuarios label {
        padding: 0px 0 9px !important;
    }

    #authentication #center_column .matricula-info {
        margin-left: 123px;
    }



    /* Menú */

    #block_top_menu .sf-menu > li > a {
        padding: 15px 20px;
    }

    #block_top_menu {
        margin-top: 0;
        padding: 0;
    }

    .cat-title {
        background: #64B1E2;
        border-bottom: 2px solid;
        border-bottom-color: #2E719B;
        color: white;
        text-align:center;
    }

    .cat-title:hover {
        background: #295774;
        border-bottom: 2px solid;
        border-bottom-color: #2E719B;
        color: white
    }

    .shopping_cart:before {
        display: none;
    }

    .shopping_cart > a:first-child {
        float: left;
    }


    /* Búsqueda */

    .ppush {
        background: transparent;
        float: left;
        margin-left: 15px;
        margin: 0;
        position: absolute;
        right: -20px;
        z-index: 99;
        top: 6px;
    }

    .ppush:after, .ppush i:after {
        display: none !important;
    }

    .search_show {
        padding-top: 18%!important;
    }

    #search_block_top #searchbox {
        margin-top: 0;
        width: 89%;
    }

    #search_block_top .btn.button-search {
        color: #fff;
        padding: 10px 0 10px 0;
        box-shadow: none;
    }

    #search_block_top .btn.button-search:before {
        font-size: 30px;
    }

    .cclose {
        top: -50px;
        right: 10px;
    }



    /* Mi Cuenta */

    #my-account #left_column {
        display: block;
        min-height: 1000px;
        border-right: none;
    }

    #my-account #banner_footer_left, #my-account #banner_footer_right {
        width: 100%;
        max-height: inherit;
    }

    #my-account #banner_center, #my-account #banner_footer_left {
        border-right: none;
    }

    #my-account #banner_footer_right {
        padding-bottom: 0;
    }

    #columnuserinfo .contact-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    }

    #columnuserinfo .contact-link a {
        font-family: 'Bebas Neue', sans-serif;
        font-weight: bold;
        font-size: 25px;
    }

    #columnuserinfo .contact-link a:hover, #columnuserinfo .contact-link a:active, 
    #columnuserinfo .contact-link a:visited, #columnuserinfo .contact-link a:focus {
        color: #58C033;
    }

    #columnuserinfo .contact-link img {
        max-width: 40px;
        margin-right: 5px;
        -webkit-transition: -webkit-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
    }

    #columnuserinfo .contact-link a:hover img {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    /*#columnuserinfo .column-logo {
        position: relative;
        bottom: 0;
        margin-top: 15px;
    }*/

    #banner_center {
        width: 100%;
    }

    #myaccountinfo {
        width: 100%;
    }

    #myaccountinfo .ranking table {
        margin: 5px auto 5px;
    }

    #myaccountinfo .ranking .rank-general {
        padding: 0;
    }

    #myaccountinfo .ranking .rank-general a {
        font-size: 15px;
    }

    #my-account #banner_center img {
        height: auto;
        width: 100%;
    }

    #my-account #banner_footer_left img {
        width: 100%;
    }

    #columnuserinfo .vendor-data .total {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0;
        margin-top: 10px;
    }

    #myaccountinfo #slider .home-pre-ranking {
        display: none;
    }

    #myaccountinfo .ranking {
        padding: 0 15px;
        margin-left: -10px;
    }


    /* Mis DATOS */

    #identity #columns div.row {
        width: 100%;
    }

    #identity #center_column .login-logo {
        margin-top: 20px;
    }

    #identity #center_column .login-logo img {
        width: 100%;
    }

    #identity .left_identity {
        margin-top: -90px;
    }


    /* Ranking */

    #ranking .pre-ranking {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    #ranking .pre-ranking a {
        width: 25%;
    }

    #ranking .rank-table #encabezado .Pos {
        padding-left: 8px;
    }

    #ranking .rank-table #encabezado .Nombre {
        padding-left: 43px;
    }

    #ranking .rank-table #encabezado .Partner {
        display: none;
    }

    #ranking .rank-table #encabezado .Estrellas {
        padding-left: 58px;
        float: right;
        margin-right: 15px;
    }

    #ranking .rank-table #datos .position {
        width: 7%;
        margin-top: 15px;
    }

    #ranking .rank-table #datos .shield {
        width: 14%;
        margin-top: 10px;
    }

    #ranking .rank-table #datos .name {
        width: 60%;
        font-size: 20px;
    }

    #ranking .rank-table #datos .company {
        width: 75%;
        margin-left: 21%;
        margin-top: 0;
    }

    #ranking .rank-table #datos .balance {
        float: right;
        margin-top: -36px;
    }

    #ranking .rank-table #datos .total {
        margin-top: -60px;
    }

    #ranking.territorios .rank-table > div {
        width: 100%;
    }

    #ranking.territorios .rank-table #encabezado .Territorio {
        padding-left: 45px;
    }

    #ranking.territorios .Conquistadores #datos .company {
        margin-left: 10px;
        width: 42%;
    }

    #ranking.territorios .Conquistadores #datos .total {
        margin-top: 10px;
    }

    #ranking.territorios .Conquistas #encabezado .Estrellas {
        padding-left: 50px;
    }

    #ranking.territorios .Conquistas #datos .company {
        margin-left: 10px;
        width: 42%;
    }

    #ranking.territorios .Conquistas #datos .balance {
        margin-top: 10px;
    }

    #ranking.territorios .Conquistas #datos .total {
        margin-top: 10px;
        margin-right: 15px;
    }

    #ranking.territorios .Reino #encabezado .Ventas {
        padding-left: 50px;
        float: right;
        margin-right: 24px;
    }

    #ranking.territorios .Reino #datos .company {
        margin-left: 10px;
        width: 42%;
        margin-top: 10px;
    }

    #ranking.territorios .Reino #datos .balance {
        margin-top: 10px;
    }

    #ranking.territorios .Reino #datos .total {
        margin-top: 10px;
        margin-right: 15px;
    }

    #ranking.territorios .ONE #encabezado .Ventas {
        padding-left: 50px;
        float: right;
        margin-right: 24px;
    }

    #ranking.territorios .ONE #datos .company {
        margin-left: 10px;
        width: 42%;
    }

    #ranking.territorios .ONE #datos .balance {
        margin-top: 10px;
    }

    #ranking.territorios .ONE #datos .total {
        margin-top: 10px;
        margin-right: 15px;
    }

    #ranking.territorios .Conta+ #encabezado .Ventas {
        padding-left: 50px;
        float: right;
        margin-right: 24px;
    }

    #ranking.territorios .Conta+ #datos .company {
        margin-left: 10px;
        width: 42%;
    }

    #ranking.territorios .Conta+ #datos .balance {
        margin-top: 10px;
    }

    #ranking.territorios .Conta+ #datos .total {
        margin-top: 10px;
        margin-right: 15px;
    }







    /* Catálogo */


    .blockcart {
        right: 0;
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

    .shopping_cart {
        margin: 0 !important;
    }

    .content_scene_cat .content_scene_cat_bg {
        padding: 5px 0;
    }

    .content_scene_cat span.category-name {
        margin: 0;
        text-align: center;
    }

    .content_scene_cat .cat_desc {
        text-align: center;
    }

    .cat_desc > .rte {
        display: none;
    }

    .home-buttons {
        justify-content: center;
    }

    .home-buttons .home {
        width: 30%;
    }

    .home-buttons .home i {
        font-size: 25px;
    }

    .home-buttons a {
        width: auto;
        margin: 0;
        margin-right: 5px;
        margin-bottom: 5px;
        line-height: 28px;
        max-width: 32%;
    }

    .home-buttons a:last-child {
        margin-right: 0;
    }

    .content_scene_cat span.category-name {
        padding-bottom: 0 !important;
    }

    ul.product_list.grid > li .product-container .product-image-container {
        width: 100%;
        max-width: inherit !important;
    }

    ul.product_list .product-image-container img {
        width: 100% !important;
    }

    .content_scene_cat #layered_block_left {
        padding: 0;
        position: relative;
        right: 0;
        margin-top: 0 !important;
        width: 100%;
    }

    #layered_block_left .layered_slider_container {
        margin: 10px;
        width: 93%;
    }

    .content_scene_cat #layered_block_left .title_block {
        padding: 0;
    }

    .content_scene_cat .block .block_content {
        margin-bottom: 0;
    }

    #category .product-name {
        font-size: 14px;
    }






    /* Página Producto */

    .content_prices {
        width: 100%;
        text-align: center;
    }

    #product .box-cart-bottom {
        width: 50%;
    }

    #product .box-info-product .exclusive span {
        padding: 12px 30px 14px 30px !important; 
    }

    #product .product_attributes {
        padding: 5px 5px 3px 0px;
    }

    #quantity_wanted_p input {
        width: 100%;
        height: 19px;
        padding: 0px 10px;
        float: left;
        border: 1px solid #d6d4d4;
        line-height: 20px;
        text-align: center;
    }

    #quantity_wanted_p .btn {
        float: left;
        margin-left: 0px !important;
        width: 50%;
        text-align: center;
    }

    .btn.button-plus span, .btn.button-minus span {
        width: 100%;
    }

    #product .product-box {
        width: 33.33% !important;
        min-height: 140px;
    }

    #productscategory_list .product-name a, .accessories-block .product-name a {
        font-size: 10px !important;
        line-height: 10px !important;
    }

    #productscategory_list .product-name {
        font-size: 10px !important;
        line-height: 15px;        
    }

    #productscategory_list .product-box .product-image {
        margin-bottom: 0 !important;
    }

    #productscategory_list h5 {
        margin-top: 0px;
    }

    #productscategory_list .bx-viewport {
        overflow: inherit !important;
    }

    #productscategory_list #bxslider1 {
        width: 100% !important;
    }

    #productscategory_list #bxslider1 li {
        margin-right: 0 !important;
    }

    .pb-left-column #image-block {
        width: 100%;
    }

    #product .blockproductscategory {
        margin-bottom: 15px;
    }



    /* POPUPS INFO */

    #legal_identity, #rights_identity, #contact_identity, #transfer_identity {
        width: 94%;
        left: 3%;
        overflow: auto;
    }
    .popup_info {
        height: 500px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 20px;
        margin: 53px 0;
    }




    /* POPUP AÑADIDO CARRITO */

    #layer_cart .layer_cart_product h2{
        margin: 0 0 10px;
    }

    #layer_cart .layer_cart_product .product-image-container {
        margin: 0 auto;
    }

    #layer_cart .layer_cart_product .layer_cart_product_info {
        padding: 10px 0 0;
    }

    #layer_cart .layer_cart_cart {
        padding: 0 30px 80px 30px;
    }

    .ajax_cart_quantity {
        padding: 5px 10px 4px;
        background: #024866;
    }

    .button.button-medium span {
        padding: 10px 8px;
    }


    /* SHOPPING CART */

    .shopping-summary {
        float: left;
        padding: 0;
    }

    .page-heading span.heading-counter {
        color: #fff;
    }

    .shopping-buttons {
        float: right;
    }

    #order-opc .cart_navigation {
        margin-top: 0 !important;
        padding: 0 !important;
    }

    #header .cart_block {
        display: none !important;
    }

    #order-detail-content #cart_summary tr {
        position: relative;
    }

    #order-detail-content #cart_summary td.cart_product {
        width: 40%;
    }

    #order-detail-content #cart_summary td.cart_description {
        width: 60%;
        text-align: right;
    }

     #order-detail-content #cart_summary td.cart_unit {
        width: 60%;
        float: right;
    }        

    #order-detail-content #cart_summary td.cart_total {
        width: 60%;
        float: right;
    }        

    #order-detail-content #cart_summary td:before {
        float: left;
        font-size: 12px;
    }

    .cart_quantity .cart_quantity_input {
        float: left;
    }

    #order-detail-content #cart_summary td div {
        margin-top: 0;
    }

    #order-detail-content #cart_summary td.cart_quantity {
        clear: none;
        padding: 0;
        float: left;
        width: auto;
        text-align: right;
        position: absolute;
        bottom: 20px;
        left: 12px;
    }

    .cart_quantity .cart_quantity_input, #order-detail-content #cart_summary td div {
        float: right;
    }

    #order-detail-content #cart_summary td.cart_delete {
        width: 60%;
        float: right;
        clear: none;
    }

    #order-detail-content #cart_summary tbody td .price {
        list-style: none;
        text-align: right;
    }



    /* PAGINATION */

    .top-pagination-content .product-count, .bottom-pagination-content .product-count {
        position: relative;
    }





    /* RANKING */

    .rank-table {
        padding: 0;
    }

    .rank-table, #ranking .rank-table table tr td, #ranking .rank-table table tr td {
        font-size: 16px;
    }





    /* HISTORY PURSE */

    #historypurse {
        padding: 0;
    }

    #historypurse table tr th, #historypurse table tr td {
        font-size: 16px;
    }


}


@media (max-width: 320px) {

    .home-buttons a {
        font-size: 9px;
    }

    #product .our_price_display {
        font-size: 18px;
    }

    .order-opc h1 {
        font-size: 30px ;
    }

    #order-detail-content #cart_summary tbody td.cart_description {
        width: 50%;
    }
}







/* My Account Banner Objective */

#banner_footer_right {
    position: relative;
}

/*#banner_footer_right img{
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: absolute;*/
}

#banner_footer_right #ban_objective{
    z-index: 11;
    position: absolute;
    top: 31%;
    left: 5%;
    font-size: 22px;
    font-weight: bold;
    color: #9e1731;
    width: 30%;
    text-align: center;
    height: 13%;
    line-height: 31px;
}
#banner_footer_right #ban_award{
    z-index: 11;
    position: absolute;
    top: 55%;
    left: 31%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 39%;
    height: 43px;
    line-height: 43px;
    text-align: center;
}

#banner_footer_right #ban_award span {
    font-size: 16px;
    font-family: 'Open Sans';
    line-height: 40px;
    position: absolute;
    width: 100%;
    left: 0;
}

#banner_footer_right #ban_award_top {
    z-index: 11;
    position: absolute;
    top: 72%;
    right: 2%;
    font-size: 16px;
    font-weight: bold;
    color: #9D1730;
    width: 30%;
    text-align: center;
    height: 13%;
    line-height: 31px;
}


#banner_footer_right #ban_sentence{
    z-index: 11;
    position: absolute;
    top: 85%;
    left: 5%;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    color: #9e1731;
    text-align: center;
    width: 90%;
}

#banner_footer_right .progress {
    background: transparent;
    height: 43px;
}

@media (max-width: 1199px) {

    #banner_footer_right {
       /* height: 232px;*/
    }

    #banner_footer_right #ban_objective {
        font-size: 18px;
    }

    #banner_footer_right #ban_award {
        height: 35px;
        line-height: 35px;
    }

    #banner_footer_right #ban_sentence{
        left: 5%;
        font-size: 17px;
    }

    #banner_footer_right .progress {
        height: 35px;
    }

    #banner_footer_right #ban_award span {
        line-height: 35px;
    }
}

@media (max-width: 991px) {
    #banner_footer_right {
        /*height: 180px;*/
    }

    #banner_footer_right #ban_objective{
        top: 31%;
        left: 5%;
        font-size: 13px;
        line-height: 23px;
    }

    #banner_footer_right #ban_award {
        top: 55%;
        left: 31%;
        font-size: 17px;
        line-height: 28px;
        height: 27px;
    }

    #banner_footer_right #ban_sentence{
        font-size: 11px;
    }

    #banner_footer_right .progress {
        height: 27px;
    }

    #banner_footer_right #ban_award span {
        line-height: 27px;
    }

    #myaccountinfo .ranking table {
        width: 100%;
        margin: 10px auto 5px;
    }

    #myaccountinfo .ranking table tr td {
        font-size: 13px;
    }

    #myaccountinfo .pre-ranking .indicator {
        right: -20px;
    }

    #myaccountinfo .ranking .rank-general {
        padding: 10px 5px;
    }

    #myaccountinfo .ranking .rank-general a {
        font-size: 11px;
    }
}

@media (max-width: 767px) {

    #left_column {
        min-height: 0 !important;
    }

    #left_column .column-logo, #left_column #column_links {
        position: relative;
        bottom: inherit;
        margin: 0 auto;
    }

    #banner_footer_right {
        padding-bottom: 56%;
    }

    #banner_footer_right #ban_objective{
        top: 29%;
        left: 5%;
        font-size: 2.2em;
        line-height: 1.9em;
    }

    #banner_footer_right #ban_award {
        top: 53%;
        left: 31%;
        font-size: 3em;
        line-height: 1.5em;
        height: 1.5em;
    }

    #banner_footer_right #ban_sentence{
        font-size: 1.8em;
        left: 5%;
    }

    #banner_footer_right .progress {
        height: 55px;
    }

    #banner_footer_right #ban_award span {
        line-height: 50px;
    }

    #banner_footer_right #ban_award_top {
        font-size: 23px;
    }

    #product .blockproductscategory ul li {
        text-align: center;
    }

    #columnuserinfo {
        padding-top: 15px;
        padding-bottom: 15px;
        min-height: 0;
    }

    #columnuserinfo .avatar {
        float: left;
        width: 100%;
        padding-bottom: 0px;
    }

    #columnuserinfo .user-notification {
        padding: 0 15px 5px 15px;
    }

    #columnuserinfo .documentation a img {
        width: 75%;
    }

    #columnuserinfo .user-role, #columnuserinfo .user-data {
        float: right;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0px;
    }

    #columnuserinfo .vendor-data {
        width: 33%;
        float: left;
        clear: both;
        border-bottom: none;
    }

    #columnuserinfo .vendor-data > a > div {
        position: relative;
        margin-top: 10px;
    }

    #columnuserinfo .vendor-data i {
        position: absolute;
        transform: inherit;
        color: #fff;
        width: 20%;
        float: left;
        margin-top: 0;
        margin-left: -48px;
        font-size: 50px;
    }

    #columnuserinfo .vendor-data .total {
        float: left;
        margin-top: 0;
    }

    #columnuserinfo .vendor-sub-data {
        width: 66%;
        float: left;
        border-top: 3px solid #fff;
    }

    #columnuserinfo .vendor-button {
        font-size: 2em ;
    }

    #column_links {
        float: left;
    }

    .sf-menu > li {
        text-align: center;
    }

    .sf-menu > li > a {
        font-size: 18px;
    }

    #authentication #page {
        position: relative;
    }

    #authentication #center_column .login-logo img {
        width: inherit;
        max-width: 80%;
    }

    #bottom_links {
        background: #00567d;
        padding: 0 5px;
        float: left;
        width: 100%;
        bottom: 0 !important;
        text-align: center;
        font-size: 13px;
    }

    .column-logo img {
        margin-top: 20px;
    }

    #columnuserinfo .divscore img {
        top: -6px;
    }

    #columnuserinfo .divspent, #columnuserinfo .divscore, #columnuserinfo .vendor-data > div {
        position: relative;
        text-align: center;
        padding: 15px 0;
    }

    #columnuserinfo .divscore img {
        position: relative;
        margin: initial;
        left: initial;
        right: initial;
        top: 0px;
        left: -5px;
    }

    #columnuserinfo .divspent img {
        position: relative;
        margin: initial;
        left: initial;
        right: initial;
        top: 0px;
        left: -5px;
    }

    #columnuserinfo .vendor-data img {
        position: absolute;
        margin: initial;
        left: initial;
        right: 5px;      
    }

    #columnuserinfo .aspent span, #columnuserinfo .ascore span {
        padding: 0;
    }

    /* CMS */

    #cms .funcionamiento .first-div, #cms .funcionamiento .second-div, #cms .funcionamiento .third-div, #cms .funcionamiento .fourth-div {
        width: 95%;
        padding: 0 0 0 5%;
    }

    #cms .funcionamiento .number {
        margin-left: 0;
    }

    #cms .funcionamiento .title-bottom {
        padding-left: 50px;
    }

    #cms.cms-7 #center_column .premio_content {
        padding-left: 15px;
    }

    #cms.cms-7 #center_column .col-left {
        padding-left: 70;
    }

    #cms.cms-7 #center_column .todos-los-reinos .col-left h3 {
        padding-left: 80px;
    }

    #cms.cms-7 #center_column .doblones {
        width: 23%;
        margin-left: -6px;
    }

    #cms.cms-7 #center_column .doblones_2 {
        width: 19%;
        margin-left: -12px;
        margin-top: -130px;
        top: 0;
        position: relative;
    }

    #cms.cms-7 #center_column .territorios > h3 {
        padding-left: 50px;
    }

    #cms.cms-7 #center_column .doblon-oro, #cms.cms-7 #center_column .doblon-plata, #cms.cms-7 #center_column .doblon-bronce {
        padding-left: 46px;
    }

    #cms.cms-7 #center_column .condiciones {
        padding-left: 0;
    }

    #cms.cms-7 #center_column .col-right {
        text-align: center;
    }

    #cms.cms-4 table {
        width: 100%;
    }

    #cms #center_column .funcionamiento .conquistando img {
        margin-left: -50px;
    }



    /* CONTACTO */

    #contact #center_column {
        margin-top: 0;
    }

    #contact #center_column > div {
        padding-left: 15px;
    }

    #contact .left-title {
        padding-left: 60px;
    }

    #contact .contact-img {
        margin-left: 0;
    }

    #contact .contact-mail {
        padding-left: 60px;
    }

    #contact .left-telf {
        width: 100%;
        text-align: center;
        float: left;
    }

}

@media (max-width: 599px) {
    #banner_footer_right {
        padding-bottom: 56%;
    }

    #banner_footer_right #ban_objective{
        top: 29%;
        left: 5%;
        font-size: 19px;
    }

    #banner_footer_right #ban_award {
        top: 53%;
        left: 31%;
        font-size: 25px;
    }

    #banner_footer_right #ban_sentence{
        font-size: 18px;
        left: 5%;
        top: 81%;
    }

    #banner_footer_right .progress {
        height: 43px;
    }

    #banner_footer_right #ban_award span {
        line-height: 40px;
    }

    #banner_footer_right #ban_award_top {
        top: 69%;
        font-size: 16px;
    }
}

@media (max-width: 480px) {

    #banner_footer_right {
        padding-bottom: 56%;
    }

    #banner_footer_right #ban_objective{
        top: 29%;
        left: 5%;
        font-size: 17px;
    }

    #banner_footer_right #ban_award {
        top: 53%;
        left: 31%;
        font-size: 24px;
    }

    #banner_footer_right #ban_sentence{

    }

    #banner_footer_right .progress {
        height: 34px;
    }

    #banner_footer_right #ban_award span {
        line-height: 30px;
    }

    #banner_footer_right #ban_award_top {
        top: 69%;
        font-size: 16px;
    }

    .shopping_cart > a:first-child {
        margin-top: 0;
        margin-right: 120px;
    }

    #header .shopping_cart {
        padding-top: 5px !important;
    }

    #left_column {
        border-bottom: 4px solid #fff;
        padding-bottom: 30px;
    }

    #columnuserinfo .avatar img {
        width: 100px;
        height: 100px;
    }

    #columnuserinfo .vendor-data {
        padding: 0;
    }

    #columnuserinfo .vendor-data i {
        display: none;
    }

    #columnuserinfo .vendor-data > a > div {
        text-align: center;
    }

    #columnuserinfo .vendor-data .amount {
        font-size: 22px;
        width: 80%;
    }

    #columnuserinfo .aspent .spent, #columnuserinfo .ascore .score {
        font-size: 16px;
    }

    #columnuserinfo .vendor-data .total {
        padding-right: 0;
        font-size: 14px;
    }

    .funcionamiento {
        float: left;
    }

    .ppush {
    }

    #search_block_top {
        float: left;
        padding-top: 11% !important;
    }

    #search_block_top h2 {
        margin-left: 0;
        margin-bottom: 10px;
        top: 0;
        position: relative;
    }

    #order-detail-content #cart_summary td div {
        width: 57px;
    }

    .table tbody > tr > td.cart_quantity .cart_quantity_button a {
        width: 47%;
    }

    #order-opc .shopping-buttons {
        display: none;
    }
}


@media (max-width: 320px) {
    #banner_footer_right {
        padding-bottom: 56%;
    }

    #banner_footer_right #ban_objective{
        font-size: 13px;
    }

    #banner_footer_right #ban_award {

        font-size: 15px;
    }

    #banner_footer_right #ban_sentence{
        font-size: 12px;
    }

    #banner_footer_right .progress {
        height: 23px;
    }

    #banner_footer_right #ban_award span {
        line-height: 23px;
        font-size: 12px;
    }
}


.pie-responsive {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow:hidden;
}

.pie-responsive > div {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}





/* 05-05-16 - FIXES */

#order-opc .payment_module a {
    max-width: 150px;
    border-radius: 0px;
    position: relative;
    display: block;
    background-color: #B9524D;
    padding: 0px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border: none;
    color: #fff;
    padding: 15px;
}

#order-opc .payment_module a span {
    color: #fff !important;
}

#order-opc .cart_navigation a {
    padding: 5px;
    background-color: #5687C3;
    color: #fff;
}

#order-opc .cart_navigation a i {
    color: #fff;
}

#order-opc .cart_navigation a:hover {
    background-color: #ccc;
} 

#search_block_top {
    width: 100%;
    margin-top: 30px;
}

#search_block_top .search-title {
    display: block;
    float: right;
    cursor: pointer;
    color: #000;
    width: 100%;
    position: relative;
    margin-top: -49px;
}







/* 27-9-16 - FIXES */

#category #left_column {
    /*height: auto !important;*/
    min-height: 1354px ;
}

#product #left_column {
    /*height: auto !important;*/
}

#category #left_column .column-logo, #category #left_column #column_links,
#product #left_column .column-logo, #product #left_column #column_links{
    /*position: relative;
    bottom: inherit;
    margin: 0 auto;*/
}





/* 30-9-16 - FIXES */

@media (min-width: 1200px) {
    #banner_footer_left img, #banner_footer_right img {
        height: 280px;
        max-width: none !important;
    }
}

@media (max-width: 1199px) {
    #banner_footer_left, #banner_footer_right {
        width: 100%;
        max-height: none;
    }
}

@media (min-width: 991px) {
    #cms .lg {
        display: block;
    }

    #cms .xs {
        display: none;
    }
}

@media (max-width: 990px) {
    #cms .lg {
        display: none;
    }

    #cms .xs {
        display: block;
    }  
}

#bt_total_bottles, #bt_time_bottles{
    color: #000;
}


#table_total_bottles_div {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 0 15px;
}







/* ScrollBars */

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}








/* Ranking Slider */

#slider {
  position: relative;
  overflow: hidden;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 526.5px;
  height: 300px;
  text-align: center;
}

#slider ul li table {
    line-height: initial;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 0;
  z-index: 999;
  display: block;
  padding: 2% 3%;
  width: auto;
  height: auto;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}










/* Aviso del formulario de Matrícula */

.matricula-alert {
    display: none;
    position: absolute;
    background: white;
    padding: 5px;
    color: red;
    font-size: 14px;
    width: 250px
    margin-left: 10px;
    margin-top: -15px;
    z-index: 999;
    font-family: 'bebas neue';
    text-align: center;
    box-shadow: 0 3px 0px 0px #247a9c;
    border-radius: 10px;
}

.matricula-alert:before {
    content: "\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: -10px;
    top: 20px;
}



