@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.recordar{
    margin-bottom: 20px;
    height: 25px;
}

.recordar > span.dnnCheckbox{
    float: left;
}

.recordar > span.dnnCheckbox > .mark {
    display:none;
}

.recordar > label.dnnBoxLabel{
    float: left;
    font-size: 1rem;
    line-height: 25px;
    color: #222;
}

.margin-bottom-small-only{
    margin-bottom:20px;
}

#carrusel-clientes {
    margin: 40px 0 80px 0;
}

    #carrusel-clientes.owl-carousel .owl-item img {
        height: 100px;
        aspect-ratio: 3/2;
        object-fit: contain;
    }

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: #fff;
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    color: inherit;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #000;
}

.cabecera {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    color: #f5f5f5;
    font-size: 2.8em;
    font-weight: 600;
}

    .cabecera.cabecera-empresa {
        height: 320px;
    }

    .cabecera.cabecera-medioambiente {
        height: 240px;
        color: #222;
        background-position: center;
    }

    .cabecera.cabecera-servicios {
        height: 240px;
        color: #222;
        background-image: url('./images/4.jpg');
        background-size: cover;
        background-position: center;
    }

.prosgh-servicios {
    display: flex;
    justify-content: center;
    /* align-items: flex-start; */
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 0;
}

    .prosgh-servicios.prosgh-luxtop {
        padding: 20px 0 40px 0;
    }

    .prosgh-servicios > div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        padding: 20px 30px;
        background-color: #70ad47;
        color: #fff;
        width: 300px;
        gap: 5px;
        transition: all 0.5s ease;
        position: relative;
        overflow: hidden;
        min-height: 200px;
    }

    .prosgh-servicios.prosgh-luxtop > div {
        min-height: 260px;
    }

    .prosgh-servicios > div.hoverable > div {
        position: absolute;
        bottom: -120px;
        transition: all 0.5s ease;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .prosgh-servicios.prosgh-luxtop > div.hoverable > div {
        bottom: -150px;
        height: 150px;
    }

    .prosgh-servicios > div.hoverable > img {
        width: auto;
        height: 64px;
        margin-top: 10px;
    }

    .prosgh-servicios > div.hoverable:hover > div {
        bottom: 0;
    }

    .prosgh-servicios > div.hoverable:hover > img {
        display: none;
    }

    .prosgh-servicios.prosgh-luxtop > div {
        background-color: #267ba0;
    }

    .prosgh-servicios > div h5 {
        color: #fff;
        font-weight: 600;
        margin: 0;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .prosgh-servicios.prosgh-luxtop > div h5 {
        transition: all 0.5s ease;
        height: 260px;
    }

    .prosgh-servicios.prosgh-luxtop > div.hoverable:hover h5 {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        height: 120px;
    }

.luxtop-servicio {
    background-color: #4472c4;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .luxtop-servicio > div {
        width: 100%;
        height: 240px;
        overflow: hidden;
    }

        .luxtop-servicio > div > img {
            width: 100%;
        }

    .luxtop-servicio > h5 {
        background-color: #5b9bd5;
        color: #fff;
        padding: 6px 12px;
        margin: 20px 0 0 0;
        font-weight: 600;
        font-size: 21px;
        letter-spacing: 3px;
    }

.crecimiento {
    background-image: url('./images/muro.jpg');
    background-size: cover;
    padding: 45px 0;
}

    .crecimiento .container {
        display: flex;
        justify-content: space-evenly;
    }

        .crecimiento .container > div {
            max-width: 420px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 30px;
            /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);*/
            background-color: #fff;
        }

            .crecimiento .container > div i {
                font-size: 64px;
                margin-bottom: 5px;
            }

            .crecimiento .container > div p {
                font-weight: bold;
                margin-bottom: 15px;
            }

            .crecimiento .container > div div {
                color: #444;
            }

            .crecimiento .container > div:first-child i,
            .crecimiento .container > div:first-child p {
                color: #3b5998;
            }

            .crecimiento .container > div:last-child i,
            .crecimiento .container > div:last-child p {
                color: #bb0000;
            }

.cabecera.cabecera-mision {
    height: 240px;
}

.mision {
    padding: 0 20px;
}

    .mision h4 {
        color: #23a455;
        font-size: 30px;
        font-weight: 600;
    }

    .mision .mision-text {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

        .mision .mision-text * {
            max-width: 300px;
        }

    .mision .row {
        margin-bottom: 0;
    }

    .mision img {
        margin-top: -40px;
        border: 10px solid #fff;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    }

.trabajos-home {
    color: #f5f5f5;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .trabajos-home > div:first-child {
        font-size: 24px;
        line-height: 1.2;
        font-weight: bold;
        background-color: #70ad47;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        padding: 16px 24px 8px 24px;
        text-align: center;
        max-width: 320px;
        margin: 0 auto;
    }

    .trabajos-home > div:last-child > div {
        max-width: 320px;
        font-weight: bold;
        height: 40px;
        font-size: 16px;
        font-weight: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 50px;
        background-color: #70ad47;
        margin: 4px auto 0 auto;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .trabajos-home > div:last-child > div:last-child {
            border-bottom-left-radius: 24px;
            border-bottom-right-radius: 24px;
        }

.clientes {
    margin: 30px 0;
    padding: 0 30px;
}

    .clientes > div:first-child {
        text-align: center;
        font-weight: bold;
        font-size: 2em;
    }

    .clientes > div:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px
    }

        .clientes > div:last-child img {
            width: 15%;
            aspect-ratio: 3/2;
            object-fit: contain;
            /*mix-blend-mode:color-burn;*/
        }

.contacto {
    background-image: url('./images/StockSnap_396GAHQA06.jpg');
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 2.1em;
    flex-direction: column;
    height: 240px;
    line-height: 1.2;
    font-weight: 600;
}

    .contacto > a.btn.waves-effect {
        margin-top: 20px;
        background: #fff;
        color: #000;
        font-weight: bold;
        border-radius: 8px;
    }

.prosgh-apartado {
    padding: 45px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

    .prosgh-apartado * {
        max-width: 700px;
    }

    .prosgh-apartado h4 {
        font-size: 30px;
        font-weight: 600;
    }

.green-title h4 {
    color: #4CAF50;
}

.logo_wrapper {
    flex: 1;
}

#logoHeader {
    /* display: none; */
}

#siteWrapper {
    padding-top: 64px;
}

#siteWrapper > #pageContent > main > .container {
    position: relative;
    /*margin-top: 20px;*/
    /*margin-bottom: 20px*/
}

#headerWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.header-sidecontent {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap:12px;
}

