body{
    font-family:'Helvetica Neue', Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif
}

#carouselCaptions .carousel-item {
    height: calc(100vh - 115px);
    min-height: calc(100vw * 0.47);
    background: no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#motivo-azul{
    background: transparent url("../img/bg/bgMotivoAzul2.png") no-repeat left center;
    position: absolute;
    top:0px;
    bottom: 0px;
    left: -100px;
    right: 0px;
    z-index: 10;
    pointer-events: none;
    opacity: 75%;
}
#motivo-verde{
    background: transparent url("../img/bg/bgMotivoVerde.png") no-repeat right top;
    position: absolute;
    top:0px;
    top: 70px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    pointer-events: none;
    opacity: 75%;
}

#motivo-azul2{
    background: transparent url("../img/bg/bgMotivoAzul2.png") no-repeat left center;
    position: absolute;
    top:0px;
    bottom: 0px;
    left: -80px;
    right: 0px;
    z-index: 10;
}

.carousel-caption {
    left: 290px;
    left: 325px;
    right: 15%;
    top: 25%;
    bottom: unset;
    background-color: rgba(255,255,255,0.5);
    padding: 15px;
}

.fw-light{
    font-weight: 300;
}
.fw-normal{
    font-weight: normal;
}
.fw-regular{
    font-weight: 500;
}
.fw-bold{
    font-weight: bold;
}
.fw-bolder{
    font-weight: 900;
}

.size8{font-size:8px !important;}
.size9{font-size:9px !important;}
.size10{font-size:10px !important;}
.size11{font-size:11px !important;}
.size12{font-size:12px !important;}
.size14{font-size:14px !important;}
.size15{font-size:15px !important;}
.size16{font-size:16px !important;}
.size18{font-size:18px !important;}
.size20{font-size:20px !important;}
.size22{font-size:22px !important;}
.size25{font-size:25px !important;}
.size30{font-size:30px !important;}
.size35{font-size:35px !important;}
.size40{font-size:40px !important;}
.size45{font-size:45px !important;}
.size50{font-size:50px !important;}
.size55{font-size:55px !important;}
.size60{font-size:60px !important;}
.size65{font-size:66px !important;}
.size70{font-size:70px !important;}

.w10{width:10px;}
.w15{width:15px;}
.w20{width:20px;}
.w25{width:25px;}
.w30{width:30px;}
.w40{width:40px;}
.w50{width:50px;}
.w60{width:60px;}
.w70{width:70px;}
.w75{width:75px;}
.w80{width:80px;}
.w90{width:90px;}
.w100{width:100px;}
.w125{width:125px;}
.w150{width:150px;}
.w175{width:175px;}
.w200{width:200px;}
.w225{width:225px;}
.w250{width:250px;}
.w275{width:275px;}
.w300{width:300px;}
.w325{width:325px;}
.w350{width:350px;}
.w375{width:375px;}
.w400{width:400px;}
.w425{width:425px;}
.w450{width:450px;}
.w475{width:475px;}
.w500{width:500px;}
.w525{width:525px;}
.w550{width:550px;}
.w575{width:575px;}
.w600{width:600px;}

.h20{height:20px;}
.h25{height:25px;}
.h30{height:30px;}
.h40{height:40px;}
.h50{height:50px;}
.h60{height:60px;}
.h70{height:70px;}
.h75{height:75px;}
.h80{height:80px;}
.h90{height:90px;}
.h100{height:100px;}
.h125{height:125px;}
.h150{height:150px;}
.h175{height:175px;}
.h200{height:200px;}
.h225{height:225px;}
.h250{height:250px;}
.h275{height:275px;}
.h300{height:300px;}
.h325{height:325px;}
.h350{height:350px;}
.h375{height:375px;}
.h400{height:400px;}

.pb2{padding-bottom: 2px}
.pb3{padding-bottom: 3px}
.pb5{padding-bottom: 5px}
.pb10{padding-bottom: 10px}
.pb15{padding-bottom: 15px}

.maxw100 {width:100%; max-width: 100px;}
.maxw150 {width:100%; max-width: 150px;}
.maxw200 {width:100%; max-width: 200px;}
.maxw250 {width:100%; max-width: 250px;}
.maxw300 {width:100%; max-width: 300px;}
.maxw350 {width:100%; max-width: 350px;}
.maxw400 {width:100%; max-width: 400px;}
.maxw450 {width:100%; max-width: 450px;}
.maxw500 {width:100%; max-width: 500px;}
.maxw550 {width:100%; max-width: 550px;}
.maxw600 {width:100%; max-width: 600px;}
.maxw650 {width:100%; max-width: 650px;}
.maxw700 {width:100%; max-width: 700px;}
.maxw750 {width:100%; max-width: 750px;}
.maxw800 {width:100%; max-width: 800px;}
.maxw850 {width:100%; max-width: 850px;}

