* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
   
  }

  body {
    /* font-family: "Oswald", sans-serif; */
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px), linear-gradient(#eee 0.1em, transparent 0.1em);
    background-size: 100% 1.2em;

  }


  a {
    color: #64049c;
    text-decoration: none;
  }

  ul {
    list-style: none;
  }


.container {
    width: 90%;
    margin: auto;
  }

  /* Estilos de Navegación */

  .nav-main2 {
    font-size: 17px;
    display: flex;   /* Organiza los elementos */
    justify-content: space-between;   /* Utiliza todo el ancho disponoble */
    align-items: center;
    height: 10px;
    padding: 20px 0;
    background-color: #64049c;
  }
  .nav-main {
    font-size: 17px;
    display: flex;   /* Organiza los elementos */
    justify-content: space-between;   /* Utiliza todo el ancho disponoble */
    align-items: center;
    height: 60px;
    padding: 20px 0;
    background-color: ghostwhite;
  }

  /* IMAGEN LOGO DEL MENU  */
  .nav-brand {
    width: 200px;
    padding: 25px;
  }

  /* estilizar etiqueta ul del menu */
.nav-main ul {
    display: flex;
  }

   /* estilizar etiqueta ul del menu  pero los elementos Li*/
  .nav-main ul li {
    padding: 40px;
    color: #64049c;
  }

  hr {
    margin: 0px 0;
  }

  .menu-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 30px;
    z-index: 2;
    font-size: 1.5rem;
    color: azure;
     display: none;
  }




  /* Pie de pagina 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: 2.8;
  }
  



  /*
    Creando Tablas de nivel I CSS
*/


h2{
    text-align: center;
    font-family: "Open Sans";
    color: #64049c;
    
}


caption{
    padding-top: 20px;
    font-style: italic;
}


@media (max-width: 700px) {
  .menu-btn {
    display: block;
  }
  .nav-main ul.nav-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    opacity: 0.9;
    padding: 5px;
    transform: translateX(-400px);
    transition: transform 0.5s ease-in-out;
    }
    .nav-main ul.nav-menu.show {
      transform: translateX(-20px);
    }

    .nav-main ul.nav-menu li {
      padding: 20px;
      border-bottom: #ccc solid 1px;
      font-size: 14px;
    }
  }

  @import url('normalize.css');
@import url('bootstrap.min.css');
body, 
html{
	height: 100%;
	width: 100%;
	font-size: 16px;
	position: relative;  
}
.login{
	width: 300px;
	border: 1px solid #E1E1E1;
	border-radius: 4px;
	padding: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 400px){
	.login{
		width: 90%;
	}
}


form {
width: 100%;
border: 1px solidrgb(255, 0, 255);
margin: 0px;
padding: auto;


}

h1 {
  font-size: 20px;
  padding: 20px;
  color: #64049c;
}

.blanco {
  font-size: 16px;
  width: 100%;
  margin-bottom: 30px;
  color: #64049c;
}


input , textarea {
  font-size: 14px;
    display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  border: 2px #64049c;
  
}

input :focus , textarea :focus{
  border: 1px solid #e0a604;
  
}
input[type="submit"]{
  margin-bottom:0;
  background: #64049c;
  color: #e0a604;
  border: none;
}

input[type="submit"]:hover {
  background: #8203c754;
  color: #64049c;
  cursor: pointer;
}

.news-cards2 {

  
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:5px;
 
}

.news-cards2 {

  
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:5px;
 
}

@media (max-width: 700px) {
  .news-cards2 {
    grid-template-columns: 1fr;
    
  }

  .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;
  }
}









.contenedor {

  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
   Separación de la tabla de arriba
*/

  height: 65vh;
}
.contenedor figure{
 position:relative;
  height: 250px;
  cursor: pointer;
  width: 350px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 15px 25px rgba(0,0,0,0.50);
}
.contenedor figure img{
  width: 100%;
  height: 100%;
  transition: all 400ms ease-out;
  will-change: transform;
}
.contenedor figure .capa{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,103,123,0.7);
  transition: all 400ms ease-out;
  opacity: 0;
  visibility: hidden;
 text-align: center;
}
.contenedor figure:hover > .capa {
  opacity: 1;
  visibility: visible;
}
.contenedor figure:hover > .capa h3{
  margin-top: 70px;
  margin-bottom: 15px;
}
.contenedor figure:hover > img{
  transform: scale(1.3);
}
.contenedor figure .capa h3{
  color: #fff;
  font-weight: 400;
  margin-bottom: 120px;
  transition: all 400ms ease-out;
   margin-top: 30px;
}
.contenedor figure .capa p{
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
  max-width: 220px;
  margin: auto;
}

.news-cards2 {

  
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:5px;
 
}

@media (max-width: 700px) {
  .news-cards2 {
    grid-template-columns: 1fr;
    
  }

  .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;
  }
}


.button {
  display: inline-block;
  padding: 10px 10px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;	
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #64049c;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
