*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
  }
  
  body{
    font-family: 'open sans' ;
  }
  
  .contenedor{
    width: 90%;
    margin: auto;
    overflow: hidden;
  }
  
  
  main {
    
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, hsla(340, 95%, 50%, 0.459), hsla(317, 45%, 52%, 0.664)), url(../imagenes/fondo.jpg);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(0, 0%, 100%, 0.459), hsla(0, 0%, 100%, 0.664)), url(../imagenes/fondo.jpg);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    
  }
  


  /* Header */
  
  header{
      background-color: var(--color__b2);
      width: 100%;
      position: fixed;
      box-shadow: 0 0 1rem rgba(0, 0, 0, .75);
      transition: all .3s ease-in-out;
      z-index: 9990;
  }
  
  header:hover{
      border-bottom-left-radius: 2rem;
      border-bottom-right-radius: 2rem;
      opacity: 1;
  }
  
  nav{
      background: hsla(253, 89%, 18%, 0.9);
      height: 80px;
      width: 100%;
  }
  .enlace{
      position: absolute;
      padding: 20px 50px;
  }
  .logo{
      height: 40px;
  }
  
  
  nav ul{
      float: right;
      margin-right: 20px;
  }
  nav ul li{
      display: inline-block;
      line-height: 80px;
      margin: 0 5px;
  }
  nav ul li a{
      color: #fff;
      font-size: 16px;
      padding: 7px 13px;
      border-radius: 3px;
      text-transform: uppercase;
  }
  li a.active, li a:hover{
      background: hsla(71, 100%, 50%, 0.893);
      transition: .5s;
  }
  .checkbtn{
      font-size: 30px;
      color: #fff;
      float: right;
      line-height: 80px;
      margin-right: 40px;
      cursor: pointer;
      display: none;
  }
  #check{
      display: none;
  }
  
  
  /*webapp*/

  .logo-contenedor{
    padding: 80px 0px 0px 0px;
    
     
}

.tarjetas{
    display: flex;
  }
  
.tarjetas .tarjeta1{  
    background: hwb(0 2% 56% / 0.914);
    display: flex;
    width: 100%;
    height: 500px;
    align-items: center;
    justify-content: space-evenly;
  }
  
  .imagen{
    width: 450px;
    height: 250px;
    border-radius: 7px;
    box-shadow: 0 0px 5px 2px rgba(246, 255, 0, 0.812); 
    border-radius: 7px;   
    padding: 5px 10px 5px 10px;
  }
  
  .contenido-video{
  width: 50%;
  height: 80%;
  overflow: hidden;
  }
  .contenido-video video{
  width: 100%;
  }

  /*objetivos*/

  .tarjeta2{
    display: flex;
  }
  
  .tarjetas1 .tarjeta2{  
    display: flex;
    width: 100%;
    height: 550px;
    align-items: center;
    justify-content: space-evenly;
  }
  
.imagen2{
    width: 50%;
    height: 550px;
    background-color:  #33666cee;
    padding: 50px 30px 50px 30px; 
  }
  
.contenido-texto1{
 text-align: justify;
  overflow: hidden;
  width: 50%;
  height: 250px;
  background-color:hsla(253, 89%, 18%, 0.9);
  margin-left: 40px;
  margin-right: 40px;  
  }

  .contenido-texto1 h2{
    font-size: 25px;
    padding: 10px;
    text-align: center;
    color: #fff704;
  }

  .tarjetas1 .tarjeta2 > .contenido-texto1 p{
    text-align: justify;  
    padding: 0px 20px 0px 20px;
    color: #fff; 
  }

   /*Fundacion y acuamar*/

   .f-contenedor{
    width:100%;
    margin: auto;
    overflow: hidden;
    background: #121c28e7;
    text-align: center;
  }
  
  
  .tarjeta3{
    display: flex;
  }
  
  .tarjetas2 .tarjeta3{  
    
    display: flex;
    width: 95%;
    height: auto;
    align-items: center;
    justify-content: space-evenly;
  }
  
  
  .imagen3{
    width: 50%;
    height: 450px;
    padding: 50px 30px 50px 30px; 
  }
  
  .contenido-texto2{
 text-align: justify;
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-right: 80px; 
  margin-left: 40px;
  box-shadow: 0 0px 5px 2px rgba(255, 255, 255, 0.812); 
  }

  .contenido-texto2 h3{
    font-size: 25px;
    padding: 20px;
    text-align: center;
    color: #fff704;
  }

  .tarjetas2 .tarjeta3 > .contenido-texto2 p{
    text-align: justify;  
    padding: 0px 20px 0px 20px;
    color: #fff;
    
  }

  /* fundacion*/


