
/* @import url('httpss://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&display=swap'); */
@import url('https://fonts.cdnfonts.com/css/avenir');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: 'gotham-bold';
    src: url('gotham-bold.otf');
    font-weight: bold;
  }

 @font-face {
    font-family: 'gotham-medium';
    src: url('gotham-medium.otf');
    font-weight: 'medium';
}

@font-face {
    font-family: 'veneer';
    src: url('veneer.ttf');
    
}

.gotham-bold {
    font-family:'gotham-bold';
}

.gotham-medium {
    font-family: 'gotham-medium';
}

.veneer {
    font-family: 'veneer';
}


h1, h2 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 61px;
    /* text-transform: uppercase; */
    line-height: 1em;
}

h3 {
    display: block;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 36px;
    /* text-transform: uppercase; */
    line-height: 1em;
    width: 100%;
    margin-bottom: 0.3em;
}


p {
    font-family: 'Avenir';
    font-size: 26px;
    line-height: 1.2em;
    /* color: #fff; */
    margin-bottom: 1.2em;
    color: #727272;
}

p b {
    font-weight: 900;
}

a.btn {
    /* font-family: 'veneer' !important; */
    font-weight: 600;
    /* text-transform: uppercase; */
    background-color: #278fce;
    border-radius: 16px;
    padding: 0.5em 1em;
    color: #fff;
    font-size: 28px;
    /* border-right: 6px solid #000;
    border-bottom: 6px solid #000; */
    box-shadow:     6px 6px 0 0 black;
}

a.btn:hover {
    opacity: 0.8;
}

.semibold {
    font-weight: 700;
}

.black {
    font-weight: 900;
}

.fs-28{
    font-size: 42px;
    
}

.fs-44 {
    font-size: 44px;
}

.fs-56 {
    font-size: 55px;
}

hr {
    border: 2px solid #000;
}

.bg-brand {
    background-color: #278fce;
}

.bg-alt {
    background-color: #f2f1f1;
}

.color-brand {
    color: #4285b5;
}

.color-black, p.color-black {
    color: #231D1B !important;
}

.color-white {
    color: #fff;
}

a.btn:hover {
    color: #fff;
}

.btn-icon {
    transform: translateY(-2px);
    margin-left: 10px;
}

p.oscuro {
    color: #3b4394;
}

.logo-ppal {
    max-width: 620px;
    width: 100%;
}

#btn-play img{
    transition: .15s ease-out all;
}

#btn-play:hover img{
    transform: scale(1.1);
}

#video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  #video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

#eventos.owl-theme .owl-next, #eventos.owl-theme .owl-prev {
    position: absolute;
    top: 25%;
    right: -32px;
    
    background: #0B9ED7;
    color: #fff;
    height: 64px !important;
    width: 64px;
    border-radius: 50%;
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    padding: 0 !important;
    margin: 0;
    border: none;
    display: block;
}

#eventos.owl-theme .owl-prev {
    right: auto;
    left: -32px;
}

#eventos .owl-next span, #eventos .owl-prev span {
    line-height: 64px;
    margin-top: -15px;
    display: block;
}

.row.articulos .col-md:nth-child(2) .articulo,
.row.articulos .col-md:nth-child(4) .articulo 
{
    transform: translateY(3em);
}

.articulo {
    font-size: 18px;
    background-color: #278fce;
    border-radius: 0px;
    padding: 0.75em;
    margin-bottom: 0em;
    min-height: 9em;
    line-height: 1.2em;
    padding-right: 1.5em;
    font-weight: 600;
    font-family: 'Avenir';
}

.articulo .tit {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway';
    color: #fff;
}

.evento {

}

.evento .tit {
    background: #F2F1F1;
    padding: 1em;
    font-weight: 600;
    color: #1D1E1C;
    min-height: 5.6em;
    font-size: 21px;
    line-height: 1.2em;
}

.evento img {

}

.evento .fecha {
    background: #010405;
    color: #0B9ED7;
    padding: 1em;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
}

.evento .info {
    padding: 0.5em;
    border-bottom: 4px solid #f2f1f1;
    font-size: 20px;
    color: #010405;
}

.evento .info a {
    color: #010405;
    font-weight: 500;
}

.evento .info .color-brand {
    font-weight: 900;
}

.evento .info a:hover {
    text-decoration: underline;
}

div.section {

    background-size: 100%;
    background-position: center center;
    background-repeat: repeat-y;
    overflow-x:hidden;
}

div.section a {
    text-decoration: none;
}

div.section a img {
    transition: .15s ease-out all;
}

div.section a:hover img.animate-on-hover {
    transform: scale(1.1);
}

.font-weight-bold {
    font-weight: 900;
}

.section .container {
    max-width: 1200px;
}

.section.video {
    /* min-height: 66vh; */
    background-size: cover;
    padding-top: 9em;
    padding-bottom: 9em;
    background-attachment: fixed;
}

.section.intro {
    background-image:url('https://promocionescreativas.es/ayuntamiento-valencia/ddhh-25/assets/f2.jpg'); 
    background-size: cover;
}


