﻿@font-face {
    font-family: vbk;
    font-weight: normal;
    src: url("../fonts/Verlag/Verlag-Book.otf") format("opentype");
}
@font-face {
    font-family: vbl;
    font-weight: normal;
    src: url("../fonts/Verlag/Verlag-Black.ttf") format("opentype");
}
@font-face {
    font-family: vbd;
    font-weight: normal;
    src: url("../fonts/Verlag/Verlag-Bold.ttf") format("opentype");
}

@font-face {
    font-family: omnesmedium;
    font-weight: normal;
    src: url("../fonts/huggies/omnes_huggiesmedium.otf") format("opentype");
}
@font-face {
    font-family: omnessemibold;
    font-weight: normal;
    src: url("../fonts/huggies/omnes_semi_bold.otf") format("opentype");
}
@font-face {
    font-family: theonly;
    font-weight: normal;
    src: url("../fonts/huggies/theonly.ttf") format("opentype");
}
@font-face {
    font-family: omnes_bold;
    font-weight: 900;
    src: url("../fonts/huggies/omnes_bold.otf") format("opentype");
}

body{
	margin: 0;
	background: #ffffff;
	font-family: omnesmedium;
	overflow-y: hidden;
    background-image: url(../img/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
nav{
	background: #fff;
}
.fixed-foot{
     /*width: 100%; 
     height: 50px; 
     border: 2px solid #fff; 
     background: #fff;
     -moz-border-radius: 100px 100px 0 0;
     -webkit-border-radius: 100px 100px 0 0;
     border-radius: 100px 100px 0 0*/
     width: 100%;
     position: absolute;
     bottom: 0;
}

.fixed-foot img{
	width: 100%;
	margin-bottom: -6px; 
}
.men-left a{
    color: #44bcd6;
    font-size: 1em !important;
    margin-right: 20px;
}
.sidenav-trigger{
    color: #e41b13;
}
.men-foot {
    width: 100%;
    text-align: center;
    background: #fff;
    color: #e41b13 !important; 
    font-size: .9em !important;
    padding-bottom: 20px;;
    padding-top: 20px;
}
.men-foot a{
    color: #e41b13;
}
.men-mob .container .row{
    margin-top: 12px;
    margin-bottom: 6px;
}
.img-foot {
    /*width: 60% !important;
    margin: auto;
    margin-left: 20%;*/
    width: 85% !important;
    margin: auto;
    margin-left: 7.55%;
}
.sidenav{
    width: 100%;
    background: #e41b13;
}
nav a i {
    color: #44bcd6;
    font-size: 1.2em !important;
    margin-left: 15px;
}
.subray{
	text-decoration: underline;
}
nav a i:hover{
	transition: all 0.5s ease-out;
    color: #000000;
}
.men-left a:hover{
	transition: all 0.5s ease-out;
    color: #000000;
}
.fot-izq{
	position: absolute;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: right;
	z-index: -1;
	left: 0;
	background-image: url(../img/fot-izq1.png);
}
.fot-der{
	position: absolute;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: right;
	z-index: -1;
	right: 0;
	background-image: url(../img/fondo.png);
}
.prem-izq{
    width: 75%;
    float: right;
    margin-top: 0%;
}
.bajaPrinc{
    color: #e42a26;
    text-align: center;
    float: right;
    width: 75%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.4em;
    font-family: omnes_bold;
}
.but-prin{
    float: right;
    width: 75%;
    margin-top: 20px;
    text-align: center;
}
.but-prin a{
background: rgba(242,214,113,1);
background: -moz-linear-gradient(left, rgba(242,214,113,1) 0%, rgba(182,127,17,1) 32%, rgba(182,127,17,1) 49%, rgba(182,127,17,1) 67%, rgba(242,214,113,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,214,113,1)), color-stop(32%, rgba(182,127,17,1)), color-stop(49%, rgba(182,127,17,1)), color-stop(67%, rgba(182,127,17,1)), color-stop(100%, rgba(242,214,113,1)));
background: -webkit-linear-gradient(left, rgba(242,214,113,1) 0%, rgba(182,127,17,1) 32%, rgba(182,127,17,1) 49%, rgba(182,127,17,1) 67%, rgba(242,214,113,1) 100%);
background: -o-linear-gradient(left, rgba(242,214,113,1) 0%, rgba(182,127,17,1) 32%, rgba(182,127,17,1) 49%, rgba(182,127,17,1) 67%, rgba(242,214,113,1) 100%);
background: -ms-linear-gradient(left, rgba(242,214,113,1) 0%, rgba(182,127,17,1) 32%, rgba(182,127,17,1) 49%, rgba(182,127,17,1) 67%, rgba(242,214,113,1) 100%);
background: linear-gradient(to right, rgba(242,214,113,1) 0%, rgba(182,127,17,1) 32%, rgba(182,127,17,1) 49%, rgba(182,127,17,1) 67%, rgba(242,214,113,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d671', endColorstr='#f2d671', GradientType=1 );
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    padding: 8px 50px;
    border-radius: 50px;
    border: 1px dotted #e42a26;
    border-width: 2px;
    border-style: dashed;
}
.but-prin a:hover{
    color: #e42a26;
}
.tit-one{
	margin-top: 10%;
}
.title-home{
	font-family: omnessemibold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.2em;
}
.tit-big{
	font-size: 3em;
	line-height: 1;
}
.prem-hom{
	width:80%;
	margin: 3% 10%;
}
.text-oscu{
	color: #2e4269;
	text-align: center;
}
.cont-bt{
	text-align: center;
	margin: 25px 0px;
}
.cont-bt a{
    color: #fff;
    border: 2px solid;
    padding: 8px 40px;
    border-radius: 50px;
    font-size: 1.3em;
    font-family: omnessemibold;
}
.txt-udhm{
	text-align: center;
}
.txt-udhm a{
	color: #fff;
	text-decoration: underline;
}
.men-foot {
    width: 100%;
    text-align: center;
    color: #44bcd6;
    /* position: absolute; */
    /* z-index: 111111; */
    margin-top: -25px;
    padding-bottom: 8px;
    font-size: .7em;
}
.men-foot a{
	text-decoration: underline;
}
.prem-izq2{
    width: 60%;
    float: right;
    margin-top: 7%;
    margin-right: 7%;
}
.title-reg{
    margin-top: 4%;
    color: #fff;
    font-size: 1.6em;;
}
.subtitle-reg{
	color: #2e4269;
	font-size: 1em;
	margin-bottom: 0px;
}
i#cerrBoton {
    color: #fff;
    margin-top: 40px;
    font-size: 2em;
    margin-bottom: 45px;
}
.men-mob-link a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
    margin-bottom: 20px;
}
.men-mob-link a:hover{

}
.mon-mob-soc i {
    color: #fff;
    font-size: 1.2em;
    margin-right: 20px;
    margin-top: 40px;
}
.mon-mob-soc i:hover,.men-mob-link a:hover{
    text-decoration: underline;
}
.inp-form,.selForm{
    background-color: #fff !important;
    border-bottom: 0px !important;
    padding: 0px 0px!important;
    padding-left: 10px !important;
    border-radius: 10px !important;
    width: 90% !important;
    margin-bottom: 10px !important;
    height: 2.5rem !important;
}
::placeholder,::-webkit-input-placeholder,:-ms-input-placeholder,::-moz-placeholder,.selForm{ 
	color: #014d92 !important; 
	font-family: omnesmedium;
}
.input-field{
	padding: 0px !important

}

.inp-login{
    width:32% !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.inp-form2{

}
.text-inp{
	color: #fff;
    width: 10%;
    float: left;
    margin-right: 12%;
    font-size: .85em;
}
.inp-ctxt{
    width: 15% !important;
    margin-right: 3% !important;
}
.inp-ctxt2{
	width: 67% !important; 
}
.selForm{
	width: 95% !important;
}
.select-wrapper input.select-dropdown{
	border-bottom: 0px;
	color: #cacaca;
}
.selForm option{
	color: #44bcd6;
}
.cont-bt2 {
    text-align: center;
    margin: 20px 0px;
}
.cont-bt2 a {
    color: #fff;
    border: 2px solid;
    padding: 8px 60px;
    border-radius: 50px;
    font-size: 1.1em;
    font-family: theonly;
}
.selFormInl{
    width: 24.2% !important;
    float: left;
    height: 3rem !important;
    border-radius: 0px !important;
}
.select-wrapper span.caret{
    color: #00bad3;    
}
.selFormInl1{
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
}
.selFormInl2{
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
}
/*transform: scale(0.7);*/
.inp-form3{

}
.inp-form3 .text-inp{
    width: 20%;
    margin-right: 0px;
}
.inp-form3 .text-inp2{
    width: 35%;
}
.inp-form3 .inp-ctxt2{
    width: 13% !important;
}
.inp-form3 .inp-ctxt{
    float: left;
}
.selProv{

}
.checkInp{
    float: left;
    width: 100%;
}
.checkInp input{
    
}
.checkInp label{
    
}
.inp-form22{
    width: 50%;
    float: left;
}
.checkInp1 label a{
    color: #fff;
    font-size: .8em;
    text-decoration: underline;
}
[type="checkbox"].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #fff;
    top: 0px;
    z-index: 0;
}
[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background-color: #fff;
    z-index: 0;
}
[type="checkbox"].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #00bad3;
    border-bottom: 2px solid #00bad3;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.checkInp2 label {
    line-height: 1;
    color: #fff;
    font-size: .7em;
}
.login .col.s6 {
    padding: 0;
    margin-top: 25px;
}
.login .title-reg {
    margin-top: 9%;
}
.login .txt-udhm {
    text-align: left;
}
.login input#pass {
    margin-bottom: 25px !important;
}
.login .cont-bt {
    text-align: left;
}
.login .cont-bt a{
    padding: 8px 60px;
    border-radius: 50px;
    font-size: 1.15em;
}
.olvidaste .title-reg {
    margin-top: 20%;
}
.comoPart .s3 img{
    width: 90%;
}
.comoPart .s9{
    color: #2e4269;
    height: 70px;
    line-height: 1.2;
    margin-top: 18px;
}
.comoPart .txt-udhm{
    text-align: center;
}
.comoPart .title-reg{
    margin-top: 5%;
}
.comoPart .col.s12 {
    margin-top: 15px;
    padding-left: 0px !important;
}
.comoPart .col.s6 {
    padding: 0;
    margin-top: 5px;
}
.yaRegis .title-reg {
    font-family: vbl;
    text-align: center;
    font-size: 1.7em;
    margin-top: 20%;
}
.yaRegis .subtitle-reg {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 40px;
}
.yaRegis .cont-bt, .yaRegis .txt-udhm{
    text-align: center;
}
.codIngre .title-reg {
    margin-top: 5%;
}
.text-Cods {
    color: #fff;
    height: 50px;
    font-size: .8em;
}
.noMarg{
    margin-top: 0px !important;
}
.codIngre .s3 {
    padding: 0 0.4rem;
}
.codIngre .cont-bt {
    text-align: center;
    float: left;
    margin: 20px 0px;
    width: 100%;
}
.codIngre .txt-udhm{
    text-align: center;
}
.finProm .subtitle-reg2{
    margin-bottom: 0px;
}
.table-cods{
    height: 290px;
    overflow-y: scroll;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ffcd49;
    text-align: center;
    background:#ffcd49;
    color:#e42a26;
    border-radius: 7px;
}

