:root {
    --principal: #113849;
    --secundario: #077B6E;
    --secundario-hover: #077B6E4D;
    --destacado: #F2FD64;
    --color-fondo: #2E9082;
    --negro: #000000;
    --blanco: #FFFFFF;
    --blanco-trans: #F5F4E4CC;
    --trans: transparent;
    --fuente-Kanit: "Kanit", sans-serif;
    --fuente-Montserrat: "Montserrat", sans-serif;
}

.pag-faros-demost {
    background-color: var(--secundario);
}


.pag-faros-demost .d_flex {
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/*SECCION 1*/
.sec1-faros {
    padding-top: 70px;
    min-height: 740px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.sec1-head {
    width: 70%;
    margin: 0 auto;
}

.pag-faros-demost h1 {
    color: var(--destacado);
    font-family: var(--fuente-Kanit);
    font-size: 65px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin-top: 170px;
    text-align: center;
}

.sec1-faros p {
    font-family: var(--fuente-Kanit);
    font-size: 20px;
    color: var(--blanco);
    text-align: center;
}

.link-ancla {
    margin-top: -100px;
    padding-bottom: 100px;

}

.sec1-faros .btn-flecha {
    display: block;
    text-align: center;
    margin: 45px 0px;
}

.sec1-faros .btn-flecha svg {
    width: 48px;
    height: 48px;
    stroke: var(--blanco);
}

.sec1-faros .btn-flecha:hover svg {
    stroke: var(--destacado);
}

@media (max-width: 1537px) {
    .sec1-faros {
        min-height: 650px;
    }
}

@media (max-width: 1440px) {
    .sec1-faros {
        background-size: 1440px;
        min-height: 550px;
    }
}

@media (max-width: 991.98px) {
    .sec1-head {
        width: 80%;
    }

    .sec1-faros {
        background-size: 1000px;
        background-position: center 70px;
    }

}

@media (max-width: 601px) {
    .sec1-head {
        width: 100%;
    }
}



/*SECCION 2*/
.sec2-faros {
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 550px;
    min-height: 1020px;
    z-index: 1;
    position: relative;
}


/*accordion*/
.acordeon {
    padding: 0 75px;
}

.accordion-wrap {
    border-radius: 20px;
    margin-bottom: 35px;
    padding: 0px;
    overflow: hidden;
    /**/
    font-family: 'Karla';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.accordion-item {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1.5rem 1.5rem -10px;
    background-color: #feffef;
    border-radius: 0px 0px 20px 20px;
    position: relative;
    z-index: 2;
}

.active .accordion-item {
    background-color: #113849;
}

.accordion-item svg {
    fill: #077b6e;
}

.accordion-item:hover {
    background-color: #113849;
}

.accordion-item:hover p {
    color: #feffef;
}

.accordion-item:hover svg {
    fill: #feffef;
}

.active .accordion-item svg {
    fill: #feffef;
    transform: rotate(180deg);
}

.accordion-wrap.active {
    margin-bottom: 80px;
}

h2.accordion-header {
    font-family: var(--fuente-Kanit);
    font-size: 32px;
    font-weight: 600;
    width: 85%;
    transition: ease-in-out 100ms;
    padding: 32px 20px 32px 48px;
    color: var(--color-fondo);
    margin: 0px;
}


.accordion-cont {
    display: none;
    padding: 63px 25px 25px 25px;
    background-color: #feffef;
    margin: -15px 15px 0px 15px;
    z-index: 1;
    position: relative;
    border-radius: 0px 0px 20px 20px;
}

.active h2.accordion-header {
    color: #fff;
}

.icon-accor {
    padding: 32px 48px 32px 0px;
}

.icon-accor svg {
    height: 48px;
    width: 48px;
}

.accor-topcont {
    justify-content: space-between;
    margin-bottom: 25px;
}

.accor-col1,
.accor-col2 {
    width: 50%;
}

.accor-col1 {
    font-family: var(--fuente-Kanit);
    padding-right: 40px;
}

.accor-col1 .tit {
    font-size: 30px;
    line-height: 120%;
    color: var(--principal);
    font-weight: 600;
    margin-bottom: 25px;
}

.accor-col1 .parr p {
    font-size: 18px;
    line-height: 120%;
    color: var(--negro);
    font-weight: 400;
    margin-bottom: 0px;
}

.accor-col2 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}


@media (max-width:1400px) {
    .sec2-faros {
        /* background-size: 1200px; */
        padding-bottom: 350px;
        min-height: 800px;
    }
}


@media (max-width: 991.98px) {
    .sec2-faros {
        background-size: 995px;
        background-position: 70% bottom;
        padding-bottom: 250px;
        min-height: 500px;
    }

    .acordeon {
        padding: 0px;
    }

    h2.accordion-header {
        padding: 25px 0px 25px 25px;
    }

    .icon-accor {
        padding: 25px;
    }

    .accor-topcont {
        flex-direction: column;
    }

    .icon-accor svg {
        height: 35px;
        width: 35px;
    }

    .accor-col1,
    .accor-col2 {
        width: 100%;
    }

    .accor-col1 {
        padding-right: 0px;
    }

    .accor-topcont {
        margin-bottom: 0px;
    }

    .accor-col1,
    .accor-col2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    h2.accordion-header {
        padding: 20px 0px 20px 20px;
    }

    .icon-accor {
        padding: 20px;
    }

    .accor-col1 .tit {
        font-size: 25px;
    }

    .accordion-cont {
        padding: 53px 15px 15px 15px;
    }
}


@media (max-width:550px) {

    .accor-col1 .tit {
        font-size: 20px;
    }

    .accordion-cont {
        margin: -25px 0px 0px 0px
    }
}



/***tabs***/

.cont-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    font-family: var(--fuente-Kanit);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 5px 25px;
    margin: 0px 2px;
    display: inline-block;
    color: var(--principal);
    margin-bottom: 5px;
    border: 2px solid var(--trans);

}

.panels {
    min-height: 50px;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
    background-color: #EAEFE3;
    font-family: var(--fuente-Kanit);
    line-height: 120%;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.cont-tab input[type=radio] {
    display: none;
}


@media (max-width: 500px) {
    .tabs {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

.item-grid-panel {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}

.item-grid-panel .item-panel {
    width: 320px;
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: flex-start;
}

.item-grid-panel .item-img {
    display: block;
    position: relative;
}

.item-grid-panel .item-img img {
    width: 140px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.item-grid-panel .item-tit {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--principal);
}

.item-grid-panel .item-info {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 15px;
    width: 55%;
    height: 100%;
}

.item-grid-panel .item-info a {
    text-decoration: none;
}

.item-grid-panel .item-info a:hover {
    text-decoration: underline;
}

.item-grid-panel .item-info .txt {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-fondo);
}

.item-grid-panel .item-info .imag {
    padding-left: 5px;
}

.item-grid-panel .item-info .imag svg {
    fill: var(--color-fondo);
    width: 20px;
    height: 20px;
}

.item-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-icon svg {
    fill: var(--blanco);
}


@media (max-width: 991.98px) {
    .item-grid-panel .item-panel {
        width: 280px;

    }
}

@media (max-width: 767.98px) {
    .item-grid-panel .item-panel {
        width: 100%;
    }

    .item-grid-panel .item-img img {
        width: 100%;
        height: 120px;
    }

    .item-grid-panel .item-img {
        width: 45%;
    }

    .item-grid-panel .item-info {
        width: 55%;
    }
}








/*Footer color*/
/* footer#footer .sectionQ.topQ {
    background: var(--blanco) !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
} */





/*Fuentes tamaño*/
@media (max-width: 1537px) {
    .pag-faros-demost h1 {
        font-size: 55px;
    }

    .pag-faros-demost h3 {
        font-size: 28px;
    }
}

@media (max-width: 1440px) {
    h2.accordion-header {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .pag-faros-demost h1 {
        font-size: 45px;
    }

    h2.accordion-header {
        font-size: 24px;
    }

    .pag-faros-demost h3 {
        font-size: 25px;
    }

    .pag-faros-demost p {
        font-size: 18px;
    }
}

@media (max-width: 601px) {
    .pag-faros-demost h1 {
        font-size: 35px;
    }

    h2.accordion-header {
        font-size: 22px;
    }
}

@media (max-width: 481px) {
    .pag-faros-demost h3 {
        font-size: 22px !important;
    }
}

@media (max-width: 350px) {
    .pag-faros-demost h1 {
        font-size: 30px;
    }
}