
article h2{
   margin: 4% 0% 0% 0%;
   color: #ffffff;
   text-shadow: 0 0 px #ffffff;
}

.titulo{
   margin-top: 5%;
}

.cuerpo a{
   padding: 10%;
   display: right;
}

.cuerpo1 img{
   width: 40%;
   min-height: 45px;
    
}

.cuerpo1 p{
   margin: 0 0 13% 0;
}

.tarjeta{
   margin: 10% 2% 10% 2%;
   display:flex;
   flex-direction:column;
   justify-content:space-between;
   border: 1px solid lightgray;
   box-shadow: 2px 2px 8px 2px #d3d3d3d1;
   border-radius:20px;
   margin-left: 50%;
   transform: translate(-50%);
   min-height: 370px;
}

.tarjeta img{
   margin-top: 10%;
}

.tarjeta p{
   margin-top: 15%;
}

.bg-gradient .row .column .tarjeta .cuerpo .texto {
   margin-top: 15%;
}

.column {
   width: 33.33%;
}

/* Large devices (desktops) */
@media screen and (max-width: 1200px) {
   .navigator nav ul {
      justify-content: space-between;
   }
 
   .navigator nav ul li {
      margin: 0;
   }
 
   .row {
      gap: 30px;
   }

   .column {
      min-width: 300px;
   }

   footer .footer_info .row {
      flex-direction: row;
   }
}

@media screen and (max-width: 940px) {
   .navigator nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
   }

   .navigator nav ul li {
      margin: 10px;
   }

   .row {
      gap: 15px;
   }

   .column {
      flex: 1;
      width: 50%;
   }

   footer .footer_info .row {
      flex-direction: column;
   }
}

   /* Medium devices (landscape tablets and below 1024px screens) */
   
   /* Small devices (portrait tablets and mobile phones) */
@media screen and (max-width: 700px) {
   header {
      flex-direction: column;
      align-items: flex-start;
   }

   .navigator nav ul {
      flex-direction: column;
      margin-top: 10px;
   }

   .navigator nav ul li {
      margin-bottom: 10px;
   }

   .row {
      flex-direction: column;
      gap: 20px;
   }
   
   .column {
      width: 100%;
      
   }
   
   footer .footer_info .row {
      flex-direction: column;
   }
   
   footer .column {
      margin-bottom: 20px;
   }
   
   footer .column:last-child {
      margin-bottom: 0;
   }
}
