
html,
body,
form  {
  /*height: 100%;*/  
  font-family:Gadu;
  font-size:15px; /*para cambiar el size de todo el sitio*/
}
body,
form  {    
  /*color: #fff;*/
  text-align: center;
  /*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/  
   background-color:rgba(31, 34, 49, 1);
   /*background-color:dimgray;*/ 
   background-color:#F6F6F6;
}

.background {
    /*z-index:1;*/
    position: absolute;
	top: 0;
	left: 0;
	/*width: 10%;
    height: 10%;*/    
    background-position: 0 20px;
    background-repeat: no-repeat;  
    /*background-attachment: fixed;*/
    background-size: 46%;
    -webkit-background-size: 46%;
    -moz-background-size: 46%;
    -o-background-size: 46%; 

   /*backface-visibility: hiden;*/

}
.finalizar {   
     background-image: url(../images/custom/backFin.jpg) !important;
}
.iniciar {   
     background-image: url(../images/custom/backIni.jpg) !important;
}
.vendedor {
    background-image: url(../images/custom/backVend.jpg) !important;
}
.iniciarVida {   
     background-image: url(../images/vida/backIni.jpg) !important;
}
.finalizarVida {   
     background-image: url(../images/vida/backFin.jpg) !important;
}
.iniciarMascota {
    background-image: url(../images/mascota/backIni.jpg) !important;
}

.finalizarMascota {
    background-image: url(../images/mascota/backFin.jpg) !important;
}
.sitio {
    position: fixed;
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size:contain; 
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;  

     background-image: url(../images/general/work.png) !important;
     /*background-color:#f0f0f0;*/
      background-position: 70% 70%;
}
.login {   
    position: fixed;
    background-repeat: no-repeat; 
    background-attachment: fixed;
    background-size:contain; 
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;  

     background-image: url(../images/general/couple.jpg) !important;
     background-color:#fff;
      background-position: 100% 100%;

    
}
.Vend {   
    position: fixed;
    background-repeat: no-repeat; 
    background-attachment: fixed;
   background-size:cover; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;   

     background-image: url(../images/general/background.png) !important;
     background-color:#fff;
      background-position: 100% 100%;

}
/*************** L O G I N **********/
@media (max-width: 1200px) {
    .login, .finalizar, .iniciar, .vendedor, .finalizarVida, .iniciarVida, .finalizarMascota, .iniciarMascota {
        background-image: none !important;
    }

.sitio {
    /*background-image:none !important;*/
}
}

@media (min-width: 1200px) {    
    
    .bordeDerecho {
        border-right:none !important;
    }
}



.logoLogin {   
    max-width:100%;
    height:auto;
}
.text-text
{   
   font-size:0.8rem;
   color:#fff;
}
.text-Titulo
{   
   font-size:0.9rem;
   font-weight:bold;
    color:#95d146;
}
.text-h4
{   
   font-weight:bold;
    color:#3F3E43;
    text-decoration:underline;
}
.text-h5
{   
   font-weight:bold;
    color:#95d146;
}
.text-h6
{   
   /*font-weight:bold;*/
    color:#505050;
}

@media only screen and (orientation:landscape) and (max-width: 992px) {
    .logoLogin {     
        max-width:60%;
    }
}



@media only screen and (orientation:landscape) and (max-width: 992px) {
    .logoSitio {
    /*width:139px;*/
    /*height:40px;*/
}
}



@media only screen and (max-width: 767px) {
  body {
    /*background-image: url(../images/custom/back1366.jpg);*/
  }
}

/***********DIV CONTENEDOR PARA LOS DIVS DE SLIDER*/
.contenedorParaSlider {
    /*height:420px;*/ 
    position:relative; 
    overflow:hidden !important; 
}

/********* F I L A   C O N   D I V   E S T I L O   C E L D A   D E   T A B L A  (C O N T E N I D O, SE GENERA AUTOMATICAMENTE) ************/
.contenido {
    /*padding-top:50px;*/    
  display: table;
  width: 80%;
  height: 100%; /* For at least Firefox */
  /*min-height: 100%;*/
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0);
          box-shadow: inset 0 0 100px rgba(0,0,0,0);
  margin-right: auto;
  margin-left: auto;
}
.contenido-interior {
  display: table-row;  
}
.contenido-principal {
  /*margin-right: auto;
  margin-left: auto;*/
  display:table-cell;
  vertical-align:middle !important;
}

