* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.menu {
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
	list-style-image: inherit;
}

.container {
	width: 95%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.container2 {
	width: 30%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.pie {
	background-color: #59CCE6;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.foot {
	font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace;
	font-size: 18px;
	color: white;
}

.titulo {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 28px;
	font-size-adjust: auto;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 25px;
}

.titulo2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 28px;
	font-size-adjust: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	color: crimson;
}

.texto {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-size-adjust: auto;
	width: 100%;
	text-align: justify;
	color: black;
	line-height: 1.4;
}

.wrap {
  width: 95%;
  max-width: 1100px;
  margin-left: 5%;
  text-align: justify;
	line-height: 1.4;
  }

.wrap-ctr {
	width: auto;
	margin-left: 0; margin-right: 0;
}

.main {
  width: 100%;
  min-height: 1500px; }

.seccionToggle-LTB {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  display: none;
  height: auto;
  }
  .seccionToggle-LTB h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: crimson;
	font-size: 20px;
	font-size-adjust: auto;
    line-height: 1.4;
    }
  .seccionToggle-LTB p {
    font-size: 16px;
	font-size-adjust: auto;
	margin: 0;
    }
  .seccionToggle-LTB button {
    background:#DBDBDB;
    font-size: 18px;
    padding: 10px 20px;
    display:inline-block;
    border: 1px solid #001F3F;
    transition: 0.3s all ease;}
    .seccionToggle-LTB button:hover {
      border: 1px solid #0074D9;
      color: #0074D9; }

.btn-toggle-LTB {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: crimson; 
	font-size-adjust: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	}
.btn-toggle-LTB:link {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTB:visited {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTB:hover {
  color: coral;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTB:active {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}

.seccionToggle-LTF {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  display: none;
  height: auto;
  }
  .seccionToggle-LTF h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: crimson;
	font-size: 20px;
	font-size-adjust: auto;
    line-height: 1.4;
    }
  .seccionToggle-LTF p {
    font-size: 16px;
	font-size-adjust: auto;
	margin: 0;
    }
  .seccionToggle-LTF button {
    background:#DBDBDB;
    font-size: 18px;
    padding: 10px 20px;
    display:inline-block;
    border: 1px solid #001F3F;
    transition: 0.3s all ease;}
    .seccionToggle-LTF button:hover {
      border: 1px solid #0074D9;
      color: #0074D9; }

.btn-toggle-LTF {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: crimson; 
	font-size-adjust: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	}
.btn-toggle-LTF:link {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTF:visited {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTF:hover {
  color: coral;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTF:active {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}

.seccionToggle-2 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  display: none;
  height: auto;
  }
  .seccionToggle-2 h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: crimson;
	font-size: 20px;
	font-size-adjust: auto;
    line-height: 1.4;
    }
  .seccionToggle-2 p {
    font-size: 16px;
	font-size-adjust: auto;
	margin: 0;
    }
  .seccionToggle-2 button {
    background:#DBDBDB;
    font-size: 18px;
    padding: 10px 20px;
    display:inline-block;
    border: 1px solid #001F3F;
    transition: 0.3s all ease;}
    .seccionToggle-2 button:hover {
      border: 1px solid #0074D9;
      color: #0074D9; }

.btn-toggle-2 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: crimson; 
	font-size-adjust: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	}
.btn-toggle-2:link {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-2:visited {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-2:hover {
  color: coral;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-2:active {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}

.seccionToggle-LTBP {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  display: none;
  height: auto;
  }
  .seccionToggle-LTBP h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: crimson;
	font-size: 20px;
	font-size-adjust: auto;
    line-height: 1.4;
    }
  .seccionToggle-LTBP p {
    font-size: 16px;
	font-size-adjust: auto;
	margin: 0;
    }
  .seccionToggle-LTBP button {
    background:#DBDBDB;
    font-size: 18px;
    padding: 10px 20px;
    display:inline-block;
    border: 1px solid #001F3F;
    transition: 0.3s all ease;}
    .seccionToggle-LTBP button:hover {
      border: 1px solid #0074D9;
      color: #0074D9; }

.btn-toggle-LTBP {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: crimson; 
	font-size-adjust: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	}
.btn-toggle-LTBP:link {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTBP:visited {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTBP:hover {
  color: coral;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTBP:active {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}

.seccionToggle-LTE {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  display:none;
  height: auto;
  }
  .seccionToggle-LTE h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: crimson;
	font-size: 20px;
	font-size-adjust: auto;
    line-height: 1.4;
    }
  .seccionToggle-LTE p {
    font-size: 16px;
	font-size-adjust: auto;
	margin: 0;
    }
  .seccionToggle-LTE button {
    background:#DBDBDB;
    font-size: 18px;
    padding: 10px 20px;
    display:inline-block;
    border: 1px solid #001F3F;
    transition: 0.3s all ease;}
    .seccionToggle-LTE button:hover {
      border: 1px solid #0074D9;
      color: #0074D9; }

.btn-toggle-LTE {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: crimson; 
	font-size-adjust: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	}
.btn-toggle-LTE:link {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTE:visited {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTE:hover {
  color: coral;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTE:active {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}

.seccionToggle-LTP {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  display: none;
  height: auto;
  }
  .seccionToggle-LTP h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: crimson;
	font-size: 20px;
	font-size-adjust: auto;
    line-height: 1.4;
    }
  .seccionToggle-LTP p {
    font-size: 16px;
	font-size-adjust: auto;
	margin: 0;
    }
  .seccionToggle-LTP button {
    background:#DBDBDB;
    font-size: 18px;
    padding: 10px 20px;
    display:inline-block;
    border: 1px solid #001F3F;
    transition: 0.3s all ease;}
    .seccionToggle-LTP button:hover {
      border: 1px solid #0074D9;
      color: #0074D9; }

.btn-toggle-LTP {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: crimson; 
	font-size-adjust: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	}
.btn-toggle-LTP:link {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTP:visited {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTP:hover {
  color: coral;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LTP:active {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}

.seccionToggle-LDC {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  display:none;
  height: auto;
  }
  .seccionToggle-LDC h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: crimson;
	font-size: 20px;
	font-size-adjust: auto;
    line-height: 1.4;
    }
  .seccionToggle-LDC p {
    font-size: 16px;
	font-size-adjust: auto;
	margin: 0;
    }
  .seccionToggle-LDC button {
    background:#DBDBDB;
    font-size: 18px;
    padding: 10px 20px;
    display:inline-block;
    border: 1px solid #001F3F;
    transition: 0.3s all ease;}
    .seccionToggle-LDC button:hover {
      border: 1px solid #0074D9;
      color: #0074D9; }

.btn-toggle-LDC {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: crimson; 
	font-size-adjust: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	}
.btn-toggle-LDC:link {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LDC:visited {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LDC:hover {
  color: coral;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-LDC:active {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}

.seccionToggle-AC {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  display:none;
  height: auto;
  }
  .seccionToggle-AC h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: crimson;
	font-size: 20px;
	font-size-adjust: auto;
    line-height: 1.4;
    }
  .seccionToggle-AC p {
    font-size: 16px;
	font-size-adjust: auto;
	margin: 0;
    }
  .seccionToggle-AC button {
    background:#DBDBDB;
    font-size: 18px;
    padding: 10px 20px;
    display:inline-block;
    border: 1px solid #001F3F;
    transition: 0.3s all ease;}
    .seccionToggle-AC button:hover {
      border: 1px solid #0074D9;
      color: #0074D9; }

.btn-toggle-AC {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: crimson; 
	font-size-adjust: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	}
.btn-toggle-AC:link {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-AC:visited {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-AC:hover {
  color: coral;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-AC:active {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}

.seccionToggle-ACS {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  display:none;
  height: auto;
  }
  .seccionToggle-ACS h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: crimson;
	font-size: 20px;
	font-size-adjust: auto;
    line-height: 1.4;
    }
  .seccionToggle-ACS p {
    font-size: 16px;
	font-size-adjust: auto;
	margin: 0;
    }
  .seccionToggle-ACS button {
    background:#DBDBDB;
    font-size: 18px;
    padding: 10px 20px;
    display:inline-block;
    border: 1px solid #001F3F;
    transition: 0.3s all ease;}
    .seccionToggle-ACS button:hover {
      border: 1px solid #0074D9;
      color: #0074D9; }

.btn-toggle-ACS {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: crimson; 
	font-size-adjust: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	}
.btn-toggle-ACS:link {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-ACS:visited {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-ACS:hover {
  color: coral;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-ACS:active {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}


.seccionToggle-1 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  display: none;
  height: auto;
  }
  .seccionToggle-1 h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: crimson;
	font-size: 20px;
	font-size-adjust: auto;
    line-height: 1.4;
    }
  .seccionToggle-1 p {
    font-size: 16px;
	font-size-adjust: auto;
	margin: 0;
    }
  .seccionToggle-1 button {
    background:#DBDBDB;
    font-size: 18px;
    padding: 10px 20px;
    display:inline-block;
    border: 1px solid #001F3F;
    transition: 0.3s all ease;}
    .seccionToggle-LTF button:hover {
      border: 1px solid #0074D9;
      color: #0074D9; }

.btn-toggle-1 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: crimson; 
	font-size-adjust: auto;
	width: 100%;
	text-align: left;
	font-weight: bold;
	}
.btn-toggle-1:link {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-1:visited {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-1:hover {
  color: coral;
  background-color: transparent;
  text-decoration: none;
}
.btn-toggle-1:active {
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}

.capa1
{ 
 position: absolute;
 background-color:#FFFFFF;
 top:95%;
 left: 35%;
 width: 28%;
 z-index: 1;
}
.capa2
{ 
 position: relative;
 top: 0;
 left: -5%;
 width: 107.5%;
}

.form {
    margin: 25px auto;
    padding: 20px;
    border: 5px solid #ccc;
    width: 500px;
    background: #eee;
}
 
.div.form-element {
    margin: 20px 0;
}

.div.eb {
    margin: 20px 0;
	border: #BAE8F8;
}
 
button {
	padding: 10px;
	font-size: 1.5rem;
	font-family: 'Lato';
	font-weight: 100;
	background: yellowgreen;
	color: white;
	border: none;
	text-align: center;
}

button1 {
	padding: 10px;
	font-size: 1.5rem;
	font-family: 'Lato';
	font-weight: 100;
	background: white;
	color: deepskyblue;
	border: none;
	text-align: center;
}

.btn-flotante-1 {
	font-size: 20px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #F9C626; /* Color de fondo */
	padding: 18px 30px; /* Relleno del boton */
	position: relative;
	top: 40px;
	left: 125px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante-1:hover {
	background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}

.btn-flotante-2 {
	font-size: 20px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color:#F9C626; /* Color de fondo */
	padding: 18px 30px; /* Relleno del boton */
	position:relative;
	top: 40px;
	left: 700px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante-2:hover {
	background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}

@media only screen and (max-width: 600px) {
 	.btn-flotante-1 {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
}

@media only screen and (max-width: 600px) {
 	.btn-flotante-2 {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
}
 
p.success,
p.error {
	align-content: center;
    color: white;
    font-family: lato;
    background: yellowgreen;
    display: inline-block;
    padding: 2px 10px;
}
 
p.error {
    background: orangered;
}


@media screen and (max-width: 500px) {
  .seccionToggle h2 {
    margin-top: 0; } }
@media screen and (max-height: 550px) {
  .seccionToggle h2 {
    font-size: 40px;
    margin-top: 0; } }.PPP {
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif;
}