.z10 {z-index: 10;}
.z20 {z-index: 20;}
.z2000{z-index: 2000 !important;}

.pointer-events-all{pointer-events: all;}
.pointer-events-none{pointer-events: none;}

.bottom{
    position: relative;
    b_ottom: 0px;
}

.nolink, .nolink:hover, .nolink:visited, .nolink:focus{text-decoration:none;}

/* Colores especificos */

:root {
    --colorPrincipal: #003951;
    --colorPrincipalInverso: #fff;

    --colorPrincipal80pct:  #003951EE;
    --colorPrincipalInverso80pct: #ffffffEE;

    --colorPrincipalClaro:#00a8ff;
    --colorPrincipalClaroInverso:#fff;

    --colorPrincipalClaritoTablas: #c7e8f6;
}

.colorPrincipal{color: #003951}
.fondoPrincipal{background-color: #003951}

.colorPrincipalInverso{color: #fff}
.fondoPrincipalInverso{background-color: #fff}

.colorPrincipalClaro{color: #00a8ff}
.fondoPrincipalClaroInverso{background-color:#fff}

.fondoPrincipalClaro{background-color: #00a8ff}

.fondoBlanco{
    background-color:#fff;
}

.colorNegro{color:#000;}
.colorGris3{color:#333;}
.colorGris6{color:#666;}
.colorGris8{color:#888;}
.colorGris9{color:#999;}
.colorGrisA{color:#AAA;}
.colorGrisC{color:#CCC;}
.colorGrisD{color:#DDD;}
.colorGrisEEE{color:#EEE;}
.colorBlanco{color:#FFF;}


.b-1-c{border:solid 1px #cccccc;}
.b-1-e{border:solid 1px #eeeeee;}

/* Botones */

.btn-bayer{
    background-color:#003951;
    color:#fff;
    border-radius: 0px;
    text-transform: uppercase;
    min-width: 240px;
    padding: 12px 15px !important;
}
.btn-bayer:hover{
    background-color:#003951EE;
    color:#ffffffEE;
}

#BtnBuscar, .btn-peq {
    min-width: 0px;
    width: auto !important;
}

.btn-bayer-inv{
    background-color:#fff;
    color:#003951;
    border-radius: 0px;
    border:solid 1px #003951;
    text-transform: uppercase;
}
.btn-bayer-inv:hover{
    background-color:#ffffffEE;
    color:#003951EE;
}

.btn-bayer-footer, .btn-bayer-light{
    color:#00a8ff;
    background-color:#fff;
    border-radius: 0px;
    font-size:15px;
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 0px;
    font-weight: regular;
    text-transform: uppercase;
}
.btn-bayer-footer:hover, .btn-bayer-light:hover{
    color:#003951EE;
    background-color:#ffffffEE;
    font-size:15px;
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 0px;
    font-weight: regular;
}


.btn-lg{
    padding:15px 50px;
    font-size:16px;
}

.btn-md{
    padding:11px 32px;
    font-size:14px;
}



.btn-md.btn-bayer-light, .btn-md.btn-bayer-light:hover{
    font-size:17px;
    padding:11px 32px;
}
.btn-sm{
    padding:5px 25px;
    font-size:12px;
}
.btn-sm:link, .btn-sm:hover{
    padding:5px 25px;
    font-size:12px;
}

.controlslider{
    background-color:rgba(255,255,255,0.7);
    right:260px;
    left:unset;
    display:flex;
    margin-left: unset;
    margin-right: unset;

    position: absolute;
    padding:0px 15px;
    bottom: 0px;
    margin-bottom: 0px;
    z-index: 10;

}
.carousel-indicators{

    left:unset;
    display:flex;
    margin-left: unset;
    margin-right: unset;

    position: unset;
    padding:30px 0px;
    margin-bottom: 0px;

}

.carousel-indicators li {
    width:15px;
    height:15px;
    background-color: transparent;
    border:solid 2px #003951EE;
    border-radius: 50%;
    opacity: 1;

    m_argin-left:30px;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #003951;
}


.carousel-control-next-icon, .carousel-control-prev-icon{
    background-image: none;
    font-size: 55px;
    color: #003951EE;
    width:unset;
    height:unset;
    opacity: 1;
    padding:20px;
}

.carousel-control-next, .carousel-control-prev {
    opacity:1;
    width:50px;
}

.bloqueRegistro{
    width:100%;
    max-width:460px;
    margin-top: -109px;
    margin-left: 265px;
    position:relative;
    z-index: 20;
}
.txtHomeRegistro{
    background-color: transparent;
    color:white;
    border:none;
    border-bottom: solid 2px white ;
    font-size: 24px;
    outline: none;
}

.txtHomeRegistro::-webkit-input-placeholder { /* Edge */
    color: white;
}

.txtHomeRegistro:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.txtHomeRegistro::placeholder {
    color: white;
}

.txtMenuNavBar{
    background-color: transparent;
    color:#003951;
    border:none;
    border-bottom: solid 1px #003951 ;
    outline: none;
    font-size:16px;
}

.shadow-sm {
    box-shadow: 0 0 0 transparent!important;
}
.card{
    border: 0px solid transparent;
    border-radius: 0px;
}
.card-body{
    line-height: 1.1;
}

.cubreImagen{
    background:transparent url('../img/bg/bgPictures.png') no-repeat right center ;
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index: 20;
    pointer-events: none;
}


.cubreImagenIzq{
    background:transparent url('../img/bg/bgMotivoAzul.png') no-repeat -125px center ;
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index: 20;
}

.vertodocatalogo{
    font-size:20px;
    padding: 80px 20px;
}



a.colorPrincipalInverso:link, a.colorPrincipalInverso:visited  {
    color:#fff;
}
a.colorPrincipalInverso:hover, a.colorPrincipalInverso:active, a.colorPrincipalInverso:focus  {
    color:#ffffffEE;
}

hr.colorPrincipalInverso{
    border-top: 1px solid #fff;
}
footer{
    padding-top: 320px;
    background: transparent url(../img/bg/bgFooter.png) no-repeat top center;
    
}

.pie_perfil {
    background-color: rgba(78, 193, 255, 0.22);
}
.fondoFooter{
    background:transparent url('../img/bg/bgPrincipalFooter.png') repeat;
    pointer-events: auto;
}

.fondoVerde{
    background:transparent url('../img/bg/bgMisCompras.png') repeat;
}
.fondoMaiz{
    background: transparent url(../img/bg/bgMisCompras.jpg) no-repeat left top;
    background-size: cover;
    height:100%;
}


.container {
    max-width: 1140px !important;
}


.txtFooter{
    background-color: transparent;
    color:white;
    border:none;
    border-bottom: solid 1px white ;
    outline: none;
    border-radius: 0px;
}

.txtFooter:focus {
    color:white;
    background-color: transparent;
    border:none;
    border-bottom: solid 1px white ;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    border-radius: 0px;
}

.txtFooter::-webkit-input-placeholder { /* Edge */
    color: white;
}

.txtFooter:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.txtFooter::placeholder {
    color: white;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 1140px;
    }
}


.txtModal{
    background-color: transparent;
    color: #003951;
    border:none;
    border-bottom: solid 2px #003951 ;
    outline: none;
    border-radius: 0px;
    font-size:24px;
    padding-left:1px;
    width: 100%;
}

.txtModal:focus {
    color: #003951;
    background-color: transparent;
    border:none;
    border-bottom: solid 2px #003951 ;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    border-radius: 0px;
    font-size:24px;
}

.txtModal::-webkit-input-placeholder { /* Edge */
    color: #003951;
}

.txtModal:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #003951;
}

.txtModal::placeholder {
    color: #003951;
}

.modal-content{
    border-radius: 0px;
    border:none;
    border:solid 1px #a7abcc;
    top: 85px; /* Para la cabecera responsive */
}

.fondoTransp{
    background:transparent url('../img/bg/bgTransparenciaSlider.png') repeat;
}

.fondoTransp.carousel-caption {
    left: 520px;
    right: unset;
    top: 30%;
    bottom: auto;
    min-height: unset;
}

.menulateral a.colorBlanco:link, .menulateral a.colorBlanco:visited  {
    color:white;
    text-decoration: none;
    font-weight: 300;
}
.menulateral a.colorBlanco:hover, .menulateral a.colorBlanco:focus, .menulateral a.colorBlanco:active  {
    color:#e5e5e5;
    text-decoration: none;
    font-weight: 300;
}

.topNavBar{
    color: #003951;
    text-decoration: none;
}

.topNavBar a:link, .topNavBar a:visited {
    color: #003951 !important;
}
.topNavBar a:hover, .topNavBar a:active, .topNavBar a:focus {
    color: #003951EE  !important;
}
div{outline:solid 0px blue;}

.fast {
    -vendor-animation-duration: 1.8s;
    -vendor-animation-delay: 0.4s;
}
.slow {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 1s;
}
.reallyslow {
    -vendor-animation-duration: 6s;
    -vendor-animation-delay: 3s;
}


.custom-control-label::before {
    top: .3rem;
    left: -1.5rem;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border: #003951 solid 1px;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #003951;
    background-color: #003951;
}

.custom-control-label::after {
    top: .3rem;
    left: -1.5rem;
    width: 1.4rem;
    height: 1.4rem;

}



.custom-control {
    min-height: 2em;
}

.custom-control-label {
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 1em;
}

label {
    color: #003951;
}

.b-circle-lg{
    border-radius:50%;
    padding:20px;
    border:solid 8px #003951;
    display:inline-block;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="-4 -4 8 8" %3e%3ccircle r="3" fill="%003951" /%3e%3c/svg%3e);
}

.card-deck .card {
    min-width: 200px;
}

.ico-toggle{
    display: inline-block;
    width: 54px;
    height: 38px;
    background: transparent url(../img/chevron-down-solid.svg) no-repeat center;
    position: absolute;
    right: 5px;
    top: 15px;
    outline:none;
}

.ico-toggle:focus, .ico-toggle:active, .ico-toggle:focus {
    outline:none;
    box-shadow: unset;
}

.ico-toggle[aria-expanded="true"]{
    background:transparent url('../img/chevron-up-solid.svg') no-repeat center;
    background-size: cover;
    outline:none;
}

.ico-toggle[aria-expanded="false"]{
    background:transparent url('../img/chevron-down-solid.svg') no-repeat center;
    background-size: cover;
    outline:none;
}

/* tablas del frontend */
.container_tabla input, .container_tabla select {
    border: solid 1px #003951;
    border-radius: 0px;
    padding:5px 10px;
}

.container_tabla label {
    color:#003951;
    font-weight: 500;

}
.container_tabla table th {

    font-size: 21px;
    color: #003951;
    font-weight: normal !important;

}
.container_tabla table .odd {
    background-color: #c7e8f6;
}
.container_tabla table td {
    color:#003951;
    font-weight: 500;
    font-size: 16px;
}


.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button,
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button:link, 
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button:visited  {
    background:none;
    background-color:#003951 !important;
    color:#fff !important;
    border-radius: 0px !important;
    margin-bottom: 10px;
}
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button.current:link, 
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus,
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button.current:visited  {
    background:none;
    background-color:#fff !important;
    color:#003951 !important;
    border-radius: 0px !important;
    margin-bottom: 10px;
}


.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:link, 
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus,
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.container_tabla .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:visited  {
    background:none;
    background-color:#003951 !important;
    color:#fff !important;
    opacity:0.70 !important;
    border-radius: 0px !important;
}


.container_tabla .dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 1em;
    font-size:20px;
}

.container_tabla .dataTables_paginate {
    padding-top: 1em !important;
}

/** para el date picker */
.sd-container {
    position: relative;

}

.sd {
    border: 1px solid #1cbaa5;
    padding: 5px 10px;
    height: 30px;
    width: 150px;
}

.open-button {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 25px;
    height: 25px;
    background: #fff;
    pointer-events: none;
}

.open-button button {
    border: none;
    background: transparent;
}

.noUi-connect { 
    background-color: #00a8ff !important; 
}


/** detalle de premio **/
.card-title {  



    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #003951;
}

.card-text {

    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #003951;
}

.card-puntos {

    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: left;
    color: #003951;
}


.colorPrincipal.active,  .colorPrincipal.active:hover,  .colorPrincipal.active:visited {
    color: #00a8ff !important;
    text-decoration: none;
}
.colorPrincipal,  .colorPrincipal:hover,  .colorPrincipal:visited {

    text-decoration: none;
}

/* Menu catalogo */

.menu-slider-responsive .nav-item{
    background-color: #66ccff;
    color:#fff;
}

.menu-slider-responsive .nav-item:hover{
    background-color: #3399cc;
    color:#fff;
}

.slick-slide{
    height:auto !important;
}
.slick-slide img {
    display: inline-block !important;
}
.slick-track{
    display: flex!important;
    align-items: stretch !important;
}
.slick-dropdown .slick-list{
    overflow:visible !important;
    z-index:10;
}


.slick-slide .dropdown-menu {
    border-radius: 0px;
    background-color: #3399cc;
    border:none;
    color: #fff;
    min-width: 100%;
}
.slick-slide .dropdown-item {
    color:#fff;
}

.slick-slide .dropdown-item.active, .slick-slide .dropdown-item:active, .slick-slide .dropdown-item:hover {
    background-color:#66ccff;
    color:#fff;
}

.slick-slide .nav-link, .slick-slide .nav-link:hover{
    color:#fff;
}

.slick-active img { transition: all .2s ease-in-out; }
.slick-active.show img{ transform: scale(0.5); }

.slick-active .nav-link{transition: all .2s ease-in-out; }
.slick-active.show .nav-link{ transform: translateY(-30px); }
.slick-active .dropdown-menu{top:50px;}
.slick-active .dropdown-menu.show {transform: translate3d(0px, 120px, 0px) !important; transition: all .3s ease-in-out;}

.slick-prev{
    b_ackground:transparent url('../img/chevron-left-solid.svg') no-repeat center !important;
    background-color:white;
    width:30px !important;
    height: 200px !important;
}

.slick-next{
    b_ackground:transparent url('../img/chevron-right-solid.svg') no-repeat center !important;
    background-color:white;
    width:30px !important;
    height: 200px !important;
}

.slick-prev, .slick-next{
    z-index: 100;
}

.slick-prev:before, .slick-next:before{
    font-size:45px !important;
    display:none;
}

.slick-dropdown {}
.slick-arrow-left{
    position: absolute;
    z-index: 10000;
    top: 109px;
    left: 0px;
}
.slick-arrow-right{
    position: absolute;
    z-index: 10000;
    top: 109px;
    right: 0px;
}

.noUi-handle {
    border-radius: 0 !important;
    background-color: #00a8ff !important;
    box-shadow: inset 0 0 0px #FFF, inset 0 0px 0px #EBEBEB, 0 0px 0px 0px #BBB !important; 
}



.modal.alert .modal-dialog{
    ma_rgin:0px 10%;
}

.modal.alert .modal-body{
    padding-left:10%;
    padding-right:10%;
}

.modal-backdrop{
    background-color:#2f93fd;
}

.modal.alert .modal-content {
    border: solid 1px #bfddfb;
    background-color: #e9e9ff;
}

.errorCheckoutForm {
    color: #a94442;
    border-color: #a94442;
    background-color:rgba(255,0,0,0.1);
}

.errorFormulario {
    color: #a94442;
    border-color: #a94442;
    
    background-color:rgba(255,0,0,0.1);

}
label.errorFormulario{    
    font-size: small;
}

.txtModal::placeholder {
    color: #66ccff !important;
}

.errorFormulario::placeholder {
    color: #a94442 !important;
}

.errorFormulario::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a94442;
    opacity: 1; /* Firefox */
}

.errorFormulario:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a94442;

}

.errorFormulario::-ms-input-placeholder { /* Microsoft Edge */
    color: #a94442;
}
.error {
  color: #a94442;
  border-color: #a94442;
  display: none;

 
}

.nav-item a.active, .nav-item a.active:hover {
    color:#00a8ff !important;
}

.divLogo{max-width:170px;}

.navbar-brand {
    margin-right: 0.5rem;
}

#slider_misdatos_mispremios .imagen{
    width:120px;
    height:140px;
}
@media (max-width: 400px){
    #slider_misdatos_mispremios .imagen{
        width:70px;
        height:80px;
    }
}
@media (max-width: 800px){
    #slider_misdatos_mispremios .imagen{
        width:90px;
        height:100px;
    }
}



    

@media (max-width: 1201px){


    .bloquePieSlider {
        margin-left: 200px;
        m_argin: 0 auto;
        width: 310px;
        h_eight: 260px;
    }

    .topNavBar {
        font-size:11px;
    }
    .topNavBar.px-5{
        padding-left: 0px !important;
        padding-right:0px !important;
    }

    .topNavBar .w50 {
        width: 30px;
    }

    .divLogo{max-width:100px;}

    #motivo-azul2{
        left: -100px;
    }
}


@media (max-width: 992px) {
    #motivo-azul{
        background:none;
    }
}



@media (max-width: 980px){
    #myNav .navbar-collapse {

        align-items: flex-start;
    }
    

    #myNav .dropdown-menu{
        background-color: transparent;
        background-clip: padding-box;
        border: 0px solid white;
        border-radius: 0px;
    }

    #myNav .px-5{
        padding:0px !important;
    }

    #myNav .navbar-collapse{
        d_isplay:none !important;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 1s linear;
    }

    #myNav.opened .navbar-collapse{
        d_isplay:block !important;
        visibility: visible;
        opacity: 1;
    }

    #myNav .navbar{
        left: -85px;
        top: 26px;
        width: 250px;
    }

    .topNavBar a:hover, .topNavBar a:active, .topNavBar a:focus {
        color: #fff !important;
    }

    .topNavBar a:link, .topNavBar a:visited {
        color: #fff !important;
    }



    .separador{display:none;}
    
   .ico-toggle{
    padding: 15px !important;
    width: 15px;
    height: 15px;
    top: 0px;
    right:9px;
    background-color: white !important;
   }
}

@media (max-width: 767px){
    .controlslider{
        display:none !important;
    }

}

.burguer, .burguer:hover, .burguer:visited{
    text-decoration: none;
}

#myNav{
    position: fixed;
    height: calc(100vh);
    top: 79px;
    left: -40px;
    background:transparent url('../img/bg/bgMenuBurguer.png') no-repeat right top;
    width:0px;
    max-width:0px;
    overflow:hidden;

    transition: width .5s;
}

