:root {
	--verde1: #05B788;
	--verde2: #048966;
	--azul0:  #499BC7;
	--azul1:  #0077B6;
	--azul2:  #023E8A;
	--azul3:  #0a131f;
	--azul4: #26426B;
	--azul5: #26426bc9;
	--azul6: #26426b24;
	--celeste: #8EC1DC;
	--celeste2: #f5f9fb;
	--naranja0: #fffaf3;
	--naranja: #FF6B35;
	--naranja1: #FF8746;
	--naranja2: #FF5400;
	--rojo1: #F14458;
	--rojo2: #DC1128;
	--blanco: #FFF;
	--gris: hsl(0deg 0% 10% / 10%);
	--gris2: #777;
	--fondoverde:#ddfef5;
	--fondoazul:#dbf2ff;
	--fondorojo:#fdebed;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	-webkit-overflow-scrolling: touch;
    height:100%;
	font-family: 'Poppins', sans-serif;
}
html {
	height: 100%;
    -webkit-overflow-scrolling: touch;
    height: fill-available;
    height: -webkit-fill-available;
}
input:placeholder-shown {
  text-overflow: ellipsis;
  color: lightgrey;
}
input[type=checkbox] {
  accent-color: var(--verde2);
}
.foto{
	padding: 8px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}