.contenidoNOset {
    /*padding-top:50px;*/    
  display: table;
  width: 80%;
  height: 100%; /* For at least Firefox */
  /*min-height: 100%;*/
  max-height:100%;
  -webkit-box-shadow: inset 0 0 100px rgba(255,255,255,0);
          box-shadow: inset 0 0 100px rgba(255,255,255,0);
          margin-right: auto;
  margin-left: auto;
}

.center-horizontal {
    display: flex;
    justify-content: center;
}


/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  /*color: #fff;*/
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    padding-top:50px;    
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0);
          box-shadow: inset 0 0 100px rgba(0,0,0,0);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align:middle;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/*
 * Cover
 */
.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

.bordeDerecho {
    border-right:1px solid darkgray;
    height:90%;
}
.bordeIzquierdo {
    border-left:1px solid darkgray;
    height:90%;
}
.alineaIzquierdo {
    text-align:left;    
    margin:auto;
}


    .page-footer {
  background-color:#3F3E43;
  /*z-index:100;
  position:absolute;
  bottom:0px;
  left:0px;*/
  position:relative; bottom:0; z-index:100;
}
 
.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}

.bloquea-pantalla{
    position: fixed;
    z-index: 2000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000; 
    filter: alpha(opacity=80); 
    opacity: 0.8; 
    cursor:progress;
    }
.fondoDegradado {
     background:rgba(255, 255, 255, 1.0)!important;
     filter:alpha(opacity=100) !important;
     /*opacity:0.1;
     background:#000;*/
     color:black !important;     
}
.fondoDegradado90 {
     background:rgba(255, 255, 255, 0.0)!important;
     filter:alpha(opacity=0) !important;
     /*opacity:0.1;
     background:#000;*/
     color:black !important;     
}
.fondoDegradado100 {
     background:rgba(255, 255, 255, 1)!important;
     filter:alpha(opacity=1) !important;
     /*opacity:0.1;
     background:#000;*/
     color:#78797B !important;
}

.margen-interno {
    padding:0 0 0 0 !important;
    /*padding:50px 50px 20px 50px;*/       
}

#divpri .row div {
    float: none;
}

.d-none {
    display: none;
}

.icon-cotcar {
    top: -15px;
    opacity: .85;
}


/***************** C O N T R O L E S ********************/
.textBox {
    border:solid #fff 1px;
    font-size:1.3rem;
    text-transform:uppercase;
    width:100% !important;
    padding:10px 15px;
    height:3rem !important;    
}
.textBox::-webkit-input-placeholder { 
    font-style:italic;
    /*font-size:x-small;*/ 
    /*text-decoration:overline; 
    letter-spacing:3px; 
    color:#999; 
    background:lightgreen; 
    text-transform:uppercase;*/
    color:lightgray;
    text-transform:none;
}		
/*#field2::-moz-placeholder { color:#00f; }
#field3::-moz-placeholder { color:#090; background:lightgreen; text-transform:uppercase; }*/
.textBox::-moz-placeholder { 
    font-style:italic; 
    /*font-size:x-small;*/
    /*font-size: 43px;*/
    /*text-decoration:overline; 
    letter-spacing:3px; 
    color:#999;
    background:lightgreen; 
    text-transform:uppercase;*/
    color:#78797B;
    text-transform:none;
}
.textBox:-ms-input-placeholder { /* IE 10+ */
  font-style:italic;
  color:#78797B;
  text-transform:none;
}
/* all */
		/*::-webkit-input-placeholder	{ color:#f00; }
		input:-moz-placeholder { color:#f00; }
		
		input:-ms-placeholder { color:#f00; }
		::-ms-input-placeholder	{ color:#f00; }
		:-ms-input-placeholder	{ color:#f00; }*/


.dropBox {
  border:solid #fff 1px;  
  /*overflow: hidden;*/
  /*background: #fff url("arrowdown.gif") no-repeat 90% center;*/
  font-size:1.3rem;
    /*text-transform:uppercase;*/
    width:100% !important;
    /*padding:0px 5px !important;*/
    height:3rem !important;    
    /*background-color:rgba(0,0,0,0) !important;*/
}
/*select:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    z-index: 5;
    pointer-events: none;
  }*/
  .dropBox option {
    /*padding: 5px 8px;*/
    /*width: 130% !important;*/
    /*border: none;
    box-shadow: none;*/
    background-color: rgba(255,255,255,.8) !important;
    /*background-image: none;*/
    /*appearance: none;*/
    color:gray !important;
  }