#myNav.opened{
    max-width: 440px;
    width: 119%;
}


#myNavReg{
    position: fixed;
    height: calc(100vh);
    top: 85px;
    left: 0px;
    background:transparent url('../img/bg/bgMenuBurguer.png') no-repeat right top;
    width:0px;
    max-width:0px;
    overflow:hidden;
    font-weight: 300;

    transition: width .5s;
}

#myNavReg.opened{
    max-width: 440px;
    width: 110%;
}



@media (min-width: 768px){



}

@media (min-width: 990px){
    
    #myNav{
        top:0px;
        height:auto;
        background: none;
        overflow:visible;
        position:static;
        width:auto;
        max-width:2500px;
        margin-top: -15px;
    }
    

    
    
    #helloUserSideMenu{
        display:none !important;
    }

    #myNavReg{
        t_op:135px;
        height:calc(100vh * 0.6);
        background: none;
        left: 100px;
        overflow:visible;
        position:absolute;
        width:auto;
        max-width: 2000px;
    }
    #body_autenticado .carousel-caption {
        left: 520px;
    }
}

.bloquePieSlider{
    margin-left: 200px;
    margin-left:332px;
    width: auto;
    height: 290px;
    height:auto;
    z-index: 900;
    margin-top: -100px;
    position: relative;
}
@media (max-width: 1525px) {
    .controlslider {
        right: 0;
        width: auto;
    }
    
    .controlslider .w125 {
        width: 100px;
    }
    #motivo-azul {
        left: -160px;
    }
    .logo.w250{
        width: 200px;
    }
}