.fundacion-contenedor{
  width: 90%;
  margin: auto;
  padding: 100px 0px 0px 0px;
  height: 630px;
}

.fundacion-contenedor h4{
  font-size: 50px;
  padding: 0px 0px 30px 0px;
text-align: center;
color: hwb(0 3% 40%);
}
.diseños{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.diseños1{
  width:42%;
  position:relative;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);
  text-align: center;
}

.diseños1 > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hover-fundacion{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: scale(0);
  background: rgba(173, 38, 38, 0.7);
  transition: transform .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hover-fundacion img{
  width: 50px;
}

.hover-fundacion p{
  color: #fff;
  padding: 0px 15px 0px 15px;
  text-align: justify;
  font-size: 20px;
}

.diseños1:hover .hover-fundacion{
  transform: scale(1);
}

  /*Ubicacion*/

  .u-contenedor{
    width:100%;
    margin: auto;
    overflow: hidden;
    background: #121c28e7;
    text-align: center;
  }
  
  .mapa iframe{
    width: 500px;
    height: 350px;
  }
  
  .tarjeta4{
    display: flex;
  }
  
  .tarjetas3 .tarjeta4{  
    
    display: flex;
    width: 95%;
    height: 500px;
    align-items: center;
    justify-content: space-evenly;
  }
  

  
  .contenido-texto3{
 text-align: justify;
  overflow: hidden;
  width: 50%;
  height: 170px;
  margin-right: 80px; 
  margin-left: 40px;
  box-shadow: 0 0px 5px 2px rgba(255, 255, 255, 0.812); 
  }

  .contenido-texto3 h5{
    font-size: 25px;
    padding: 20px;
    text-align: center;
    color: #fff704;
  }

  .tarjetas3 .tarjeta4 > .contenido-texto3 p{
    text-align: justify;  
    padding: 0px 20px 0px 20px;
    color: #fff;
    
  }

  /*Novedades*/


.novedades-contenedor{
  width: 90%;
  padding: 80px 0px 0px 0px;
  height: 630px;
  margin: auto;
}

.novedades-contenedor h2{
  font-size: 50px;
  padding: 15px 0px 30px 0px;
text-align: center;
  color: hwb(0 3% 40%);
}

.diseñosn{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.diseñosn1{
  width:42%;
  position:relative;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);
  text-align: center;
}

.diseñosn1 > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hover-novedades{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: scale(0);
  background: rgba(173, 38, 38, 0.7);
  transition: transform .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hover-novedades img{
  width: 50px;
}

.hover-novedades p{
  color: #fff;
  padding: 0px 15px 0px 15px;
  text-align: justify;
  font-size: 20px;
}

.diseñosn1:hover .hover-novedades{
  transform: scale(1);
}

.diseñosn2{
    margin: auto;
    background: #121c28e7;
    box-shadow: 0 0px 5px 2px rgba(209, 255, 4, 0.977);
height: auto;
width: 45%;
margin-left: 120px;
  }

.diseñosn2 p{
  padding: 30px;
  color: #fff;
  text-align: justify;
}

/*actividades*/

/*cultural*/

.tarjetaa2{
  display: flex;
}

.tarjetasa1 .tarjetaa2{  
  display: flex;
  width: 100%;
  height: 550px;
  align-items: center;
  justify-content: space-evenly;
}

.imagena2{
  width: 50%;
  height: 550px;
  background-color:  #33666cee;
  padding: 50px 30px 50px 30px; 
}

.textoac{
  font-size: 40px;
  padding: 100px 0px 20px 0px;
  text-align: center;
  color: #6a0606;
}
.contenido-textoa1{
text-align: justify;
overflow: hidden;
width: 50%;
height: 250px;
background-color:hsla(253, 89%, 18%, 0.9);
margin-left: 40px;
margin-right: 40px;  
}

.contenido-textoa1 h3{
  font-size: 25px;
  padding: 20px 0px 10px 0px ;
  text-align: center;
  color: #fff704;
}

.tarjetasa1 .tarjetaa2 > .contenido-textoa1 p{
  text-align: justify;  
  padding: 0px 20px 0px 20px;
  color: #fff; 
}

 /*social*/

 .soc-contenedor{
  width:100%;
  margin: auto;
  overflow: hidden;
  background: #121c28e7;
  text-align: center;
}

.textoac2{
  font-size: 40px;
  padding: 50px 0px 10px 0px;
  text-align: center;
  color: #fffbfb;
}

.tarjetaa3{
  display: flex;
}

.tarjetasa2 .tarjetaa3{  
  
  display: flex;
  width: 95%;
  height: auto;
  align-items: center;
  justify-content: space-evenly;
}


.imagena3{
  width: 50%;
  height: 450px;
  padding: 50px 30px 50px 30px; 
}

.contenido-textoa2{
text-align: justify;
overflow: hidden;
width: 100%;
height: 250px;
margin-right: 80px; 
margin-left: 40px;
box-shadow: 0 0px 5px 2px rgba(255, 255, 255, 0.812); 
}

.contenido-textoa2 h3{
  font-size: 25px;
  padding: 20px;
  text-align: center;
  color: #fff704;
}

.tarjetasa2 .tarjetaa3 > .contenido-textoa2 p{
  text-align: justify;  
  padding: 0px 20px 0px 20px;
  color: #fff;
  
}


/*imagenes*/

.contenedor-galeria{
  padding: 110px 0px 60px 0px;
  width: 100%;
  margin: auto;
  overflow: hidden;
background: #121c28;
} 
.titulog1{
  color: #ffffff;;
  font-size: 40px;
  text-align: center;
}
.contenedor-galeriah2{
  padding: 10px 0px 60px 0px;
  width: 100%;
  margin: auto;
  overflow: hidden;  
  background: #121c28;
}

.galeria1{
  width: 100%;
  margin: auto;
  padding: 0px 0px 30px 0px;
  background: #121c28;
}

.diseñosg{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 20px;
}


.diseñosg1{
  width: 22%;
  position:relative;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .5);
  text-align: center;
}

.diseñosg1 > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hover-galeriah{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: scale(0);
  background: rgba(50, 45, 197, 0.7);
  transition: transform .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hover-galeriah img{
  width: 50px;
}

.hover-galeriah p{
  color: #fff;
  font-size: 25px;
}

.diseñosg1:hover .hover-galeriah{
  transform: scale(1);
}


  /* footer */
  
  footer{
    background: #8c8a8ac6;
    padding: 20px 0px 0px 0px;  
  }
  
  .contenedor-footer{
    display: flex;
    width: 90%;
    border: none;
    margin: auto;
    padding-bottom: 20px;
    align-content: center;
    
  }
  
  .cont-footer{
    text-align: center;
  }
  
  .cont-footer p{
    padding: 0px 0px 0px 0px;
    color: rgb(22, 9, 50);
    box-align:center
  }



  /*contacto*/

  .cuerpo {
    background: hwb(0 2% 56% / 0.993);
    color: #fff;
    line-height: 1.6;
    padding: 90px 15px 30px 15px;
}

.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
}

a {
    list-style: none;
    padding: 0;
}

.textocuerpo {
    text-align: center;
    font-size: 50px;
    padding: 0px 0px 20px 0px;
}


.contact-wrapper {
    box-shadow: 0 0 7px 0 rgb(255, 255, 255);
}

.contact-wrapper > * {
    padding: 1em;
}

.contact-form {
    background: #222222;
}

.contact-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-form form label {
    display: block;
}

.contact-form form p {
    margin: 0;
    padding: 1em;
}

.contact-form form .block {
    grid-column: 1 / 3;
}

.contact-form form button,
.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: .7em;
    border: none;
    background: none;
    outline: 0;
    color: #fff;
    border-bottom: 1px solid #ffffff;
}

