.bg-portada{
    position: relative;
    width: 100%;
    height: 35vh;
    background-size: cover;
    background-position: center;
    background-image: url(../images/PT-MEDIA.png);
}

.content__portada{
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    width: 81%;
    margin: 0 auto;
    max-width: 1200px;
}

.content__portada img{
    display: block;
    width: 190px;
}

.content__portada h2{
    font-size: 25px;
    line-height: 25px;
    color: var(--dorado);
    margin: 11px 0;
    font-weight: 800;
    text-transform: uppercase;
}

.content__portada p{
    font-size: 16px;
    line-height: 19px;
    color: var(--white);
}

/* TXT */

.content-title-prensa{
    width: 81%;
    padding: 55px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.title__prensa{
    max-width: 600px;
}

.title__prensa h2{
    font-size: 29px;
    color: var(--azul);
    line-height: 25px;
    font-weight: 800;
    margin: 0 0 19px !important;
    font-family: var(--funnel);
}

.title__prensa p {
    font-size: 16px;
    color: #707070;
    text-align: justify;
    line-height: initial !important;
}

/* TABS */

.content-noticias-tabs{
    width: 81%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 55px;
}

.content-noticias-tabs h2{
    font-size: 18px;
    color: var(--azul);
}

.content-noticias-tabs h2 p{
    display: inline-block;
    font-weight: 500;
}

.tab {
    margin-top: 35px;
    display: flex;
    overflow: hidden;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #707070;
    background-color: #FFFFFF;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    width: 50%;
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    font-weight: 800;
    color: var(--azul);
    border-bottom: 2px solid var(--dorado);    
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 0 15px;
    border-top: none;
     -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
  }

  .item-notice{
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #707070;
  }

  .item-notice span{
    font-size: 14px;
    color: #959595;
  }

  .item-notice h2{
    font-size: 19px;
    line-height: 19px;
    font-weight: 800;
    color: var(--azul);
    margin: 11px 0;
  }

  .item-notice a{
    font-size: 16px;
    color: var(--azul);
    font-weight: 600;
  }
  
  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }


@media screen and (min-width: 768px){

    .bg-portada {
        height: 53vh;
    }

    .content__portada h2 {
        font-size: 33px;
        line-height: 31px;
    }

    .content__portada p {
        font-size: 18px;
    }

    /* TXT */

    .title__prensa h2 {
        font-size: 39px;
        line-height: 35px;
    }

    /* TABS */

    .tab button {
        width: 15%;
    }

}

@media screen and (min-width: 1024px) {

    .bg-portada {
        height: 81vh;
    }

    .content__portada {
        position: absolute;
        bottom: 59px;
    }

    .content__portada h2 {
        font-size: 51px;
        line-height: 51px;
    }

    /* TXT */

    .title__prensa h2 {
        font-size: 59px;
        line-height: 47px;
    }

}

@media screen and (min-width: 1200px) {

}


@media screen and (min-width: 1500px) {

    .content__portada h2 {
        /* max-width: 865px; */
        font-size: 69px;
        line-height: 71px;
    }

}