/* @media (max-width: 1090px) { */
    .bloquePieSlider {
        margin-left: 20px;
    }

/*} */

.carousel-video-landing video {
    width: 100%;
}


@media (max-width: 990px) {
    .logo.w250{
        width: 120px;
        padding-top: 5px;
    }
    .logo.w250{
        display:none;
    }

    .carousel-video-landing {
        padding-top: 80px;
    }

    .carousel-video-landing video {
        width: 100%;
    }



}

@media (max-width: 890px) {
    .bloquePieSlider {
        margin-left: 0px;
        top: 20px;
        height: auto;
        width: 80%;
        margin: 0 auto;
        max-width: 480px !important;
    }

    #carouselCaptions .carousel-item {
        height: auto;
        min-height: 350px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        top: 20%;
    }




    
    .logo.w200 {
        width: 115px;
    }

}



/* Afecta a todo hasta que empieza el grande */
@media (max-width: 767px) {
    .divbotoneraExcel{
        position:relative !important;
    }

    #motivo-azul {
        left: -150px;
        left: -190px;
    }


    .b-circle-lg {
        padding: 10px;
        border: solid 2px;
    }
    
    .b-circle-lg .w75{
        width:30px;
    }
    
    .w125{
        width:60px;
    }
}
.topNavBar{font-weight: bold;}
@media (max-width: 1400px) {
    .size50 {
        font-size: 40px !important;
    }
    .topNavBar{font-size:14px;}
    .topNavBar .w50 {
        width: 35px;
    }
}
/* Afecta a todo hasta que empieza el muy grande */
@media (max-width: 1201px) {

    .size16{font-size:13px !important;}
    .size18{font-size:14px !important;}
    .size20{font-size:15px !important;}
    .size22{font-size:16px !important;}
    .size25{font-size:17px !important;}
    .size30{font-size:18px !important;}
    .size35{font-size:20px !important;}
    .size40{font-size:22px !important;}
    .size45{font-size:24px !important;}
    .size50{font-size:22px !important;}
    .size55{font-size:45px !important;}
    .size60{font-size:50px !important;}
    .size65{font-size:55px !important;}
    .size70{font-size:60px !important;}
    .size50.modal-title {font-size:50px !important; }
    .modal-body .size35 {font-size:35px !important;}

    .p-5 {padding: 1.5rem!important;} /* 3rem */

    .container_tabla table th {
        font-size: 12px;
    }
    .container_tabla table td {
        font-size: 10px;
    }

    .container_tabla .dataTables_wrapper .dataTables_info {
        font-size: 12px;
        padding: 10px 0px;
    }

    .carousel-indicators {
        padding: 5px 0px;
    }
    .w150 {
        width: 100px;
    }


}


