      

      
      .diplohero{
        width:100%;
        display:flex;
        padding:124px 20px 135px 20px;
        /*background-color:darkblue;*/
        justify-content:center;
        position:relative;
      }
      
      .diplohero .container{
        width:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        /*background-color:green;*/
        flex-direction:column;
        max-width:1230px;
        color:white;
        text-align:center;
        z-index:1;
      }
      
      .diplohero .subtitles{
        font-size:20px;
        line-height:29px;
        letter-spacing:0.2em;
        font-weight:400;
        text-transform: uppercase;
        color:#EDDD90;
      }

      .diplohero .brandLogos{
        width:100%;
        display:flex;
        align-items:center;
        justify-content:center;
        gap:39px;
        flex-wrap:wrap;
        padding-bottom:52px;
      }

      .diplohero .brandLogos a{
        display:flex;
        align-items:center;
        justify-content:center;
        text-decoration:none;
      }

      .diplohero .brandLogos img{
        display:block;
        width:auto;
        height:48px;
        max-width:180px;
        object-fit:contain;
        flex-shrink:0;
      }

      .diplohero .brandLogos img.bsbi{
        height:68px;
      }

      .diplohero .brandLogos img.actua{
        height:64px;
      }
      
      .diplohero .title{
        width:100%;
        font-size:64px;
        line-height:69px;
        padding:24px 0;
        max-width:1180px;
      }
      
      .diplohero .texto{
        font-size:19px;
        line-height:28px;
        padding-top:14px;
        padding-bottom:42px;
        max-width:894px;
      }
      
      .diplohero .botones{
        display:flex;
        gap:13px;
      }
      
      .diplohero .boton{
        cursor:pointer;
        text-decoration:none;
        padding:16px 29px;
        font-size:14px;
        line-height:20px;
        letter-spacing:0.2em;
        border-radius:4px;
        background-color:#C9B96B;
        color:#12292F;
        text-align:center;
      }

      .diplohero .boton:hover{
        background-color:#D7C56E;
      }
      
      .diplohero .boton.secondary{
        background-color:transparent;
        border:1px solid white;
        color:white;
      }

      .diplohero .boton.secondary:hover{
        background-color:rgba(255,255,255,.2);
        border-color:rgba(255,255,255,.2);
        color:white;
      }
     
      
      .diplohero .tarjetas{
        display:flex;
        flex-direction:column;
        gap:12px;
        justify-content:center;
        align-items: center;
        width:100%;
        padding-top:86px;
      }
      
      .diplohero .card{
        display:flex;
        gap:13px;
        padding:23px;
        background-color:white;
        border-radius:20px;
        align-items:center;
      }

      .diplohero .card-wide{
        width:100%;
        display:flex;
        align-items:center;
        gap:0;
        padding:18px 24px;
         width:fit-content;
      }

      .diplohero .card-wide__brand{
        display:flex;
        align-items:center;
        gap:14px;
        min-width:0;
         width:fit-content;
         padding-right: 20px;
      }

      .diplohero .card-wide__texts{
        display:flex;
        flex-direction:column;
        gap:4px;
        min-width:0;
        width:fit-content;
        text-align:left;
      }

      .diplohero .card-wide__small{
        font-size:14px;
        line-height:1.2;
        letter-spacing:0.04em;
        text-transform:uppercase;
        color:#20384B;
      }

      .diplohero .card-wide__big{
        font-size:22px;
        line-height:1.08;
        letter-spacing:0.03em;
        text-transform:uppercase;
        color:#D8B13A;
      }

      .diplohero .card-wide__divider{
        width:1px;
        height:54px;
        justify-self:center;
        flex:0 0 1px;
        background-color:#E5D9B2;
      }

      .diplohero .card-wide__info{
        display:flex;
        align-items:center;
        min-width:0;
        width:fit-content;
      }

      .diplohero .card-wide__date{
        font-size:16px;
        line-height:1.25;
        letter-spacing:0.03em;
        text-transform:uppercase;
        color:#20384B;
        text-align:left;
      }

      .diplohero .extrapadright{
        padding-right:20px;
      }

      .diplohero .extrapadleft{
        padding-left: 20px;
      }

      .diplohero .tarjetasGrid{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        gap:16px;
      }

      .diplohero .tarjetasGrid .card{
        width:100%;
        flex:1 1 280px;
        max-width:420px;
      }
      
      .diplohero .icon{
        width:50px;
        height:50px;
        flex-shrink:0;
      }

      .diplohero .icon img{
        width:100%;
        height:100%;
        object-fit:contain;
      }
      
      .diplohero .textos{
        display:flex;
        width:100%;
        flex-direction:column;
        gap:6px;
        color:#1A3A4A;
        text-align:left;
      }
      
      .diplohero .pequeTitle{
        font-size:17px;
        line-height:20px;
      }
      
      .diplohero .pequeTexto{
        font-size:14px;
        line-height:19px;
      }
      
      .diplohero .background{
        position:absolute;
        display:flex;
        width:100%;
        height:100%;
        top:0;
        left:0;
        background-color:black;
        z-index:0;
      }     
      
      .diplohero .background img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
      }

      
      
