      .oferta{
        display:flex;
        width:100%;
        justify-content:center;
        /*background-color:darkblue;*/
        padding:96px 20px 113px 20px;
      }
      
      .oferta .contenedor{
        display:flex;
        width:100%;
        max-width:1452px;
        /*background-color:blue;*/
        justify-content:center;
        flex-direction:column;
        gap:46px;
      }

      .oferta .oferta-grupo{
        display:flex;
        width:100%;
        flex-direction:column;
        gap:38px;
      }
      
      .oferta .down{
        display:flex;
        width:100%;
        gap:31px;
        justify-content:center;
        flex-wrap:wrap;
        /*background-color:brown;*/
      }
      
      .oferta .brochure{
        display:flex;
        width:257px;
        min-height:470px;
        flex-direction:column;
        align-items: center;
        background-color:white;
        border-radius:13px;
        box-shadow:
        0px 10px 15px -3px rgba(0, 0, 0, 0.1),
        0px 4px 6px -4px rgba(0, 0, 0, 0.1);
        position:relative;
        transition: 0.2s ease;
      }
      
      .oferta .brochure:hover{
        transform:translateY(-6px);
      }
      
      .oferta .imagen{
        width:257px;
        height:333px;
        /*background-color:black;*/
        border-radius:10px 10px 0 0;
      }
      
      .oferta img{
        object-position:center;
        object-fit:cover;
        width:100%;
        height:100%;
      }

      .oferta .imagen img{
        object-position:center;
        object-fit:cover;
        width:100%;
        height:100%;
        border-radius:10px 10px 0 0;
      }
      
      .oferta a{
        text-decoration:none;
        cursor:pointer;
        color:#8F0C0E;
        display:flex;
        justify-content:center;
        width:100%;
        gap:11px;
        height:fit-content;
        padding:0 13px 16px 13px;  
      }
      
      .oferta a .container{
        display:flex;
        justify-content:center;
        width:100%;
        gap:11px;
        height:fit-content;
        padding:10px 15px 10px 10px;
        border:2px solid #8F0C0E;
        border-radius:10px;
      }
      
      .oferta .icon{
        width:19px;
        height:19px;
        /*background-color:black;*/
      }
      
      .oferta h2, .oferta h3, .oferta h4{
        text-align:center;
      }
      
      .oferta h2{
        font-size:40px;
        line-height:42px;
      }

      .oferta h3{
        display:flex;
        align-items:center;
        gap:22px;
        color:#8F0C0E;
        font-size:32px;
        line-height:36px;
      }

      .oferta h3::before,
      .oferta h3::after{
        content:"";
        flex:1;
        height:1px;
        background-color:#D5D9DC;
      }
      
      .oferta h4{
        font-size:22px;
        line-height:25px;
        margin-top: 15px;
        padding:0 16px;
      }
      
      .oferta a p{
        font-size:18px;
        line-height:22px;
      }

      .oferta p.duracion{
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    max-width: 189.18px;
    margin-top: 10px;
    margin-bottom: 20px;
      }

      .oferta .brochure a{
        margin-top:auto;
      }

      .oferta .sinmar{
        margin: 0!important;
      }