/*select::-ms-expand {display: inline;}*/ /*FOR IE*/
/*select option
{
    padding             : 0.3em;
    font-size           : 1em;
    font-weight         : normal;
}*/
/*select option[selected]{ font-weight:bold}*/
/*select option:nth-child(even) { background-color:#f5f5f5; }*/ /*intercalado*/
/*select:hover {font-weight:900;}
select:focus {box-shadow: inset 0 0 5px #000099; font-weight: 600;}*/


.boton {
    border:solid transparent 1px;
    padding:1px 9px;
    color:#fff;
    cursor:pointer;
    font-size:0.9rem;
}
.boton:hover,
.boton:focus {
    font-weight:bold;
    border-color:lightblue;
    background-color:darkgray !important;/*background-color:#1f8577 !important;*/
}
.botonSeleccionado {
    background-color:gray !important;
    /*border:2px solid #fff !important;*/
    /*padding:5px 15px;
    font-size:2rem;*/
}
/*.botonSeleccionado:hover,
.boton:focus {
    color:lightblue !important;
    border:2px solid lightblue !important;
}*/
    .verde {
    background-color:#95d146;/*background-color:#0ad2b6;*/
}
    .gris {
    background-color:#3F3E43;/*background-color:#0ad2b6;*/
}
    .blanco {
    background-color:#fff;
    color:#95d146 !important;
    font-weight:bold;
}

    .mediano {
    padding-left:20px; padding-right:20px; border-radius:30px;
}
        .grande {
    padding-left:30px; padding-right:30px; border-radius:30px;
}

/******** F L E C H A   R E G R E S A R  **************/
.flecha:hover{
    cursor:pointer;
    /*color:gray;*/    
}
.flecha {
    display:table-cell ;
    /*text-align: left;*/
}
.flecha-cuerpo{ 
/*position:absolute;*/ 
top:100px ; 
left:50px; 
width:auto; 
height:auto; 
display:table-cell;
}
/*.flecha  .flecha-cuerpo  .puntaD :hover{
    border-left:5px solid gray !important;
}*/
.flecha-cuerpo .puntaL{ 
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent; 
  border-bottom: 5px solid transparent; 
  border-right:5px solid #fff;   
  position:relative; 
  top:0px; 
  left:0px; 
} 
.flecha-cuerpo .puntaD{ 
  width: 0; 
  height: 0; 
  border-top: 5px solid transparent; 
  border-bottom: 5px solid transparent; 
  border-left:5px solid #fff;   
  position:relative; 
  top:0px; 
  left:30px; 
} 
.flecha-cuerpo .cuadro{ 
  /*width: 1.5rem; 
  height: 0.5rem;*/ 
  width: 25px; 
  height: 2px; 
  position:relative; 
  background:#fff; 
  /*top:-1.25rem; 
  left:1rem;*/ 
   top:-6px; 
  left:5px; 
}
.flecha .flecha-text {
    display:table-cell !important; 
    padding:0 25px;
 }


/************* C O N T R O L   S U B I R   Y   B A J A R ***************/
.a7items {   
    height: calc((1.75rem * 7) + (14 * 3px));  
    height: -webkit-calc((1.75rem * 7) + (14 * 3px));
    height: -moz-calc((1.75rem * 7) + (14 * 3px));
    height: -o-calc((1.75rem * 7) + (14 * 3px));
}
.divOcultaScroll { 
    /*display:inline-block; 
    vertical-align:top;*/ 
    overflow-x:hidden;
    /*overflow-y:scroll;*/
    border:none; 
    -ms-overflow-style: none;   
}
.divOcultaScroll::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}

.a7itemsH {   
    width: calc((1.75rem * 7) + (14 * 25px));  
    width: -webkit-calc((1.75rem * 7) + (14 * 25px));
    width: -moz-calc((1.75rem * 7) + (14 * 25px));
    width: -o-calc((1.75rem * 7) + (14 * 25px));
}
.a4itemsH {   
    width: calc((1.75rem * 4) + (14 * 7px));  
    width: -webkit-calc((1.75rem * 4) + (14 * 7px));
    width: -moz-calc((1.75rem * 4) + (14 * 7px));
    width: -o-calc((1.75rem * 4) + (14 * 7px));
}
.divOcultaScrollH { 
    /*display:inline-block; 
    vertical-align:top;*/ 
    overflow-y:hidden;
    /*overflow-y:scroll;*/
    border:none; 
    -ms-overflow-style: none;   
}
.divOcultaScrollH::-webkit-scrollbar {
    height: 60px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}

