* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-image: url("../img/fondo.jpg");
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
	font-size:1.0rem;
	/*height: 100vh;
	/*margin: 0;*/
}

.logos {
	display:none;
}

.contenedor {
	width: 75%;
/*	background: #F8F8F8;*/
	padding: 25px;
	margin: 5px auto;
	border: 3px solid #D8D8D8;
	overflow: hidden;
}

/*.contenedorlogo {
	width: 15vw;
	margin: auto;
}
.contenedorcongres {
	width: 12vw;
	margin: auto;
}
.logoamcg {
	width: 100%;
}*/

.form1 {
	/*background: #F8F8F8;
	background: rgba(233,241,249,0.6);*/
	background: rgba(255, 255, 255, 0.6);
	margin: 30px 0px 0px;
	padding: 30px 30px 0px;
	width: 100%;
	height: 100%;
	/*min-width: 320px; */
	box-sizing: border-box;
	border-radius: 10px;
}
.form2 {
	background: rgba(255,255,255,0.6);
	margin: auto;
	padding: 30px 30px 0px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}
.form3 {
	background: rgba(255,255,255,0.8);
	margin: auto;
	padding: 50px;
	width: 95%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}

.form-control-feedback {
	position: absolute;
	padding: 6px 10px;
	pointer-events: none;
}

/* politicas */
.letras {
	font-size: 18px;
	color: #004688;
}
		
h1{
	color: #062655;
	text-shadow: 2px 0px #ffffff;
	text-align: center;
	margin: 0;
	font-size: 2.0em;
	/*margin-bottom: 20px;
	/*font-family: impact;*/
	/*text-shadow: -2px -2px 1px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000;
	/*color: #c1c6cb;
	/*text-shadow: 0.1em 0.1em #fff;*/
}

h2{
	text-align:center; 
	color: #002c41;
	/*font-family: impact;*/
	font-size: 1.8em;
	/*text-shadow: -2px -2px 1px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000;*/
}

h3{
	text-align: center;
	color: #002c41;
	font-size: 25px;
	margin: 0;
}

p {
	text-align: justify;
}

ul{
	text-align: justify;
}

input, textarea{
	width: 100%;
	/*height: 100%;*/
	margin-bottom: 5px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 14px;
}

select {
	width: 100%;
	/*height: 30px;*/
	font-size: 14px;
}

textarea{
	min-height: 100px;
	max-height: 200px;
	max-width: 790px;
}

input[type="checkbox"] {
    width: 19px;
    height: 15px;
	border: 3px solid #333;
}

img {
	max-widthwidth: 100%;
}

input[type="radio"] {
    width: 19px;
    height: 15px;
	border: 3px solid #333;
}

/*#boton{
	background: #1b3665;
	color: #fff;
	border: none;
	padding: 15px;
	font-family: dungeon;
	width: 40%;
}

#boton:hover{
	cursor: pointer;
}*/

.container .galeria {
	background: rgba(255,255,255,0.4);
	margin: auto;
	padding: 30px 30px 0px;
	width: 100%;
	/*height: 100%;*/
	box-sizing: border-box;
	border-radius: 10px;
}

.container .gallery-container {
	background: rgba(72, 122, 180, 0.5);
	color: #35373a;
	/*min-height: 100vh;*/
	border-radius: 20px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}
.tz-gallery {
	padding: 40px;
}
.lightbox{
	position: relative;
	width: 100%;
	margin: 0;
}
.tz-gallery .lightbox img {
	border-radius: 10px;
	width: 100%;
	margin-bottom: 15px;
	/*transition: 0.2s ease-in-out;*/
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.tz-gallery .lightbox img:hover {
	/*transform: scale(1.05);*/
	transform: scale(1.05,1.05) ;
	-moz-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
.centrado{
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
}

a:link {   
	text-decoration:none;   
} 
table {
  border-collapse: collapse;
  width: 100%;
}
td {
  padding: 0.25rem;
  border: 1px solid #ccc;
  font-size: 14px;
}
tbody tr:nth-child(even) td {
	background: #fbfbfb;
}
tbody tr:nth-child(odd) td {
	background: #f2f2f2;
}
th{
  padding: 0.2rem;
  background: #1C7DC2;
  /*color: white;*/
  text-align: center;
  font-size: 16px;
  border: 1px solid #ccc;
}

/*rango */
.box {
	padding: 20px;
	display: flex;
	align-items: center;
}

.box .rango {
	width: 300px;
}

.rango  {
	width: 100%;
}

input[type="range"] { 
    margin: auto;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 100%;
    cursor: pointer;
    border-radius: 0; /* iOS */
}

.rango input::-webkit-slider-runnable-track {
    background: #ddd;
}

.rango input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 30px;
    background: #fff;
    box-shadow: -100vw 0 0 100vw dodgerblue;
    border: 2px solid #999;
}

.rango input::-moz-range-track {
    height: 30px;
    background: #ddd;
}

.rango input::-moz-range-thumb {
    background: #fff;
    height: 30px;
    width: 20px;
    border: 3px solid #999;
    border-radius: 0 !important;
    box-shadow: -100vw 0 0 100vw dodgerblue;
    box-sizing: border-box;
}

.rango input::-ms-fill-lower { 
    background: dodgerblue;
}

.rango input::-ms-thumb { 
    background: #fff;
    border: 2px solid #999;
    height: 30px;
    width: 20px;
    box-sizing: border-box;
}

.rango input::-ms-ticks-after { 
    display: none; 
}

.rango input::-ms-ticks-before { 
    display: none; 
}

.rango input::-ms-track { 
    background: #ddd;
    color: transparent;
    height: 30px;
    border: none;
}

.rango input::-ms-tooltip { 
    display: none;
}

.slidervalue {
	/*width: 28px;
	height: 20px;*/
	margin-left: 10px;
	font-size: 30px;
	/*font-weight: 600;*/
	color: #3498db;
	text-align: center;
}