h1.miscompras{
    font-weight: 300;
}

h4.miscompras{
    font-weight: 600;

}

@media (max-width: 990px) {

    .topNavBar {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    h1.size50{
        font-size:25px !important;
        font-weight: 300;
        
    }
    .size50.modal-title {font-size:33px !important; }
    .modal-body .size35 {font-size:18px !important;}
    h1{
        font-size:25px !important;
        font-weight: 300;
    }
    h1.miscompras{
        font-weight: 300;
        font-size: 21px !important;
    }
    h4.miscompras{
        font-weight: 600;
        font-size: 9px !important;
    }


    h2{
        font-size: 20px !important;
    }

    h2.size55 {
        font-size: 22px !important;
    }
    h3{
        font-size: 16px !important;
    }
    h4{
        font-size: 13px !important;
    }

}

@media (max-width: 450px) {
    .carousel-caption h1 {
        font-size:15px !important;
    }
    .carousel-caption {
        left: 0%;
        right: 0%;
        top: 20%;
        padding: 30px 55px 10px 66px;
        background-color: rgba(255,255,255,0.8);
        z-index: 1;
    }
    .btn-lg {
        padding: 10px 20px;
        font-size: 12px;
    }
    #motivo-verde{
        right:-30px;   
    }
    
    .btn-bayer {
        min-width: 185px;
    }
}