.ctrLista {
    list-style-type:none;
    margin:auto;
    /*-webkit-padding-start: 0px !important;*/
    padding-left: 0 !important;   
    
}
.ctrLista:hover {
    cursor:pointer;    
}
.ctrLista li {
    padding: 3px 0;
}

.ctrListaH {
    list-style-type:none;
    margin:auto;
    /*-webkit-padding-start: 0px !important;*/
    padding-top: 0 !important;   
    
    margin: 0;
    padding: 0;
    overflow: hidden;

}
.ctrListaH:hover {
    cursor:pointer;    
}
.ctrListaH li {
    padding: 8px 8px;

    float: left;
}
.ctrListaH2 {
    list-style-type:none;
    margin:auto;
    /*-webkit-padding-start: 0px !important;*/
    padding-top: 0 !important;   
    
    margin: 0;
    padding: 0;
    overflow: hidden;

}
.ctrListaH2:hover {
    cursor:pointer;    
}
.ctrListaH2 li {
    padding: 8px 6px;

    float: left;
}



.selected{
    background-color:transparent;
    border:1px dotted lightblue;
    font-weight:bold;
        
}

.triangulo-up {
    width: 0;
     height: 0;
     border-right: 25px solid transparent;
     border-top: 20px solid transparent;
     border-left: 25px solid transparent;
     border-bottom: 20px solid #3F3E43;
     margin:0px auto 10px auto;
}
.triangulo-down {
    width: 0;
     height: 0;
     border-right: 20px solid transparent;
     border-top: 15px solid #3F3E43;
     border-left: 20px solid transparent;
     border-bottom: 15px solid transparent;
     margin:10px auto 0 auto;
}

.triangulo-left {
    width: 0;
     height: 0;
     border-top: 20px solid transparent;
     border-right: 0 solid transparent;
     border-bottom: 20px solid transparent;
     border-left: 10px solid #95d146;
     margin:auto 0px auto 10px;
     padding:0;
}
.triangulo-right {
    width: 0;
     height: 0;
     border-top: 20px solid transparent;
     border-right: 10px solid #95d146;
     border-bottom: 20px solid transparent;
     border-left: 0 solid transparent;
     margin:auto 10px auto 0;
     padding:0;
}




.celda-espacio-h {
    padding-left:15px !important;
    padding-right:15px !important;
}

.celda-espacio-v {
    padding-top:10px !important;
    padding-bottom:10px !important;
}


/********** T I T U L O S  ***********/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 100% !important;
    font-weight: lighter !important;
}    
h1, .h1 {
    font-size:3rem ; 
}
h2, .h2 {
    font-size:2.5rem ; 
}
h3, .h3 {
    font-size:2rem ; 
}
h4, .h4 {
    font-size:1.75rem ; 
}
h5, .h5 {
    font-size:1.25rem ; 
}
h6, .h6 {
    font-size:1rem ; 
}

/******* M O D A L S   ( P O P   U P ) ****************/
.modal-content {
    border: 1px solid rgba(0, 0, 0, .8);
    background-color: rgba(255, 255, 255, .9);
    filter:alpha(opacity=90);
    border-radius:0;
}
.modal-footer {
    border-top:none;
}
.modal-header {
    border-bottom:none;   
}

.close {
    color:#000;
     text-shadow:none;
     opacity:1;
     filter:alpha(opacity=100);
}
.close:hover, .close:focus {
    /*color:#fff;*/
    text-shadow:0px 1px 0px lightblue;
    opacity:1;
    filter:alpha(opacity=100);
}

@media all and (min-width: 768px) {
    .modal-dialog {
        width:70%;
    }
}

/************ M E N U   N A V ********************************/
.navbar-inverse .navbar-nav > li > a {
  color: #52575A;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color:lightblue;
  background-color: transparent;
}


/*
 * Affix and center
 */