@media(max-width:1180px){

  .diplohero .card-wide{
    flex-direction:column;
    gap:14px;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .diplohero .card-wide__divider{
    width:100%;
    height:1px;
  }

  .diplohero .card-wide__info{
    padding:0;
  }

  .diplohero .card-wide__date{
    font-size:17px;
  }

  .diplohero .tarjetas{
    max-width: 600px;
  }

}

@media(max-width:1180px){

  .diplohero .tarjetasGrid{
    gap:12px;
  }

  .diplohero .tarjetasGrid .card{
    width:100%;
    flex:1 1 100%;
    max-width:none;
  }

}

@media(max-width:600px){


  .diplohero .tarjetasGrid .card{
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .diplohero .tarjetasGrid .textos{
    text-align: center;
  }

  .diplohero .brandLogos{
    display:grid;
    grid-template-columns:repeat(2, max-content);
    justify-content:center;
    gap:10px 12px;
    align-items:center;
    padding-bottom:10px;
  }

  .diplohero .brandLogos a{
    display:flex;
    align-items:center;
    justify-content:center;
  }


  .diplohero .brandLogos img:last-child{
    grid-column:1 / -1;
    justify-self:center;
  }

}

@media(max-width:600px){


  .diplohero{
    padding: 80px 20px;
  }

  .diplohero .tarjetasGrid .card{
    width: 100%;
    max-width: none;
  }

  .diplohero .title{
    font-size: 36px;
    line-height: 39px;
    padding: 28px 0;
  }

  .diplohero .botones{
    flex-direction: column;
  }

  .diplohero .brandLogos{
    display:grid;
    grid-template-columns:repeat(2, max-content);
    justify-content:center;
    gap:10px 20px;
    align-items:center;
    padding-bottom:6px;
  }

  .diplohero .brandLogos a{
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .diplohero .brandLogos img{
    height:40px;
    max-width:10000px;
  }

  .diplohero .brandLogos img:last-child{
    grid-column:1 / -1;
    justify-self:center;
  }

  .diplohero .subtitles{
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.09em;
    padding-top: 20px;
  }

  .diplohero .texto{
    font-size: 15px;
    line-height: 22px;
  }

  .diplohero .boton{
    font-size: 13.5px;
    padding: 13px 20px;
  }

  .diplohero .textos{
    gap: 4px;
  }

  .diplohero .pequeTitle{
    font-size: 15px;
    line-height: 20px;
  }

  .diplohero .tarjetas{
    padding-top: 60px;
  }

  .diplohero .tarjetasGrid .card{
    padding: 17px 15px;
  }

  .diplohero .card-wide{
    padding:17px 15px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .diplohero .card-wide__brand{
    width:100%;
    flex-direction: column;
    justify-content:center;
    text-align: center;
    padding-right: 0;
  }

  .diplohero .card-wide__texts {
    text-align: center;
  }


  .diplohero .card-wide__small{
    font-size:13px;
    line-height:1.15;
  }

  .diplohero .card-wide__big{
    font-size:20px;
  }

  .diplohero .card-wide__date{
    font-size:14px;
    line-height:1.25;
  }
  

}