.section.intro .img {
    object-fit: cover;
    object-position: center top;
    height: 40em;
    width: 100%;
    max-width: 100%;
    margin-top: -3em;
}

.section.intro .tit {
    margin-top: -28px;
}

.section.intro p {
    color: #fff;
}

.section.prenav-ayunt{
    display: block;
    height: 40px;
    background: #ffc840;
}

.section.nav-ayunt {
    display: block;
    height: 95px;
    background: #fff;
}

.section.footer-ayunt {
    border-top: 38px solid #b2b2b2;
    background-color: #000;
    min-height: 500px;
}


.section.informate {
        /* background-image:url('https://promocionescreativas.es/ayuntamiento-valencia/ddhh-25/assets/f2.jpg'); */
        background-size: cover;
        background-attachment: fixed;;
}

.section.footer {
    background-color: #000;
}

.section.rrss {
    z-index: 3;
    position: relative;
    background-color: #00629f;
}

.section.rrss .container {
    /* max-width: 900px; */
}

.footer-tit {
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 0;
    display: block;
    
}

.footer-subtit {
   font-size: 18px;
    line-height: 1em;
    margin-bottom: 0;
}

.section.rrss a {
    
   
    display: block;
    height: 48px;
    width: 48px;
    border: 0px solid #fff;
    
}

.icono-rrss {
    /* display: block;
    margin-top: 8px;
    width: auto;
    height: 100%;
    max-height: 48px;
    transition: .15s ease-out all;
    transform: translateY(-8px);
    margin-left: 1em;   */
}

.icono-rrss:hover {
    transform: translateY(-4px);
}

.proyectos-bg-1 {
    background-image:url('https://promocionescreativas.es/ayuntamiento-valencia/ddhh-25/assets/f3-sin-texto.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}




.section.proyectos {
    background-image:url('https://promocionescreativas.es/ayuntamiento-valencia/ddhh-25/assets/f3-texto-crop.png');
    background-repeat: no-repeat;

}

.section.proyectos.val {
    background-image:url('https://promocionescreativas.es/ayuntamiento-valencia/ddhh-25/assets/f3-texto-crop-v.png');
    background-repeat: no-repeat;

}

.section.articulos {
    /* background-image:url('https://promocionescreativas.es/ayuntamiento-valencia/ddhh-25/assets/4.jpg'); */
    background-size: cover;
}

.section.articulos .img-tit {
    max-width: 490px;
    width: 100%;
}

.autor {
    z-index: 2;
    margin-bottom: -5em;
    text-align: center;
    position: relative;
    text-align: center;
}

.autor a {
    font-weight: bold;
}

@media(max-width: 1200px)
{
    h1 {
        margin: 0;
    }

    h2 {
        font-size: 48px;
    }
    a.btn {
        font-size: 20px;
    }

    a.btn .btn-icon {
        width: auto;
        max-height: 18px;
    }

    .logo-28 {
        margin-top: 0;
    }

   
    /* .section.intro .img {
        height: 30em;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        object-fit: contain;
    } */

    .section.proyectos {
        background: none;
    }

    .articulo {
        margin-bottom: 0em;
        min-height: 9em;
    }

    .articulo .tit {
        font-size: 20px;
    }


   


   
}

@media(max-width: 992px)
{

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 24px;
    }

    p {
        font-size: 20px;
    }

    .section.intro {
        /* background-attachment: fixed; */
        background-size: cover;;
    }
/* 
    .section.intro .img {
        margin-bottom: -5em;
        max-width: 120px;
        display: none;
    } */

    .section.proyectos {
        background-attachment: fixed;
    }

    .section.video #btn-play img {
        max-width: 90px;
    }

    .articulo {
        /* min-height: 0; */
        font-size: 16px;
    }

    .articulo .tit {
        font-size: 16px;
    }

    .row.articulos .col-md:nth-child(2) .articulo,
    .row.articulos .col-md:nth-child(4) .articulo 
    {
        transform: translateY(0em);
    }

    .section.rrss a {
        margin-left: 0.5em;
        margin-right: 0.5em;
        border: 2px solid #278fce;
        padding: 0.5em;
        height: auto;
        width: 72px;
        display: flex;
        border-radius: 2px;
        align-items: center;
        justify-content: center;
    }

    .section.rrss a img {
        max-width: 32px;
        max-height: 32px;
    }
}

@media(max-width: 768px)
{
    .articulo {
        text-align: center;
        min-height: 0;
    }

    .section {
        background-size: cover;
        background-attachment: fixed;
    }
}

@media(max-width: 575px)
{
    h2, .fs-56, .fs-44 {
        font-size: 36px;
        line-height: 1em;
    }

    .fs-28 {
        font-size: 20px;
        line-height: 1em;
    }

    .articulo {
        min-height: 0em;
        font-size: 13px;
        text-align: center;
    }

    .section.rrss a {
        margin-left: 0;
        padding: 0.5em;
        border: 2px solid #4285b5;
        border-radius: 4px;
    }
}