/*PANTALLA MEDIANA*/
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 95%; /* Must be percentage or pixels for horizontal alignment */
  }
  .bordeDerecho {
        border-right:none;
        /*margin-right:10px;*/
    }
  .bordeIzquierdo {
        border-left:none;
         /*margin-left:10px;*/
    }
  .alineaIzquierdo {
      text-align:center; 
      padding-left:initial;
    }
   /*.titulo4 {
        font-size:3rem !important;
    }
    .titulo3 {
        font-size:2rem !important;
    }*/
    .txtLada {
        padding:10px 5px;        
    }
    .txtLadaAjustado {
        /*width:auto !important;*/
    }
    .muestra-en-xs {
        display:none;
    }

    .d-none {
        display: block;
    }

    #divpri .row div {
        float: left !important;
    }
}

/*PANTALLA COMPLETA*/
@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 85%;
  }
    .bordeDerecho {
        border-right:1px solid darkgray;
        height:90%;
    }
    .bordeIzquierdo {
        border-left:1px solid darkgray;
        height:90%;
    }
    .alineaIzquierdo {
        text-align:left; 
      padding-left:80px;
    }     
}

/*PANTALLA CHICA*/
@media (max-width: 768px) {  
    .bordeDerecho {
        border-right:none;
        float:left !important;
        /*position:relative;*/
        /*clear:right !important;*/
    }
    .bordeIzquierdo {
        border-left:none;
        float:right !important;
        /*position:relative;*/
        /*clear:right !important;*/
    }
    .alineaIzquierdo {
        text-align:center; 
      padding-left:initial;
      float:right !important;
      position:relative !important;
      clear:right !important;
    }
    h1, h2, h3, .h1, .h2, .h3{
        /*font-size: calc(100%) !important;*/
        font-size: 1.5rem !important;
    }
    h4, h5, h6, .h4, .h5, .h6 {
        font-size: 1rem !important;
    }
        
    .alineaIzquierdo h5 {
        /*list-style-type:none ;*/
        text-align:left; 
    }
    .margen-interno {
        /*padding:25px 25px 10px 25px !important;*/ 
    }
    
    .textBox {        
        font-size:1rem;        
        padding:5px 5px;
        height:2rem !important;    
    }
    .boton {        
        padding:5px 5px;
        font-size:0.7rem;
    }


    .dropBox {        
        font-size:1rem;
        height:2rem !important;
    }
    .flecha-text {
        font-size:1rem;        
    }
    .flecha .flecha-text {
        padding:0 5px;
    }
   
    /*el menu se convierte a static*/
    .navbar-fixed-top {
        position:relative;
        margin:auto;
    }   
    body,
    form {
        padding-top: 0px;
        padding-bottom:20px;
    }
    .a7items {   
        height: calc((1rem * 7) + (14 * 3px));  
        height: -webkit-calc((1rem * 7) + (14 * 3px));
        height: -moz-calc((1rem * 7) + (14 * 3px));
        height: -o-calc((1rem * 7) + (14 * 3px));
    }
    .a7itemsH {   
    width: calc((1rem * 7) + (14 * 15px));  
    width: -webkit-calc((1rem * 7) + (14 * 15px));
    width: -moz-calc((1rem * 7) + (14 * 15px));
    width: -o-calc((1rem * 7) + (14 * 15px));
}
.a4itemsH {   
    width: calc((1rem * 4) + (14 * 5px));  
    width: -webkit-calc((1rem * 4) + (14 * 6px));
    width: -moz-calc((1rem * 4) + (14 * 6px));
    width: -o-calc((1rem * 4) + (14 * 4px));
}
.ctrListaH li {
    padding: 8px 5px;
}
.ctrListaH2 li {
    padding: 8px 3px;
}
    .padingBuscaAuto {
        padding:0 !important;
    }   
}

@media (min-width: 768px) and (max-width:1200px) {
  #divAuto {
    padding:1% 0 !important;
  }
  #divDatos{
    /*padding:15% 0 !important;*/
  }
    .padingBuscaAuto {
        padding:0 !important;
    }
    .mangen-interno-BuscaAuto {
        padding:20px 50px 0px 50px;  
    }
    .triangulo-up {    
     margin:0px auto 5px auto;
    }
    .triangulo-down {   
     margin:5px auto 0 auto;
}
    
}