.table-base{
    height: 340px;
    overflow-y: scroll;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px !important;
    padding-right:5px !important;
    border: 1px solid #ff0c02;
    text-align: left;
    color: white;
    background: #ff0c02;
    margin-left: 26%;
    font-size: 12px;
}

.table-heads .col-tab,.table-itms .col-tab{
    width: 50%;
    display: inline-block;
}
.table-heads .col-tab2,.table-itms .col-tab2{
    width: 30%;
    display: inline-block;
}
.cold-tab {
    width: fit-content;
    margin: auto;
    padding: 7px 25px;
    border-radius: 6px;
}
.table-itms:nth-child(even) > .col-tab2{
    color: #fff;
}
.table-itms:nth-child(odd) > .col-tab2{
    color: #fff;
}
.table-itms:nth-child(even) { background: #ffcd49; }
.table-itms:nth-child(odd) { background: #ffcd49; }

.ganadores .table-itms:nth-child(even) > .col-tab2{ color: #2e4269 }
.ganadores .table-itms:nth-child(odd) > .col-tab2{ color: #2e4269; }
.ganadores .table-itms:nth-child(even) { background: transparent; }
.ganadores .table-itms:nth-child(odd) { background: transparent; }
.ganadores .table-itms {
    border-bottom: 2px solid;
    width: 30%;
    display: inline-block;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-bottom: 5px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.table-cods p:not(:last-child) {
  margin-bottom: 1rem;
}
.table-itms .col-tab {
    margin: 4px 0px;
}

/* Tamaño del scroll */
.table-cods::-webkit-scrollbar, .table-base::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

 /* Estilos barra (thumb) de scroll */
.table-cods::-webkit-scrollbar-thumb ,.table-base::-webkit-scrollbar-thumb {
  background: #48c6c6;
  border-radius: 4px;
}

.table-cods::-webkit-scrollbar-thumb:active ,.table-base::-webkit-scrollbar-thumb:active{
  background-color: #48c6c6;
}

.table-cods::-webkit-scrollbar-thumb:hover,.table-base::-webkit-scrollbar-thumb:hover {
  background: #48c6c6;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

 /* Estilos track de scroll */
.table-cods::-webkit-scrollbar-track,.table-base::-webkit-scrollbar-track{
  background: #fafafa;
  border-radius: 4px;
}

.table-cods::-webkit-scrollbar-track:hover, 
.table-cods::-webkit-scrollbar-track:active ,.table-base::-webkit-scrollbar-track:hover ,.table-base::-webkit-scrollbar-track:active{
  background: #fafafa;
}
.mobile{
    display: none;
}
.men-social-mob{

}
#menLat {
    background: transparent;
    position: fixed;
    box-shadow: none;
}
.select-wrapper input.select-dropdown {
    border-bottom: 0px;
    color: #cacaca;
    background-color: #fff !important;
    border-bottom: 0px !important;
    padding: 0px 0px!important;
    padding-left: 10px !important;
    border-radius: 10px !important;
    width: 90% !important;
    margin-bottom: 10px !important;
    height: 2.5rem !important;
}
.select-wrapper .caret {
    fill: rgb(0, 189, 216);
    right: 16px;
    margin-top: 8px;
    z-index: 1;
}
.diasSel .select-wrapper .caret{
    right: -8px;
}
.selsel1 .select-wrapper input.select-dropdown{
    border-radius: 0px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.selsel2 .select-wrapper input.select-dropdown{
    border-radius: 0px !important;
}
.selsel3 .select-wrapper input.select-dropdown{
    border-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.diasSel .select-wrapper {
    width: 23%;
    float: left;
}
.registr .prem-izq {
    width: 50%;
    margin-top: 0%;
    margin: auto;
    margin-left: 25%;
    float: inherit;
}
.registr .bajaPrinc{
    width: 100%;
    margin-bottom: 7px;
    font-size: 1.4em;
}
.registr .inp-form {
    background-color: transparent !important;
    border: 1px solid #ff0c02 !important;
    color: #ff0c02 !important;
}
.registr .input-field.col.s6 , .registr .input-field.col.s12{
    margin-top: 0;
    margin-bottom: 0;
}
.registr .diasSel .text-inp {
    color: lightgray;
    width: 50%;
    margin-right: 0%;
    font-size: 1em !important;
}
.select-wrapper .caret {
    fill: rgb(255, 7, 1);
}
.registr .select-wrapper input.select-dropdown{
    background-color: transparent !important;
}    
.datepicker-date-display{
    background: #ff0c02;
}
.registr input.datepicker {
    width: 90%;
    float: left;
    height: auto;
    border-bottom: 0px;
    border: 1px solid #ff0c02;
    border-radius: 10px;
        height: 1.5rem;
    font-size: 14px ;
        padding-left: 10px ;
}
.diasSel{
    margin-bottom: 4px !important;
}
.registr #phBody_txtNumber {
    width: 55% !important;
    margin-left: 6%;
}
.registr #phBody_txtCodeArea {
    width: 25% !important;
}
.registr .selForm22 .select-wrapper input.select-dropdown {
    background-color: transparent !important;
    border: 1px solid #ff0c02 !important;
    /* color: #ff0c02 !important; */
    width: 95% !important;
}
.registr .but-prin {
    width: 100%;
    margin-top: 70px;
}
[type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after {
    border: 2px solid #e51913;
}
.registr .chks p{
    color:#e51913;
    font-size: 1em !important;
    line-height: 1.2 !important;
}
.col.s6.registr {
    margin-top: -2%;
}
.comoPart .bajaPrinc{
    width: 100%;
    margin-bottom: 0;
}
.comoPart .prem-izq {
    width: 50%;
    margin-top: 5%;
    float: left;
    margin-left: 25%;
    margin-bottom: 3%;
}
.comoPart .bajaPrinc2 {
    color: #e42a26;
    text-align: center;
    float: right;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.2em;
}
.comoPart .but-prin{
    width: 100%;
}
.bloq-red{
    float: left;
    width: 70%;
    margin-left: 15%;
    background: #ff0c02;
    border-radius: 30px;
    color: #fff;
    height: 130px;
    margin-bottom: 5px;
    margin-top: 5px;    
}
.bloq-img-r{
    width: 40%;
    float: left;
}
.text-bloq-r{
       width: 60%;
    float: left; 
        font-size: .8em;
    line-height: 1;
}
.bloq-img-r img {
    width: 100%;
}
.bqr1 .text-bloq-r {
    margin-top: 50px;
}
.bqr2 .text-bloq-r {
    margin-top: 30px;
}
.bqr3 .text-bloq-r {
    margin-top: 42px;
}
.bqr1 .bloq-img-r{
    margin-top: 8px;
}
.bqr2 .bloq-img-r{
    margin-top: 10px;
}
.bqr3 .bloq-img-r{
    margin-top: 10px;
}
.ingreCod .bqr2 .text-bloq-r {
    margin-top: 10px;
}
.ingreCod .bqr2 .bloq-img-r{
    margin-top: 20px;
}
.ingreCod .bloq-red {
    height: 181px;
    font-size: 1em;
}
.ingreCod .text-bloq-r{
    font-size: 1em;
}
.titleIngre{

}
#queProd.selForm{

}
.inp-ingreCod{
    font-weight: lighter;
    font-size: .7em;
    /* height: 84px; */
    margin-top: 5px;
    text-align: center;
}
.input-field.col.s3.inp-ingreCod .inp-form {
    width: 75% !important;
}
.yaRegisOk .bajaPrinc2 b{
    font-size: 1.5em;
}
.yaRegisOk .bajaPrinc2 {
    margin-top: 10px;
}
.registr .prem-izq {
   /* width: 70%;
    margin-top: 0%;
    margin: auto;
    margin-left: 15%;
    float: inherit;*/
}
.registr .prem-izq {
    /*width: 70%;
    margin-top: 0%;
    margin: auto;
    margin-left: 15%;
    float: inherit;*/
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
    box-shadow: none !important;
}
.bajaPrinc{
    width: 100%;
}
.but-prin{
    width: 100%;
}
.prem-izq {
    width: 70%;
    float: left;
    margin-top: 0%;
    margin-left: 15%;
}
    body{
        overflow-y: scroll;
    }
    .fixed-foot{
        position: inherit;
        margin-top: 25px;
    }
.registr .inp-form,.registr .selForm ,.registr input.datepicker,.registr .selForm22 .select-wrapper input.select-dropdown{
    height: 2rem !important;
    font-size: 14px !important;
}
.olvid .inp-form {
    margin-left: 5% !important;
}
.registr.olvid .but-prin ,.registr.misCods .but-prin{
    width: 100%;
    margin-top: 30px;
}
.comoPart .prem-izq {
    /*width: 70%;
    margin-top: 0%;
    float: left;
    margin-left: 15%;*/
}
.login .bajaPrinc b,.olvid .bajaPrinc b,.yaEstasPart .bajaPrinc b,.comoPart .bajaPrinc, .misCods .bajaPrinc b,.ganadores .bajaPrinc b,.finProm .bajaPrinc b{
    font-size: 1.5em;
}
.bloq-red{
    width: 80%;
    margin-left: 10%;
}
.table-heads .col-tab {
    font-size: 1.2em;
    text-transform: uppercase;
}
.table-itms {
    width: 100%;
    float: left;
}
.table-heads .col-tab, .table-itms .col-tab {
    width: 50%;
    /* display: inline-block; */
    float: left;
}
.tablaGan{
    margin-left: 21% !important;
    margin-top:0px;
    width:60% !important;
}
.bloq-img-r img {
    width: 85%;
    margin-left: 7.5%;
}
.text-bloq-r{
    font-size: .9em;
}
.table-base{
    width: 100%;
    margin-left: 0%;
}
.separadorTopMobile{
    width: 100% !important;
}
.but-prin a {
    background: #84c8db; /* #05b3bf; */
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    padding: 8px 50px;
    border-radius: 50px;
    border-width: 2px;
    border-style: dashed;
    border: none;
}
.prem-izq {
    width: 40%;
    float: left;
    margin-top: 5%;
    margin-left: 30%;
}
.home.prem-izq {
    width: 30%;
    float: left;
    margin-top: 0%;
    margin-left: 35%;
}
.but-prin a:hover {
    color: #ff2220;
}
.bloqComoPart{
    background: #fbcc55;
    float: left;
    width: 70%;
    margin-left: 15%;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 25px 40px;
    border-radius: 20px;
}
.bloqCm1{
    width: 60%;
    float: left;
}
.bloqCm2{
    width: 40%;
    float: left;
}
.bloqCm2 img{
    width: 100%;
}
.itmCm{
    float: left;
    width: 100%;
    margin-bottom: 14px;
    margin-top: 5px; 
}
.itmCm .iimg{
    float: left;
    width: 18%;
}
.itmCm .textCm{
    float: left;
    margin-left: 5%;
    width: 77%;
    color: #e52627;
    font-size: .9em;
    margin-top: 10px;
}
.bloq-red.bqr2 {
    background: inherit;
}
.ingreCod .bloq-red {
    height: 250px;
    font-size: 1em;
    color: #ff0c02;
}
.ingreCod .bajaPrinc2{
    margin-top: 10px;
}
.ingreCod .bqr2 .text-bloq-r {
    margin-top: 40px;
}
.ingreCod .bqr2 .text-bloq-r  .inp-form {
    border: 1px solid #ff2320 !important;
}
.ingreCod .select-wrapper input.select-dropdown{
    width: 95% !important;
}
.ingreCod input.select-dropdown.dropdown-trigger {
    border: 1px solid #ff2320 !important;
}
.col.s6.registr {
    margin-top: 5%;
    margin-bottom: 5%;
}
.registr .bajaPrinc {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.4em;
    margin-top: 15px;
}
.col.s6.separadorTopMobile.registr .inp-form {
    background: #fff !important;
}
.registr input.datepicker{
    background-color: #fff;

}
.inp-form22 {
    width: 50%;
    float: left;
    color: #ff2320;
}
.registr input.select-dropdown.dropdown-trigger,.registr .selForm22 .select-wrapper input.select-dropdown {
    border: 1px solid #ff2320 !important;
    background-color: #fff !important;
    height: 2rem !important;
}
.registr .select-wrapper .caret {
    right: 42px;
    margin-top: 5px;
    z-index: 1;
}
[type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after {
    border: 2px solid #e51913;
    background: #fff;
}
.ingreCod #hora{
    width: 88% !important;
}
.ingreCod #digit{
    float: left;
}
@media screen and (max-width: 799px){
    .inp-form22 {
        width: 100%;
    }
    .col.s6.registr {
        margin-top: 5%;
        margin-bottom: 0%;
    }
    .ingreCod .bajaPrinc br {
        display: none;
    }
     .ingreCod .select-wrapper input.select-dropdown{
        width: 90% !important;
    }   
    .bloqComoPart {
        margin-left: 0%;
        width: 100%;
        padding: 25px 6px;
    }
    .itmCm .iimg img {
        width: 100%;
    }
    .bloqCm1,.bloqCm2{
        width: 100%;
    }
    body{
        background-image: url(../img/fondo-mob.png);
    background-size: cover;
    background-position: top center;
    }    
    .fot-der,.desktop{
        display: none;
    }
    .mobile{
        display: block !important;
    }
    .body-page .row .col.s6,.fot-izq{
        width: 100% !important;
    }
    .separadorTopMobile{
        margin-top: 25% !important;
    }
    .fot-izq{
        background-image: url(../img/fon-mob.png);
        background-size: 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }
    nav{

    }
    body{
        overflow-y: scroll;
    }
    .men-mob{
        position: absolute;
        width: 100%;
    }
    .men-mob i{
        color: #ff0c02;
    }
    .men-mob .sidenav-trigger i {
        font-size: 2em;
        margin-top: 10px;
        margin-left: 10px;
    }
    .men-mob .men-right i {
        font-size: 1.5em;
        margin-top: 15px;
        margin-right: 12px;
    } 
    .tablaGan{
    margin-left: 1% !important;
    margin-top:0px;
    width:100% !important;
}
  
    .img-foot {
    width: 100% !important;
    margin: auto;
    margin-left: 0%;
    }
    .fixed-foot .col.s12{
        padding-left: 0px;
        padding-right: 0px;
    }  
    .sidenav{
        width: 100%;
        background-color: #ff0c02;
        color: #fff;
    } 
    .fixed-foot {
        /*position: inherit;*/
        background: #fff;
        margin-top: 100px;
    }

    .inp-login{
    width:90% !important;
    }
    .cerrBut {
        margin-top: 25px;
        margin-left: 25px;
    }
    .cerrBut i{
        font-size: 2.5em;
    }
    .men-mob-link a {
        color: #fff;
        text-decoration: none;
        margin-left: 25px;
        width: 100%;
        margin-top: 20px;
        display: block;
        font-size: 1.5em;
    }    
    .mon-mob-soc {
        margin-left: 25px;
        margin-top: 35px;
    }
    .mon-mob-soc i {
        color: #fff;
        font-size: 1.5em;
        margin-right: 20px;
    }
    html{
        line-height: 1.15;
    }
    .fixed-foot img {
        width: 100%;
        margin-bottom: 0px;
        margin-top: -38px;
        float: left;
        width: 100%;
    }
    .men-foot {
        width: 95%;
        text-align: center;
        color: #44bcd6;
        /* position: absolute; */
        /* z-index: 111111; */
        margin-top: -30px;
        padding-bottom: 8px;
        font-size: 1em;
        margin-left: 2.5%;
    }   
    .but-prin {
        width: 100%;
        margin-top: 30px;
    }    
    .but-prin a{
        font-size: 1.6em;
    }
    .bajaPrinc {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 1.4em;
        width: 100%;
    }    
    .prem-izq {
        width: 100% !important;
        float: none !important;
        margin-top: 15% !important;
        margin-left: 0% !important;
    } 
    .bloq-red {
        width: 90%;
        margin-left: 5%;
        padding: 1%;
        height: inherit !important;
    }
    .text-bloq-r .select-wrapper input.select-dropdown{
        margin-left: 2.5% !important;
    }
    .input-field.col.s3.inp-ingreCod .inp-form {
        width: 90% !important;
    }
    .input-field.col.s6.chks {
        float: left;
        height: 60px;
    }
    .registr .selForm22 .select-wrapper input.select-dropdown {
        width: 90% !important;
    }
    .registr .but-prin {
        width: 100%;
        margin-top: 50px;
    }
    .table-heads {
        padding-top: 15px;
    }
    .but-prin a {
        font-size: 1.5em;
        padding: 8px 30px;
    }
    .comoPart .bajaPrinc2 br {
        display: none;
    }
    .bloq-img-r {
        width: 100%;
        float: left;
    }
    .text-bloq-r {
        font-size: 1em;
        text-align: center;
        width: 100%;
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }    
    .tit-one {
         margin-top: 0%; 
    }   
    .prem-izq2 {
        width: 100%;
        float: none;
        margin-top: 5%;
        margin-right: 0%;
        margin-left: -6%;
    }
    .comoPart .title-reg {
        margin-top: 5%;
        text-align: center;
    }
    .login .cont-bt {
        text-align: center;
    }
    .comoPart .s3 img {
        width: 60%;
        margin-left: 20%;
    }
    .comoPart .col.s3 {
        width: 100%;
    }
    .body-page{
        margin-bottom: 50px;
    }
    .comoPart .s9 {
        color: #2e4269;
        height: auto;
        line-height: 1.2;
        width: 100% !important;
        margin-top: 18px;
        text-align: center;
        font-size: 1.3em;
        margin-bottom: 30px;
    }
    .fixed-foot2 {
        margin-top: 220px;
    }
    .fixed-foot2 img{
        margin-top: -198px;
    }
        .select-wrapper {
            position: relative;
            float: left;
            width: 100%;
        }
    .cont-bt2 {
        text-align: center;
        margin-top: 240px;
    }
    .codIngre .col.s6.noMarg {
     width: 50% !important;
    }
}



@media screen and (min-width: 1200px) and (max-width:1368px){
    .container{
        width:90% !important;
    }
    .inp-form,.selForm{
    height: 1.5rem !important;
    font-size:14px !important;
    }
    .select-wrapper input.select-dropdown{
    height: 1.5rem !important;
    font-size:14px !important;
    }
    .text-inp{
        font-size:0.75em !important;
    }
    .select-wrapper .caret{
        margin-top: 1px !important;
    }

}
}

.captchastyle{
    transform: scale(0.80) !improtant;
}


@media screen and (min-height:800px){
    .fixed-foot{
        position: fixed;
        z-index: 9;
        margin-top: 60px;
    }
    .fixed-foot.fixed-big{
        position: inherit;
    }
    .prem-izq{
        margin-top: 8%;
    }
}    

/* NEW STYLES */

.sidenav {
    background: #84c8db; /* #05b3bf; */
}
.men-right a {
    color: #ff2320;
    font-size: 1.2em;
    margin-left: 15px;
}
.men-right a:hover {
    color: #84c8db; /* #05b3bf; */
    transition: all ease .4s;
}
.fixed-foot {
    position: inherit; 
    /*position: absolute;*/
    margin-top: 0px;
    bottom: 10px;
}
body {
    background-image: url(../img/backPromoNew.png);
    background-position: top;
}
.home.prem-izq {
    width: 40%;
    float: left;
    margin-top: 0%;
    margin-left: 30%;
}
img.prem-izq.home.imgHome {
    margin-bottom: 30px;
}
img.prem-izq.home.imgHome.imgHome2 {
    width: auto;
    margin-top: 30px;
    margin-bottom: 0px;
    float: none;
    margin-left: 0px;
}
.aligCenter{
    text-align: center;
}
.imgIzqFooter{
    background-image: url(../img/imgFootIzq.png);
    background-size: contain;
    height: 250px;
    background-repeat: no-repeat;
    background-position: left;
}
.imgDerFooter{
    background-image: url(../img/imgFootDer.png);
    background-size: contain;
    height: 250px;
    background-repeat: no-repeat;
    background-position: right;
}
.col.s6.registr {
    margin-top: 1%;
    margin-bottom: 1%;
}
.imgPageInters{
    width: 45%;
    cursor: pointer;
    margin-left: 27.5%;
}
.imgPageInters2{
    width: 30%;
    margin-left: 35%;
}
.bajadRegis{
    font-family: omnesmedium;
}
.contFormRegis {
    width: 58%;
    margin-left: 21%;
}
.col.s6.separadorTopMobile.registr .inp-form {
    background: #fff !important;
    padding: 5px 10px !important;
}
.registr .selForm {
    width: 95% !important;
    background-color: #ffffff !important;
    border: 1px solid #ff0c02 !important;
    color: #000000 !important; 
    height: 2.8rem !important;
}
.chks label {
    font-size: 1rem;
    color: #e12726;
}
[type="checkbox"], [type="radio"] {
    margin-right: 10px;
}
.g-recaptcha div {
    width: auto !important;
}
.but-prin2 {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-family: omnes_bold;
    font-size: 1.1em;
    color: #e12726;
}
.but-prin2 a{
    color: #e12726;
    border-bottom: 1px dotted;
}
.but-prin2 a:hover{
    color: #84c8db; /* #05b3bf; */
    transition: all ease .4s;    
}
select#dondoCompr {
    width: 97% !important;
}
.registr .but-prin {
    width: 100%;
    margin-top: 40px;
}
.men-foot {
    margin-top: -20px;
}
.titleCeles{
    color: #84c8db; /* #05b3bf; */
}
.bajaPrinc,.olvCont{
    font-family: omnesmedium;
}
.bajaPrinc b, .bajaPrinc2 b{
    font-family: omnes_bold;
}
.margBot{
    margin-bottom: 8% !important;
}
.margTop{
    margin-top: 8% !important;
}
.inp-form.inp-login {
    background-color: transparent !important;
    border: 1px solid #ff0c02 !important;
    color: #ff0c02 !important;
}
.login input#pass {
    margin-bottom: 0px !important;
}
.ingreCod .bqr2 .text-bloq-r {
    margin-top: 40px;
    width: 45%;
}
.bloqueRedondo {
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-top: 2%;
    height: 225px;
}
.imgFamilia{
    width: 35%;
    float: left;
    background-image: url(../img/fotoFamily.png);
    height: 225px;
    background-size: cover;
    background-position: 20%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;      
}
.textBloqueRedo {
    width: 65%;
    float: left;
    background: #84c8db; /* #05b3bf; */
    color: #ffffff;
    height: 225px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;  
}
.titleBloqRedo {
    font-family: omnes_bold;
    font-size: 1.2em;
    margin-top: 20px;
    margin-left: 20px;
}
.subtiBloqRedo{
    font-size: 1em;
    margin-top: 20px;
    width: 80%;
    margin-left: 20px;
    line-height: 1.2;
    font-family: omnesmedium;
}
.btnBloqRedo {
    float: left;
    margin-top: -15px;
    margin-left: 100px;
}
.btnBloqRedo a{
    background-color: #ff2220;
}
.but-prin.btnBloqRedo a:hover {
    color: #84c8db; /* #05b3bf; */
}
.imgPrem {
    width: 30%;
    float: left;
    margin-left: 35%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.table-cods {
    height: 290px;
    overflow-y: scroll;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #e42a26;
    text-align: center;
    background-color: #e42a26;
    color: #fff;
    border-radius: 7px;
}
.table-itms:nth-child(even) {
    background: #e12726;
}
.table-itms:nth-child(odd) {
    background: #e12726;
}
.pasosText {
    line-height: 1.2;
    font-size: 1em !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.table-base {
    width: 60%;
    margin-left: 0%;
    margin-left: 20%;
    margin-top: 30px;
    font-size: 1.1em;
}
#queProd.selForm {
    border: 1px solid #ff2320 !important;
    width: 100% !important;
}
.fixed-foot {
    position:relative;
    margin-top: -135px;
    float: left;
    width: 100%;
    z-index: -1;
    bottom: 0;
}
.fixed-foot3 {
   margin-top: -20px;
}
.selecOcults{
    display: none;
}
.registr #tel {
    width: 52% !important;
    margin-left: 6%;
}
.copyRightDis {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #db223c;
    color: #ffffff;
    font-size: 1.4em;
    padding: 8px 30px;
    border-top-left-radius: 10px;
    line-height: 25px;
    font-family: Calibri;
}
@media screen and (max-width: 799px){
    .contFormRegis {
        width: 100%; 
        margin-left: 0%; 
    }
    .fixed-foot {
        position:inherit;
        margin-top: 0px;
    }
    .fixed-foot3 {
       margin-top: 0px;
    }    
    .men-mob-link a {
        font-family: omnesmedium;
        text-transform: uppercase;
    }  
    body {
        background-image: none !important;
    }  
    img.prem-izq.home.imgHome.mobile {
        margin-top: 0% !important;
        margin-bottom: 0% !important;
    }
    .separadorTopMobile {
        margin-top: 5% !important;
    }
    .but-prin a {
        font-size: 1.8em;
        padding: 8px 50px;
    }
    img.imgFootMobi.mobile {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .registr #tel {
        width: 55% !important;
        margin-left: 2%;
    }
    .registr .selForm {
        width: 99% !important;
    }
    select#dondoCompr {
        width: 99% !important;
    }
    .col.s12.chks {
        margin-bottom: 8px;
    }
    .contFormRegis .g-recaptcha {
        margin-left: -40px;
    }
    .bajaPrinc br {
        display: none;
    }
    .ingreCod .bqr2 .text-bloq-r {
        margin-top: 40px;
        width: 100%;
    }
    .titleIngreCod{
        text-align: left;
        font-size: 1.2em;
    }
    .ingreCod .bqr2 .text-bloq-r {
        margin-top: 40px !important;
        width: 100%;
        text-align: left;
    }
    #queProd.selForm {
        margin-top: 15px;
    }
    .input-field.col.s6.inp-ingreCod {
        width: 50% !important;
    }
    .input-field.col.s3.inp-ingreCod {
        width: 20%;
        margin-left: 4%;
    }
    .bajaPrinc.titleCeles {
        margin-bottom: 10px;
    }
    .bloqueRedondo {
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-top: 2%;
        height: 225px;
    }
    .imgFamilia {
        width: 100%;
        height: 180px;
        border-top-left-radius: 50px;
        margin-left: 0%;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 0px;
    }
    .bloqueRedondo {
        height: auto;
    }
    .titleBloqRedo {
        font-size: 1.4em;
    }
    .textBloqueRedo {
        width: 100%;
        float: left;
        background: #84c8db;
        color: #ffffff;
        height: 180px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }
    .btnBloqRedo {
        margin-left: 0;
    }
    .btnBloqRedo a {
        background-color: #ff2220;
        font-size: 1.4em;
        padding: 8px 50px;
    }
    .imgPrem {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 4%;
        margin-bottom: 4%;
    }
    .comoPart .col.s4.aligCenter {
        width: 100%;
    }
    .btnFiPromo a {
        font-size: 1.4em;
    }
    .table-base {
        width: 100%;
        margin-left: 0%;
        margin-left: 0%;
        margin-top: 30px;
        font-size: 1em;
    }
    .registr .selForm {
        width: 97% !important;
    }
}