.header-side-user {
    display: flex;
    align-items: center;
}

    .header-side-user > i {
        font-size: 24px;
        margin-right: 4px;
    }

#headerWrapper.stacked .header-sidecontent {
    flex-direction: row-reverse;
    align-items: center;
}

#headerWrapper.stacked .header-side-user {
    margin-bottom: 0;
}

    #headerWrapper.stacked .header-side-user > i {
        font-size: 28px;
    }

    #headerWrapper.stacked .header-side-user > span {
        display: none;
    }

.artista-header {
    height: 300px;
    background-size: cover;
    background-position: center;
}

    .artista-header .container {
        display: flex;
        align-items: flex-end;
        height: 100%;
        padding-bottom: 20px;
    }

    .artista-header h2 {
        color: #fff;
        margin: 0;
    }

select.cke_dialog_ui_input_select {
    display: block;
}

.dropdown-trigger-lang {
    /*float:right;*/
    display: flex;
    align-items: center;
}

.logo_cae {
    height: 52px;
    margin-left: 10px
}

.apartado {
    margin-bottom: 40px;
}

.quieres-somos-title-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.quieres-somos-title {
    color: #c89f22;
    font-size: 2em;
    font-weight: bold;
    margin: 4px 0 6px 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.quienes-somos-logos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

    .quienes-somos-logos img {
        width: 140px;
        height: auto;
        margin-bottom: 30px;
    }

.qwrapper {
    padding: 20px;
    background-color: #fff;
    color: #000;
    width: 100%;
}

.qtabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px
}

    .qtabs a:link,
    .qtabs a:visited {
        color: #18a193;
        font-size: 24px;
        padding: 0 10px;
        height: 24px;
        line-height: 24px;
        margin-bottom: 5px;
        text-align: center;
    }

    .qtabs a:last-child {
        border-right: none;
    }

    .qtabs a.selected {
        font-size: 24px;
        font-weight: bold
    }

.green-table {
    width: auto;
    margin-bottom: 20px
}

    .green-table thead tr td {
        border-bottom: 3px solid #fff;
        color: #f5f5f5;
        background: #005650;
        font-weight: bold;
        padding: 15px
    }

    .green-table tbody tr td {
        background: #66a7a1;
        padding: 5px 15px;
        color: #000;
    }

    .green-table tbody tr:nth-child(even) td {
        background: #a0bebc;
        padding: 5px 15px;
        color: #000;
    }

.entradas-box {
    min-height: 360px;
    margin-bottom: 20px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#eb1 {
    background: linear-gradient(to right, rgba(0, 84, 81, 0.5) 0%, rgba(0, 84, 81, 0.5)), url(/portals/0/auditorio.jpg);
    background-size: cover;
    background-position: center
}

    #eb1.open {
        background: url(/portals/0/auditorio.jpg);
        background-size: cover;
        background-position: center
    }

#eb2 {
    background: linear-gradient(to right, rgba(0, 84, 81, 0.5) 0%, rgba(0, 84, 81, 0.5)), url(/portals/0/teatro_guimera.jpg);
    background-size: cover;
    background-position: center
}

    #eb2.open {
        background: url(/portals/0/teatro_guimera.jpg);
        background-size: cover;
        background-position: center
    }

#eb3 {
    background: linear-gradient(to right, rgba(0, 84, 81, 0.5) 0%, rgba(0, 84, 81, 0.5)), url(/portals/0/recinto_ferial.jpg);
    background-size: cover;
    background-position: center
}

    #eb3.open {
        background: url(/portals/0/recinto_ferial.jpg);
        background-size: cover;
        background-position: center
    }

#eb4 {
    background: linear-gradient(to right, rgba(0, 84, 81, 0.5) 0%, rgba(0, 84, 81, 0.5)), url(/portals/0/calle.jpg);
    background-size: cover;
    background-position: center
}

    #eb4.open {
        background: url(/portals/0/calle.jpg);
        background-size: cover;
        background-position: center
    }

#eb5 {
    background: linear-gradient(to right, rgba(0, 84, 81, 0.5) 0%, rgba(0, 84, 81, 0.5)), url(/portals/0/teatro_leal.jpg);
    background-size: cover;
    background-position: center
}

    #eb5.open {
        background: url(/portals/0/teatro_leal.jpg);
        background-size: cover;
        background-position: center
    }

#eb6 {
    background: linear-gradient(to right, rgba(0, 84, 81, 0.5) 0%, rgba(0, 84, 81, 0.5)), url(/portals/0/paraninfo.jpg);
    background-size: cover;
    background-position: center
}

    #eb6.open {
        background: url(/portals/0/paraninfo.jpg);
        background-size: cover;
        background-position: center
    }