.img_foto{
	background-position: center;
	background-repeat :no-repeat;
	height: 85%;
	width: 85%;
}
.mystyle {
	display: none;
}
.planillita:last-child{
	border-bottom: none !important;
}
.img_foto_abierta{
	width: 90%;
}
.boton_foto{
	position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  width: 24px;
  background-color: var(--bs-gray-400);
  border: none;
  background-image: url(./img/close.png);
  background-size: 60%;
  border-radius: 20%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 4px;
}
.boton_foto:hover{
	background-color: var(--bs-gray-500);
}
.boton_foto:active{
	box-shadow: inset grey 0px 0px 4px 2px;
}
.excel{
	border: 1px solid #ccc;
  display: flex;
  padding: 6px 12px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
#loading{
	background-color: #000;
	z-index: 3 !important;
	height: 160%;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
}
#fecha_error{
	color: var(--rojo1);
	text-decoration: underline;
	font-weight: 600;
}
#documentos-detalles{
	margin-top: 20px;
}
.caja_comprobante{
	border: 1px solid var(--azul6);
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 15px;
}
#error_tc{
	color: var(--rojo2);
    font-weight: 600;
    font-size: 12px;
}
#documentos-tabla{
	margin-top: 15px;
}
.input{
	border: none;
    box-shadow: 2px 3px 10px 0px var(--azul0);
    border-radius: 6px;
    height: 30px;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    padding: 4px;
    color: black;
    border:  1px solid var(--azul1);
}
.input::placeholder{
	color: var(--azul7);
}
.input:disabled{
	border: none;
	color: grey;
}
.input2{
	border: none;
    box-shadow: inset 0px 0px 5px 0px var(--celeste);
    border-radius: 8px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    padding: 4px;
    color: var(--gris2);
}
.input3{
	border: none;
    color: var(--azul5);
    display: flex;
    align-items: center;
    padding: 0px !important;
}
.imagen{
	height: auto;
	width: 100%;
	padding: 80px 60px 0px 60px;
}
.imagen2{
	height: 100%;
	width: 100%;
	border-radius: 30px;
}
.centro{
	margin: auto;
}
.regresar{
	display: none;
}
#validacion-regresar{
	display: none;
}
.titulo{
	font-weight: 600;
	font-size: 50px;
	padding: 160px 40px 30px 0;
	font-family: 'Inter', sans-serif;
	color: var(--azul4);
}
.titulo2{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: var(--azul3);
}
.titulo3{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color: var(--azul3);
}
.texto2{
	font-family: 'Poppins', sans-serif;
	color: var(--blanco) !important;
	margin: 5px;
	text-shadow: 2px 2px 5px #8EC1DC;
	font-size: 17px;
	font-weight: 500;
}
.texto{
	font-weight: 300;
	padding: 30px 0px 10px 0;
	color: var(--azul5);
	font-size: 14px;
	text-align: justify;
  	text-justify: inter-word;
}
.salir{
	position: absolute;
    right: 40px;
    padding: 8px 32px !important;
}
.nav-link{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: var(--azul5) !important;
	padding: 16px;
}
.navegation{
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-link:hover{
	font-weight: 500;
	cursor: pointer;
}
.navbar{
	border-bottom: 1px solid var(--azul6);
	position: fixed;
	width: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,0.96) 100%, rgba(0,119,182,0.20) 100%);
	height: 60px;
	z-index: 2;
}
.navbar-toggler:focus{
	box-shadow: none;
}
.navbar-toggler:hover{
	background-color: var(--azul0);
}
.navbar-title{
	margin: 0;
	font-size: 13px;
	font-weight: 300;
	color: var(--azul1);
}
.navbar-version{
	margin: 0;
	position: absolute;
    right: 150px;
    font-size: 14px;
    color: var(--azul2);
}
.logo{
	margin: 2px 8px 4px 4px;
}
.logo2{
	position: absolute;
	left: 40px;
}
.marca{
	font-family: 'Poppins';
	margin-right: 120px;
	font-weight: 500;
	font-size: 16px;
}
.modal-title{
	margin-right: 20px;
	font-size: 15px;
	font-weight: 400;
	color: var(--azul4);
}
.modal-footer{
	padding: 18px;
}
.modal-content{
	border: none;
}
.form-control{
	border: 1px solid var(--azul6) ;
}
.marca2{
	font-size: 14px;
	margin-left: 20px;
}
.forgot{
	color: var(--azul1);
	font-size: 14px;
	font-weight: 400;	
}
.forgot:hover{
	color: var(--azul2);
}
.username{
	margin-bottom: 12px;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	color: var(--azul5);
}
.password{
	margin-bottom: 12px;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	color: var(--azul5);
}
.caja_subcliente{
	height: 43.5px;
    background: var(--celeste2);
    border-radius: 8px;
    box-shadow: inset 0px 0px 5px 0px var(--celeste);
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    padding: 4px;
    text-overflow: ellipsis;
    color: var(--azul1);
    display: flex;
    align-items: center;
}
.boton{
	background-color: var(--naranja1);
	color: var(--blanco);
	font-weight: 300;
	font-size: 15px;
	padding: 8px 18px;
}
.boton:hover{
	color: var(--blanco);
	background-color: var(--naranja2);
}
.boton2{
	color: var(--naranja2);
	font-weight: 400;
	font-size: 15px;
	padding: 8px 18px;
	border: 2px solid var(--naranja2);
	border-radius: 6px;
}
.boton2:hover{
	color: var(--blanco);
	background-color: var(--naranja2);
}
.seccion1{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,119,182,0.10) 50%);
}
.seccion3{

	/*background: linear-gradient(0deg,var(--naranja1), var(--azul1));
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;*/

	background: linear-gradient(180deg,rgba(0,119,182,0.30) 10%,rgba(255,255,255,1) 100%);
}
@keyframes gradient {
	0%{
		background-position:50% 0%
	}
    50%{
    	background-position:51% 100%
    }
    100%{
    	background-position:50% 0%
    }
}
.error_login{
	color: red;
    font-size: 13px;
    margin-bottom: 10px;
    text-decoration: underline;
    display: none;
}
.error{
	color: var(--rojo2);
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    display: none;
}
.caja{
	background-color: white;
	height: 150px;
	padding: 10px;
	box-shadow: 3px 5px 18px 0px var(--celeste);
	border-radius: 12px;
	width: 100%;
	margin: 0;
}
.col_usuarios{
	border: 1px solid var(--azul1);
  border-radius: 20px;
  box-shadow: inset 0px 0px 70px var(--fondoazul);
}
.col_empleados{
	border: 1px solid var(--azul1);
  border-radius: 20px;
  box-shadow: inset 0px 0px 70px var(--fondoazul);
}
.caja_contacto{
	font-size: 12px;
    padding: 2px 10px;
    box-shadow: 1px 2px 6px 1px var(--celeste);
    border-radius: 12px;
    color: var(--azul5);
    width: 100%;
    margin: 0 auto;
}
.col_contactos{
	padding: 12px;
}
.row_busqueda{
	display: flex;
	 align-items: center;
	 justify-content: center;
	 height: 80px;
	 border-bottom: 1px solid var(--gris);
	 min-width: 580px;
	 width: 100%;
	 margin: 0 auto;
}
.icono{
	height: 100%;
	width: auto;
}
.cajatexto h3{

	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: var(--azul4);
}
.cajatexto p{

	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: var(--azul5);
}
.cajatexto{
	height: 100%;
	padding: 15px;
	align-items: center;
}
.cajaicono{
	height: 100%;
	padding: 32px;
}
.cajagrande{
	padding: 20px 40px;
}
.contenedor-cajas{
	padding: 0 160px 60px 160px;
	height: 100%;
}
.queesmaserv{
	padding: 0 80px;
}
.fotosseccion2{
	padding: 10px 90px;
}
#sobreNosotros{
	padding: 40px 20px 80px 20px;
}
.seccionx1{
	padding: 100px 20px 100px;
}
#navegacionIndex{
	background: linear-gradient(180deg, rgba(255,255,255,0.99) 100%, rgba(0,119,182,0.20) 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0;
}
.nav-item{
	display: flex;
    align-items: center;
    justify-content: center;
}
.boton-nav{
	position: absolute;
    right: 60px;
}
.nav-boton{
	width: 100%;
}
.botones_pequenos{
	font-size: 12px !important;
	text-align: center;
}
.navbar-name2{
	display: none;
}
.navbar-name1{
	display: inline-flex;
	color: var(--azul4);
}
.contenedor-menu{
	padding: 80px 60px 40px 60px;
	min-height: 100vh;
	background: linear-gradient(180deg, rgba(255,255,255,0.20) 30%, rgba(0,119,182,0.20) 100%);
}
.menu-nombre{
	font-family: 'Inter', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: var(--azul3);
	line-height: 1.2;
}
.menu-nombre2{
	font-family: 'Inter', sans-serif;
	font-size: 19px;
	font-weight: 600;
	color: var(--azul3);
	line-height: 1.2;
}
.menu-fecha{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--azul0);
}
.menu-config{
	display: flex;
    align-items: center;
}
.menu-boton{
	padding: 40px 12px;
}
.atras{
	background-color: var(--azul1);
	color: var(--blanco);
	font-weight: 300;
	font-size: 15px;
	padding: 8px 12px;
	width: 100px;
	height: 44px;
	border-radius: 8px;
}
.atras:hover{
	background-color: var(--azul2);
	color: var(--blanco);
}
.boton-config{
	background-color: var(--azul1);
	color: var(--blanco);
	font-weight: 300;
	font-size: 14px;
	padding: 8px 12px;
	width: 140px;
	height: 48px;
	border-radius: 8px;
	margin: 10px;
}
.boton-config:hover{
	background-color: var(--azul2);
	color: var(--blanco);
}
.boton-config2{
	background-color: var(--azul1);
	color: var(--blanco);
	font-weight: 300;
	font-size: 15px;
	padding: 8px 12px;
	width: 140px;
	height: 48px;
	border-radius: 8px;
}
.boton-config2:hover{
	background-color: var(--azul2);
	color: var(--blanco);
}
.boton-config3{
	background-color: var(--rojo1);
	color: var(--blanco);
	font-weight: 700;
	font-size: 15px;
	padding: 8px 12px;
	width: 140px;
	height: 48px;
	border-radius: 8px;
}
.boton-config3:hover{
	background-color: var(--rojo2);
	color: var(--blanco);
}
.boton3{
	background-color: var(--azul1);
	color: var(--blanco);
	font-weight: 300;
	font-size: 16px;
	padding: 8px 12px;
	width: 80%;
	border-radius: 8px;
	box-shadow: 1px 1px 8px 0px var(--celeste);
}
.boton3:hover{
	background-color: var(--azul2);
	color: var(--blanco);
}
.boton4{
	font-family: 'Poppins', sans-serif;
	background-color: var(--verde1);
	color: var(--blanco);
	font-weight: 300;
	font-size: 16px;
	padding: 8px 12px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 0px var(--celeste);
}
.boton4:hover{
	background-color: var(--verde2);
	color: var(--blanco);
}
.boton5{
	font-family: 'Poppins', sans-serif;
	background-color: var(--rojo1);
	color: var(--blanco);
	font-weight: 300;
	font-size: 16px;
	padding: 8px 12px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 1px 1px 8px 0px var(--celeste);
}
.boton5:hover{
	background-color: var(--rojo2);
	color: var(--blanco);
}
.menu-botones{
	padding: 20px 0;
}
.tabla{
	display: block;
	height: 550px;
	background: white;
	box-shadow: inset 0 0 6px 1px lightgrey;
	border-radius: 12px;
}
.tabla2{
	height: 260px;
	background: white;
	box-shadow: inset 0 0 6px 1px lightgrey;
	border-radius: 12px;
}
.titulo_modal{
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: var(--azul4);
    font-weight: bold;
    font-size: 21px;
    padding: 0px 12px 40px 12px;
}
.tabla-titulos{
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-weight: 400;
	color: var(--azul3);
}
.tabla-info{
	display: flex;
	justify-content: center;
	font-size: 13px;
	font-weight: 500;
	color: var(--azul2);
	padding: 0;
	max-height: 100%;
	overflow: hidden;
}
#buscar_documentos{
	display: none;
}
.boton5-a{
	font-size: 10px;
	background-color: var(--azul1);
	color: var(--blanco);
	border-radius: 5px;
	padding: 2px 4px;
	width: 44px;
}
.boton5-a:hover{
	background-color: var(--azul2);
	color: var(--blanco);
}
.boton5-r{
	font-size: 10px;
	background-color: var(--rojo1);
	color: var(--blanco);
	border-radius: 5px;
	padding: 2px 4px;
	width: 62px;
}
.boton5-r:hover{
	background-color: var(--rojo2);
	color: var(--blanco);
}
.row-empleados{
	display:  none;
}
/*************************/
/*************************/
/********  	           ***********/
/********  MODAL POPUP ***********/
/********  	           ***********/
/*************************/
/*************************/

