/*Muestra las lineas de los elementos para visualizar espacios fantasma
* {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}
*/
/*FONTS*/
@font-face {
  font-family: "GothamBold";
  src: url("fonts/GothamBold.ttf");
}
@font-face {
  font-family: "GothamBook";
  src: url("fonts/GothamBook.ttf");
}
@font-face {
  font-family: "GothamMedium";
  src: url("fonts/GothamMedium.ttf");
}
@font-face {
  font-family: "HelveticaNeuBold";
  src: url("fonts/HelveticaNeuBold.ttf");
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/HelveticaNeue.ttf");
}
@font-face {
  font-family: "RobotoBold";
  src: url("fonts/Roboto-Bold.ttf");
}
@font-face {
  font-family: "RobotoRegular";
  src: url("fonts/Roboto-Regular.ttf");
}
/*ESTILOS*/
/*GENERAL*/
html {
  scroll-behavior: smooth;
}
.hidden {
  display: none !important;
}
.sticky {
	position: sticky;
	top: 0;
}
/*COLORES DE TEXTO*/
.white {
  color: white;
}
.black {
  color: black;
}
/*COLORES DE FONDO*/
.blanco {
  background-color: rgba(255, 255, 255 , .98);
}
.verde {
  background-color: #8cc63f;
}
/*PORTADA*/
.container {
  max-width: 1440px; /* WARNING: ESTE VALOR DEBE SER EL RECTOR DE OTROS MAX-WIDTH */
}
.fondo {
  width: 100%;
}
.portada {
  position: relative;
  width: 100%;
}
.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay h1, h2 {
  font-family: "RobotoBold";
  letter-spacing: 1px;
}
.overlay h1 {
  font-size: 7.5em;
  color: white;
  margin-bottom: 0;
}
.overlay h2 {
  color: #00FF00;
  font-size: 3em;
  line-height: 1em;
}
.caption {
	width: max-content;
  height: max-content;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.caption p {
	margin: 0;
	padding: 10px;
	color: white;
	background-color: rgba(255, 255, 255, 0.21);
	line-height: 18px;
	font-size: 15px;
	font-family: "RobotoRegular";
}
/*barra de navegación*/
.menu {
  z-index: 1;
}
.logos {
  position: absolute;
  top: 50px;
  display: flex;
  margin-left: 50px;
}
.logos a {
  margin-right: 40px;
  max-width: 15%;
  height: max-content;
  align-self: center;
}
.ma {
  width: 70%;
}
.logos2 {
  display: flex;
  margin-left: 35px;
}
.logos2 a {
	margin-right: 25px;
	max-width: 9%;
	height: max-content;
	align-self: center;
}
.menu p {
	font-size: 40px;
	font-family: "RobotoBold";
  letter-spacing: 1px;
  margin-bottom: 0
}
.botonmenu {
  margin-left: auto;
  margin-right: 20px;
}
.barra {
  position: absolute;
  width: 100%;
}
.lista {
  margin-top: 50px;
  margin-left: 40px;
}
.lista a {
  text-decoration: none;
}
.lista h1 {
  font-family: "RobotoBold";
  letter-spacing: 1px;
  color: #FFFFFF87;
}
.lista h2 {
	color: white;
	font-family: "RobotoBold";
	letter-spacing: 1px;
	width: max-content;
	padding: 5px;
}
.lista h2:hover {
  background-color: black;
}
.lista a:hover {
  text-decoration: none;
}
.lista h3 {
	font-family: "RobotoRegular";
	font-size: 18px;
	margin: 15px 0 15px 0;
	line-height: 18px;
  word-wrap: break-word;
  color: white;
}
/*contenidos*/
.contenidos {
  margin: 0 auto 0 auto;
}
.pequeno {
  max-width: 77%
}
.contenidos h1 {
  font-size: 50px;
  line-height: 50px;
  font-family: "RobotoBold";
  color: #8cc63f;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.contenidos h2 {
  font-family: "RobotoBold";
  font-size: 30px;
  margin-top: 30px;
}
.contenidos h3 {
	text-align: center;
	font-size: 20px;
	font-family: "RobotoBold";
	color: white;
	width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
	background-color: #ed1e79;
	position: relative;
	margin: auto auto 60px auto;
	padding: 6px;
}
.contenidos p {
	font-family: "RobotoRegular";
	font-size: 21px;
	line-height: 28px;
	color: #4d4d4d;
}
.contenidos p.highlight{
  font-size: 25px;
  line-height: 30px;
}
.contenidos p.author{
  font-size: 16px;
  line-height: 20px;
}
.recuadro {
  padding: 20px;
	background-color: rgba(225, 225, 225, 0.71);
}
.recuadro h4 {
	font-size: 20px;
	font-family: "RobotoBold";
	color: #ed1e79;
	margin: 0;
}
.recuadro p {
	font-family: "RobotoRegular";
	font-size: 20px;
	line-height: 20px;
	color: #4d4d4d;
  margin: 0;
}
.recuadro a {
	color: white;
	padding: 0 5px 0 5px;
	text-decoration: none;
	background-color: rgba(149, 149, 149, 0.5);
	margin: 1px 0px 1px 0px;
	display: inherit;
	width: max-content;
	font-family: "RobotoBold";
	font-size: 17px;
	line-height: 18px;
}
.volver {
  color: #4d4d4d;
  text-decoration: none;
}
.volver:hover {
  text-decoration: none;
}
.volver p {
	width: max-content;
	margin: 0;
	font-size: 14px;
	background-color: #8a8a8a4d;
	padding: 2px 5px 2px 5px;
	color: white;
	font-family: "RobotoBold";
}
/*Footer*/
.footer {
	background-color: #92a5ad;
	padding: 30px 0 30px 0;
}
.creditos {
  margin-top: 80px;
  margin-bottom: 100px;
	width: max-content;
  display: flex;
  align-items: center;
}
.creditos p{
  font-family: "RobotoRegular";
  font-size: 15px;
  margin:0 20px 0 0;
  color: white;
}
.creditos img {
  width: 400px;
}
.logos-footer {
  display: flex;
}
.logos-footer p {
  color: white;
  font-size: 18px;
  min-width: 50%;
  margin: 0;
  align-self: center;
}
.logos-footer img {
  width: 50%;
  height: 100%;
}
/*RESPONSIVE*/
@media (max-width:1040px) {
  .logos2 {
    margin-left: 10px;
  }
  .menu p {
    font-size: 35px;
  }
}
@media (max-width:991px) {
  .botonmenu {
  }
}
@media (max-width:900px) {
  .overlay h1 {
  	font-size: 4em;
  }
  .overlay h2 {
	font-size: 2em;
  }
}
@media (max-width:730px) {
  .fondo {
    width: 100%;
    height: 100vh;
	  object-fit: cover;
	  max-width: unset;
  }
  .logos {
    top: 5px;
  }
  .container {
    padding: 0 !important;
  }
  .contenidos {
    max-width: 90%;
  }
  .caption {
	position: initial;
  width: 100%;
  }
  .caption p {
    color: black;
    background-color: white;
    text-align: right;
  }
  .break1 {
    display: none;
  }
  .menu {
    top: 0px;
  }
  .overlay {
    top: 40%;
  }
  .logos {
    width: 100%;
    margin-top: 5px;
    margin-left: 5px;
  }
  .logos a {
    max-width: 190px  ;
  }
  .logos2 {
    width: unset;
  }
  .logos2 a {
    max-width: 18%;
  }
  .menu p {
    margin-right: 20px;
  }
  .titulo2 {
    display: none;
  }
  .lista h1 {
    font-size: 30px;
  }
  .lista h2 {
    font-size: 28px;
  }
  .creditos {
    width: 100%;
    margin-top: unset;
    margin-bottom: 20px;
  }
  .logos-footer {
    display: block;
  }
  .logos-footer img {
    width: 350px;
  }
  .ma {
    width: unset;
  }
}
@media (max-width:630px) {
  .overlay {
    top: 43%;
  }
  .overlay h1 {
  	font-size: 3.5em;
  }
  .overlay h2 {
    font-size: 7vw;
    text-align: center;
  }
}
@media (max-width:600px) {
  .contenidos > h1 > br {
    display: none;
  }
  .creditos {
    display: block;
  }
  .creditos > p > br {
    display: none;
  }
  .creditos p {
    margin: 0 0 15px 0;
  }
}
@media (max-width:500px) {
  .overlay {
    top: 38%;
  }
  .overlay h1 {
    font-size: 12vw;
  }
  .menu {
	left: 10px;
  }
  .logos a {
	margin-right: 10px;
  }
  .logos2 a {
    max-width: unset;
  }
  .lista {
    margin-top: 20px;
    margin-left: 20px;
  }
  .lista h1 {
    font-size: 25px;
  }
  .lista h2 {
    font-size: 23px;
  }
  .contenidos h1 {
	font-size: 40px;
	line-height: 40px;
  }
  .contenidos p {
    font-size: 20px;
  }
  .contenidos p.highlight{
    font-size: 24px;
    line-height: 28px;
  }
  .creditos p {
    font-size: 15px;
  }
}
@media (max-width:480px) {
  .creditos img, .logos-footer img {
	width: 250px;
  }
  .lista h3 {
  	font-size: 15px;
  	line-height: 15px;
  }
}
@media (max-width:350px) {
  .menu p {
    font-size: 25px;
  }
  .logos2 a {
    margin-left: 0;
    margin-right: 5px;
  }
  .lista {
    margin-top: 20px;
    margin-left: 10px;
  }
  .lista h1 {
    font-size: 23px;
  }
  .lista h2 {
    font-size: 20px;
  }
  .creditos img, .logos-footer img {
  width: 90%;
  }
    
.menu.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; /* Ajusta según sea necesario */
}
}
