* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	min-height: 100vh; 
	background: rgba(117, 70, 81, 0.11);
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
} 

body.inicio {
	min-height: 100vh; 
	background: url('../img/foto_lamas1.jpg') #754651;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 600px;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	/* background: #754651;   */
	color:#fff;
}


a {
	text-decoration: none;
	color:#B8711B;
}

a:hover {
	text-decoration: underline;
}

a.btn {
	background-color:#754651;
	color:#fff;
	text-decoration:none;
	padding:5px 15px;
	display:inline-block;
	font-weight: 400;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
}

a.btn:hover {
	background-color:#C8C8C8;
	color: #754651 ;
	/*border-bottom: 4px solid #fff ;*/
}

header {
	background: #C5BCBE;
	max-height: 270px;
    /*height: 17vh; */
}


header .usuario_actual{
	color : #754651;
	margin: 20px, 20px;
	width: 65%;
	font-weight: 600;
	font-size: 1em;
	text-align: right;
}

header .reloj{
	color : #754651;
	margin-left: 10px;
/*	margin: 40px, 20px;*/
	width: 20%;
	height: 50px;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

Header  contenedor.menu{
	width: 90%;
	margin: 20px  0;
	text-align: right;
}


ul, ol {
	list-style:none;
}

.nav > li {
	float:left;
}

.nav li a {
	background-color:#C5BCBE;
	color:#754651;
	text-decoration:none;
	padding:10px 12px;
	display:block;
	font-weight: 400;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
}

.nav li a:hover {
	background-color:#754651;
	color:#fff;
	/*border-bottom: 4px solid #fff ;*/
}

.nav li a.adm:hover {
	border-left: 4px solid #5499C7 ;
	border-top: 4px solid transparent;
}

.nav li a.fac:hover {
	border-left: 4px solid #C0392B ;
	border-top: 4px solid transparent;
}

.nav li a.caj:hover {
	border-left: 4px solid #F1C40F ;
	border-top: 4px solid transparent;
}

.nav li a.comp:hover {
	border-left: 4px solid #008000 ;
	border-top: 4px solid transparent;
}

.nav li a.sal:hover {
	border-left: 4px solid #fff ;
	border-top: 4px solid transparent;
}

.nav li a.adm {
	border-bottom: 4px solid #5499C7 ;
}

.nav li a.fac {
	border-bottom: 4px solid #C0392B ;
}

.nav li a.caj {
	border-bottom: 4px solid #F1C40F ;
}

.nav li a.comp {
	border-bottom: 4px solid #008000 ;
}

.nav li a.sal {
	border-bottom: 4px solid #fff ;
}

.nav li a.adm1 {
	border-bottom: 4px solid transparent ;
}

.nav li a.fac1 {
	border-bottom: 4px solid transparent ;
}

.nav li a.caj1 {
	border-bottom: 4px solid transparent ;
}

.nav li a.com1 {
	border-bottom: 4px solid transparent ;
}

.nav li a.sal1 {
	border-bottom: 4px solid transparent ;
}

.nav li a.adm1:hover {
	border-left: 4px solid #5499C7 ;
	border-top: 4px solid transparent;
}

.nav li a.fac1:hover {
	border-left: 4px solid #C0392B ;
	border-top: 4px solid transparent;
}

.nav li a.caj1:hover {
	border-left: 4px solid #F1C40F ;
	border-top: 4px solid transparent;
}

.nav li a.comp1:hover {
	border-left: 4px solid #008000 ;
	border-top: 4px solid transparent;
}

.nav li a.sal1:hover {
	border-left: 4px solid #fff ;
	border-top: 4px solid transparent;
}

.nav li ul {
	display:none;
	position:absolute;
	min-width:100px;
}

.nav li:hover > ul {
	display:block;
}

.nav li ul li {
	position:relative;
}

.nav li ul li ul {
	right:-100px;
	top:0px;
}


.contenedor{
	width: 95%;
	max-width: 1300px;
	margin: auto;
	overflow: hidden;
} 

.contenedor_inicio {
	max-width: 500px;
	width: 90%;
	margin: auto;
}


.titulo {
	font-weight: 900;
	color: #fff;
	text-align: center;
	margin: 20px 0 10px 0;
}

.border {
	border:none;
	margin-bottom: 4px; 
	border-top:1px solid #754651;
	background: none;
	color:none;
}

.border_inicio {
	border:none;
	margin-bottom: 5px; 
	border-top:10px solid #754651;
	background: none;
	color:none;
}

h3.titulo {
    text-align: center;
    color : #754651;
    display: flex;
}

h4.reloj_central {
    text-align: center;
    color : #754651;
    font-weight: 600;
	font-size: 3em;	
}

p.{
	 color : #754651;
}
/* ---------   header  ----------*/

.linea-header{
display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.header.contenedor.imagen{
	width: 30%;
	/*max-width: 120px;
	margin: auto;
	display: flex;
	*/
}

.formulario {
	background: #C5BCBE;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 10px 10px 10px 10px;
    border-style: outset;
}

.formulario .form-group {
	width: 70%;
	margin-bottom: 10px;
	margin-inline: auto;
}

.formulario .form_group1 {
	width: 100%;
	margin-bottom: 10px;
	background: #c8c8c8;
	align-content: space-between;
	border: 1px solid #754651;
	border-radius: 5px;
	align-items: center;
	text-align: left;
}

.formulario label,
.formulario select,
.formulario input[type="text"],
.formulario input[type="password"] {
	padding: 14px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 18px;
	border: none;
	vertical-align: top;
	color: #754651;
}

.formulario select.input_2,
.formulario input.input_2[type="date"],
.formulario input.input_2[type="text"]{
	padding: 8px;
  margin: 8px;

	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	border:1px ;
	border: 1px solid #754651;
	border-radius: 3px;
	vertical-align: middle;
	color: #754651;  
}

.formulario input.monto{
	padding: 8px;
  margin: 8px;
  text-align: right	;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	border:1px ;
	border: 1px solid #754651;
	border-radius: 3px;
	vertical-align: middle;
	color: #754651;  
}

.formulario label.etiqueta{
	
	padding: 1px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	border: none;
	vertical-align: middle;
	color:  #754651; 
	margin-left: 20px; 
}

.formulario label.etiqueta_grande{
	
	padding: 1px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 16px;
	border: none;
	vertical-align: middle; 
	color:  #754651; 
	margin-left: 20px; 
}


.formulario .icono {
	padding: 15px;
	text-align: center;
	width: 48px;
	max-height: 48px
	font-size: 18px;
	line-height: 18px;
	background: #c8c8c8;
	display: inline-block;
	color:#754651;
	vertical-align: top;
}

.formulario .icono.izquierda {
	margin-right: 4px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.formulario .usuario,
.formulario .password {
	width: calc(100% - 52px);
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}  

.formulario .password_btn {
	width: calc(100% - 105px);
}

.formulario .envio_btn {
	width: calc(100% - 52px);
	background-color: #754651;
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
	padding: 14px;
	transition: background-color 0.3s ease-in-out;
}

.formulario .envio_btn_pequeno {
	/*width: calc(1% - 1px); */
	background-color: #754651;
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
	padding: 2px;
	transition: background-color 0.3s ease-in-out;
}


.formulario .error ul {
	color: #754651;
	padding: 0 15px;
}

.formulario .error ul li {
	margin-bottom: 10px;	
}

.formulario .submit-btn {
	padding: 15px;
	text-align: center;
	width: 48px;
	max-height: 48px
	font-size: 18px;
	line-height: 18px;
/*	background: #754651;*/
	display: inline-block;
	color:#fff;
	background: #754651;
	cursor: pointer;

	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.formulario .form_group1 .etiqueta{
	overflow: hidden;
	text-align: center;
	color: #FFF ; /*#754651; */
	font-weight: 300;
	font-size: 14px;
	width: 80%;
	margin: 40px auto;
	text-align: center;
}


textarea:focus, input:focus, input[type]:focus,  select:focus{
    border-color: rgba(117, 70, 81, 0.30);
    box-shadow: 6px 6px 6px rgba(117, 70, 81, 0.30), 6px 6px 18px rgba(122,79,87,0.6);
    outline: 0 none;
}

.juntos{
	display: inline-block;
}

.mycheck {
      border: 3px solid #754651;
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      width: 100px;
      height: 100px;
      appearance: none;
      display: inline-block;
      vertical-align: middle;
      background-origin: border-box;
      padding: 0;
      user-select: none;
      flex-shrink: 0;
      color: #754651;/*#2563eb; */
      background-color: #888;
      border-color: #6b7280;
      border-width: 1px;

    }

    .mycheck {
      cursor: pointer;
      background-color: #fff; 
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
      width: 20px;
      height: 20px;
      appearance: none;
      border: 2px solid #888;
      transition: background-color 0.3s ease-in-out;
    }

    .mycheck:checked {
      background-color:#754651;  /*rgb(236 72 153); */
    }

    .mycheck:focus {
      border-color: #754651; /*rgb(80, 67, 250); */
    }



iframe .contenedor_destino{
	background: rgba(117, 70, 81, 0.11);
}

.contenedor_destino{
	width: 95%;
	height: 65vh;
	max-width: 1400px;
	margin: 30px;
	overflow: hidden;
	background: rgba(117, 70, 81, 0.11); 
} 

.destino{
	border-width: 4px;
	border-style:outset  ;    
	align-items: center;
}

iframe.colores {
    border-style: groove;
    background: rgb(239 234 235);
}


.contenedor_destino .destino .texto{
	overflow: hidden;
	text-align: center;
	color: #754651;
	font-weight: 300;
	font-size: 1em;
	width: 80%;
	margin: 40px auto;
	text-align: center;
}

.contenedor_destino .destino .main .contenedor  .nosotros  .texto{
	overflow: hidden;
	text-align: center;
	color: #754651;
	font-weight: 300;
	font-size: 1em;
	width: 80%;
	margin: 40px auto;
	text-align: center;
}

.contenedor_destino .destino .main .contenedor_formulario{
	width: 70%;
	margin-bottom: 10px;
	margin-inline: auto;
	/*max-width: 1300px;
	margin: 20px;
	overflow: hidden;
	align:center;*/
	background: rgb(117 70 81 / 1%);
	/*background: #fff; */
} 


.contenedor_destino .destino .main .contenedor_formulario h3.titulo {
    text-align: center;
    color : #754651;
}


.main .contenedor  .nosotros  .texto  .titulo {
	font-weight: 600;
	font-size: 2em;
	text-align: center;	
	
}

.main .contenedor  .nosotros  .texto  .bold{
	font-weight: 600;
	font-size: 1em;
}	

.main  .trabajos{
	/*background: rgba(117, 70, 81, 0.11); */
	padding: 50px 0;
}

.main  .contenedor  .trabajos{
	overflow: hidden;
}

.main  .trabajos  .titulo{
	color: #754651;
	font-weight: 600;
	font-size: 2em;	
	text-align: center;
}

.main  .trabajos  .contenedor-trabajo{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.main  .trabajos  .contenedor-trabajo .tumb{
	width: 30%;
}	

.main  .trabajos  .contenedor-trabajo .tumb img{
	width: 100%;
	padding: 15px 15px;
}	


.main  .trabajos  .contenedor-trabajo .descripcion{
	margin: 20px, 20px;
	width: 65%;

}

/*table {
	/*table-layout: 90%;  
	width: 90%;
	border-collapse: collapse;
}
*/

table.tabla {
	/*table-layout: 90%; */ 
	width: 95%;
	border-collapse: separate;
	border-spacing: 0;
	display: block;
    width: 100%;
    overflow-x: auto; 
    height: 250px;
}

table.tabla thead{
	 position: -webkit-sticky; /* Safari... */
  position: sticky;
  top: 0;
  left: 0;
}


.tabla td{ 
	border: 1px solid #754651;
	empty-cells: show;
	color: #754651;
	margin: 5px;
	padding:5px;
	background-color: #e3e3e3; /*#C5BCBE; */
	font-size: 14px;
	font-weight: 400;
	/*text-align: left; */
}

.tabla td.centrado{ 
	border: 1px solid #754651;
	empty-cells: show;
	text-align: center;
	margin: 5px;
	padding:5px;
	color: #754651;
	background-color: #e3e3e3; /*#C5BCBE; */
	font-size: 14px;
	font-weight: 400;
	/*text-align: left; */
}

.tabla th{ 
	border: 1px solid #754651;
	empty-cells: show;
	color: #754651;
	margin: 5px;
	padding:5px;
	background-color: #e3e3e3; /*#C5BCBE; */
	font-size: 14px;
	font-weight: 600;
	/*text-align: left;
	-webkit-writing-mode: vertical-rl;
	 /*vertical-lr;  */
	 writing-mode: vertical-lr;
	transform: rotate(180deg);
	/*-ms-transform: rotate(275deg); /* IE 9 */
  	/*-webkit-transform: rotate(275deg); /* Safari 3-8 */
  	/*transform: rotate(275deg); */
}

.tabla th.linea_horizontal{ 
	border: 1px solid #754651;
	empty-cells: show;
	color: #754651;
	margin: 5px;
	padding:5px;
	background-color: #e3e3e3; /*#C5BCBE; */
	font-size: 14px;
	font-weight: 600;
	writing-mode: horizontal-tb;
    transform: rotate(0deg);
    position: sticky;
    top: 0;
    left: 0px;
}	

.window-notice {
    background: rgba(33, 41, 52, .85);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;
}

.window-notice .content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
    text-align: center;
}



/****     media queries    ****/

@media screen and (max-width: 800px){
	Header .menu {
		text-align: center;
	}	
	.main .trabajos .trabajo{
		width: 40%;
	}
	Header  .contenedor-texto  .texto  .logo{
	width: 300px;
	}
	Header  .contenedor-texto  .texto  .logo img{
	width: 300px;
	}
	Header  .contenedor-texto  .texto  .subtitulo{
	font-size: 10px;
	}
	.main  .trabajos .contenedor{
		text-align: center;
		flex-wrap: wrap;
	}
	.main .trabajos .contenedor .contenedor-trabajo{ 
		text-align: center;
  		}
	.main  .trabajos  .contenedor-trabajo .tumb{
		display: flex;
  		align-items: center;
  		justify-content: center;
  		width: 80%;
		
		}	
	.main  .trabajos  .contenedor-trabajo .tumb img{
		width: 300px;
		margin: auto;
		
		}	
	.main  .trabajos  .contenedor-trabajo .descripcion{
		text-align: center;
		padding: 20px 20px;
		width: 99%;
		}	

	footer .contenedor-redes-ubicacion .redes{
		display: flex;
		justify-content: center;
		width: 99%;
		text-align: center;
		}

	footer .contenedor-ubicacion{
		width: 99%;
		}
	footer .contenedor-ubicacion p{
		text-align: center;
		}
	footer .mapa{
		width: 99%;
		}
		
}