/************** New styles ***************/

.men-foot {
    color: #014d92 !important;
}
.men-foot a{
    color: #014d92 !important;
}
.men-foot a:hover{
    color: #e0351a !important;
}
body{
    background-image: url(../img/n/back-f.png);
}
.men-foot {
    margin-top: -22px;
}
.sidenav-trigger {
    color: #ffffff;
}
.sidenav {
    background: #e42125;
}
.fixed-foot{
    margin-top: 0px;
}
.men-right a {
    color: #ffffff;
}
.men-right a:hover {
    color: #ff2320;
}
.but-prin a {
    background: #e12726;
}
.but-prin a:hover {
    background: #82d0f5;
}
.bajadaHome, .bajadaHome2{
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 1.3em;
    font-family: omnes_bold;
}
.bajadaHome2{
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 2em;
    font-family: omnes_bold;
}
img.prem-izq.home.imgHome {
    margin-bottom: 30px;
    margin-top: 50px;
    width: 35%;
    margin-left: 32.5%;
}
.fixed-foot {
    margin-top: 85px;
}
img.prem-izq.home.imgHome.desktop.imgInter {
    width: 45%;
    margin-left: 27.5%;
    margin-top: 25px;
}
.registr .inp-form {
    background-color: transparent !important;
    border: 1px solid #82d0f5 !important;
    color: #82d0f5 !important;
}
.registr .selForm {
    border: 1px solid #82d0f5 !important;
}
.input-field.col.s6.diasSel{
    margin: 0px !important;
}
.bajaPrinc.bajadRegis {
    font-family: omnes_bold;
    color: #ffffff;
    font-size: 2.3em;
    margin-bottom: 0px;
    margin-top: 20px;
}
.bajaPrinc.bajadRegis2 {
    font-family: omnesmedium;
    color: #ffffff;
    font-size: 1.2em;
    margin-top: 0px;
    margin-bottom: 50px;
}
.chks label {
    font-size: 1rem;
    color: #ffffff;
}
.chks label a{
    text-decoration: none;
    border-bottom: 1px dotted;
    color: #ffffff;
}
.chks label a:hover{
    color: #e12726;
}
.but-prin2 {
    color: #ffffff;
}
.but-prin2 a {
    color: #ffffff;
}
.but-prin2 a:hover{
    color: #e12726;
}
.titleBaes{
    color: #ffffff;
}
.table-base {
    background-color: transparent;
    border: none;
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 82%);
    -webkit-box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 82%);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.82);
    background-color: rgb(0 0 0 / 60%);
    padding: 15px !important;
    height: 450px;
}
.bajaPrinc.bajadRegOk {
    color: #ffff;
    line-height: 1;
}
.inp-form.inp-login {
    border: 1px solid #84c8db !important;
    color: #84c8db !important;
    background-color: #ffffff !important;
}
.bajaPrinc.bajaPrincOlv {
    color: #Ffffff;
    line-height: 1.2;
}
.margTop {
    margin-top: 10% !important;
}
.bajaPrinc{
    color: #ffffff;
}
.titleCMP {
    color: #ffffff;
    font-size: 2em !important;
}
.bajadCMP{
    color: #ffffff !important;
}
.comoPart .s3 img {
    width: 50%;
}
.comoPart .bajaPrinc2 {
    color: #ffffff;
    text-align: center;
    float: right;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.2em !important;
}
.comoPart .bajaPrinc2 a{
    color: #ffffff;
    border-bottom: 1px dotted;
}
.comoPart .bajaPrinc2 a:hover{
    color: #e12726;
}
.bajadSelecc {
    color: #ffffff;
    margin-top: 50px;
    float: left;
    width: 100%;
    text-align: center;
}
.indicators {
    float: left;
    width: 100%;
}   
.left-c {
    background-color: #e0351a;
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 1.5em;
    border-radius: 50px;
    cursor: pointer;
    float: left;
    padding-right: 5px;
}
.right-c {
    background-color: #e0351a;
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 1.5em;
    border-radius: 50px;
    cursor: pointer;
    float: right;
    padding-left: 1px;
} 
.right-c:hover,.left-c:hover{
    color: #ffde00;
}
.indicators {
    float: left;
    position: absolute;
    top: 55%;
    z-index: 99;
    width: 40%;
    margin-left: 13%;
}
img.imgCarou {
    width: 40% !important;
    margin-left: 30%;
    margin-top: 25%;
}
.carousel.carousel-slider {
    width: 50%;
    margin-left: 25%;
    height: 275px;
}
.panalSlider {
    color: #82d0f5;
    text-align: center;
    margin-top: 10px;
}
i#cerrBoton{
    cursor: pointer;
}
.bajadSelecc.bajadSelecc22 {
    margin-top: 5px;
}
.bajadSelecc.bajadSelecc2 {
    font-weight: 300;
    font-size: .9em;
}
.input-field.selForm22.selCambio {
    margin-left: 33.4%;
    margin-top: 40px;
}
select#marca, select#modelo, select#talle {
    border: 1px solid #008dca !important;
    margin-bottom: 30px !important;
    color: #000000;
}
.butonCamb{
    margin-top: 60px;
}
.but-prin a {
    padding-top: 12px;
}
.bajadSelecc.bajadSelecc2 {
    margin-top: 0;
}
.bajaPrinc {
    color: #ffffff;
    line-height: 1.2;
}
.imgDomiselecc {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
}
.but-prin22.eleg {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.but-prin22.eleg a {
    color: #ffffff;
    border-bottom: 1px dotted;
    font-family: omnes_bold;
    font-size: 1.5em;
}
.but-prin22.eleg a:hover {
    color: #ffde00;
}
div#modal1 {
    background-color: transparent;
    overflow: hidden;
    box-shadow: none;
    width: 75%;
}
.modalOpc {
    float: left;
    width: 25%;
    margin-top: 15%;
    text-align: center;
}
.modalOpc img{
    width: 90%;
    margin: auto;
    cursor: pointer;
}
.registr .selForm {
    width: 97% !important;
}