.separador{
    padding-top: 4px;
    font-size: 20px;
}

.ico-derecha-boton{
    padding-right: 65px;
    background-image: url(../img/chevron-right-solid_fff.svg);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 10px;
}

.link-blanco, .link-blanco:hover, .link-blanco:visited, .link-blanco:focus{
    color:#fff;
    text-decoration: none;
}

.item-footer{
    width: 138px;
    float: left;
}

button.close{
    width: 35px;
    height: 35px;
    background-image: url(../img/ico_close.svg);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-top: 15px;
    margin-right: 15px;

}
button.close span{
    display:none;
}

@media (max-width: 992px) {
    .mis_puntos_widget .cubreImagen {
        right: -69px;
    }
    .mis_puntos_widget .cubreImagenIzq {
        left: -85px;
    }
    .mis_puntos_widget .size50{
        font-size:20px !important;
    }
    .mis_puntos_widget .size25{
        font-size:14px !important;
    }
    .mis_puntos_widget .px-5, .mis_puntos_widget .px-4{
        padding-left:10px !important;
        padding-right:10px !important;
    }
}


.av-container{
    max-width:525px;
    margin: 0px auto;
}

.mis_puntos_widget {
    overflow: hidden;
}

@media (max-width: 992px) {
    .bloque_mis_compras .size50{
        font-size: 26px !important;
    }

    .bloque_mis_compras .size25{
        font-size:13px !important;
    }

    .txtModal, .txtModal:focus {
        font-size: 16px;
    }

}

