@charset "UTF-8";

/* CSS Document */

body {  font-family: 'Roboto-Regular', Helvetica, Arial, 'sans-serif';}

a {  color: #034D8E;}

.font-size-0 {  font-size: 0px !important;}
.font-size-8 {  font-size: 8px !important;}
.font-size-9 {  font-size: 9px !important;}
.font-size-10 {  font-size: 10px !important;}
.font-size-11 {  font-size: 11px !important;}
.font-size-12 {  font-size: 12px !important;}
.font-size-13 {  font-size: 13px !important;}
.font-size-14 {  font-size: 14px !important;}
.font-size-15 {  font-size: 15px !important;}
.font-size-16 {  font-size: 16px !important;}
.font-size-17 {  font-size: 17px !important;}
.font-size-18 {  font-size: 18px !important;}
.font-size-19 {  font-size: 19px !important;}
.font-size-20 {  font-size: 20px !important;}
.font-size-22 {  font-size: 22px !important;}
.font-size-24 {  font-size: 24px !important;}
.font-size-25 {  font-size: 25px !important;}
.font-size-26 {  font-size: 26px !important;}
.font-size-32 {  font-size: 32px !important;}
.font-size-36 {  font-size: 36px !important;}

.color-FFFFFF, .colorFFFFFF {color:#FFFFFF;}
.color-000000, .color000000 {color:#000000 !important;}
.color-008462, .color008462 {color:#008462;}
.color-f2400e, .colorf2400e {color:#f2400e;}
.color-8E8D8D, .color8E8D8D {color:#8E8D8D;}
.color-24893A, .color24893A {color: #24893A !important;}
.color-02549D, .color02549D {color: #02549D !important;}
.color-b7b7b7, .colorb7b7b7 {color: #b7b7b7 !important;}
.color-989898, .color989898 {color: #989898 !important;}
.color333333 {color: #333333 !important;}
.color9CA3AF {color: #9CA3AF !important;}
.colorF03D3E {color: #F03D3E !important;}
.color56CCF2 {color: #56CCF2 !important;}
.colorC4C4C4 {color: #C4C4C4 !important;}
.color3FA4DD {color: #3FA4DD !important;}
.color269435 {color: #269435 !important;}
.color252424 {color: #252424 !important;}
.color4B81F2 {color: #4B81F2 !important;}
.color3E7BFA {color: #3E7BFA !important;}

.bgEDEDED, .bgededed  {background-color: #ededed;}
.bgF3F4F6, .bgf3f4f6  {background-color: #F3F4F6;}
.bgF5F5F5, .bgf5f5f5  {background-color: #f5f5f5;}
.bgFFFFFF, .bgffffff  {background-color: #ffffff;}

.color989898 {color: #989898;}
.colorffffff { color: #ffffff}   
.color333333 { color: #333333}

.text-right, .text_right{  text-align: right;}
.text-center, .text_center {  text-align: center;}
.text-left, .text_left{  text-align: left;}

.bold { font-family: 'Roboto-Bold' !important;}

.btn-ingresar,
.btn-recuperar,
.btn-crearcuenta {
  padding: 14px 24px 14px;
  font-family: Roboto-Bold;
  font-size: 16px;
  color: #fff;
  background-color: #034D8E;
  border: 1px solid #034D8E;
  -ms-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  width: 210px;
  border-radius: 32px;
  line-height: 18px;
  cursor: pointer;
}

.password + .unmask {
    position: relative;
    float: right;
    top: -58px;
    right: 6px;
    text-indent: -9999px;
    width: 20px;
    height: 16px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    font-family: "foundation-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
    content: " ";
    vertical-align: middle;
    background-color: transparent !important;
}
.password + .unmask:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 16px;
    z-index: 1;
    background-image: url("/img/svg/icono-ver-desactivado.svg");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 0;
}

.checkbox input[type="checkbox"]  {
    display: none;
}

.checkbox input[type="checkbox"] + label span {
    font-family: "foundation-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
    background-image: url("/img/svg/icono_checkbox_3.svg");
    background-size: 16px 45px;
    background-position: 0 -25px;
    background-repeat: no-repeat;
    content: " ";
    height: 18px;
    width: 18px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.doble.checkbox input[type="checkbox"] + label span {
	background-image: url("/img/svg/icono_checkbox_3.svg");
    background-size: 32px 80px;
    background-position: 0 -42px;
    height: 36px;
    width: 36px;
}

.doble.checkbox input[type="checkbox"]:checked + label span,
.doble.checkbox input[type="checkbox"]:checked + label:hover span {
    background-image: url("/img/svg/icono_checkbox_3.svg");
    background-size: 32px 80px;
    background-position: 0 0px;
    height: 36px;
    width: 36px;
}

.mobile{ display: none !important}
.desktop{ display: inline-block !important}

#captcha-contenedor{	display: none;}

#captcha{
	position: relative;
	display: flex;
    justify-content: center;
}

#captcha-img{
	border-radius: 10px;
	border: solid 1px gray;
}

#captcha-refrescar{
 	position: absolute;
    right: 6px;
    bottom: 2px;
    font-size: 2em;
}

.grid-container.fluid {
    padding-left: 0;
    padding-right: 0;
}


.pac-container{
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.0) !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.0) !important;
    border-top: 0px solid #d9d9d9 !important;
}
       
#captcha-img {
  border-radius: 5px 0px 5px 5px;
-moz-border-radius: 5px 0px 5px 5px;
-webkit-border-radius: 5px 0px 5px 5px;
  border: solid 2px #ffffff;
    width: calc(100% - 44px);
      max-width: 160px;
    float: left;
    margin-right: 4px;
}
    
#captcha-refrescar {
    position: relative;
    background: #ffffff;
    padding: 8px;
    border-radius: 0px 50px 50px 0px;
    -moz-border-radius: 0px 50px 50px 0px;
    -webkit-border-radius: 0px 50px 50px 0px;

    bottom: auto;
    display: inline-block;
    width: 40px;
    font-size: 12px;
    float: left
}
    
#captcha-refrescar img{
       width: 36px;
} 

.password + .unmask:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 20px;
    height: 16px;
    z-index: 1;
    background-image: url("/img/svg/icono-ver-desactivado.svg");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 0;
}

.password[type="text"] + .unmask:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 20px;
    height: 16px;
    z-index: 1;
    background-image: url("/img/svg/icono-ver-activo.svg");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 0;
}
    
img.imagen-hombre-vuela {
    width: 100%;
  max-width: 440px;
  margin: 40px 0 90px;
  outline: none;
}
    
img.imagen-mujer {
  width: 100%;  
  max-width: 220px;
  margin: 40px 0 90px;
  outline: none;
}
    
input.ingresar,
input.ingresar:focus{
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0px;
    border: 0px !important ;
    border-bottom: 1.5px solid #91979E  !important ;
    box-shadow: none;
    background-color: #F3F4F6;
    color: #333333;
    outline: none;
}
    
    
select.ingresar {
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 15px !important;
  height: auto;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0px;
  border: 0px;
  border-bottom: 2px solid #91979E;
  background-size: 16px 16px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-image: url(/img/svg/icono-flecha-abajo.svg);
  box-shadow: none;
  background-color: #F3F4F6;
    color: #333333;
}
    
select.ingresar:disabled {
  color: #7d7d7d;
}
    
    
input.ingresar::placeholder{
  color: #BABABA;
    opacity: 1;
    -ms-transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
}
    
input.ingresar[type="password"]::placeholder{
    font-size: 18px;
    letter-spacing: 0px;
}
    
input.ingresar:focus::placeholder{
  color: #7d7d7d;
    opacity: 1;
    -ms-transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
}
    
input.ingresar[type="password"]:focus::placeholder{
    font-size: 18px;
    letter-spacing: 0px;
}

input.ingresar[type="password"] {
    font-size: 28px;
    padding-top: 8px;
    padding-bottom: 7px;
    letter-spacing: 6px;
}
    
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #F3F4F6 inset !important;
}
    
#mensaje,
.mensaje_error{
  padding: 36px 35px 35px 100px;
  margin: 0 0 10px;
  border: 1px solid #F0F0F0;
  font-size: 18px;
  font-family: Roboto-Light;
  color: #ffffff;
  background-color: #283342;
  background-image: url("/img/svg/icono-alerta-blanco.svg");
  background-repeat: no-repeat;
  background-position: 25px 24px;
  line-height: 24px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-weight: lighter;
}
 
.mensajeria #mensaje {
  padding: 25px;
    padding-left: 84px;
    padding-right: 84px;
    padding-bottom: 28px;
  border: 0px solid #F0F0F0;
  font-size: 18px;
  font-family: Roboto-Light;
  color: #ffffff;
  background-color: #034D8E;
  line-height: 24px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-weight: lighter;
    width: 100%;
    margin: 0%;
    top: 75px;
    z-index: 100;
    position: fixed;
    opacity: 0.90;
    -webkit-box-shadow: 0px -35px 25px 52px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px -35px 25px 52px rgba(0,0,0,0.55);
    box-shadow: 0px -35px 25px 52px rgba(0,0,0,0.55);
    text-align: center;
    background-image: none;
  background-repeat: no-repeat;
  background-position: 25px 22px;
  background-size: 32px;
}
     
.mensaje-mapa {
  padding: 25px 25px 25px 25px;
  margin: 0 0 10px;
  border: 2px solid #034D8E;
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
  line-height: 24px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
    
#proceso-icono {
    background: rgba(243,244,246,0.50);
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    bottom: 0px;
    padding-top: 16%;
}
    
#proceso-icono img{
    width: 80px;
}
    
body.registro {
  background-color: #F3F4F6;
  background-image: url("/img/svg/bg-iniciar-sesion-escritorio.svg");
  background-size: 50%;
  background-position: top left;
  background-repeat: no-repeat;
  background-position: 0px 50px;
}
    
.mt-5,
.my-5 {  margin-top: 2rem !important;}
    
    
   
    




.cabezal {
    background-color: #0366a0;
    background-image: url("/img/jpg/fondo_cabezal2.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100%;
    z-index: 1;
    position: fixed;
    width: 100%;
    top: 0;
}
    
.cabezal,
.top-cabezal{
    height: 75px;
}
    
#vista_cont {
  margin-top: 0em;
}

#revregistro {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 12;
background-color: rgba(100, 100, 100, 0.5);
}    
    
#modalfijo {
  width: 90%;
  max-width: 674px;
  height: auto;
  margin: 5% auto;
  background: #ffffff;
  padding: 0em;
  border-radius: 34px;
-moz-border-radius: 34px;
-webkit-border-radius: 34px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    position: relative;
overflow: auto;
max-height: 90vh;
}
    

    
.merlin #vtn_titulo_ultimo_dato, 
.merlin #vtn_titulo_ultimo_dato2 {
  color: #333333;
  font-size: 28px;
  padding-bottom: 0px;
  text-align: center;
    line-height: 1.2;
}
    
.btn-cerrar-mensaje {
  position: absolute;
  top: 0em;
  right: 0em;
  z-index: 3200;
  font-size: 0;
  cursor: pointer;
  width: 72px;
  height: 72px;
  background-image: url("/img/svg/icono-cerrar-blanco.svg");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}

.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.mt-5, .my-5 {
  margin-top: 2rem !important;
}
.mr-5, .mx-5 {
  margin-right: 2rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 2rem !important;
}
.ml-5, .mx-5 {
  margin-left: 2rem !important;
}
.m-6 {
  margin: 2.5rem !important;
}
.ml-6, .mx-6 {
  margin-left: 2.5rem !important;
}
.mr-6, .mx-6 {
  margin-right: 2.5rem !important;
}
.mt-6, .my-6 {
  margin-top: 2.5rem !important;
}
.mb-6, .my-6 {
  margin-bottom: 2.5rem !important;
}
.m-7 {
  margin: 3.0rem !important;
}
.ml-7, .mx-7 {
  margin-left: 3.0rem !important;
}
.mr-7, .mx-7 {
  margin-right: 3.0rem !important;
}
.mt-7, .my-7 {
  margin-top: 3.0rem !important;
}
.mb-7, .my-7 {
  margin-bottom: 3.0rem !important;
}
.m-8 {
  margin: 3.5rem !important;
}
.ml-8, .mx-8 {
  margin-left: 3.5rem !important;
}
.mr-8, .mx-8 {
  margin-right: 3.5rem !important;
}
.mt-8, .my-8 {
  margin-top: 3.5rem !important;
}
.mb-8, .my-8 {
  margin-bottom: 3.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1px {
  padding-top: 1px !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-03 {
  padding: 0.3rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.pt-5, .py-5 {
  padding-top: 2rem !important;
}
.pr-5, .px-5 {
  padding-right: 2rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 2rem !important;
}
.pl-5, .px-5 {
  padding-left: 2rem !important;
}
.p-6 {
  padding: 2.5rem !important;
}
.pt-6, .py-6 {
  padding-top: 2.5rem !important;
}
.pt-15, .py-15 {
  padding-top: 6rem !important;
}
.pr-6, .px-6 {
  padding-right: 2.5rem !important;
}
.pb-6, .py-6 {
  padding-bottom: 2.5rem !important;
}
.pl-6, .px-6 {
  padding-left: 2.5rem !important;
}
.pb-7, .py-7 {
  padding-bottom: 3.0rem !important;
}
.pr-8, .px-8 {
  padding-right: 3.5rem !important;
}
.pb-8, .py-8 {
  padding-bottom: 3.5rem !important;
}
.pl-8, .px-8 {
  padding-left: 3.5rem !important;
}
.pr-9, .px-9 {
  padding-right: 4.0rem !important;
}
.pb-9, .py-9 {
  padding-bottom: 4.0rem !important;
}
.pl-9, .px-9 {
  padding-left: 4.0rem !important;
}

.fondo-mensaje-modal {
  position: fixed; 
  background-color:rgba(24,24,24,0.50);
  left: 0px;
  top: 0px;;
  right: 0px;;
  bottom: 0px;
  z-index: 99;   
}
    
.mensaje-modal {
  padding: 40px;
  padding-top: 70px;
  padding-bottom: 90px; 
  font-size: 16px;
  font-family: Roboto-Regular;
  color: #222222;
  background-color: #ffffff;
  line-height: 24px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  left: calc(50% - 275px);
  top: 150px;
  z-index: 100;
  position: fixed;
  opacity: 1.00;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.1);
  text-align: center;
}
    
.btn-cerrar-mensaje {
  position: absolute;
  z-index: 3200;
  font-size: 0;
  cursor: pointer;
  width: 72px;
  height: 72px;
  background-image: url("/img/svg/icono-cerrar-negro.svg");
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  float: right
}
    
@media screen and (max-width: 1024px) { 
}

@media screen and (max-width: 840px) {
.cabezal .font-size-20 {  font-size: 15px !important;}
}
    
    

@media screen and (max-width: 639px) {
    
.grid-margin-x {
  margin-left: 0rem;
  margin-right: 0rem;
}
    
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
    
.mobile{ display: block !important}
.desktop{ display: none !important}
  
.mobile-line-height-1-2 {    line-height: 1.2 !important;}
.mobile-font-size-20 {    font-size: 20px !important;}
.mobile-font-size-16 {    font-size: 16px !important;}  
.mobile-font-size-14 {    font-size: 14px !important;} 
.mobile-font-size-12 {    font-size: 12px !important;}
.mobile-font-size-10 {    font-size: 10px !important;}
    
.mobile-bold {  font-family: 'Roboto-Bold' !important;}
.mobile-regular {  font-family: 'Roboto-Regular' !important;}
    
.mobile-bgF5F5F5 { background-color: #F5F5F5;}
.mobile-bgF5F5F5 .grid-container{ padding-left: 0px; padding-right: 0px;}

.btn-cerrar-mensaje {
  width: 40px;
  height: 64px;
  background-size: 18px;
  background-position: center left 6px;
}    
    
.merlin #vtn_titulo_ultimo_dato, .merlin #vtn_titulo_ultimo_dato2 {
  font-size: 24px;
}
    
.merlin .leyenda1 {
  font-size: 16px;
  width: 100%;
}
    
.merlin-numeros {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
    
.merlin-tel,
.merlin-what {
  padding: 0px;
 padding-top: 10px;
  font-size: 18px;
}
    
.merlin #btn_entendido input {
  max-width: 180px;
  margin: 0px auto 0;
  font-size: 15px; 
}
    
#mensaje {
  padding: 20px 20px 20px 64px;
  font-size: 15px;
  background-position: 20px 18px;
  line-height: 22px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-size: 28px;
}
    
.mensajeria #mensaje {
  padding: 20px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 23px;
  font-size: 16px;
  line-height: 22px;
  top: 56px;
  background-image: none;

}  
    
input.ingresar,
input.ingresar:focus{
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0px;
    border: 0px ;
    border-bottom: 1px solid #333333;
    box-shadow: none;
    background-color: #ffffff;
}
    
select.ingresar {
  font-size: 14px;
  border: 0px;
  border-bottom: 1px solid #333333;
  background-size: 16px 16px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-image: url(/img/svg/icono-flecha-abajo.svg);
  box-shadow: none;
  background-color: #ffffff;
}
    
.mobile-bgF5F5F5  select.ingresar,
.mobile-bgF5F5F5 input.ingresar,
.mobile-bgF5F5F5 input.ingresar:focus{
  background-color: #F5F5F5;
}
    
input.ingresar::placeholder{
  color: #BABABA;
    opacity: 1;
    -ms-transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
}
    
input.ingresar[type="password"]::placeholder{
    font-size: 14px;
    letter-spacing: 0px;
}
    
input.ingresar:focus::placeholder{
  color: #7d7d7d;
    opacity: 1;
    -ms-transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
}
    
input.ingresar[type="password"]:focus::placeholder{
    font-size: 14px;
    letter-spacing: 0px;
}

input.ingresar[type="password"] {
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 7px;
    letter-spacing: 6px;
}
    
#proceso-icono {    padding-top: 25%;}   
#proceso-icono img{    width: 60px;}
 
    
body.registro {
  background-color: #ffffff;
  background-image: none !important;
}
    
.cabezal,
.top-cabezal{
    height: 56px;
}
    
.mensaje-modal {
  padding: 30px;
  padding-top: 70px;
  padding-bottom: 90px; 
  font-size: 16px;
  font-family: Roboto-Regular;
  color: #222222;
  background-color: #ffffff;
  line-height: 24px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  left: 5%;
    right: 5%;
  top: 150px;
  z-index: 100;
  position: fixed;
  opacity: 1.00;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.1);
  text-align: center;
}
}
    
@media screen and (max-width: 550px) {
    
.pr-4.pl-4.recuperar {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
    
.merlin-numeros {
  display: block;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
    
.merlin-tel,
.merlin-what {
  padding: 0px;
 padding-top: 10px;
  font-size: 18px;
    text-align: center;
}
    
.merlin #vtn_titulo_ultimo_dato, .merlin #vtn_titulo_ultimo_dato2 {
  font-size: 20px;
}
    
#captcha-refrescar {    float: none;  width: 42px; margin-bottom: 15px;}
    
#captcha-img {
    max-width: 240px;
    float: none; 
    width: calc(100% - 50px);
     margin-bottom: 15px;
}

}
    
@media screen and (max-width: 450px) {  
.cabezal .font-size-14 {  font-size: 13px !important;}
    

}

@media screen and (max-width: 420px) {
.cabezal .font-size-14 {  font-size: 12px !important;}
}
    
@media screen and (max-width: 390px) {
.cabezal .font-size-14 {  font-size: 11px !important;}
    
    

    
#captcha .cell.small-6 {

}
    

}
    
@media screen and (max-width: 360px) {
.cabezal .font-size-14 {  font-size: 10px !important;}
}
    
@media screen and (max-width: 330px) {
.cabezal .font-size-14 {  font-size: 9px !important;}
} 