@media (min-width: 1500px) {
    html,
    body,
    form  {      
      font-size:17px;
    }
}
@media (min-width: 1800px) {
    html,
    body,
    form  {      
      font-size:20px;
    }
}

    input[type=checkbox].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
    }
    input[type=checkbox].css-checkbox + label.css-label {
							padding-left:40px;
							height:31px; 
							width:551px; 
							display:inline-block;
							line-height:30px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:16px;
							vertical-align:middle;
							cursor:pointer;
    }
    input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -31px;
    }
    label.css-label {
				/*background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_a1c6f4b7b5d8d03ff99100e4c62a8661.png);*/
				background-image:url(../Images/csscheckbox.png);

				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
    }





    /************ E X T R A S ********************************/
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color:lightgray !important;
}
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color:#000;
    }

/******* f a c e b o o k **************/
._4z_b._4z_8._4z_c {
    font-family:Gadu !important;
    border-radius:30px !important;
}


/******* progresss   ****/
.progress {
    height:12px;
    border-radius:15px;
    background-color:lightgray;
    border:solid 3px lightgray;
    -webkit-box-shadow:none;
    box-shadow:none;
    margin-top:10px;
    margin-left:-4%;
}
.progress-bar {  
  -webkit-transition: width .6s linear;
       -o-transition: width .6s linear;
          transition: width .6s linear;
}


/******* slick   ******/
.slick-custom {   
    padding:7% 10%;
}

.slick-prev {
    left:20px !important;
    background: url('../images/custom/l_b.png') no-repeat left top !important;
    height:42px !important;
    width:11px !important;
}
.slick-prev.slick-disabled {
    background: url('../images/custom/l_g.png') no-repeat left top !important;
    cursor:default !important;
}

.slick-next {
    right:20px !important;
    background: url('../images/custom/r_b.png') no-repeat left top !important;
    height:42px !important;
    width:11px !important;
}
.slick-next.slick-disabled {
    background: url('../images/custom/r_g.png') no-repeat left top !important;
    cursor:default !important;
}

.slick-next::before, .slick-prev::before {
    content:none !important;
}

/******* celda año del auto ******/
.slick-custom td {
    border-top:none !important;
}

.celda-anio:hover {
    background-color:lightblue;
    cursor:pointer;
}

.pasos-captura {
    border:solid 1px lightskyblue; 
}

/********* imagenes seleccion genero ******/
.img-genero {   
    padding:6%;
    cursor:pointer;
}

/********** botones comparativo ************/
.boton-tipos {
    background-color:skyblue;
    padding:0 25px;
    font-size:1.1rem;
}
.boton-tipos:hover {
    background-color:#276f78 !important;  
}

.boton-compra {   
    padding:0 25px;
    font-size:1.2rem;  
}

.celda-bordeada {
    border:solid 1px lightgray;
    padding: 0.5%; 
}
.celda-sin-borde {
    border:none !important;   
}
.celda-sin-borde p {
    margin:15px 0;
}

div[id$="PanelHeader"] {
    background-color:transparent !important;
    /*max-height: 40vh;   98vw*/ /*El alto que necesitemos**/
}
div[id$="VerticalBar"], div[id$="VerticalRail"]{
    border-radius:30px;
}


.selected{
    background-color:darkgray;
    border:1px solid lightblue;
    color:white;
}
.selected:hover, selected:focus {
    background-color:gray !important;
}


.wrap-descripcion {
    white-space:nowrap;
}

/************ M E D I A   Q U E R Y ' S **********/

/*PANTALLA MEDIANA*/
@media (min-width: 768px) {   
  .bordeDerecho {
        border-right:none;
    }
  .alineaIzquierdo {
      text-align:center; 
      padding-left:initial;
    }  
    .txtLada {
        padding:10px 5px;        
    }
    .txtLadaAjustado {
        /*width:auto !important;*/
    }
    .muestra-en-xs {
        display:none;
    }
     #divSexo {
         padding:3% 0 !important;       
    }
}

