@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kanit:400,700&display=swap');
@font-face{
	font-family: "KlavikaCH-Bold";
	src: url("../fonts/KlavikaCH-Bold.otf")
		
}
@font-face{
	font-family: "les Sensations de Cerise";
	src: url("../fonts/les Sensations de Cerise.ttf")
		
}

/*ESPECIALES*/
@keyframes rotar-mail{
	0%{
		font-size: 4em;
		transform: rotate(0deg);
	}
	30%{
		font-size: 8em;
		transform: rotate(360deg);
	} 
	60%{
		transform: skew(30deg);
	}
	100%{
		font-size: 8em;
		
		transform: translatex(5em);;
	}
}
.wrap-ico-mail{
	white-space: nowrap;
    overflow: hidden;
    display: flex;
	height: 11em;
}
.efecto-mail{
	font-size: 0em;
	animation: rotar-mail 1.5s ease infinite;
}

.h_inp_files{
	max-height: 2.34em;
}
.invisible{
	visibility: hidden;
}

#ui-datepicker-div{
	z-index: 1100 !important;
}

/*FOOTER*/
.footer_impresiones{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 8vh;
	text-align: center;
	background-color: #BE1622;
	background-image: url(../img/footer-impresora.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.footer_te_abriga{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 25vh;
	background-image: url(../img/footer-te-abriga.svg);
	background-repeat: no-repeat;
	background-position: right;
	z-index: -1 !important;
}
.f-agua{
	position: fixed;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background-image: url(../img/fondo-agua.svg);
	background-repeat: no-repeat;
	background-position: left;
	z-index: -1 !important;
	opacity: 0.5;
}

.f-efecto{
	position: fixed;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-image: url(../img/fondo-color.svg);
	background-repeat: no-repeat;
	z-index: -1 !important;
	opacity: 0.3;
}
/*HEADER*/
.wrap-menu {
    overflow: hidden;
    color: white;
    font-weight: 400;
    background-color: transparent;
    padding: unset !important;
    border: none;
	position: fixed;
    top: 0;
    left: 2%;
	width: 100%;
}
.wrap-header-lf{ 
	background-color: transparent;
	display: block;
	position: relative;
	width: 100%;
	z-index: 1030;
	
}
.header-ico-lf{/*Icono-LF*/
	position: relative;
	left: 2%;
	width: 15em;
	margin:  1em 0em;
	transition: width 0.2s ease;
}
.wrap-menu .menu.pull-left li:hover > a{/*Efecto Hover para saleccion pestaña*/
	text-shadow: 1px 1px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
	color: #FFFFFF !important;
}
.linea-sep-h{
	width: 100%;
	border-bottom: 2px solid #FFFFFF ;
}
.info-sistema{
    padding-right: 3%;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-3.2em);
}
.texto-info-sys{
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
}
.fix-header-LF .header-ico-lf{
	width: 10em;
}


/*PARA FORMULARIOS*/
.atencion_simple {
	font-weight: bold;
}
.pos-a {
	position: absolute;
}
.label_flotante {
	position: absolute !important;
	z-index: 1;
	margin: 0em 1em !important;
	top: 0.30em;
	padding: 0em;
	transition: .2s all ease;
	color: #626262;
	font-size: 1.2em;
}
.label_fijo {
	position: absolute !important;
	z-index: 1;
	margin: 0em 1em !important;
	padding: 0em;
	color: #626262;
	background: #FFFFFF !important;
	top: -0.4em !important;
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;
	font-size: 0.95em;
}
.active-label {
	background: #FFFFFF !important;
	top: -0.4em !important;
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;
	transition: .2s all ease;
	font-size: 0.95em;
}
.label-form{
	font-family: 'Open Sans', sans-serif !important;
	position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	
}
/*CONTENIDO PAGINA*/
body{
	font-family: 'Open Sans', sans-serif;
	background: #DDD; background: #323E48; 
	background-attachment: fixed;
	background-size: cover!important;
	background-repeat: no-repeat;
}
.card-bk-dark-t{
	background-color: rgba(29,29,29,0.30);
}
#contenido{
	background: #FFFFFF;
	padding: 1em !important;
}
/*Utilidad*/
.centrar-v{
    display: flex;
    align-items: center;
}
.centrar-vyh{
    display: flex;
    justify-content: center;
    align-items: center;
}