.popup {
  position: fixed; /* Stay in place */
  z-index: 21; /* Sit on top */
  left: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(200,200,200,0.8); 
  top:-100%;
  opacity: 1;
  transition: top .2s;
  transition-timing-function: ease;	
  border-bottom: solid 4px #ccc;
  padding-bottom: 40px;
}
.popup.show{
	top:0px;
}

/* Modal Content */
.modal-content, .modal-content2 {
  margin: auto;
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.modal-content2{
	margin-top: 100px;
	width: 80%;
	border-radius: 6px;
}

/* The Close Button */
.close {
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Header */
.modal-header {
  padding: 2px 16px;
  border-bottom: none;
}

/* Modal Body */
.modal-content{
}
.modal-body {
	padding: 20px;
	background:#FFF;
}
#modal-title{
	width: 100%;
	color:var(--azul4);
	font-weight: bold;
	font-size: 21px;
}
/* Modal Footer */
.modal-footer {
  	padding: 2px 16px;
	border:none !important;
}

.nuevocliente{
	width: 140px;
	position: absolute;
	left:320px
}
.checkbox_subcliente{
	transform: scale(1.4);
	margin-left:8px;
}
#titulo_checkbox{
	font-size: 19px;
	font-weight: 500;
	color: grey;
}
.row_pdf {
	width: 100%;
	height: 48px;
	border-top: 1px solid lightgray;
}
.col_pdf {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.boton_pdf {
  height: 24px;
  width: 24px;
  background-color: var(--bs-gray-400);
  border: none;
  background-image: url(./img/close.png);
  background-size: 60%;
  border-radius: 20%;
  background-position: center;
  background-repeat: no-repeat;
}

/*************************/
/*************************/
/********  	           ***********/
/********  MEDIA QUERIES ***********/
/********  	           ***********/
/*************************/
/*************************/

@media only screen and (max-width: 1199px){
	#col_compromiso1, #col_compromiso2, #col_compromiso3, #col_compromiso4, #col_compromiso5, #col_contacto1, #col_contacto2, #col_contacto3, #col_contacto4 {
		padding: 2px;
		font-size: 10px;
	}
	.nuevocliente{
		left:300px
	}
	.contenedor-cajas{
		padding: 0 70px 60px 70px;
	}
	.contenedor-menu{
		padding: 100px 40px 40px 40px;
	}
	.imagen{
		padding: 140px 20px 0px 60px;
	}
}
@media only screen and (max-width: 991px){
	#subir_fotos_container{
		font-size: 14px;
	}
	#subir_fotos_boton{
		font-size: 14px;
	}
	#seleccionar_archivo_importacion{
		font-size: 14px;
	}
	#section_reportes{
		font-size: 26px !important;
	}
	#mas_import_header{
		padding-bottom: 20px !important;
	}
	.modal-title{
		font-size: 20px !important;
	}
	.modal-body{
		font-size: 14px !important;
	}
	#nuevo_subcliente_boton{
		font-size: 14px;
	}
	.titles_documentos{
		padding-bottom: 30px !important;
	}
	.buscar_documentos_container{
		font-size: 14px;
	}
	.nuevo_documento_container{
		font-size: 14px;
	}
	.boton4{
		font-size: 14px;
	}
	.tabla-titulos{
		font-size: 12px;
	}
	.tabla-info{
		font-size: 12px;
	}
	.columna_derecha{
		padding: 32px 12px 0 12px !important;
	}
	.nuevocliente{
		left:260px
	}
	.imagen{
		padding: 160px 0px 0px 20px;
	}
	.navbar-collapse{
		border: 1px solid var(--gris);
		margin-top: 4px;
		border-radius: 0.25rem;
	}
	.contenedor-menu{
		padding: 80px 40px 40px 40px;
	}
	.nav-boton{
		padding: 15px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.nav-link{
		width: 100%;
		text-align: center;
	}
	.nav-link:hover{
		background-color: var(--azul0);
	}
	.boton-nav{
		position: initial;
		width: 100%;
	}
	.nav-item{
		border-bottom: 1px solid var(--gris);
	}
	.fotosseccion2{
		padding: 10px 30px;
	}
	.queesmaserv{
		padding: 0 20px;
	}
	.contenedor-cajas{
		padding: 0 0 40px 0;
	}
	.cajagrande{
		padding: 8px 20px;;
	}
	.cajatexto{
		padding: 10px;
	}
	.titulo{
		font-size: 38px;
	}
	.texto{
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px){
	#ingreso_sistema{
		margin-bottom: 14px;
		width: 100%;
	}
	#subir_fotos_container{
		font-size: 13px;
	}
	#subir_fotos_boton{
		font-size: 13px;
	}
	#seleccionar_archivo_importacion{
		font-size: 13px;
	}
	#section_reportes{
		font-size: 22px !important;
	}
	#subtitulo_reportes{
		padding: 0;
	}
	#mas_import_header{
		padding-bottom: 0px !important;
	}
	#col_get_para_liquidar{
		margin-top: 20px;
	}
	.modal-title{
		font-size: 17px !important;
	}
	.modal-body{
		font-size: 13px !important;
	}
	#nuevo_subcliente{
		margin-top: 10px !important;
	}
	#nuevo_subcliente_boton{
		font-size: 13px;
		margin-bottom: 12px;
	}
	.titles_documentos{
		padding-bottom: 12px !important;
	}
	.get_documentos{
		margin-top: 20px;
	}
	.buscar_documentos_container{
		font-size: 13px;
	}
	.nuevo_documento_container{
		font-size: 13px;
	}
	.boton4{
		font-size: 13px;
	}
	.boton5-a{
		font-size: 9px;
		width: 43px;
	}
	.tabla-titulos{
		font-size: 11px;
	}
	.tabla-info{
		font-size: 11px;
	}
	.usuarios_mobile{
		width: 100% !important;
	}
	.searchcliente{
		margin-top: 30px;
	}
	.nuevocliente{
		left:150px
	}
	.boton2{
		width: 100% !important;
	}
	#cobrador_ns{
		width: 66.66666667% !important;
	}
	.boton3{
		width: 100%;
	}
	.menu-botones{
		padding: 0;
	}
	.menu-boton{
		padding: 20px 12px;
		display: flex;
	    justify-content: center;
	}
	.contenedor-menu{
		padding: 120px 14px 20px 14px;
	}
	.menu-fecha{
		font-size: 13px;
		padding: 5px 12px;
	}
	#subir_fotos_subtitle{
		padding: 0 !important;
	}
	.menu-config{
		padding: 20px 12px;
	}
	.menu-nombre{
		font-size: 28px;
	}
	.navbar-title{
		display: none;
	}
	.logo2{
		left: 20px;
	}
	.navbar-version{
		right: 130px;
	}
	.salir{
		right: 20px;
	}
	.cajatexto p{
		font-size: 12px;
	}
	.icono{
		height: 50px;
		width: 50px;
	}
	.cajaicono{
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.seccion2{
		padding: 20px 20px !important;
	}
	.curva{
		height: 60px  !important;
	}
	.seccionx1{
		padding: 60px 10px 60px 10px;
	}
	.marca{
		margin-right: 20px;
	}
	.colfotosseccion2{
		display: none;
	}
	.titulo{
		font-size: 30px;
		padding: 100px 0 0 0;
	}
	.direccioncontainer{
		padding: 10px;
	}
	.marcacontainer{
		padding: 10px;
	}
	.socialmediacontainer{
		padding: 10px;
	}
	.imagen{
		display: none;
	}
}
@media only screen and (max-width: 575px){
	.tabla-titulos{
		padding: 0px;
	}
	.menu-nombre2{
		font-size: 17px;
	}
	.navbar{
		padding: 0;
		height: 64px;
	}
	.navbar-name2{
		display: inline-flex;
		font-size: 16px;
	}
	.navbar-name1{
		display: none;
	}
	.navbar-version{
		display: none;
	}
	.logo2{
		left: 10px;
	}
	.salir{
		right: 10px;
	}
}	
.footer{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 11px;
	color: lightgrey;
	padding: 12px;
	background-color: var(--azul3);
	display: flex;
	justify-content: center;
}
.socialmediacontainer{
	display: flex;
	align-items: center;
	justify-content: center;
}
.direccioncontainer{
	display: flex;
	align-items: center;
	justify-content: center;
}
.marcacontainer{
	display: flex;
	align-items: center;
	justify-content: center;	
}
.socialmedia{
	padding: 10px;
	margin: 5px;
	border-radius: 50%;
	background-color: lightgrey;
}
.logocontainer{
	padding: 10px;
	background-color:lightgrey;
	border-radius: 50%;
}
/*************************/
/*************************/
/********  	           ***********/
/********  MODAL POPUP ***********/
/********  	           ***********/
/*************************/
/*************************/
.popup {
	  position: fixed; /* Stay in place */
	  z-index: 21; /* Sit on top */
	  left: 0;
	  width: 100%; /* Full width */
	  height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgba(142, 193, 220, 0.7); 
	  top:-100%;
	  opacity: 1;
	  transition: top .2s;
	  transition-timing-function: ease;	
	  border-bottom: solid 4px #ccc;
	  padding-bottom: 40px;
	}
	.popup.show{
		top:0px;
	}

/* Modal Content */
	.modal-content, .modal-content2 {
	  margin: auto;
	  margin-top: 40px;
	  padding: 20px;
	  border: 1px solid #888;
	  width: 90%;
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	}
	.modal-content2{
		margin-top: 100px;
		width: 80%;
		border-radius: 6px;
	}

/* The Close Button */
	.close {
	  float: right;
	  font-size: 28px;
	  font-weight: bold;
	}
	.close:hover,
	.close:focus {
	  color: black;
	  text-decoration: none;
	  cursor: pointer;
	}

/* Modal Header */
	.modal-header {
	  padding: 2px 16px;
	}

/* Modal Body */
	.modal-content{
	}
	.modal-body {
		padding: 0 20px 20px 20px;
		background:#FFF;
	}
	#modal-title{
		width: 100%;
		color:var(--azul);
		font-weight: bold;
		font-size: 28px;
	}
/* Modal Footer */
	.modal-footer {
	  	padding: 2px 16px;
		border:none !important;
	}