.cancelado {
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5)), url("/DesktopModules/Agenda/images/cancelado.png?v2");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 8;
}

.entradas-box > h5 {
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    font-size: 24px;
}

.entradas-box-wrapper {
    position: relative;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    padding: 10px 15px;
    overflow: hidden;
    height: 36px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.entradas-box.open .entradas-box-wrapper {
    height: auto;
    background: rgba(255,255,255,0.7);
}

.entradas-box-wrapper > h6 {
    margin-top: 50px;
}

.entradas-box.open .entradas-box-wrapper > h6 {
    margin-top: 0;
    padding-right: 30px;
}

.entradas-box-wrapper > a > i {
    position: absolute;
    top: 5px;
    right: 0;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
}

.entradas-box.open .entradas-box-wrapper > a > i {
    color: unset;
    right: 10px;
    top: 0px;
}

.entradas-box-inner ul {
    margin-bottom: 0;
    list-style-type: square;
}

    .entradas-box-inner ul li {
        list-style-type: square;
    }

.entradas4 {
    position: fixed;
    top: 120px;
    right: 0;
    background: rgba(255,255,255,1);
    padding: 5px 7px 5px 5px;
    z-index: 99;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.sidenav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #fff;
    color: #000;
    line-height: 64px;
    text-align: center;
    overflow: hidden;
    padding: 0 16px;
}

    .sidenav-header .times {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .sidenav-header .times > i {
            font-size: 48px;
            line-height: 64px;
            height: 64px;
        }

        .sidenav-header img.logo{
            height:36px;
        }

.granca-logo {
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center;
}

.fest-fecha {
    color: #000;
    margin-left: 64px;
    margin-top: 8px;
}

.logo {
    display: flex;
    align-items: flex-end;
    width: auto;
    /*height: 80px;*/
    /*position:absolute;*/
    top: 0;
    /*left:calc(45vw - 41.9px);*/
    z-index: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

    .logo > h1 {
        margin: 0;
        font-size: 30px;
        color: #000;
        white-space: nowrap;
        line-height: 23px;
    }

.sidenav-header .logo {
    width: auto;
    height: 64px;
    position: unset;
    left: unset;
    display: flex;
}

    .sidenav-header .logo > div {
        color: #000;
        line-height: 20px;
        display: flex;
        align-items: flex-end;
        height: 64px;
        justify-content: flex-start;
        text-align: left;
        margin-left: 10px;
        font-size: 20px;
        padding-bottom: 8px;
    }

.logo {
    top: 0;
    width: auto;
    /* width:52px; */
    /* height: 52px; */
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border-style: solid;
  border-width: 64px 52px 0 0;
  border-color: #569f92 transparent transparent transparent;*/
}

    .logo img {
        height: 48px;
        /* margin-top: 7px; */
    }

    .logo.logo1 {
        border-color: #569f92 transparent transparent transparent;
    }

    .logo.logo2 {
        border-color: #c2a221 transparent transparent transparent;
    }

    .logo.logo3 {
        border-color: #6aa842 transparent transparent transparent;
    }

    .logo.logo4 {
        border-color: #9763a2 transparent transparent transparent;
    }

    .logo.logo5 {
        border-color: #e3a51a transparent transparent transparent;
    }

    .logo.logo6 {
        border-color: #6895d0 transparent transparent transparent;
    }

    .logo.logo7 {
        border-color: #b70f5a transparent transparent transparent;
    }

    .logo.logo8 {
        border-color: #cb4f2c transparent transparent transparent;
    }

.header-container {
    height: 64px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 500ms ease 0s, opacity 500ms ease 0s;
}

    .header-container > a > i {
        font-size: 16px;
        /* line-height: 64px; */
        /* margin-left: 10px; */
    }

.social-icon {
    display: none;
    background: #000;
    border-radius: 6px;
    margin-left: 8px;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
}

    .social-icon i {
        color: #fff;
    }

    .social-icon:hover i {
        color: #b0afb5;
    }

    .social-icon > img {
        width: 18px;
        height: 18px;
    }

.arriba {
    /*width:100% !important;
  min-height:400px;
  background:#000;*/
}

#StickyMenu {
    display: none;
    /*overflow: hidden;*/
}

    #StickyMenu > ul {
        margin: 0;
        display: flex;
        /* justify-content: flex-end; */
        /* gap: 80px; */
    }

    #StickyMenu > ul > li {
        text-align: center;
        list-style: none;
    }

    #StickyMenu ul li a:visited,
    #StickyMenu ul li a:link,
    #StickyMenu ul li a {
        color: #ffffff;
        /* font-weight: bold; */
        display: flex;
        justify-content: left;
        align-items: center;
        height: 28px;
        padding: 0 10px;
        font-size: 25px;
        text-decoration: none;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        -ms-transition: color 0.3s;
        transition: color 0.3s;
        text-transform: uppercase;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    /*#ResponsiveMenu > ul > li:nth-child(1) > a,
#StickyMenu > ul > li:nth-child(1) > a{
  color:#fff;
  background-color:#fbb142;
}
#StickyMenu > ul > li:nth-child(1) > ul,
#StickyMenu > ul > li:nth-child(1) > ul > li,
#StickyMenu > ul > li:nth-child(1) > ul > li > a{
  color:#fff;
  background-color:#fbb142;
}
#ResponsiveMenu > ul > li:nth-child(2) > a,
#StickyMenu > ul > li:nth-child(2) > a{
  color:#fff;
  background-color:#231f20;
}
#StickyMenu > ul > li:nth-child(2) > ul,
#StickyMenu > ul > li:nth-child(2) > ul > li,
#StickyMenu > ul > li:nth-child(2) > ul > li > a{
  color:#fff;
  background-color:#231f20;
}
#ResponsiveMenu > ul > li:nth-child(3) > a,
#StickyMenu > ul > li:nth-child(3) > a{
  color:#fff;
  background-color:#55be90;
}
#StickyMenu > ul > li:nth-child(3) > ul,
#StickyMenu > ul > li:nth-child(3) > ul > li,
#StickyMenu > ul > li:nth-child(3) > ul > li > a{
  color:#fff;
  background-color:#55be90;
}
/*#ResponsiveMenu ul li:nth-child(4) > a,
#StickyMenu ul li:nth-child(4) > a{
  color:#4897d1;
}
#ResponsiveMenu ul li:nth-child(5) > a,
#StickyMenu ul li:nth-child(5) > a{
  color:#b32960;
}
#ResponsiveMenu ul li:nth-child(6) > a,
#StickyMenu ul li:nth-child(6) > a{
  color:#3ab54a;
}
#ResponsiveMenu ul li:nth-child(7) > a,
#StickyMenu ul li:nth-child(7) > a{
  color:#e94e24;
}
#ResponsiveMenu ul li:nth-child(8) > a,
#StickyMenu ul li:nth-child(8) > a{
  color:#f7a700;
}*/
    #StickyMenu ul li > a:hover{
        background-color: rgba(0, 0, 0, 0.2);
    }
    #StickyMenu ul li.active > a {
        /* font-weight: bold; */
        position: relative;
    }
    /*#StickyMenu ul li.active > a::after{
  content:"";
  position: absolute;
  top: 48px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 40px 0 0;
}
#StickyMenu ul li:nth-child(1) > a::after{
  color:#cfa502;
  border-color: #cfa502 transparent transparent transparent;
}
#StickyMenu ul li:nth-child(2) > a::after{
  color:#18a193;
  border-color: #18a193 transparent transparent transparent;
}
#StickyMenu ul li:nth-child(3) > a::after{
  color:#9763a2;
  border-color: #9763a2 transparent transparent transparent;
}
#StickyMenu ul li:nth-child(4) > a::after{
  color:#4897d1;
  border-color: #4897d1 transparent transparent transparent;
}
#StickyMenu ul li:nth-child(5) > a::after{
  color:#b32960;
  border-color: #b32960 transparent transparent transparent;
}
#StickyMenu ul li:nth-child(6) > a::after{
  color:#3ab54a;
  border-color: #3ab54a transparent transparent transparent;
}
#StickyMenu ul li:nth-child(7) > a::after{
  color:#e94e24;
  border-color: #e94e24 transparent transparent transparent;
}
#StickyMenu ul li:nth-child(8) > a::after{
  color:#f7a700;
  border-color: #f7a700 transparent transparent transparent;
}*/

    #StickyMenu ul li a span {
        font-size: 20px;
        font-weight: bold;
    }

    #StickyMenu ul li a i {
        /*color:#fff;*/
        margin-left: 4px;
    }

    #StickyMenu li.active {
        /* background:#6ebd78; */
        background-color: rgba(0, 0, 0, 0.2);
    }

        #StickyMenu li.active > a {
            /*color:#5e5e5e;*/
        }

    #StickyMenu li ul {
        width: 200px;
        /* top:40px; */
        padding: 10px 0;
        background: #fff;
    }

        #StickyMenu li ul li {
            background: #01a0c7;
        }

            #StickyMenu li ul li > a {
                height: 48px !important;
            }

    #StickyMenu > ul > li > ul > li > a:visited,
    #StickyMenu > ul > li > ul > li > a:link,
    #StickyMenu > ul > li > ul > li > a {
        height: auto;
        color: #fff;
        padding: 0px 20px;
    }

    #StickyMenu .dropdown-content {
        background: #01a0c7;
    }

        #StickyMenu .dropdown-content a:hover,
        #StickyMenu .dropdown-content li.active {
            color: #fff;
            /* background: #6ebd78; */
            background-color: rgba(0, 0, 0, 0.2);
        }

            #StickyMenu .dropdown-content a:hover span,
            #StickyMenu .dropdown-content li.active a span {
                color: #fff;
            }