.menulateral .active,.menulateral .active:hover,.menulateral .active:focus, .menulateral .active:visited{
    color:#003951 !important;
}

#slider_misdatos_mispremios .active ,#slider_misdatos_mispremios .active:hover, #slider_misdatos_mispremios .active:focus, #slider_misdatos_mispremios .active:visited{
    color:#003951 !important;
}

.dataTables_wrapper{
    display: block;
    width: 100%;
    overflow-x: auto;
    padding-top:15px;
    padding-bottom:10px;
    margin-bottom:5px;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -0.5rem -0.5rem -1rem auto;
}

@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait){
    #carouselCaptions .carousel-item{
        height:auto;
        padding-top:70%;
    }
    .carousel-caption {
        left: 280px;
    }
}

/* Portatil */
/* Minimum aspect ratio */
@media (min-aspect-ratio: 16/9) {
    .bloquePieSlider {
        margin-top: -65px;
    }

    .carousel-indicators {
        padding: 25px 0px;
    }

    w200 {
        width: 150px;
    }
}

.carousel {
    overflow: hidden;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:90%;
    display:inline-block;
}
.custom-checkbox .custom-control-label.errorFormulario::before {
    border-color: red;
}
.custom-checkbox .custom-control-label.errorCheckoutForm::before {
    border-color: red;
}


b, strong {
    font-weight: bold;
}

.tractores {
    background-position: center;
    background: url('../img/boxMisPuntos.png') no-repeat;
    background-size: cover;
}

.modal-body  > .container {
    max-width: 925px !important;
}
select.txtModal  {
    padding-bottom: 6px;
    padding-top: 3px;
    
}
.gj-icon {
    display: none !important;
}
.input-group-append .btn-outline-secondary{
    border: 0px !important;
}



.modal.alert .modal-content {
    t_op:0px;
}

.modal-header, .modal-footer {
    border:0px;
}