/*PANTALLA CHICA*/
@media (max-width: 768px) {  
    .bordeDerecho {
        border-right:none;
        float:left !important;
        /*position:relative;*/
        /*clear:right !important;*/
    }
    .alineaIzquierdo {
        text-align:center; 
      padding-left:initial;
      float:right !important;
      position:relative !important;
      clear:right !important;
    }
    h1, h2, h3, .h1, .h2, .h3{        
        font-size: 1.5rem !important;
    }
    h4, h5, h6, .h4, .h5, .h6 {
        font-size: 1rem !important;
    }        
    .alineaIzquierdo h5 {
        /*list-style-type:none ;*/
        text-align:left; 
    }
    .margen-interno {
        padding:0 !important; 
    }    
    .textBox {        
        font-size:1rem;        
        padding:5px 5px;
        height:2rem !important;    
    }
    .boton {        
        padding:2px 5px;
        font-size:1rem;
    }
    .dropBox {        
        font-size:1rem;
        height:2rem !important;
    }
    .flecha-text {
        font-size:1rem;        
    }
    .flecha,.flecha-text {
        padding:0 5px !important;
    }
   
    /*el menu se convierte a static*/
    .navbar-fixed-top {
        position:relative;
        margin:auto;
    }
    .navbar-brand {
        padding:5px 15px !important;
    }
    body,form {
        padding-top: 0px;
        padding-bottom:20px;
    }
    .a7items {   
        height: calc((1rem * 7) + (14 * 3px));  
        height: -webkit-calc((1rem * 7) + (14 * 3px));
        height: -moz-calc((1rem * 7) + (14 * 3px));
        height: -o-calc((1rem * 7) + (14 * 3px));
    }
    .padingBuscaAuto {
        padding:0 !important;
    }
    .contenidoNOset {
        width: 90%;
    }
    .progress {
        margin-bottom:0px;
    }
    .inicio-datos {
        height:auto !important;
        padding:0 !important;
    }
    .contenido-principal {
        vertical-align:top !important;
    }

    /******** I N I C I O *************/
    .slick-custom {
        padding:0 !important;
    }
    .slick-prev {
        left:-12px !important;
    }
    .slick-next {
        right:-12px !important;
    }
    .pasos-captura {
        border-color:transparent !important;
    }
    .img-genero {
        zoom:0.8 !important;
    }
   
    /******** C O M P A R A T I V O *******/
    .wrap-descripcion {
        white-space:normal;
    }
    div[id$=divTitulo] {
        padding:0 !important;
    }

    /********* R E G I S T R O *************/
    .img-aseg-seleccionada {
        height:50px !important;
    }
    .form-group {
        margin-bottom:5px;
    }
    .cancelar-registro {
        padding:0 15px !important;
    }   
}

@media all and (min-width: 768px) {
    .modal-dialog {
        width:70%;
    }    
}
/*PANTALLA COMPLETA*/
@media (min-width: 992px) {  
    .bordeDerecho {
        border-right:1px solid darkgray;
    }
    .alineaIzquierdo {
        text-align:left; 
      padding-left:80px;
    }     
}


@media (min-width: 1500px) {
    html, body, form  {      
      font-size:17px;
    }
}
@media (min-width: 1800px) {
    html, body, form  {      
      font-size:20px;
    }
}

@media all and (orientation: portrait) and (min-height: 768px) {
    /*.hidden-sm {
        display:initial !important;
    }*/
}

@media only screen and (orientation:portrait) and (max-height: 768px){

form  {  
        /*-webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);*/
        } 
}
@media only screen and (orientation:landscape)  and (max-height: 768px){

form  {  
        /*-webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);*/
        }
}

/*@media only screen and (orientation:landscape) and (min-height: 992px) {
    .login {
    background-image:none !important;
  }
}*/

.fondoDegradado_DESUSO {
     background:rgba(0, 0, 0, 0.6)!important;
     filter:alpha(opacity=60) !important;
     /*opacity:0.1;
     background:#000;*/
     color:white !important;     
}
.fondoDegradado100_DESUSO {
     background:rgba(0, 0, 0, 0)!important;
     filter:alpha(opacity=0) !important;
     /*opacity:0.1;
     background:#000;*/
     color:white !important;
}
.margen-interno_DESUSO {
    padding:50px 50px 20px 50px;       
}

.boton-seleccionado_DESUSO {
    background-color: #0ad2b6 !important; 
    border: solid 1px darkgray;
    /*color:gray;*/
}


.container-producto {
    /*position: relative;*/
    /*width: 20%;*/
    /*float:left;*/

    cursor:pointer;
    padding: 0 5px;
    height:280px;
}
.container-producto > img {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;/*height: auto;*/    
    transition: .5s ease;
    backface-visibility: hidden;
}
.container-producto > .detalles {
    /*transition: .5s ease;*/
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    width:85%;    
}
.container-producto:hover img {
  opacity: 0.2;
}
.container-producto:hover .detalles {
  opacity: 1;
}
.container-producto .detalles .coberturas {
    display:block; 
}
.container-producto .detalles .formas-pago{
    display:none;
    text-align:center;
}
.container-producto .detalles .formas-pago .boton {
    width:90%; 
    margin-top:5%;
}