/*Diseño Personalizado Tablas*/
table{
	font-family: 'Open Sans', sans-serif;
}
table th{
	border: unset !important;
}
table td {
	border: unset !important;
}
.sorting,.sorting_desc,.sorting_asc{
	cursor: pointer;
}
.sorting:hover,.sorting_desc:hover,.sorting_asc:hover{
	background-color: #164873;
}

/*Diseño Personalizado botones*/
.btn-primary{
	background-color: #2374B7 !important;
	border-color: #2374B7 !important; 
}
.btn-primary:hover{
	background-color: #164873 !important; 
	border-color: #164873 !important; 
}
.btn-success{
	background-color: #84BB47 !important;
	border-color: #84BB47 !important;
}
.btn-success:hover{
	background-color: #1C6837 !important;
	border-color: #1C6837 !important;
}
/*FOOTER*/
.footer-lf-lici{
	background-color: rgba(27, 103, 54, 1);
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    margin-top: 15px;
    line-height: 20px;
}
.txt-footer-lf{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
    font-family: 'Kanit', sans-serif;
}
@media screen and (min-width:700px) and (max-width:1400px){
	
	.menu_bs{
		position: relative;
		left: 31% !important;
		transform: translateX(-62%);
	}
	.texto-header{
		font-size: 3em;
		font-family: "KlavikaCH-Bold";
		font-style: italic;
	}
	.img_baner{
		z-index: -1;
		position: absolute !important;
		bottom: 0px;
		right: 0px;
		background-image: url(../img/baner-04.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
		height: 28.5vh;
		width: 90vh;
	}
	.container-fluid{
		position: relative;
	}
}
@media screen and (min-width:1401px){
	.menu_bs{
		position: relative;
    	left: 38%;
		transform: translateX(-62%);
	}
	.texto-header{
		font-size: 3em;
		font-family: "KlavikaCH-Bold";
		font-style: italic;
	}
	.img_baner{
		z-index: -1;
		position: absolute !important;
		bottom: 0px;
		right: 0px;
		background-image: url(../img/baner-04.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
		height: 28.5vh;
		width: 90vh;
	}
}
@media screen and (max-width:699.98px){
	.f-agua{
		position: fixed;
		top: 0px;
		width: 100vw;
		height: 50vh;
		background-size: cover;
		background-image: url(../img/fondo-agua.svg);
		background-repeat: no-repeat;
		background-position: left;
		z-index: -1 !important;
	}
	.sep_foot{
		height:  8vh;
	}
	.footer_te_abriga{
		opacity: 0.6;
		z-index: -1;
		height: 20vh !important;
	}
	.texto-header{
		font-weight: bold;
		font-style: italic;
		font-size: 1.4em;
		white-space: pre-line;
		font-family: "KlavikaCH-Bold";
	}
	.img_impresora{
		position: relative !important;
		bottom: 0%;
		right: 0%;
		background-image: url(../img/impresora-movil-05.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left;
		height: calc(100vw/2.5);
		width: 100vw;
	}
}

.label-success {
    background-color: #5cb85c !important;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	border-radius: .25em;
}

.bt_cu_cont {
	position: absolute;
	top: 1em;
	right: 1em;
}
.lbi_user {
	margin: 0px !important;
	font-size: 1.2em;
	transition: all .25s ease;
	top: .25em;
	margin-right: 1em !important;
	
}
.lbi_user:hover {
}


/*.dropdown-menu{

	min-width: 13rem !important;

	background: transparent !important;

	border: none !important;
	right: 0px !important;
	left: inherit !important;

}

.dropdown-item:focus, .dropdown-item:hover{

	background-color: transparent!important;

	text-shadow: 0 0 1.5em #fff;

}

.dropdown-item  {

	color: #FFFFFF !important;

	padding: 0.5em 0.6em !important;

	transition: 0.25s all ease;

	border-bottom: 1px solid #FFFFFF;

}

.dropdown-item:first-of-type{

	border-top: 1px solid #FFFFFF;


}*/
.contenedor_contrasena{
	position: relative !important;
}

  /*fz-12{
	  font-size: 12px;
  }
  header-dark{
	color: #ffffff !important;
    background-color: #1d2124 !important;
    border-color: #171a1d !important;
  }*/
  .centrado{
	  justify-content: center;
  }
  .outBackground{
	background-color: #17171730 !important ; color:#ffffff !important;
  }
  .links {
	background-color: #17171730  ;
  }
  
  .links :hover{
	background-color: #0000008a  !important;
  }
  .ui-autocomplete {
    max-height: 100px !important;
    overflow-y: auto !important;
    /* prevent horizontal scrollbar */
    overflow-x: hidden !important;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 100px !important;
  }
  
/** NUEVO HEADER */
.header {
	margin-bottom:40px;
}
.logo img{
	width: 100%;
	padding: 12px 20px;
}
.informacion-cliente span{
	color: white;
	font-weight: 400;
}
.informacion-cliente .welcome{
	font-size: 1.3em;
	color: #CDDB00;
	font-weight: 400;
}
.informacion-cliente .cliente{
	font-size: 1.2em;
}
.informacion-cliente .contrasena a{
	font-size: .8em;
	color: white;
	margin-right: 20px;
	text-decoration: underline;
}
.informacion-cliente .cerrar-sesion a{
	font-size: .8em;
	color: white;
	margin-right: 20px;
	text-decoration: underline;
}
.informacion-cliente .volver-atras a{
	font-size: .8em;
	color: white;
	text-decoration: underline;
}
.nombre-cliente {
	margin-bottom: 6px;
}
.class-bienvenidos {
	color: #ffffff;
	font-size: 1.2em;
}
.class-bienvenidos:hover {
	color: #ffffff;
	text-decoration: underline;
	padding-bottom: 2px;
}
.top-main-menu-1 .dropdown-menu.show {
	width: 100%;
	background-color:#103b6f !important;
}
/* MENU NUEVO DIDECO */
.secundario .dropdown-menu.show {
	background-color:#103b6f !important;
}
.secundario .dropdown-menu.show a:hover {
	background-color:transparent !important;
}
.secundario .dropdown-menu.show a:before {
	width: 80%;
}
/* fin MENU NUEVO DIDECO */
.navbar-collapse {
	padding: 20px 0;
}
.informacion-cliente a i  {
	margin-right: 5px;
}
.boton-reenviar {
	width: 100%;
}


@media screen and (max-width:418px){
	.informacion-cliente span.contrasena ,  .informacion-cliente span.cerrar-sesion , .informacion-cliente span.volver-atras{
		width: 100%;
		display: block;
	}
}
@media screen and (max-width:480px){
	.boxes{
		padding: 20px 0 50px!important;
	}
	.btn-document {
		width: 100%;
		margin: 20px 0 0;
	}
}
@media screen and (max-width:470px){
	.texto-header {
		text-align: center;
		font-size: 1.5em;
   		margin-bottom: 10px;
	}
	.nombre {
		font-size: 1.0em;
	}
}
@media screen and (max-width:991px){ 
	.texto-header {
		text-align: center;
	}
	.top-main-menu-1 .dropdown-menu.show {
		background:transparent!important;
	}
	.salto_titulo{
		display: inline-block;
	}
}
@media screen and (max-width:1169px)  {
	.logo img {
	    width: 300px;
	    padding: 12px 20px;
	    max-width: 100%;
	    margin: 0 auto;
	    display: block;
	}
}
@media screen and (min-width:700px) and (max-width:767px){
	.texto-header {
		margin-top: 20px;
		font-size: 30px;
	}
}
@media screen and (min-width:768px) and (max-width:1169px){
	.texto-header {
		margin-top: 26px;
    	font-size: 30px;
	}
}
@media screen and (min-width:1350px) and (max-width:3000px){
	.informacion-cliente {
		margin-left: 140px;
	}
}
@media screen and (min-width:764px) and (max-width:987px){
	.logo img {
		margin:0;
	}
}

/** AL FLORIDA TE ABRIGA ESTILOS NUEVOS **/
.menu-main .menu-main-ul {
	margin: 0;
  	padding: 0;
  	list-style: none;
}
.menu-main .menu-main-ul li {
	display: inline-block;
}
.menu-main .menu-main-ul li a {
  	text-decoration: none;
  	color: #fff;
  	font-size: 14px;
}
.menu-main .menu-main-ul li a {
  position: relative;
  font-size: 14px;
  display: block;
  padding: 10px 0;
  margin: 0 20px;
  -webkit-transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
  -o-transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
  transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in; 
}
.menu-main .menu-main-ul li a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #CDDB00;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: color 0.1s,-webkit-transform 0.2s ease-out;
    transition: color 0.1s,-webkit-transform 0.2s ease-out;
    -o-transition: color 0.1s,transform 0.2s ease-out;
}
 .menu-main .menu-main-ul li a:hover::before, .menu-main .menu-main-ul li a:focus::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    text-decoration: none; 
}
.menu-main .menu-main-ul li a[aria-current] {
    position: relative;
    border-bottom: 3px solid #ff6b00;
    bottom: 0px; 
}
.menu-main .menu-main-ul{
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
} 
.menu-main .menu-icon {
  cursor: pointer!important;
  display: inline-block!important;
  padding:28px 20px 28px 0!important;
  position: relative!important;
  user-select: none!important;
  margin:0!important;
}
.menu-main input[type="checkbox"] + label.menu-icon::before {
	display: none!important;
}
.menu-main .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
.menu-main .menu-icon .navicon:before,
.menu-main .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.menu-main .menu-icon .navicon:before {
  top: 5px;
}
.menu-main .menu-icon .navicon:after {
  top: -5px;
}
.menu-main .menu-btn {
  display: none;
}
.menu-main .menu-btn:checked ~ .menu-main-ul {
  	max-height: 700px;
	overflow: visible;
}
.menu-main .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.menu-main .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.menu-main .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.menu-main .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.menu-main .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
/** MENU DESPLEGABLE LA FLORIDA TE ABRIGA */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #323E48;
  max-width:100%;
  min-width:max-content;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index:9999;
  list-style: none;
  padding: 0;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content li:hover {
	background-color: rgba(29,29,29,0.30);
}
.dropdown-content li a:before {
	display: none!important;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.display-block{
	visibility: visible !important;
}
@media screen and (max-width:418px){
	.informacion-cliente span.contrasena ,  .informacion-cliente span.cerrar-sesion , .informacion-cliente span.volver-atras{
		width: 100%;
		display: block;
	}
}
@media screen and (max-width:480px){
	.boxes{
		padding: 20px 0 50px!important;
	}
	.btn-document {
		width: 100%;
		margin: 20px 0 0;
	}
}
@media screen and (max-width:470px){
	.texto-header {
		text-align: center;
		font-size: 1.5em;
   		margin-bottom: 10px;
	}
	.nombre {
		font-size: 1.0em;
	}
}
@media screen and (max-width: 767px) {
	.menu-main .menu-main-ul li {
		display: block;
	}
}
@media screen and (max-width:991px){ 
	.texto-header {
		text-align: center;
	}
	.top-main-menu-1 .dropdown-menu.show {
		background:transparent!important;
	}
	.salto_titulo{
		display: inline-block;
	}
}
@media screen and (max-width:1169px)  {
	.logo img {
	    width: 300px;
	    padding: 12px 20px;
	    max-width: 100%;
	    margin: 0 auto;
	    display: block;
	}
}
@media screen and (min-width:700px) and (max-width:767px){
	.texto-header {
		margin-top: 20px;
		font-size: 30px;
	}
}
@media screen and (min-width:768px) and (max-width:1169px){
	.texto-header {
		margin-top: 26px;
    	font-size: 30px;
	}
}
@media screen and (min-width:1350px) and (max-width:3000px){
	.informacion-cliente {
		margin-left: 140px;
	}
}
@media screen and (min-width:764px) and (max-width:987px){
	.logo img {
		margin:0;
	}
}
@media (min-width: 48em) {
  /*.header li {
    float: left;
  }*/
  .header li a {
    padding: 20px 30px;
  }
  .header .menu-main-ul {
    clear: none;
    max-height: none;
  }
  .header .menu-icon {
    display: none!important;
  }
}
@media (max-width:1044px) {
	.menu-main .menu-main-ul li a {
	  	display: block;
	  	padding-bottom: 20px;
	  	text-decoration: none;
	  	color: #fff;
	  	font-size: 12px;
	}
	.menu-main .menu-main-ul li a::before {
		display: none;
	}
	.menu-main .menu-main-ul {
  		overflow: hidden;
	}
}


	