.language-object {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .language-object a {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 4px;
    }

/* DNN */
.html-editor .dnnLabel {
    display: none;
}

.html-editor .dnnRadiobutton {
    display: block;
    float: left;
    margin: 0 0 10px 15px !important;
}

    .html-editor .dnnRadiobutton .mark {
        display: none;
    }

.html-editor .dnnBoxLabel {
    display: block;
    line-height: 25px;
    height: 25px;
    float: left;
}

.html-editor textarea {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 15px;
    line-height: 22px;
    background: unset;
    border: 1px solid #9e9e9e;
}
/* Set text size in modules*/
.Normal,
.NormalDisabled,
.NormalDeleted {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    word-wrap: break-word;
}
/* disabled text styles */
.NormalDisabled,
.NormalDeleted {
    color: #999;
}

.pink-separator {
    height: 10px;
    width: 60px;
    background: #9763a2;
    margin: 30px 0;
    transform: skew(-15deg);
}

.DNNContainer_PageTitle .black-title {
    padding: 30px 0;
}

.DNNContainer_PageTitle ul:not(.browser-default) {
    list-style-type: square;
}

    .DNNContainer_PageTitle ul:not(.browser-default) > li {
        list-style-type: square;
    }

.DNNContainer_PageTitle strong {
    font-weight: bold;
}

.black-title > span {
    color: #504e50;
    /* text-transform: lowercase; */
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
    /* font-family: 'Bitter', serif; */
}

.DNNContainer_WhiteTitle {
    padding: 60px 0;
    background: url('images/bailarines.jpg');
    background-position: center;
    background-size: cover;
    overflow: auto;
}

    .DNNContainer_WhiteTitle .DNNModuleContent .Normal {
        color: #fff;
    }

.white-title {
    /*display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;*/
}

    .white-title > span {
        color: #fff;
        text-transform: lowercase;
        font-weight: bold;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 15px;
        text-align: center;
        font-family: 'Bitter', serif;
    }

.clear {
    clear: both;
}
/*WhiteBox*/
.DNNContainer_WhiteBox {
    background: rgba(255,255,255,0.5);
    margin-bottom: 20px;
    padding: 10px 15px;
    overflow-y: scroll;
}

.DNNContainer_WhiteBox_Title {
    color: #000;
    font-size: 24px;
}

.DNNContainer_WhiteBox_Container {
}

.DNNContainer_WhiteBox a,
.DNNContainer_WhiteBox a:visited {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

    .DNNContainer_WhiteBox a:hover,
    .DNNContainer_WhiteBox a:focus,
    .DNNContainer_WhiteBox a:active {
        color: #333;
        text-decoration: underline;
    }

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    -webkit-box-shadow: none;
    background: #1894af;
    font-size: 14px;
    padding: 8px 12px;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-family: 'roboto';
    border-radius: 0;
    font-weight: normal;
    border: 1px solid #1894af;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover,
    .dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active {
        background: #9763a2;
        color: #fff;
        border: 1px solid #9763a2;
    }

    .dnnPrimaryAction[disabled], .dnnPrimaryAction[disabled]:hover, .dnnPrimaryAction[disabled]:active {
        background: #ccc !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #aaa !important;
        text-shadow: none;
    }

/* Secondary Action */
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    font-family: roboto;
    text-transform: uppercase;
    border-color: #ccc;
    background: #ccc;
    color: #000 !important;
    border-radius: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .dnnSecondaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnSecondaryAction:hover,
    .dnnSecondaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active {
        background: #ccc;
        color: #000;
    }

    .dnnSecondaryAction[disabled], .dnnSecondaryAction[disabled]:hover, .dnnSecondaryAction[disabled]:active {
        background: #ccc !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #aaa !important;
        text-shadow: none;
    }

/*.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
    margin-bottom: 18px;
    padding: 14px;
    background: #f6f6f6;
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    font-size: 22px;
    line-height: 24px;
}*/

.dnnFormMessage {
    display: block;
    padding: 25px;
    margin: 25px 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    max-width: 100%;
    background: #eee;
}

    .dnnFormMessage > span {
        font-size: 16px;
        font-weight: 400;
    }

/* Footer */

footer {
    background: #01a0c7;
}

.footer a,
.footer a:visited {
    color: #ffffff;
    font-weight: bold;
    transition: opacity 0.3s;
}

.footer a:hover,
.footer a:focus {
    color: #fff;
    opacity:0.7;
}

#footer_arriba {
    background: #01a0c7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
#footer_arriba img{
    width: 120px;
    height: 120px;
    opacity:1;
    transition: opacity 0.3s;
}

#footer_arriba img:hover{
    opacity:0.7;
}