.azulcupontitle{
    color: #00a8ff;
}
.azulcupontexto {
    color: #003951;
}

/* Slides responsive home */

.slideResponsive01 {
    background-image: url('../img/bg/slider/fondo01.jpg') !important;
}
.slideResponsive02 {
    background-image: url('../img/bg/slider/fondo02.jpg') !important;
}
.slideResponsive03 {
    background-image: url('../img/bg/slider/fondo03.jpg') !important;
}
.slideResponsive04 {
    background-image: url('../img/bg/slider2/fondo04.jpg') !important;
}
.slideResponsive05 {
    background-image: url('../img/bg/slider2/fondo05.jpg') !important;
}
.slideResponsive06 {
    background-image: url('../img/bg/slider2/fondo06.jpg') !important;
}
.slideResponsive07 {
    background-image: url('../img/bg/slider2/fondo07.jpg') !important;
}

@media (min-width: 576px) {
    .slideResponsive01 {
        b_ackground-image: url('img/bg/slider/fondo01_sm.jpg') !important;
    }
    .slideResponsive02 {
        b_ackground-image: url('img/bg/slider/fondo02_sm.jpg') !important;
    }
    .slideResponsive03 {
        b_ackground-image: url('img/bg/slider/fondo03_sm.jpg') !important;
    }
    .slideResponsive04 {
        background-image: url('../img/bg/slider2/fondo04_sm.jpg') !important;
    }
    .slideResponsive05 {
        background-image: url('../img/bg/slider2/fondo05_sm.jpg') !important;
    }
    .slideResponsive06 {
        background-image: url('../img/bg/slider2/fondo06_sm.jpg') !important;
    }
    .slideResponsive07 {
        background-image: url('../img/bg/slider2/fondo07_sm.jpg') !important;
    }
}
@media (min-width: 768px) {
    .slideResponsive01 {
        b_ackground-image: url('img/bg/slider/fondo01_md.jpg') !important;
    }
    .slideResponsive02 {
        b_ackground-image: url('img/bg/slider/fondo02_md.jpg') !important;
    }
    .slideResponsive03 {
        b_ackground-image: url('img/bg/slider/fondo03_md.jpg') !important;
    }
    .slideResponsive04 {
        background-image: url('../img/bg/slider2/fondo04_md.jpg') !important;
    }
    .slideResponsive05 {
        background-image: url('../img/bg/slider2/fondo05_md.jpg') !important;
    }
    .slideResponsive06 {
        background-image: url('../img/bg/slider2/fondo06_md.jpg') !important;
    }
    .slideResponsive07 {
        background-image: url('../img/bg/slider2/fondo07_md.jpg') !important;
    }
}
@media (min-width: 992px) {
    .slideResponsive01 {
        b_ackground-image: url('img/bg/slider/fondo01_lg.jpg') !important;
    }
    .slideResponsive02 {
        b_ackground-image: url('img/bg/slider/fondo02_lg.jpg') !important;
    }
    .slideResponsive03 {
        b_ackground-image: url('img/bg/slider/fondo03_lg.jpg') !important;
    }
    .slideResponsive04 {
        background-image: url('../img/bg/slider2/fondo04_lg.jpg') !important;
    }
    .slideResponsive05 {
        background-image: url('../img/bg/slider2/fondo05_lg.jpg') !important;
    }
    .slideResponsive06 {
        background-image: url('../img/bg/slider2/fondo06_lg.jpg') !important;
    }
    .slideResponsive07 {
        background-image: url('../img/bg/slider2/fondo07_lg.jpg') !important;
    }
}

@media (min-width: 1200px) {
    .slideResponsive01 {
        b_ackground-image: url('img/bg/slider/fondo01_xl.jpg') !important;
    }
    .slideResponsive02 {
        b_ackground-image: url('img/bg/slider/fondo02_xl.jpg') !important;
    }
    .slideResponsive03 {
        b_ackground-image: url('img/bg/slider/fondo03_xl.jpg') !important;
    }
    .slideResponsive04 {
        background-image: url('../img/bg/slider2/fondo04_xl.jpg') !important;
    }
    .slideResponsive05 {
        background-image: url('../img/bg/slider2/fondo05_xl.jpg') !important;
    }
    .slideResponsive06 {
        background-image: url('../img/bg/slider2/fondo06_xl.jpg') !important;
    }
    .slideResponsive07 {
        background-image: url('../img/bg/slider2/fondo07_xl.jpg') !important;
    }
}


.gj-picker-md div[role=navigator] div:first-child, .gj-picker-md div[role=navigator] div:last-child {
    text-align: center;
}
.gj-datepicker-md [role=right-icon]{
    display:none;
}
