@charset "UTF-8";
/* CSS Document */
* {
	box-sizing: border-box;
	margin: 100;
	padding: 100;
  }
  
  body {
	font-family: "Helvetica", sans-serif;
	background-color: #fffbfe;
	/* Pattern from https://www.heropatterns.com/ */
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff0fc' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");	
	color: #2f2f2f;
	color: rgb(42, 42, 42);
	font-size: 16px;
  }
  
  a {
	color: #e40022;
	text-decoration: none;
  }
  
  ul {
	list-style: none;
  }
  
  .container {
	width: 100%;
	margin: auto;
  }
  
  /* Navigation */
  .nav-main {
	font-size: 17px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 55px;
	padding: 0px 0;
  }
  
  .nav-brand {
	width: 130px;
	margin-left: 30px;
	margin-top: 10px;

  }

  .banner-brand {
	width: 50%;
  }
  
  /* Navbar Left */
  .nav-main ul {
	display: flex;
  }
  
  .nav-main ul li {
	padding: 10px;
  }
  
  .nav-main ul li a {
	padding: 10px;
  }
  
  .nav-main ul li a:hover {
	border-bottom: 0px solid #fff;
  }
  
  .nav-main ul.nav-menu {
	flex: 1;
	margin-left: 20px;
  }
  
  hr {
	margin: 20px 0;
  }
  
  /* Responsive Button */
  .menu-btn {
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 2;
	display: none;
  }
  
  /* SHOWCASE */
  
  .btn {
	cursor: pointer;
	display: inline-block;
	border: 0;
	font-weight: bold;
	padding: 10px 20px;
	background: #ff2323;
	color: #fff;
	font-size: 15px;
	border: 2px solid rgb(36, 36, 36);
  }
  
  .btn:hover {
	opacity: 0.9;
  }
  
  .showcase {
	width: 100%;
	height: 650px;
	background: url("./imgNew/Portada_sitio_web.png") no-repeat center center/cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: flex-end;
	padding: 0px;
	margin-bottom: 0px;
	color: #fff;
  }
  
  .showcase h2,
  .showcase p {
	margin-bottom: 0px;
  }
  
  .showcase .btn {
	margin-top: 20px;
  }
  
  /* News Cards */
  .news-cards {
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: 25px;
	margin: 70px 10px;
	text-align: justify;
  }
  
  .news-cards img {
	width: 100%;
	height: 400px;
  }
  
  .news-cards h3 {
	font-size: 20px;
	margin: 10px 0;
  }
  
  .news-cards a {
	width: 200px;
	height: 380px;
	border-width: 0px;
	padding: 90px 140px;
	color: #f2f2f2;
	text-transform: uppercase;
	font-weight: regular;
  }

    /* News Cards2 */
	.news-cards2 {
		display: grid;
		grid-template-columns: auto auto auto auto;
		gap: 25px;
		margin: 70px 10px;
		text-align: justify;
		align-items: center;
	  }
	  
	  .news-cards2 img {
		width: 100%;
		height: 400px;
	  }
	  
	  .news-cards2 h3 {
		font-size: 20px;
		margin: 10px 0;
	  }
	  
	  .news-cards2 a {
		width: 200px;
		height: 380px;
		border-width: 0px;
		padding: 90px 140px;
		color: #f2f2f2;
		text-transform: uppercase;
		font-weight: regular;
	  }
  
  /* CARDS BANNER ONE */
  .cards-banner-one {
	width: 100%;
	height: 300px;

	background: url("./imgNew/Calendario.jpg") no-repeat center;
	margin-bottom: 40px;
  }
  
  .cards-banner-one .content {
	width: 40%;
	height: 350px;
	padding: 90px 0 0 30px;
	color: #fff;
  }
  
  .cards-banner-one p,
  .cards-banner-two p {
	margin: 10px 0 20px 0;
  }
  
  /* CARDS BANNER TWO*/
  .cards-banner-two {
	width: 100%;
	height: 150px;
	background: url("./imgNew/Postulacion_btn.jpg") no-repeat center;
	margin-top: 70px;
	margin-bottom: 40px;
  }
  
  .cards-banner-two .content0 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	width: 50%;
	padding: 100px 0 0 30px;

  }
  
  /* Follow */
  .social {
	margin: 50px;
  }
  .social p {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
  }
  .links {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .links a {
	margin: 0 30px;
  }
  
  .links a i {
	font-size: 2rem;
  }
  
  /* Links */
  .footer-links {
	background: #2f3640;
	color: #616161;
	font-size: 12px;
	padding: 35px 0;
  }
  
  .footer-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	align-items: flex-start;
	justify-content: center;
  }
  
  .footer-container ul {
	margin: 0 auto;
  }
  
  .footer-links li {
	line-height: 1.8;
  }
  
  .footer {
	background: #202020;
	color: #878787;
	font-size: 12px;
	padding: 20px 0;
	text-align: center;
	padding-bottom: 20px;
  }
  
  /* Mobil */
  @media (max-width: 700px) {
	.menu-btn {
	  display: block;
	}
  
	.menu-btn:hover {
	  opacity: 0.5;
	}
  
	.nav-main ul.nav-menu {
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: #2f3640;
	  width: 50%;
	  height: 100%;
	  border-right: #ccc 1px solid;
	  opacity: 0.9;
	  padding: 30px;
	  transform: translateX(-500px);
	  transition: transform 0.5s ease-in-out;
	}
  
	.nav-main ul.nav-menu li {
	  padding: 20px;
	  border-bottom: #ccc solid 1px;
	  font-size: 14px;
	}
	.nav-main ul.nav-menu li:last-child {
	  border-bottom: 0;
	}
  
	.nav-main ul.nav-menu.show {
	  transform: translateX(-20px);
	}
  
	.nav-main ul.nav-menu-right {
	  margin-right: 50px;
	}
  
	.news-cards {
	  grid-template-columns: repeat(2, 1fr);
	}
  
	.cards-banner-one .content,
	.cards-banner-two .content {
	  width: 80%;
	}
  
	.news-cards2 {
		grid-template-columns: repeat(3, 1fr);
	  }
	
	  .cards-banner-one .content,
	  .cards-banner-two .content {
		width: 80%;
	  }

	.footer-links .footer-container {
	  grid-template-columns: repeat(2, 1fr);
	}
  }
  
  @media (max-width: 500px) {
	.news-cards {
	  grid-template-columns: 1fr;
	}

	.news-cards2 {
		grid-template-columns: 3fr;
	  }
  
	.cards-banner-one .content,
	.cards-banner-two .content {
	  width: 100%;
	  padding: 60px 20px;
	}
	.footer-links .footer-container {
	  grid-template-columns: 1fr;
	}
  
	.footer-links .footer-container ul {
	  text-align: center;
	}
  }

#container-main{
	margin:40px auto;
	width:100%;
	min-width:250px;
	max-width:800px;
}

#container-main h1{
	font-size: 22px;
	text-shadow:4px 4px 5px #505050;
}

.accordion-container {
	width: 100%;
	margin: 0 0 10px;
	clear: both;
}

.accordion-titulo {
	position: relative;
	display: block;
	padding: 20px;
	font-size: 18px;
	font-weight: 100;
	background: #acacac;
	color: #fff;
	text-decoration: none;
}
.accordion-titulo.open {
	background: #ff4e4e;
	color: #fff;
}
.accordion-titulo:hover {
	background: #ff4e4e;
}

.accordion-titulo span.toggle-icon:before {
	content:"+";
}

.accordion-titulo.open span.toggle-icon:before {
	content:"-";
}

.accordion-titulo span.toggle-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 16px;
}

.accordion-content {
	display: none;
	padding: 25px;
	overflow: auto;
	text-align: justify;
	font-weight: 100;
}

.accordion-content p{
	margin:0;
	font-size: 14px;
}

.accordion-content img {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	width: 50%;
	height: 200px;
}


@media (max-width: 767px) {
	.accordion-content {
		padding: 10px 0;
	}
}
