html {
    box-sizing: border-box;
  }

  iframe {
 

width: 100%;


height: 300px;



  }
 
body {

font-family: 'Nunito Sans', sans-serif;

}

p {

    color:#c84535 ;
}

a:link, a:visited, a:active {
  text-decoration:none;
}





.contenedor {
    

    margin: auto;
    width: 100%;
    max-width: 800px;
    /* border: #c84535 2px solid; */
   
    
    
}

.cabecera {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c84535;
    padding: 50px
    
    
}

.cabecera h2 {

 color: white;
 font-weight: 600;
 font-size: x-large;
 padding-right: 30px;

}
.cabecera img {

  width: 60%;
  

}

.cuerpo p {

  padding: 30px 80px ;
  text-align: center;


}

.cuerpo h2 {

  color: #c84535;
  font-weight: 600;
 font-size: x-large;
 text-align: center;



}
.cards {

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 40px 0;
  padding: 0 50px;
 

}

.boton {

  background-color: #c84535;
  color:#fff ;
  padding: 20px;
  border-radius: 80px;
  text-align: center;
  font-weight: 600;
  line-height: 20px;
  
}

.pie {
  background-color: #c84535;
  color:#fff ;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  
 
 


 
  

}

.izquierda {

width: 70%;


}
.derecha {
  width: 25%;
  text-align: right;
  margin-top: 20px;
}



.boton2 {
  background-color: #fff;
  color: #c84535;
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  


}
.boton2 h5 {

  font-weight: 600;
  font-size: 18px;

}


/* Pantallas pequeñas (móviles en landscape de menos de 768px) */



@media (max-width: 767.98px ) and (orientation: portrait) { 

  .cabecera {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

  .cabecera img {
    margin-top: 30px;
    width: 100%;



  }

  .cuerpo p {

    padding: 30px 30px ;
    text-align: center;
  
  
  }

  .cuerpo h2 {

  
   font-size: 18px;
   text-align: center;
   margin-bottom: 20px;
  
  
  
  }

  .cards {

    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    margin: 20px 0;
    padding: 0 30px;
   
  
  }

  
  .boton {

   
    padding: 10px 20px;
    border-radius: 40px;
    
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
    
  }


  .pie {
    
    
    display: flex;
    
    flex-direction: column;
    
  
  
  }

  .izquierda {

    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
    
    
    }
    .derecha {
      width: 60%;
      text-align: left;
      margin-top: 20px;
    }
    
    
    
    .boton2 {
      background-color: #fff;
      color: #c84535;
      text-align: center;
      padding: 5px 10px;
      border-radius: 10px;
      margin-bottom: 20px;
     
    
    
    }
    .boton2 h5 {
    
      font-weight: 600;
      font-size: 18px;
    
    }

  
    



  
}
  

/* Pantallas muy pequeñas (móviles en portrait de menos de 576px) */

@media (max-width: 575.98px) { 

  
 

}