.footer{
    border-top:1px solid #f5f5f5;
}
.top-footer {
    padding: 40px 0 20px 0;
}

    .top-footer > div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }

        .top-footer > div > div {
            width: 100%;
            /*flex:1;*/
            display: flex;
            justify-content: center;
            align-items: flex-start;
            align-items: center;
            flex-direction: column;
            border-bottom: 1px solid #ee7711;
            min-height: 197px;
        }

            .top-footer > div > div > div {
            }

    .top-footer h4 {
        text-align: center;
        color: #fff;
        font-size: 21px;
        margin: 0 0 20px 0;
    }

    .top-footer ul {
        padding-bottom: 15px;
    }

        .top-footer ul li,
        .top-footer ul li a {
            color: #fff;
            font-size: 15px;
            font-weight: 300;
            line-height: 2em;
        }

    .top-footer > div > div:last-child ul li,
    .top-footer > div > div:last-child ul li a {
        font-size: 14px;
        line-height: 24px;
    }

a.up {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 36px;
    font-weight: bold;
}

.up i {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 7px solid #fff;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    font-size: 42px;
    margin-bottom: 8px;
}

a.up:hover, a.up:hover i {
    color: #ddd;
    border-color: #ddd;
}

.main-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* min-height: 150px; */
    align-items: flex-start;
    padding: 20px 0;
}

.main-footer-copyright > div {
    color: #f5f5f5;
    text-align: center;
    width: 100%;
}

.main-footer-copyright ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    color: #f5f5f5;
    width: 100%;
    gap: 25px;
}

    .main-footer-copyright ul li {
        /* text-align: center; */
        /* margin-bottom:5px; */
        font-size: 14px;
    }

.main-footer-copyright,
.main-footer-images,
.main-footer-social {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.main-footer-images {
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
}

    .main-footer-images > div {
        width: auto;
    }

.main-footer-sponsors {
    margin-bottom: 10px;
}

    .main-footer-sponsors span {
        color: #fff;
        font-weight: 300;
    }

.main-footer-images img {
    width: 100px;
    height: auto;
    margin: 20px;
}

.main-footer-social i {
    font-size: 40px;
    margin: 0 10px;
}

/***********************/
.copyright-footer {
    display: flex;
    justify-content: center;
    color: #ccc;
    padding: 20px;
    background: #3a3a3a;
    font-size: 14px;
}

#footer_abajo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0 0 0;
    text-align: center;
}

    #footer_abajo img {
        width: 80%;
        height: auto;
        margin: 10px 0;
    }

    #footer_abajo > div {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    #footer_abajo i {
        font-size: 48px;
        margin: 0px 16px;
    }