.contact-form form button {
    background: #B70E21;
    border: 0;
    text-transform: uppercase;
    padding: 1em;
}

.contact-form form button:hover,
.contact-form form button:focus {
    background: #d63031;
    color: #fff;
    transition: background-color 1s ease-out;
    outline: 0;
}

/* CONTACT INFO */
.contact-info {
    background: rgb(11, 2, 70);
}

.contact-info h4, .contact-info a, .contact-info p {
    text-align: center;
    margin: 0 0 1rem 0;
}

.logos{
    flex-direction: column;
    display: flex;
    padding: 30px 0px 0px 0px;
}
.logof{
    width: 40px;
}
.logoi{
    padding: 10px 0px 0px 0px;
        width: 37px;
}
/* LARGE SIZE */
@media(min-width: 700px) {
    .cuerpo {
      padding: 90px 200px 30px 200px;
    }
    .contact-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    .contact-wrapper > * {
        padding: 2em;
    }
    .contact-info h4,
    .contact-info a,
    .contact-info p {
        text-align: left;
    }
    .logof{
        width: 40px;
    }
    .logoi{
        padding: 10px 0px 0px 0px;
            width: 37px;
    }
}
  
@media screen and (max-width:1200px){
.enlace{
        padding-left: 20px;
    }
nav ul li a{
        font-size: 14px;
    }

/* webapp */
  
.tarjetas .tarjeta1{
        width: 100%;
        height: 450px;
}

.imagen{
      padding: 5px 10px 5px 10px;
      margin: 20px;
}

.tarjetas .tarjeta1 img{
    width: 250px;
    height: 150px;
}

.contenido-video{
  width: 55%;
  height: 80%;
margin: 10px;
}

/*objetivos*/


.tarjetas1 .tarjeta2{  
  width: 100%;
  height: 450px;
}

.tarjetas1 .tarjeta2 img{
width: 55%;
height: 100%;
}
.contenido-texto1{
  height: 300px;
}

/*fya*/

.tarjetas2 .tarjeta3{  
  width: 100%;
  height: 400px;
}

.tarjetas2 .tarjeta3 img{
width: 45%;
height: 95%;
}
.contenido-texto2{
  height: 72%;
  width: 100%;
}


    /*fundacion*/  
.fundacion-contenedor{
      height:530px;
    }
.diseños1{
      width: 40%;
      margin: 3%;
  }
.hover-fundacion p{
font-size: 15px;
}
  /*mapa*/

  .mapa{
  margin-right: 60px;
  }

.tarjetas3 .tarjeta4{  
  width: 100%;
  height: 500px;
}

.contenido-texto3{
  height: 40%;
  width: 45%;
}
    /*novedades*/  
.novedades-contenedor{
  height:680px;
}
.novedades-contenedor h2{
  font-size: 40px;
}
.diseñosn1{
  width: 43%;
  margin: 3%;
}
.hover-novedades p{
font-size: 15px;
}

.diseñosn2{
  height: auto;
width: 45%;
margin-left: 40px;
}

.diseñosn2 p{
padding: 30px;
color: #fff;
text-align: justify;
}

/*actividades*/

/*cultural*/


.tarjetaas1 .tarjetaa2{  
  width: 100%;
  height: 450px;
}

.tarjetasa1 .tarjetaa2 img{
width: 55%;
height: 100%;
}
.contenido-textoa1{
  height: 300px;
}

/*social*/

.tarjetasa2 .tarjetaa3{  
  width: 100%;
  height: 400px;
}

.tarjetasa2 .tarjetaa3 img{
width: 45%;
height: 95%;
}
.contenido-textoa2{
  height: 72%;
  width: 100%;
}

/* Galeria */

.diseñosg1{
  width: 30%;
  margin: 3%;
}
  @media screen and (max-width:950px){
    .checkbtn{
        display: block;
    }
    header:hover{
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem;
        opacity: 1;
    }
    ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #090648bc;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: 1;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;
    }
    li a:hover, li a.active{
        background: none;
        color: rgb(255, 0, 0);
    }
    #check:checked ~ ul{
        left:0;
    }
    
  
    /* webapp */