@media screen and (max-width: 1440px){
    .inp-form, .selForm {
        height: 2.5rem !important;
    }    
    .fixed-foot {
        margin-top: 50px;
    }
    .table-base {
        width: 80%;
        margin-left: 10%;
    }
    .indicators {
        float: left;
        position: absolute;
        top: 65%;
        z-index: 99;
        width: 45%;
        margin-left: 12%;
    }
}
@media screen and (max-width: 1366px){
    .indicators {
        float: left;
        position: absolute;
        top: 75%;
        z-index: 99;
        width: 50%;
        margin-left: 20%;
    }    
}
@media screen and (max-width: 1280px){
    .indicators {
        top: 70%;
        margin-left: 18%;
    }    
}
@media screen and (max-width: 800px){
    body {
        background-image: url(../img/n/back-mob2.png) !important;
        background-size: cover;
        background-position: top center;
    }
    .men-foot {
        margin: 0;
        margin-top: 0px;
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
    }
    img.imgFootMobi.mobile {
        width: 100%;
        margin-bottom: 0px;
        margin-top: 60px !important;
    }
    .fixed-foot {
        margin-top: 0px;
    }
    img.prem-izq.home.imgHome.mobile {
        width: 70% !important;
        margin-left: 15% !important;
        margin-top: 20% !important;
    }
    .men-mob {
        top: 0;
    }
    .men-mob i {
        color: #ffffff;
    }
    .but-prin2{
        margin-top: 30px;
    }
    .input-field.selForm22.selCambio {
        width: 100%;
        margin-top: 40px;
        margin-left: 0;
        text-align: center;
    }
    select#marca, select#modelo, select#talle {
        width: 80% !important;
        margin-left: 10%;
    }
    .comoPart .s3 img {
        width: 40%;
        margin-left: 0;
    }
    img.imgSelecteDom {
        width: 70%;
    }
    .modalOpc {
        float: left;
        width: 100%;
        margin-top: 2%;
        text-align: center;
    }
    select#dondoCompr {
        width: 97% !important;
    }
    .indicators {
        float: left;
        position: absolute;
        top: 72%;
        z-index: 99;
        width: 98%;
        margin-left: -6%;
    }
    .carousel.carousel-slider {
        height: 220px;
    }
    .carousel.carousel-slider {
        width: 75%;
        margin-left: 12.5%;
        height: 220px;
    }
    img.imgCarou {
        width: 100% !important;
        margin-left: 0%;
        margin-top: 45%;
    }
    .panalSlider {
        font-size: 1.2em;
    }
    .table-base {
        width: 100%;
        margin-left: 0%;
    }



}
/*******************************************/
.sidenav-trigger, i#cerrBoton{
    color: #014d92;
}
.right.men-right i.fa, .mon-mob-soc i.fa{
    background-color: #014d92;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
    margin-right: 0px;
}
.men-right a, .mon-mob-soc a{
    margin-left: 10px;
}
.men-right a:hover > i.fa, .mon-mob-soc a:hover > i.fa{
    color: #014d92;
    background-color: #ffffff;
    text-decoration: none;
}
body {
    background-image: url(../img/hn/fondo.jpg);
    background-position: bottom;
}
img.prem-izq.home.imgHome {
    margin-bottom: 50px;
    margin-top: -55px;
    width: 50%;
    margin-left: 25%;
}
img.prem-izq.home.imgHome2.desktop {
    margin-bottom: 30px;
    /* margin-top: -55px; */
    width: 60%;
    margin-left: 20%;
}
.but-prin a:hover {
    background: #014d92;
}
.men-foot {
    color: #ffffff !important;
    background-color: #de0618;
}
.men-foot a{
    color: #ffffff !important;
}
.men-foot a:hover{
    color: #014d92 !important;
}
.fixed-foot {
    margin-top: 0px;
    margin-top: -60px;
}
img.prem-izq.home.imgHome.desktop.imgInter {
    margin-top: 0px;
}
.bajaPrinc.bajadRegis, .bajaPrinc.bajadRegis2 {
    color: #fc1f0f;
    margin-bottom: 15px;
}
.inp-form22 {
    margin-left: 0%;
    width: 102%;
}
.registr .inp-form, .registr .selForm{
    border: 1px solid #004889 !important;
    color: #004889 !important;
}
.sepaRojo {
    background-color: #fc1f0f;
    height: 3px;
    border-radius: 5px;
    width: 100%;
    float: left;
    margin-top: 25px;
    margin-bottom: 2px;
    clear: both;
}
.col.s8.mrgLee {
    margin-left: 16.666%;
}
::placeholder {
    color: #696666 !important;   
}
.col.s6.chks {
    margin-top: 20px;
}
.chks label, .chks label a{
    color: #696666;   
}
.but-prin2.rrr {
    color: #004889;
    font-family: 'omnesmedium';
}
.but-prin2.rrr a{
    color: #004889;
    font-family: omnes_bold;
}
.but-prin2.rrr a:hover{
    color: #ff2220;
}
img.home.packs.imglds {
    width: 50%;
    margin-top: 30px;
    margin-left: 25%;
}
.bajaPrinc.bajaPrinc2.titleCeles.titleBaes.titleYaReg, .bajaPrinc.bajadRegOk{
    color: #e12726;
}
img.home.packs.imglds.packRegis {
    margin-top: 55px;
    margin-bottom: -20px;
}
.bajaPrinc{
    color: #e42a26;
}
.lelCamb {
    color: #696666;
    text-align: center;
    margin-top: 0px !important;
}
.lelCamb.cambPa, .sepaRojo.cambPa{
    margin-left: 25% !important;
}
.sepaRojo.cambPa{
    margin-bottom: 30px;
}
select#marca, select#modelo, select#talle, select#ciudad, select#fecha, select#punto, select#como {
    border: 1px solid #014d92 !important;
    margin-bottom: 30px !important;
    color: #014d92;
}
.inp-form.inp-login{
    border: 1px solid #014d92 !important;
    color: #014d92;    
}
.butonCamb {
    margin-top: 40px;
}
.modFechas.but-prin2.rrr {
    margin-top: 0;
}
.bajadSelecc.bajadSelecc2.cambPage {
    margin: 0;
    color: #696666;
    font-size: 1em;
}
div#modal-fec {
    width: 80%;
    max-height: 85%;
    height: 85%;
    background-color: #de0618;
    color: #fff;
}
div#modal-fec img{
    /*width: 100%;*/
}
.titleModCanj {
    font-family: omnes_bold;
    text-align: center;
    font-size: 1.6em;
}
.mesModCanj {
    font-family: omnes_bold;
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
}
.bajadModCanj{
    text-align: center;
    font-family: 'omnesmedium';
    color: #ffffff;
}
.col1Canj{
    width: 45%;
    float: left;
}
.col2Canj, .col3Canj{
    width: 25%;
    float: left;
    margin-left: 2.5%;
}
.but-prin.butonCamb.btnBlanc a {
    background-color: #ffffff;
    color: #de0618;
}
.but-prin.butonCamb.btnBlanc a:hover {
    background: #014d92;
    color: #ffffff;
}
.but-prin.butonCamb.btnBlanc{
    padding-bottom: 30px;
}
.but-prin.cankOk23 {
    text-align: center;
}
.but-prin.cankOk23 div {
    font-family: omnes_bold;
    background-color: #e12726;
    width: fit-content;
    color: #ffffff;
    padding: 10px 50px;
    font-size: 1.6em;
    margin: auto;
    margin-bottom: 21px;
    border-radius: 50px;
}
.bajaPrinc.bajadRegOk.canjOk1{
    font-family: omnes_bold;
}
.bajaPrinc.bajadRegOk.canjOk3 {
    color: #696666;
    font-family: 'omnesmedium';
    margin-top: 25px;
    font-size: 1em;
}
.bajaPrinc.bajaPrincOlv {
    color: #e42a26;
    line-height: 1.2;
}
img.home.packs.imglds.packRegis.packRegisREc {
    margin-left: 0;
}
img.home.packs.imglds.packRegis.packRegis404 {
    margin-top: 0;
}
.but-prin2.logg {
    color: #004889;
    font-family: 'omnesmedium';
}
.but-prin2.logg a{
    color: #004889;
    font-family: omnes_bold;
}
.but-prin2.logg a:hover{
    color: #e12726;
}
.but-prin2 a.but-bln.olvCont {
    color: #696666;
}
.but-prin2 a.but-bln.olvCont:hover{
    color: #e12726;
}
.pageTopRed img.toop-footer {
    width: 100%;
    margin-top: -105px;
    margin-bottom: 20px;
}
.table-base {
    margin-top: 0;
}
.bajaPrinc.titleCeles.titleBaes {
    color: #ffffff;
}
.table-base {
    background: no-repeat;
    box-shadow: none;
    height: auto;
    width: 100%;
    margin-left: 0;
    overflow: auto;
}
.pageTopRed {
    background-color: #de0618;
}
.pageRed .fixed-foot {
    margin-top: 0px;
    /* margin-top: -60px; */
}
.pageTopRed .titleModCanj {
    color: #ffffff;
}
.pageTopRed .mesModCanj {
    color: #ffffff;
}
.calen .pageTopRed .container{
    width: 75%;
}
.pageTopRed .col1Canj img, .pageTopRed .col2Canj img, .pageTopRed .col3Canj img{
    /*height: 361px;*/
}
.pasopp .col.s2 {
    width: 20%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.imgPaso img {
    height: 100px;
    margin-bottom: 15px;
}
.textPaso {
    color: #ffffff;
    line-height: 1.2;
}
.textPaso a{
    font-family: 'omnes_bold';
    font-size: 1.1em;
    color: #84cdf1;
    text-decoration: underline;
}
.textPaso a:hover{
    color: #fbdd00;
}
.bajad2Pasop {
    text-align: center;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.bajad2Pasop a{
    font-family: 'omnes_bold';
    font-size: 1.1em;
    color: #84cdf1;
    text-decoration: underline;
}
.bajad2Pasop a:hover{
    color: #fbdd00;
}
.bajaPrinc.titleCeles.titleBaes, .bajaPrinc.titleCeles.titleBaes{
    color: #e42a26;
}
.pageTopRed .bajaPrinc.titleCeles.titleBaes,  .pageTopRed .bajaPrinc.titleCeles.titleBaes {
    color: #ffffff;
}
body.mobFootAdap footer.fixed-foot {
    margin-top: 30px;
}


/*adicional*/
.inicio .prem-izq.home.imgHome2{
    margin-bottom: -5rem;
    padding-top: 10rem;
}

.inicio .but-prin{
    margin-bottom: -8rem;
    padding-top: 4rem;
}

.canjeok img.home.packs.imglds.packRegis {
    margin-top: 65px !important;
    margin-bottom: -100px !important;
}
.canjeok .but-prin.cankOk23{
    padding-bottom: 1rem;
}

.yaestasregis img.home.packs.imglds.packRegis {
    margin-top: 65px !important;
    margin-bottom: -100px !important;
}

.interno{
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

.interno #como{
    margin-bottom: 15px !important;
}
body.inicio {
    background-position: 50% 125%;
    background-size: 120%;
}
.inicio .but-prin {
    /* margin-bottom: -8rem; */
    padding-top: 0rem;
}
.inicio .prem-izq.home.imgHome2 {
    margin-bottom: 0;
    padding-top: 4rem;
    width: 70%;
    margin-left: 15%;
}
.btnNreGs{
    color:#e42a26;
    text-decoration:underline;
    text-decoration-style:dotted;
}
.btnNreGs:hover{
    color: #014d92;
}

@media screen and (max-width: 800px){
    body {
        background-image: url(../img/hn/fondo.jpg) !important;
        background-position: bottom;
    }
    img.prem-izq.home.imgHome.mobile {
        width: 75% !important;
        margin-left: 12.5% !important;
        margin-top: 20% !important;
    }     
    img.prem-izq.home.imgHome.mobile.azulss {
        width: 75% !important;
        margin-left: 12.5% !important;
        margin-top: 0% !important;
    }   
    .men-foot {
        margin-top: -3px;
    }
    .fixed-foot {
        margin-top: 30px;
    }
    body.mobFootAdap .fixed-foot {
        margin-top: 180px !important;
    }    
    .men-mob .container .row {
        margin-top: -5px;
    }
    .men-mob .container {
        width: 100%;
    }
    .men-mob .sidenav-trigger i {
        font-size: 2em;
        margin-top: 10px;
        margin-left: 0px;
    }
    .sidenav-trigger i {
        color: #014d92;
    }   
    .col.s8.mrgLee {
        margin-left: 0%;
        width: 100%;
        padding: 0;
    }
    img.home.packs.imglds {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
    img.home.packs.imglds.packRegis {
        margin-top: 55px;
        margin-bottom: 0px;
    }
    .pageTopRed img.toop-footer {
        margin-bottom: 7px;
    }
    .pageTopRed .bajaPrinc.titleCeles.titleBaes,  .pageTopRed .bajaPrinc.titleCeles.titleBaes {
        color: #ffffff;
    }
    body.pageRed footer.fixed-foot {
        margin-top: -20px;
    }
    .col1Canj, .col2Canj, .col3Canj{
        width: 100%;
    }
    .col1Canj img, .col2Canj img, .col3Canj img{
        width: 100%;
    }
    .col2Canj, .col3Canj{
        margin: 0px;
    }
    body.pageRed.calen .pageTopRed .container {
        width: 90%;
    }
    .lelCamb.cambPa, .sepaRojo.cambPa {
        margin-left: 0% !important;
    }
    select#marca, select#modelo, select#talle, select#ciudad, select#fecha, select#punto {
        width: 100% !important;
        margin-left: 0%;
    }
    .bajadSelecc.bajadSelecc2.cambPage br{
        display: none;
    }
    .pasopp .col.s2 {
        width: 100%;
        margin-bottom: 0px;
    }


    
}
@media screen and (max-width: 800px){
    .inicio .prem-izq.home.imgHome2{
        margin-bottom: -17rem;
        padding-top: 16rem;
    }
    
    .inicio .but-prin{
        margin-bottom: -13rem;
        padding-top: 16rem;
    }

    .canjeok img.home.packs.imglds.packRegis {
        margin-top: 55px !important;
        margin-bottom: -70px !important;
    }

    .yaestasregis img.home.packs.imglds.packRegis {
        margin-top: 55px !important;
        margin-bottom: -70px !important;
    }
    body.mobFootAdap.inicio {
        background-size: cover;
        background-position: center;
    }    

    
}
/* N styles */
a.sidenav-trigger {
    float: left;
    margin-right: 20px;
}
.menuIzq {
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 2px;
}
.item-men-izq {
    margin-right: 15px;
}
body {
    background-image: url(../img/mundial/banner-desk-inter2.jpg);
    background-position: 36% 50%;
}
body.mobFootAdap.inicio {
    background-image: url(../img/mundial/back-desk.jpg);
    background-position: center;
}
.men-foot p {
    margin: 0;
    font-weight: 100;
    font-size: .9em;
    width: 80%;
    margin-left: 10%;
}
.men-foot {
    padding-bottom: 20px;
}
img.prem-izq.home.imgHome {
    margin-bottom: 50px;
    margin-top: 80px;
    width: 50%;
    margin-left: 25%;
}
.titleHome {
    width: 50%;
    margin-left: 25%;
    float: left;
    /* text-transform: uppercase; */
    color: #fc1f0f;
    font-size: 1.5em;
    margin-bottom: 25px;
}
.subTtitleHome {
    float: left;
    width: 50%;
    margin-left: 25%;
    color: #00a3e0;
    font-size: 1.3em;
    margin-bottom: 25px;
}
.item-men-izq {
    margin-right: 15px;
    color: #00a3e0;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.item-men-izq:hover {
    color: #fc1f0f;
}
.sidenav-trigger, i#cerrBoton {
    color: #00a3e0;
}
.right.men-right i.fa, .mon-mob-soc i.fa {
    color: #00a3e0;
    background: no-repeat;
}
.right.men-right i.fa:hover, .mon-mob-soc i.fa:hover {
    color: #fc1f0f;
    background-color: transparent;
}
.men-right a, .mon-mob-soc a {
    margin-left: 0px;
}
.inicio .prem-izq.home.imgHome2 {
    margin-bottom: 0;
    padding-top: 0rem;
    width: 75%;
    margin-left: 12.5%;
    margin-top: 55px;
}
.but-prin a {
    background-color: transparent;
    color: #fc1f0f;
    background-image: url(../img/mundial/btnback.png);
    border-radius: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 60px;
    line-height: 1.2;
    font-family: omnes_bold;
}
.but-prin a:hover {
    background-color: transparent;
    background-image: url(../img/mundial/btnback.png);
    border-radius: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 60px;
    line-height: 1.2;
    filter: drop-shadow(2px 4px 6px black);
}
.but-prin.but-prin-l a {
    background-image: url(../img/mundial/btnback-l.png);
}
.but-prin.but-prin-l a:hover {
    background-image: url(../img/mundial/btnback-l.png);
}
.floatImageRi img {
    width: 300px;
}
.floatImageRi {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 15%;
    margin-right: 8%;
}
ul#slide-out i#cerrBoton, ul#slide-out .right.men-right i.fa, ul#slide-out .mon-mob-soc i.fa {
    color: #ffffff;
}
ul#slide-out .right.men-right i.fa, ul#slide-out .mon-mob-soc i.fa {
    color: #ffffff;
}
.right.men-right i.fa:hover, .mon-mob-soc i.fa:hover {
    background-color: transparent !important;
}
.col.s12.l6.separadorTopMobile.registr {
    width: 50% !important;
}
.col.s12.l6.separadorTopMobile.colDer {
    float: left;
    width: 50% !important;
}
.col.s12.l6.separadorTopMobile.colDer .titleHome , .col.s12.l6.separadorTopMobile.colDer .subTtitleHome{
    margin: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.col.s12.l6.separadorTopMobile.colDer .home.prem-izq {
    width: 100%;
    float: left;
    margin-top: 0%;
    margin-left: 0;
}
.col.s12.l6.separadorTopMobile.colDer img.prem-izq.home.imgHome {
    margin-bottom: 50px;
    margin-top: 80px;
    width: 70%;
    margin-left: 15%;
}
.fixed-foot {
    margin-top: 0px;
    margin-top: 50px;
}
.bajaPrinc.bajadRegis, .bajaPrinc.bajadRegis2 {
    text-align: left;
}
.bajaPrinc.bajadRegis2 {
    color: #969696;
}
.contFormRegis {
    width: 100%;
    margin-left: 0;
}
.registr .inp-form, .registr .selForm {
    border: 1px solid #00a3e0 !important;
    color: #00a3e0 !important;
}
.registr .selForm {
    width: 95% !important;
    height: 2.2rem !important;
}
input#phBody_txtAddressNumber {
    float: left !important;
    width: 25% !important;
    margin-right: 5%;
}
input#phBody_txtAddressDep {
    float: left !important;
    width: 56% !important;
}
.bloqTermn {
    margin-top: 20px;
    float: left;
    width: 100%;
    background: #00a3e0;
    padding: 15px;
    border-radius: 10px;
}
.chks label, .chks label a {
    color: #ffffff;
}
.col.s6.chks {
    margin-top: 0px;
}
.misCodsCarg {
    float: left;
    width: 100%;
}
.header {
    font-family: 'omnes_bold';
    float: left;
    width: 100%;
    color: #00a3e0;
    font-size: 1.5em;
    margin-bottom: 25px;
}
.item {
    float: left;
    width: 40%;
}
.item.item2 {
    float: left;
    width: 60%;
}
.itemTab {
    float: left;
    width: 100%;
    color: #969696;
    padding: 5px;
}
.itemInter {
    float: left;
    width: 40%;
}
.itemInter2{
    float: left;
    width: 60%;
}
.itemTab:nth-child(odd){
    background-color: rgb(0 163 224 / 30%);
}
.misCodsCarg .table {
    height: 400px;
    overflow-y: scroll;
    float: left;
    width: 100%;
}
.misCodsCarg .table {
    height: 400px;
    overflow-y: scroll;
    float: left;
    width: 100%;
}
/* Tamaño del scroll */
.misCodsCarg .table::-webkit-scrollbar, .misCodsCarg .table::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }
  
   /* Estilos barra (thumb) de scroll */
   .misCodsCarg .table::-webkit-scrollbar-thumb ,.misCodsCarg .table::-webkit-scrollbar-thumb {
    background: #00a3e0;
    border-radius: 4px;
  }
  
  .misCodsCarg .table::-webkit-scrollbar-thumb:active ,.table-base::-webkit-scrollbar-thumb:active{
    background-color: #00a3e0;
  }
  
  .misCodsCarg .table::-webkit-scrollbar-thumb:hover,.table-base::-webkit-scrollbar-thumb:hover {
    background: #00a3e0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  
   /* Estilos track de scroll */
  .misCodsCarg .table::-webkit-scrollbar-track,.table-base::-webkit-scrollbar-track{
    background: #fafafa;
    border-radius: 4px;
  }
  
  .misCodsCarg .table::-webkit-scrollbar-track:hover, 
  .misCodsCarg .table::-webkit-scrollbar-track:active ,.table-base::-webkit-scrollbar-track:hover ,.table-base::-webkit-scrollbar-track:active{
    background: #fafafa;
  }

.ganads .item {
    float: left;
    width: 60%;
}
.ganads .item.item2 {
    float: left;
    width: 40%;
}
.ganads .itemInter {
    float: left;
    width: 60%;
}
.ganads .itemInter2{
    float: left;
    width: 40%;
}
.col.s12.l6.separadorTopMobile.registr.ya.estasRegis {
    text-align: center;
    margin-top: 120px;
}
.ya.estasRegis .bajaPrinc.bajadRegis, .ya.estasRegis .bajaPrinc.bajadRegis2 {
    text-align: center;
}
.but-second {
    color: #00a3e0;
    text-decoration: underline;
    text-decoration-style: dotted;
    margin-top: 25px !important;
    float: left;
    text-align: center;
    width: 100%;
}
.but-second:hover > a {
    color: #fc1f0f;
}
.input-field.col.s6.cargaCod img {
    width: 60%;
    margin: 0;
    margin-left: 20px;
}
.itemComp {
    margin-bottom: 25px;
    float: left;
}
.itemComp img {
    width: 120px !important;
}
.contFormRegis.comoPart {
    float: left;
    margin-top: 45px;
}
.textCom.col.s8 {
    color: #0bade6;
    margin-top: 15px;
}
.imgPrem2 img {
    width: 76%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.col.s12.l6.separadorTopMobile.colDer img.prem-izq.home.imgHome {
    margin-top: 30px;
}
.contFormRegis.login {
    float: left;
    width: 70%;
    margin-left: 15%;
    margin-top: 40px;
}
.col.s12.l6.separadorTopMobile.registr.olvidaste {
    margin-top: 60px;
}
.col.s12.l6.separadorTopMobile.registr.olvidaste .contFormRegis {
    float: left;
    width: 70%;
    margin-left: 15%;
}
.boldCelFin {
    color: #00a3e0;
    font-family: 'omnes_bold';
    font-size: 1.3em;
}
.col.s12.l6.separadorTopMobile.registr.recuperar .input-field.col.s12 {
    margin-bottom: 20px;
}
.contFormRegis.login.bases {
    width: 100%;
    margin-left: 0%;
    height: 450px;
    overflow-y: scroll;
    background-color: rgb(0 163 224 / 30%);
    margin-top: 20px;
}
/* Tamaño del scroll */
.contFormRegis.login.bases::-webkit-scrollbar, .contFormRegis.login.bases::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }
  
   /* Estilos barra (thumb) de scroll */
   .contFormRegis.login.bases::-webkit-scrollbar-thumb ,.contFormRegis.login.bases::-webkit-scrollbar-thumb {
    background: #00a3e0;
    border-radius: 4px;
  }
  
  .contFormRegis.login.bases::-webkit-scrollbar-thumb:active ,.contFormRegis.login.bases::-webkit-scrollbar-thumb:active{
    background-color: #00a3e0;
  }
  
  .contFormRegis.login.bases::-webkit-scrollbar-thumb:hover,.contFormRegis.login.bases::-webkit-scrollbar-thumb:hover {
    background: #00a3e0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  
   /* Estilos track de scroll */
  .contFormRegis.login.bases::-webkit-scrollbar-track,.contFormRegis.login.bases::-webkit-scrollbar-track{
    background: #fafafa;
    border-radius: 4px;
  }
  
  .contFormRegis.login.bases::-webkit-scrollbar-track:hover, 
  .contFormRegis.login.bases::-webkit-scrollbar-track:active ,.contFormRegis.login.bases::-webkit-scrollbar-track:hover ,.contFormRegis.login.bases::-webkit-scrollbar-track:active{
    background: #fafafa;
  }
.mob {
    display: none;
}
body.mobFootAdap.inicio .inicio .prem-izq.home.imgHome2 {
    width: 60%;
    margin-left: 20%;
}
.msgConfirm {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

    .msgConfirm.confirm {
        background: #00c548;
    }

    .msgConfirm.error {
        background: #fd1e0f;
    }

.registr .inp-form, .registr .selForm {
    background: #fff !important;
}

.col.s12.l6.separadorTopMobile.colDer img.prem-izq.home.imgHome {
    margin-bottom: 50px;
    margin-top: 20px;
    width: 85%;
    margin-left: 7.5%;
}

.table-base {
    color: #4c4c4c;
}

input[id=phBody_txtBabyBirthday] {
    width: 95% !important;
}

@media screen and (max-width: 1300px) {
    .floatImageRi img {
        width: 221px;
    }
}

@media screen and (max-width: 800px){
    .desk {
        display: none;
    }
    .mob {
        display: block;
    }
    body.mobFootAdap.inicio, body {
        background-image: url(../img/mundial/back-footer.png) !important;
        background-position: 100% 95%;
        background-size: contain;
    }
    .container {
        width: 100%;
    }
    .sidenav-trigger i {
        color: #00a3e0;
    }
    img.prem-izq.home.imgHome {
        margin-bottom: 0;
        margin-top: 0px !important;
    }
    .titleHome, .subTtitleHome {
        width: 100%;
        margin-left: 0;
    }
    .inicio .but-prin {
        margin-bottom: 0;
        padding-top: 0;
    }
    img.mob.prem {
        width: 100%;
        margin-top: 70px;
        float: left;
    }
    body.mobFootAdap .fixed-foot {
        margin-top: 0px !important;
    }
    .col.s12.l6.separadorTopMobile.registr, .col.s12.l6.separadorTopMobile.colDer {
        width: 100% !important;
    }
    .col.s12.l6.separadorTopMobile.colDer .subTtitleHome {
        margin-bottom: 0px;
    }
    .registr .inp-form, .registr .selForm {
        background-color: #ffffff !important;
    }
    .inp-form, .selForm {
        width: 92% !important;
    }
    .registr #tel {
        width: 62% !important;
    }
    input#depto {
        width: 59% !important;
    }
    img.prem-izq.home.imgHome2.mob {
        margin-top: 35px !important;
        float: left !important;
        width: 100%;
    }
    .but-prin a {
        font-size: 1.5em;
    }
    .men-foot p {
        width: 95%;
        margin-left: 2.5%;
    }
    .col.s12.l6.separadorTopMobile.colDer img.prem-izq.home.imgHome {
        margin-bottom: 0px;
    }
    .contFormRegis.login, .col.s12.l6.separadorTopMobile.registr.olvidaste .contFormRegis {
        width: 100%;
        margin-left: 0%;
    }
    .imgPrem2 img {
        width: 98%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contCod .input-field.col.s6 {
        width: 50% !important;
    }
    .contCod {
        width: 66%;
        float: left;
    }
    img.prem-izq.home.imgHome2.codBarra.mob {
        float: left;
        width: 25% !important;
        margin-top: 0px !important;
        margin-left: 10px !important;
    }
    .itemComp {
        text-align: center;
    }
    .textCom.col.s8 {
        width: 100%;
        font-size: 1.2em;
    }
    .itemComp img {
        width: 40% !important;
        margin-left: 30% !important;
    }
    .contFormRegis.login {
        margin-top: 20px;
    }


}