#footer_izq {
}

    #footer_izq ul {
        display: flex;
        flex-direction: column;
        margin: 16px 0 0 0;
    }

    #footer_izq li {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
    }

    #footer_izq ul li span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 64px;
        margin: 0 0 10px 0;
    }

    #footer_izq ul li a {
        font-weight: bold;
        font-size: 20px;
    }

    /*#footer_izq li:last-child{
  padding-left:79px;
}*/

    #footer_izq i {
        font-size: 40px;
        margin-right: 16px;
        margin-bottom: 8px;
    }

#footer_der {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    #footer_der > div {
        text-align: center;
        margin-bottom: 15px;
    }

    #footer_der > p {
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        white-space: pre-wrap;
    }
/* Home */
.qem-column-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 0;
}

.qemcc2 {
    display: none;
}

.qem-column-container img {
    max-width: 120px;
    height: auto;
}

.qem-column-container h1 {
    color: #231F20;
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.qem-column-container span:nth-child(2n) {
    margin-top: -16px;
}

.qem-text-container {
    font-size: 22px;
    line-height: 26px;
    text-align: justify;
}

.mei-2019-header {
    display: none;
}

.mei-2019 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .mei-2019 a {
        margin-bottom: 20px;
    }

        .mei-2019 a span {
            color: #000;
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 20px;
            max-width: 300px;
            display: flex;
            text-align: center;
            line-height: 32px;
            justify-content: center;
        }

        .mei-2019 a:hover + a span,
        .mei-2019 a:hover span {
            color: #bf3276;
        }
/**/
.thumbnail-img {
    width: 200px;
    height: auto;
}

/* Feedback */

.feedback-modal p {
    line-height: 24px;
    margin-bottom: 5px;
}

.feedback-modal h5 {
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 300;
}

.comentarios {
    overflow-y: scroll;
    height: 250px;
    padding-right: 25px;
}

.comentario {
    padding-left: 72px;
    position: relative;
    min-height: 72px;
}


    .comentario > img {
        position: absolute;
        left: 16px;
        width: 40px;
        height: 40px;
    }

    .comentario > .comentario-header {
        font-size: 14px;
        margin-bottom: 4px;
    }

        .comentario > .comentario-header > b {
            font-weight: 500;
            margin-right: 8px;
        }

        .comentario > .comentario-header > span {
            color: rgb(136, 136, 136);
            font-weight: 400;
        }

.comentario-body {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 20px;
}

#btn-menu2 i {
    line-height: 64px;
    font-size: 40px;
    margin-right: 16px;
}

.buscadorSticky {
    transition: all 0.3s;
    /*position: fixed;
  z-index: 9;
  top: -50px;
  right: 0;*/
    display: block;
    /* background: #004481; */
    height: 0px;
    width: 100%;
    overflow: hidden;
}

    .buscadorSticky.open {
        height: 64px;
        overflow: visible;
    }

    .buscadorSticky > .container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        height: 100%;
        padding-right: 50px;
    }

    .buscadorSticky .searchInputContainer {
        display: block;
    }

    .buscadorSticky .search-box {
        width: 100%;
    }

.search-box {
    margin-left: 20px;
    float: right;
    position: relative;
}

.buscadorSticky .search-input {
    width: 100%;
}

.buscadorSticky .times {
    /* float: right; */
    /* margin-top: 5px; */
    /* margin-left: 15px; */
    position: absolute;
    right: 0;
    color: #fff;
}

.times > i {
    font-size: 36px;
}

.search-input {
    /* border-radius: 30px; */
    background: #fff;
    border: 1px solid #01a0c7;
    width: 200px;
    height: 40px;
    line-height: 30px;
    padding: 0 16px;
    font-size: 16px;
    outline: none;
    /* margin-top: 8px; */
}

.btn-search {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    width: 40px;
    /* border-radius: 50%; */
    border: 1px solid #01a0c7;
    background: #01a0c7;
    cursor: pointer;
    -webkit-transition: background-color .2s, border-color .2s;
    -moz-transition: background-color .2s, border-color .2s;
    -o-transition: background-color .2s, border-color .2s;
    -ms-transition: background-color .2s, border-color .2s;
    transition: background-color .2s, border-color .2s;
}

    .btn-search:hover {
        background-color: #01a0c7;
        border-color: #01a0c7;
    }

    .btn-search > i {
        line-height: 24px;
        font-size: 18px;
        color: #fff;
    }

#headerWrapper.stacked .header-container {
    padding-bottom: 0;
    align-items: center;
    height: 64px;
}

#headerWrapper.stacked .fest-fecha {
    display: none;
}

#headerWrapper.stacked .logo img {
    height: 48px;
}

#headerWrapper.stacked .logo > h1 {
    font-size: 20px;
    line-height: 18px;
}
/*banner*/
.granca-banner,
.granca-banner.sticky,
.granca-banner.stickyBottom {
    background-color: #000;
    display: flex;
    width: 100vw;
    height: 25vw;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    top: unset;
    justify-content: space-around;
    z-index: 2;
}

.granca-banner-apart {
    background-color: #fff;
    width: 25vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.granca-banner-img {
    width: 25vw;
    height: auto;
}
/*.granca-banner-nm{
  display:block;
}*/
.granca-banner-nd {
    display: none;
}

.granca-banner-apart:last-child .granca-banner-img {
    /* height:64px; */
    /* width:auto; */
}

.granca-banner-apart:last-child > a:nth-child(2) .granca-banner-img {
    display: none;
}

.contador-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #fff;
    height: 100%;
}