.tarjetas .tarjeta1{
      width: 100%;
      height: 550px;
      flex-direction: column;
      padding: 10px 10px 10px 10px;
      display: flex;
  }


.contenido-video{
width: 90%;
height: 90%;
margin: 10px;
}
.tarjetas .tarjeta1 img{
height: 30%;
width: 40%;
}
/*objetivos*/

.tarjetas1 .tarjeta2{
  width: 100%;
  height: 850px;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
  display: flex;
}

.tarjetas1 .tarjeta2 img{
width: 80%;
height: 80%;
}
.contenido-texto1{
  height: 50%;
  margin: 20px;
  width: 80%;
}

/*FyA*/

.tarjetas2 .tarjeta3{
  width: 100%;
  height: 750px;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
  display: flex;
}

.tarjetas2 .tarjeta3 img{
width: 80%;
height: 65%;
}
.contenido-texto2{
  height: 45%;
  margin: 20px;
  width: 80%;
}

  

/*FUNDACION*/

.fundacion-contenedor{
    height: 1010px;
   }
   
  
   .diseños1{
    width: 500px;
    margin: 3%;
    height: 350px;
}

.hover-fundacion p{
  font-size: 18px;
}

/*mapa*/

.mapa{
margin-right: 5px;    
}

.tarjetas3 .tarjeta4{
  width: 100%;
  height: 700px;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
  display: flex;
}

