#secondary-header {
    background-color: #F6F8F9;
    margin: 0;
    padding: 0;
    line-height: unset;
}

#secondary-header .secondary-header-container {
    width: 100%;
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
}


#block-ponal-govco {
    height: 48px;
    background: #36C;
    display: flex;
    align-items: center;
}


#block-ponal-logoheader {
    height: 98px;
    background: #F6F8F9;
    max-width: 1280px;
    margin: 0 auto;
}

#wrapLogo .az-ctnr.container-fluid,
#block-ponal-govco img,
#wrapLogo #logo-home,
#wrapLogo #buscador-home,
#wrapLogo #logo-home a {
    display: flex;
    align-items: center;
}

#wrapLogo #logo-home,
#wrapLogo #buscador-home {
    width: 50%;
}

#wrapLogo #buscador-home {
    justify-content: flex-end;
}

#wrapLogo #buscador-home #live {
    border: none;
    margin-right: 15px;
    background-color: transparent;
}

#block-ponal-logoheader .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item,
#block-ponal-logoheader .az-element.az-container.dxpr,
#block-ponal-logoheader .az-element.az-section.container-fluid-wrapper,
#block-ponal-logoheader .az-ctnr.container-fluid {
    height: 100%;
}


#wrapLogo .az-element.az-html a img {
    height: 61px;
    width: 62px;
    margin-right: 13px;
}

#wrapLogo .az-element.az-html a h1 {
    color: #53565A;
    font-family: 'Montserrat-Regular';
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: 96%;
}

#wrapLogo #buscador-home #edit-keys {
    background: transparent;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;

}

#wrapLogo #buscador-home .button.js-form-submit.form-submit.btn-primary.btn.icon-only,
#wrapLogo #buscador-home .button.js-form-submit.form-submit.btn-primary.btn.icon-before {
    border: none;
    background: transparent;
    padding: 0px 0px 0px 30px;

}

#wrapLogo #buscador-home .icon.glyphicon.glyphicon-search {
    background: #737373;
    padding: 8px;
    border-radius: 50%;
}

#wrapLogo #buscador-home .input-group {
    border: #737373 solid 1px;
    border-radius: 30px;
    width: 300px;
    background-color: white;

}

#wrapLogo #buscador-home .input-group input::placeholder,
#wrapLogo #buscador-home .input-group input {
    color: #4B4B4B;
    font-family: 'WorkSans-Regular';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


#wrapLogo #buscador-home .input-group input {
    font-size: 12px;
    border: none;
}


.live {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-evenly;
    width: 200px;

}

#block-ponal-live {
    width: 200px;
    position: absolute;
    top: 15px;
    left: 50%;
}

.live p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'WorkSans-Regular';
    color: #000;
    font-weight: 600;

}

.video__icon {
    position: relative;
    width: 50px;
    left: 20px;
    top: 20px;
}

.video__icon .circle--outer {
    border: 1px solid #FF0000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto 5px;
    position: relative;
    opacity: .8;
    -webkit-animation: circle 2s ease-in-out infinite;
    animation: circle 2s ease-in-out infinite;
}

.video__icon .circle--inner {
    background: #FF0000;
    left: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    opacity: .8;
}

.video__icon .circle--inner:after {
    content: '';
    display: block;
    border: 2px solid #FF0000;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    top: -4px;
    left: -4px;
    position: absolute;
    opacity: .8;
    -webkit-animation: circle 2s ease-in-out .2s infinite;
    animation: circle 2s ease-in-out .2s infinite;
}

.video__icon p {
    color: #000;
    text-align: center;
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@media (max-width: 1217px) {

    #block-ponal-logoheader {
        height: 150px;
    }

    #wrapLogo #logo-home {
        width: 100%;
    }

    #wrapLogo #buscador-home {
        width: 100%;
        justify-content: flex-start;
        margin-top: 10px;
    }

    #block-ponal-logoheader .az-ctnr.container-fluid {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 15px;
    }

    #block-ponal-live {
        left: unset;
        right: 0;
        top: 65px
    }
}

@media (max-width: 600px) {

    #wrapLogo .az-element.az-html a h1 {
        font-size: 26px;
    }
}

@media (max-width: 500px) {

    .titulo .az-element.az-html h1,
    .titleContent h1 {
        font-size: 35px !important;
    }

#banner-home .banner-text h1,
#carrusel-interes h2 {
   font-size: 30px !important;
}

    #block-ponal-live {
        position: unset;
    }

    #block-ponal-live .video__icon {

        top: 0px;
        left: 0px;
    }

    #block-ponal-live p {
        position: relative;
        top: -20px;
        left: -20px;
    }
}

@media (max-width: 450px) {

    #wrapLogo .az-element.az-html a h1 {
        font-size: 22px;
    }
}

@media (max-width: 400px) {

    #wrapLogo .az-element.az-html a h1 {
        font-size: 19px;
    }
}

@media (max-width: 320px) {

    #wrapLogo .az-element.az-html a h1 {
        font-size: 15px;
    }

    #wrapLogo .az-element.az-html a img {
        height: 50px;
        width: 50px;
    }
}