.contador-header {
    font-size: 10px;
    line-height: 1;
}

.contador-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Bebas Neue', cursive;
}

    .contador-inner > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 2px;
    }

        .contador-inner > div > span:first-child {
            background-color: #000;
            text-align: center;
            width: 100%;
            font-size: 16px;
            line-height: 16px;
            min-width: 24px;
            padding: 2px 4px 0 4px;
        }

        .contador-inner > div > span:last-child {
            font-size: 11px;
        }

#contador_dias {
    color: #fff;
}

#contador_horas {
    color: #fbb142;
}

#contador_minutos {
    color: #55be90;
}

/* Tablet */
@media (min-width: 768px) {
    .margin-bottom-small-only{
        margin-bottom:0px;
    }
    #footer_arriba {
        gap:20px;
    }
    .top-footer > div {
        flex-direction: row;
        align-items: flex-start;
    }

        .top-footer > div > div {
            flex: 1;
            align-items: flex-start;
        }

    .DNNContainer_WhiteBox {
        height: 50vh;
    }

    .granca-wrapper {
        padding-right: calc((100vh - 64px) / 3.6);
    }

    .granca-inner {
        margin-right: 20px;
    }
    /*banner*/
    .granca-banner,
    .granca-banner.sticky,
    .granca-banner.stickyBottom {
        width: calc((100vh - 64px) / 3.6);
        height: calc(100vh - 64px);
        display: flex;
        flex-direction: column;
        background-color: #fff;
        position: fixed;
        top: 100px;
        left: unset;
        right: 15%;
        justify-content: flex-start;
    }

        .granca-banner.sticky {
            position: fixed;
            top: 64px;
        }

        .granca-banner.stickyBottom {
            position: absolute;
            bottom: 0;
            top: unset;
        }

    .granca-banner-apart {
        width: 100%;
    }

    .granca-banner-img {
        width: 100%;
        height: auto;
    }

    .granca-banner-nm {
        display: none;
    }

    .granca-banner-nd {
        display: block;
    }

    .granca-banner-apart:last-child .granca-banner-img {
        width: 100%;
        height: auto;
    }

    .granca-banner-apart:last-child > a:nth-child(2) .granca-banner-img {
        display: block;
    }

    .contador-wrapper {
        padding-top: 1vw;
    }

    .contador-header {
        font-size: 14px;
        line-height: 18px;
    }

    .contador-inner > div > span:first-child {
        font-size: 24px;
        line-height: 24px;
        min-width: 48px;
        padding: 4px 8px 0 8px;
    }

    .contador-inner > div > span:last-child {
        font-size: 16px;
    }
    /**/
    .artista-header {
        height: 400px;
    }

    #headerWrapper.stacked .fest-fecha {
        display: block;
    }

    .granca-logo {
        flex: unset;
        align-items: flex-start;
    }

    #headerWrapper.stacked .logo > h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .fest-fecha {
        margin-left: 16px;
        margin-left: 16px;
        margin-top: 0px;
    }

    .header-anchor {
        flex: 1;
    }

    .logo_cae {
        height: 60px;
    }

    .green-table tbody tr td {
        font-weight: bold
    }

    .green-table tbody tr:nth-child(even) td {
        font-weight: bold
    }

    .entradas-box {
        height: 360px;
    }

        .entradas-box > h5 {
            margin-bottom: 0;
        }

    .qem-column-container {
        display: flex;
        height: 600px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        overflow: hidden;
    }

    .qemcc2 {
        display: flex;
    }

    .qem-column-container img {
        max-width: 100%;
        height: auto;
    }

    .qem-column-container h1 {
        color: #231F20;
        font-size: 140px;
        font-weight: 700;
        line-height: 120px;
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .qem-column-container span:nth-child(2n) {
        margin-top: -16px;
    }

    .qem-text-container {
        font-size: 22px;
        line-height: 26px;
        text-align: justify;
    }

    #footer_izq ul {
        margin-top: 0;
    }

    #footer_izq li {
        flex-direction: row;
    }

    #footer_izq ul li span {
        margin: 0 15px 0 0;
    }

    #footer_izq i {
        margin-bottom: 0;
    }

    #footer_der {
        justify-content: flex-end;
    }

        #footer_der > p,
        #footer_der > div {
            text-align: right;
        }

    #footer_abajo > div {
        margin: 0 20px;
        width: auto;
    }

    #footer_abajo {
        padding: 20px;
    }

        #footer_abajo i {
            margin: 0 20px;
        }
}