.contenido-texto3{
  height: 35%;
  margin: 20px;
  width: 65%;
}
.contenido-texto3 h5{
  font-size: 25px;
}
.contenido-texto3 p{
  font-size: 20px;
}

    /*novedades*/  
    .novedades-contenedor{
      height:1080px;
    }
    .novedades-contenedor h2{
      font-size: 40px;
    }
    .diseñosn1{
      width: 75%;
      margin: 3%;
    }
    .hover-novedades p{
    font-size: 19px;
    }
    
    .diseñosn2{
      height: auto;
    width: 80%;
    margin: auto;
    }
    
    .diseñosn2 p{
    padding: 30px;
    color: #fff;
    text-align: justify;
    }

/*actividades*/

/*cultural*/

.tarjetasa1 .tarjetaa2{
  width: 100%;
  height: 850px;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
  display: flex;
}

.tarjetasa1 .tarjetaa2 img{
width: 80%;
height: 80%;
}
.contenido-textoa1{
  height: 50%;
  margin: 20px;
  width: 80%;
}

/*social*/

.tarjetasa2 .tarjetaa3{
  width: 100%;
  height: 750px;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
  display: flex;
}

.tarjetasa2 .tarjetaa3 img{
width: 80%;
height: 65%;
}
.contenido-textoa2{
  height: 45%;
  margin: 20px;
  width: 80%;
}

    /* Galeria */

    .diseñosg1{
      width: 80%;
      margin: 3%;
  }
 

    /* Footer */
  
    .contenedor-footer{
        flex-direction: column;
        border: none;
    }
  
    .cont-footer{
        margin-bottom: 20px;
        text-align: center;
    }
  
    .cont-footer h4{
        border: none;
    }
  }
  @media screen and (max-width:550px){
    
    /* webapp */

.tarjetas .tarjeta1{
      width: 100%;
      height: 450px;
      flex-direction: column;
      padding: 10px 10px 10px 10px;
      display: flex;
}
.contenido-video{
width: 90%;
height: 80%;
margin: 10px;
}
.tarjetas .tarjeta1 img{
height: 35%;
width: 45%;
}

/*objetivos*/

.tarjetas1 .tarjeta2{
  width: 100%;
  height: 700px;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
  display: flex;
}

.tarjetas1 .tarjeta2 img{
width: 90%;
height: 80%;
}
.contenido-texto1{
  height: 100%;
  margin: 20px;
  width: 90%;
}

/*FyA*/

.tarjetas2 .tarjeta3{
  width: 100%;
  height: 760px;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
  display: flex;
}

.tarjetas2 .tarjeta3 img{
width: 90%;
height: 80%;
}
.contenido-texto2{
  height: 130%;
  margin: 20px;
  width: 90%;
}

/*FUNDACION*/

.fundacion-contenedor{
  height: 980px;
 }
 

 .diseños1{
  width: 500px;
  margin: 3%;
  height: 350px;
}

.hover-fundacion p{
font-size: 18px;
}

/*mapa*/

.mapa{
margin-left: 5px;   
}
.mapa iframe{
  width: 400px;
  height: 300px;
}
.tarjetas3 .tarjeta4{
width: 100%;
height: 670px;
flex-direction: column;
padding: 10px 10px 10px 10px;
display: flex;
}

.contenido-texto3{
height: 35%;
margin: 20px;
width: 65%;
}
.contenido-texto3 h5{
font-size: 25px;
}
.contenido-texto3 p{
font-size: 20px;
}
    /*novedades*/  
    .novedades-contenedor{
      height:1080px;
    }
    .novedades-contenedor h2{
      font-size: 40px;
    }
    .diseñosn1{
      width: 90%;
      margin: 3%;
    }
    .hover-novedades p{
    font-size: 17px;
    }
    
    .diseñosn2{
      height: auto;
    width: 90%;
    margin: auto;
    }
    
    .diseñosn2 p{
    padding: 30px;
    
    }
  
  /*actividades*/

  /*cultural*/

.tarjetasa1 .tarjetaa2{
  width: 100%;
  height: 810px;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
  display: flex;
}

.tarjetasa1 .tarjetaa2 img{
width: 90%;
height: 60%;
}
.contenido-textoa1{
  height: 115%;
  margin: 20px;
  width: 90%;
}

/*social*/

.tarjetasa2 .tarjetaa3{
  width: 100%;
  height: 770px;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
  display: flex;
}

.tarjetasa2 .tarjetaa3 img{
width: 90%;
height: 80%;
}
.contenido-textoa2{
  height: 140%;
  margin: 20px;
  width: 90%;
}
  }