.container-producto.selected-prod {
    cursor:default;
}
.container-producto.selected-prod img{    
    opacity: 0.3;
}
.container-producto.selected-prod .detalles {    
    opacity: 1;
}
.container-producto.selected-prod .detalles .coberturas{
    display:none; 
}
.container-producto.selected-prod .detalles .formas-pago{
    display:block;
}

.text-cobertura {
  /*background-color: transparent; 
  color: black;
  font-size: 16px;
  padding: 16px 32px;*/
}

.container-producto-detalle { 
    padding: 0 5px;
    height:180px;
}
.container-producto-detalle > img {
    opacity: 0.3;
    display: block;
    width: 100%;
    height: 100%;/*height: auto;*/    
    /*transition: .5s ease;*/
    backface-visibility: hidden;
}
.container-producto-detalle.img-no-opacy > img {
    opacity: 1 !important;
}
.container-producto-detalle > .detalles {
    /*transition: .5s ease;*/
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    width:85%;    
}

/*********** D R O P   Z O N E ************/
.dropzone-design {
    border: 2px dashed #d0d0d0;
    min-height: 100px;
}
.dropzone-design, .dropzone-design * {
    box-sizing: border-box;
}
.dropzone-design {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}
.dropzone-design.dz-clickable {
    cursor: pointer;
}
.dropzone-design.dz-clickable * {
    cursor: default;
}
.dropzone-design.dz-clickable .dz-message, .dropzone-design.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone-design.dz-started .dz-message {
    display: none;
}
.dropzone-design.dz-drag-hover {
    border-style: solid;
}
.dropzone-design.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.dropzone-design .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}
.dropzone-design .dz-preview:hover {
    z-index: 1000;
}
.dropzone-design .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone-design .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone-design .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.dropzone-design .dz-preview.dz-image-preview {
    background: white;
}
.dropzone-design .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.dropzone-design .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}
.dropzone-design .dz-preview .dz-remove:hover {
    text-decoration: underline;
}
.dropzone-design .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone-design .dz-preview .dz-details {
    z-index: 20;
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}
.dropzone-design .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}
.dropzone-design .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.dropzone-design .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}
.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}
.dropzone-design .dz-preview .dz-details .dz-filename span, .dropzone-design .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}
.dropzone-design .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.dropzone-design .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    transition: all 0.3s;
    display: block;
    z-index: 10;
}
.dropzone-design .dz-preview .dz-image img {
    display: block;
    filter: blur(0px);
    transition: all 0.4s;
}
.dropzone-design .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone-design .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone-design .dz-preview .dz-success-mark, .dropzone-design .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
.dropzone-design .dz-preview .dz-success-mark svg, .dropzone-design .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}
.dropzone-design .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.dropzone-design .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.dropzone-design .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}
.dropzone-design .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.dropzone-design .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.dropzone-design .dz-preview.dz-error .dz-error-message {
    display: block;
}
.dropzone-design .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}
.dropzone-design .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}
.dropzone-design .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}
.dropzone-design {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all 0.3s linear;
    margin-bottom: 15px;
    display: inline-block;
    width: 95%;
}
.dropzone-design:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    background-color: #66676b;
    opacity: 0;
    z-index: 10;
    transition: all 0.3s linear;
    border-radius: 3px;
}
.dropzone-design:hover:before {
    opacity: 0.4;
}
.dropzone-design .dz-message {
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
    color: #888;
    transition: all 0.3s linear;
    position: relative;
    z-index: 11;
}
.dropzone-design:hover .dz-message {
    color: #66676b;
}
.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}
.dz-default.dz-message {
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin:auto !important;
}
.dropzone-design .dz-default.dz-message span {
    /*display: inline;
    line-height: 117px;*/
   
}

.container-finalizar {
    margin-top:20vh;
}
.img-finalizar {
    float:left; 
    height:calc(100vh - 50px); 
    margin-left:-12.2%;
}
    
.logo-argos {
    width: 200px;
    margin: 0 auto 0 auto;
    margin-top: 5%;
    }
.logo-argos img { max-width: 99%; }