.header_black {
    display: none;
}
/* Desktop */
@media (min-width: 1024px) {
    .mono-naranja{
        background-image: url('/Portals/0/mono_naranja.png'), url('/Portals/0/tortuga_verde.png'); 
        background-repeat: no-repeat, no-repeat; 
        background-position:left, right;
        background-size:100px, 100px;
    }

    .mono-tortuga{
        background-image: url('/Portals/0-System/skins/materializednn/images/mono.png'), url('/Portals/0-System/skins/materializednn/images/mono2.png'); 
        background-repeat: no-repeat, no-repeat; 
        background-position:left, right;
        background-size:150px, 150px;
    }
    .artista-header {
        height: 500px;
    }

    .logo img {
        /* margin-top: 0; */
        height: 80px;
        /* margin-right: 4px; */
    }

    #headerWrapper.stacked .logo img {
        height: 64px;
    }

    .main-footer-images:nth-child(2) {
        width: 300px;
        justify-content: flex-end;
    }

    .header_black {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        height: 150px;
        background-color: black;
    }

    .quienes-somos-logos {
        justify-content: flex-start;
    }

        .quienes-somos-logos img {
            margin-right: 40px;
        }

    .qwrapper {
        min-height: 400px;
    }

    .qtabs {
        flex-direction: row;
    }

        .qtabs a {
            border-right: 2px solid #18a193;
            margin-bottom: 0;
        }

    .logo_wrapper {
        /*width: 52px;*/
        /*flex: unset;*/
    }

    .social-icon {
        display: flex;
    }

    .header-container {
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0px;
        height: 100px;
    }

    #btn-menu2 {
        display: none;
    }

    .granca-logo {
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .logo2,
    .logo3{
        width: 300px; 
        height: 80px; 
        margin-left: 20px; 
        margin-top: 10px;
    }

    .logo {
        display: flex;
        width: auto;
        position: unset;
        padding-bottom: 10px;
        /* height: 80px; */
        align-items: flex-end;
    }

        .logo > h1 {
            margin: 0;
            font-size: 40px;
            color: #000;
            white-space: nowrap;
            line-height: 32px;
        }

    #headerWrapper.stacked .logo {
        /* height: 48px; */
    }

        #headerWrapper.stacked .logo > h1 {
            font-size: 21px;
            line-height: 19px;
        }

    #siteWrapper {
        padding-top: 164px;
    }

    #StickyMenu {
        display: block;
    }

        #StickyMenu ul li a:visited,
        #StickyMenu ul li a:link,
        #StickyMenu ul li a {
            height: 64px;
            padding: 0 30px;
            font-size: 14px;
            /* line-height: 1; */
        }

    #headerWrapper.stacked #StickyMenu ul li a:visited,
    #headerWrapper.stacked #StickyMenu ul li a:link,
    #headerWrapper.stacked #StickyMenu ul li a {
        height: 48px;
    }

    .DNNContainer_PageTitle .black-title {
        padding: 30px 0 60px 180px;
    }

    .main-footer-copyright,
    .main-footer-social {
        padding: 15px 0;
    }

        .main-footer-copyright > div {
            text-align: left;
        }

    .footer {
        /* padding-top:20px; */
    }

    .main-footer-copyright ul {
        flex-direction: row;
        justify-content: flex-start;
    }

        .main-footer-copyright ul li {
            /* text-align: left; */
            /* margin-bottom:0; */
        }

    .main-footer-copyright li:not(:last-child) {
        /* padding-right: 5px; */
        /* margin-right: 10px; */
        /* border-right:1px solid #fff; */
    }

    .main-footer-images {
        padding: 0;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

        .main-footer-images img {
            width: 160px;
            height: auto;
            margin: 0 20px 0 0;
        }

        .main-footer-images > div {
            width: 300px;
        }

    .main-footer {
        /* flex-direction:row; */
        /* justify-content: space-around; */
        align-items: center;
        padding: 0;
    }

    .main-footer-social {
        width: 320px;
    }

    .main-footer-copyright {
        width: 320px;
    }

    #footer_abajo {
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

        #footer_abajo img {
            width: auto;
            height: 80px;
            margin: 0;
        }

    .main-footer-social {
        width: auto;
    }

    .main-footer-copyright {
        width: auto;
    }

    #headerWrapper {
        padding: 0;
        /* background:none; */
    }

    .buscadorSticky .search-box {
        width: 320px;
        margin-right: 105px;
    }

    .buscadorSticky .times {
        right: 105px;
    }
}

.usuario-idioma {
    display: flex;
    align-items: center;
}

.usuario-idioma .dropdown-trigger-lang {
    margin-left: 10px;
}

.usuario-idioma #Intranet {
    margin-right: 10px;
}

.usuario-idioma #dnn_dnnSearch_ClassicSearch {
    margin-right: 10px;
}

.partners-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom:40px;
}

.card-panel.partners_div {
    /*background-color: #f5f5f5;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden;
    padding:0;
}

.partners_div a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.partners_div img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    padding:20px;
}

.partner-country {
    font-weight: bold;
    font-size: 1em;
    display: block;
    background: #343a4c;
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .partners-container {
        grid-template-columns: 1fr;
    }
}

.indicador{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:15px;
}

.indicador > div{
    background: #343a4c;
    border-radius:15px;
    color:#f5f5f5;
    font-size:16px;
    text-align:center;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:10px;
    height:100px;
    flex:1;
    width:100%;
}

.indicador > span{
    width:100px;
    height:100px;
    border-radius:50%;
    display:flex;
    justify-content: center;
    align-items: center;
    background: #343a4c;
    color:#f5f5f5;
    font-size:24px;
    font-weight: bold;
    flex-shrink: 0;
}

@media screen and (max-width: 600px) {
    .indicador{
        flex-direction:column;
    }
    .indicador > span{
        margin-bottom:20px;
    }
}

.objective_container {
    width: 80%;
    margin: auto;
}
.objective {
    text-align: center;
    margin-bottom: 20px;
}
.card-panel.activity {
    padding-left:0;
    margin-bottom: 10px;
}
.activity-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.activity img {
    width: 60px;
    margin-right: 20px;
}

.header_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #01a0c7;
    /* padding: 20px; */
    /*margin-top: 13px;*/
}

/* Wide Desktop */
/*@media (min-width: 1600px) {
  #StickyMenu ul li a:visited,
  #StickyMenu ul li a:link,
  #StickyMenu ul li a{
    height: 64px;
    padding: 0 10px;
    font-size: 16px;
  }
}*/


.logo2,
.logo3{
    width: auto; 
    height: 64px; 
    margin-left: 0; 
    margin-top: 0;
}