@font-face {
    font-family: 'ZwoWebPro-BoldW04-Regular';
    src: url('font/ZwoWebPro-Bold-W04-Regular.ttf');
}

@font-face {
    font-family: 'Segoe-UI-Variable-Display';
    src: url('font/SegoeUIVariableStaticDisplay.ttf');
}

.row {
    --bs-gutter-x: 0rem;
}

.bg-body-nav-top {
    background: #2D6876 0% 0% no-repeat padding-box;
    padding: 0;
}

.navbar-brand.puli {
    width: 20%;
    /* background: red; */
    align-items: center;
    text-align: center;
    margin: 0;
}

.img-logo {
    width: 60%;
}

.navbar-collapse.puli {
    width: 80%;
    /* background: green; */
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */

}

.navbar-nav.puli {
    justify-content: space-around;
    margin: 0 !important;
    width: 100%;
}

.nav-item .nav-link {
    font-family: 'ZwoWebPro-BoldW04-Regular', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
}

.nav-item .nav-link:hover {
    animation: border 1s ease-in-out forwards;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: white;

}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease-in-out;
}

.nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
}

.onsection {
    background: #E1EDDF 0% 0% no-repeat padding-box;
    padding: 6rem 0rem 1rem;
    position: relative;
}

.card-pulitzia {
    background: #ffffffcc 0% 0% no-repeat padding-box;
    border-radius: 50px;
    border: none;
    box-shadow: none;
    padding: 0rem 0rem 2rem 0rem;
    margin-top: 24px;
}

.card-body {
    padding: 0rem 2rem !important;
}

.bann-title-pul {
    text-align: left;
    font-family: 'ZwoWebPro-BoldW04-Regular', sans-serif;
    font-size: 57px;
    letter-spacing: 0px;
    color: #002259;
}

.bann-title-pul2 {
    text-align: left;
    font-family: 'ZwoWebPro-BoldW04-Regular', sans-serif;
    font-size: 45px;
    letter-spacing: 0px;
    color: #002259;
}

.bann-title-pul2.mbtw {
    margin-bottom: 15px;
}

.bann-text-pul {
    text-align: left;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    font-size: 23px;
    letter-spacing: 0px;
    color: #2D6876;
}

.bann-text-pul2 {
    text-align: left;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    font-size: 23px;
    letter-spacing: 0px;
    color: #2D6876;
}

.tw1section {
    padding: 5rem 0rem 0rem;
}

.icoX {
    color: #F59319;
}

.elresu {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #F59319;
    border-radius: 28px 28px 0px 0px;
    padding: 10px 20px 15px 35px;
}

.tuequi {
    background: #2B6E7B 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 28px 28px;
    padding: 10px 20px 15px 35px;
}

.elresu p {
    text-align: left;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #F59319;
    margin-bottom: 0px;
}

.tuequi p {
    text-align: left;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    font-size: 25px;
    color: #E1EDDF;
    margin-bottom: 0px;
}

.titleSegun {
    text-align: center;
    font-family: 'ZwoWebPro-BoldW04-Regular';
    font-size: 58px;
    color: #2D6876;
    margin: 7rem 0rem;
}

.icopuli {
    font-family: 'ZwoWebPro-BoldW04-Regular';
    font-weight: bold;
    margin-right: 5px;
    font-size: 19px;
}

.padPul {
    padding: 30px 0px 15px;
}

.card-img-top.puli {
    width: 68%;
}

.btn-pulitzia {
    background: #002259 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 18px;
    text-align: center;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    font-weight: bold;
    font-size: 23px;
    color: #FFFFFF;
    text-decoration: none;
    width: 77%;
    margin-left: 2rem;
    padding: .5rem 0rem;
}

.pd-esPul {
    padding: 0rem 3rem 0rem 0rem;
}

.bgLogPul {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -45%);
    border-radius: 50px 50px 0px 0px;
    padding: 2rem 0rem 1rem;
    width: 57%;
    background: white;
}

.bgLogPul img {
    width: 22%;
}

.twsection {
    background: transparent linear-gradient(180deg, #E1EDDF 0%, #CFE0CD 100%) 0% 0% no-repeat padding-box;
    padding: 3rem 0rem 3rem;
}

.conItem {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-flow: column;
    gap: 6px;
}

.itemc {
    background: #002259 0% 0% no-repeat padding-box;
    border-radius: 8px;
    text-align: left;
    font-size: 25px;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    color: #FFFFFF;
    padding: 5px 0px 5px 10px;
}

.itemc.pdD {
    /* padding: 5px 31px 5px 10px; */
    width: 45%;
}

.itemc {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s ease;
}

/* estado visible */
.itemc.show {
    opacity: 1;
    transform: translateX(0);
}

.iconC {
    color: white;
    margin-right: 7px;
}

.text-pul {
    text-align: left;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    font-size: 25px;
    letter-spacing: 0px;
    color: #2D6876;
}

.pdRight {
    padding: 0rem 10rem 0rem 0rem;
}

.dFJu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.thsection {
    padding: 4rem 0rem 4rem;
    text-align: center;
}

.bann-title-pul2.mbth {
    margin-bottom: 2rem;
}

.subtil {
    text-align: center;
    font-family: 'ZwoWebPro-BoldW04-Regular';
    font-size: 40px;
    letter-spacing: 0px;
    color: #002259;
    margin-bottom: 3rem;
}

.dcarFlex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
}

.dcarFlex img {
    width: 85%;
}

.cardpuli {
    background: #FFFFFF;
    box-shadow: -15px 15px 16px #0000004F;
    border-radius: 30px 30px 0px 30px;
    border: none;
    width: 70%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-title.imgca {
    background: #68B2A1 0% 0% no-repeat padding-box;
    text-align: center;
    font-family: 'ZwoWebPro-BoldW04-Regular';
    font-size: 24px;
    color: #FFFFFF;
    padding: 1.5rem 0px;
    border-radius: 30px 30px 0px 0px;
    height: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btntw-pulit.caro {
    padding: 1rem 4rem;
    width: 40%;
}

.card-bodypuli {
    display: flex;
    flex-direction: column;
    height: 15rem;
}

.contimLi {
    position: relative;
}

.btntw-pulit {
    background: #002259 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 18px;
    text-align: center;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    padding: 1rem 0rem;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
}

.cont-list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65%;
}

.cont-list p {
    text-align: center;
    font-size: 21px;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    color: #2D6876;
    /* margin-bottom: 0px; */
    line-height: 27px;
}

.forsection {
    margin-top: 4rem;
    background: transparent linear-gradient(180deg, #e1eddf9c 0%, #cfe0cdb0 100%) 0% 0% no-repeat padding-box;
}

.pd-esPul2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem 3rem 0rem 0rem;
}

.contLis {
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
    width: 100%;
    justify-content: start;
}


.contImgLis {
    width: 10%;
    /* height: 100%; */
    background: #FFFFFF;
    border-radius: 20px 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    overflow: hidden;
}

.imgList {
    width: 45px;
}

.text-List {
    display: flex;
    align-items: start;
    background: #68B2A1;
    color: #FFFFFF;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    font-size: 20px;
    padding: 4px 0px 4px 20px;
    border-radius: 0 20px 20px 0;
    width: 75%;
    flex-flow: column;
}

.imgPers {
    width: 80%;
}

.pdPer {
    padding: 4rem 0rem 4rem 0rem;
}

.text-List small {
    text-align: left;
    font-size: 15px;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    color: #FFFFFF;
}

.fivsection {
    padding: 0rem 0rem
}

.dflCI {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 30px;
}

.bann-title-pul.fiv {
    margin-bottom: 2rem;
}

.dflCI img {
    width: 85%;
}

.sixsection {
    padding: 1rem 0rem;
    background: transparent linear-gradient(180deg, #e1eddf9c 0%, #cfe0cdb0 100%) 0% 0% no-repeat padding-box;
}

.sevsection {
    padding: 1rem 0rem;
}

.eigsection {
    padding: 1rem 0rem;
    background: transparent linear-gradient(180deg, #e1eddf9c 0%, #cfe0cdb0 100%) 0% 0% no-repeat padding-box;
}

.ninsection {
    padding: 60px 0;
}

.btntw-pulit.caro {
    padding: 1rem 0rem;
    margin-top: 3rem;
}

.titulo-servicios {
    font-weight: 700;
    color: #0b2c5a;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'ZwoWebPro-BoldW04-Regular';
}

.card-servicio {
    text-align: center;
}

.card-servicio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-servicio p {
    margin-top: 21px;
    font-weight: bold;
    color: #0b2c5a;
    font-family: 'ZwoWebPro-BoldW04-Regular';
    font-size: 20px;
}

/* Flechas */
.splide__arrow {
    background: transparent;
    color: #0b2c5a;
    font-size: 20px;
}

/* Botón */
.btn-servicios {
    display: inline-block;
    margin-top: 40px;
    padding: 15px 30px;
    background: #0b2c5a;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
}

.splide__arrow--prev {
    left: -3em;
}

.splide__arrow--next {
    right: -3em;
}

.splide__arrow svg {
    fill: #2D6876;
    height: 2.2em;
    width: 2.2em;
}

.thesection {
    padding: 2rem 0rem 1rem;
}

.accordion-button:not(.collapsed) {
    color: #2D6876;
    background-color: transparent;
    box-shadow: none;
    color: #2D6876;
}

.accordion-button {
    color: #2D6876;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid #68B2A1;
    text-align: left;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    font-weight: bold;
    font-size: 27px;
    color: #2D6876;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

button:focus(:focus-visible) {
    outline: 0;
}

.punto {
    height: 15px;
    width: 15px;
    background: #2D6876;
    border-radius: 50%;
}

.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button:not(.collapsed):focus {
    box-shadow: none !important;
}

.accordion-item {
    border: none;
    background: transparent;
}

.accordion-body {
    text-align: left;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    font-size: 23px;
    color: #2D6876;
}

.padPreg {
    background: transparent linear-gradient(180deg, #E1EDDF 0%, #CFE0CD 100%) 0% 0% no-repeat padding-box;
    border-radius: 42px;
    padding: 3rem 5rem 3rem 5rem;
}

.title-preguntas {
    text-align: center;
    font-family: 'ZwoWebPro-BoldW04-Regular';
    font-size: 40px;
    letter-spacing: 0px;
    color: #002259;
    opacity: 1;
    margin-bottom: 2rem;
}

.elesection {
    padding: 4rem;
}

.btntw-pulit.the {
    width: 34%;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.elesection {
    position: relative;
    min-height: 100vh;
    background: url('../../img/fondo-contacto.webp') center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
    margin-top: 0rem;
}

.overlay {
    position: absolute;
    inset: 0;
    background: transparent linear-gradient(180deg, #e1eddf96 0%, #cfe0cd91 100%) 0% 0% no-repeat padding-box;
    backdrop-filter: blur(4px);
}

.form-container {
    position: relative;
    max-width: 800px;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 25px;
    padding: 35px 0rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.title {
    text-align: center;
    font-weight: 700;
    color: #0d2b52;
    margin-bottom: 10px;
}

.subtitle {
    text-align: center;
    color: #5b6b7c;
    margin-bottom: 20px;
    font-size: 14px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

form.padForm {
    padding: 0rem 6rem;
}

input,
select,
textarea {
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 12px 15px;
    font-size: 14px;
    outline: none;
    transition: all .2s ease;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 12px 45px 12px 15px;
    border-radius: 12px;
    border: 1px solid #ccc;
    /* background-color: #f5f5f5; */
    font-size: 16px;
    color: #333;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%232D6876' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 8%;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #2D6876;
    box-shadow: 0 0 0 2px rgba(45, 104, 118, 0.15);
}

select:focus {
    outline: none;
    border-color: #2D6876;
    box-shadow: 0 0 0 2px rgba(45, 104, 118, 0.2);
}

textarea {
    min-height: 100px;
    resize: none;
}

.btn-solicitar {
    background: #002259 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 18px;
    text-align: center;
    font-family: 'Segoe-UI-Variable-Display', sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    padding: 1rem 0rem;
    font-weight: bold;
    text-decoration: none;
    width: 80%;
    transition: .3s;
}



.btn-solicitar:hover {
    background: #123b6b;
}

.footer-pulitzia {
    background: #356f78;
    padding: 30px 130px;
    position: relative;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left img {
    height: 70px;
}

.footer-right {
    text-align: left;
    color: white;
    font-size: 14px;
    line-height: 1.4;
}

.txtCen {
    text-align: center;
}

.imgPers.mov {
    display: none;
}

.imgLim1.mov {
    display: none;
}

.imgLim2.mov {
    display: none;
}

.imgLim3.mov {
    display: none;
}

.imgLim4.mov {
    display: none;
}

.aviso {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.aviso p a {
    font-weight: bold;
    color: #ff9f9f;
    text-decoration: underline;
}

.btntw-pulit.clasi {
    padding: 0.8rem 3rem;
}

.contLis {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s ease;
}

.contLis.show {
    opacity: 1;
    transform: translateX(0);
}

.titlopera {
    background: #CFE0CD 0% 0% no-repeat padding-box;
    text-align: center;
    font-family: 'ZwoWebPro-BoldW04-Regular';
    font-size: 40px;
    color: #002259;
    margin-bottom: 0px;
    padding: 1.5rem 0rem;
}

.titllim {
    text-align: center;
    font-family: 'ZwoWebPro-BoldW04-Regular';
    font-size: 40px;
    color: #002259;
    margin-bottom: 0px;
    padding: 3.5rem 0rem;
}

.btntw-pulit.sol {
    width: 30%;
    margin-top: 2rem;
}

.lin {
    background: #7070704f 0% 0% no-repeat padding-box;
    width: 90%;
    height: 2px;
    margin: 4rem 0rem 2rem;
}

.sectioncontr {
    background: transparent linear-gradient(180deg, #E1EDDF 0%, #CFE0CD 100%) 0% 0% no-repeat padding-box;
    /* opacity: 0.57; */
    padding: 3rem 2rem;
}

.caption {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
}

.jph {
    justify-content: end;
    height: 100%;
    padding: 3rem;
}

.contEnjph {
    background: #ffffffbd;
    border-radius: 25px;
    padding: 3rem 5rem;
    align-items: center;
    text-align: center;
}

.imgContra {
    width: 100%;
}

.divPul {
    display: flex;
    justify-content: end;
    align-items: center;
}

a.btntw-pulit.cont {
    width: 60%;
}

h2.bann-title-pul2.contr {
    font-size: 35px;
}

p.bann-text-pul2.contr {
    line-height: 30px;
}

.modal-content {
    border-radius: 15px;
}

.custom-input {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.custom-input:focus {
    box-shadow: none;
    border-color: #2D6876;
}

.btn-submit {
    background-color: #0d2d5a;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
}

.btn-submit:hover {
    background-color: #081f40;
}

.itemc.pdD.mov {
    display: none;
}

@media screen and (max-width:1728px) {
    .bann-title-pul {
        font-size: 45px;
        /* line-height: 38px; */
    }

    .bann-title-pul2 {
        font-size: 36px;
        line-height: 38px;
    }

    .bann-text-pul {
        font-size: 23px;
        margin-bottom: 4px;
    }

    .bann-text-pul2 {
        font-size: 22px;
        margin-bottom: 7px;
    }

    .btntw-pulit.caro {
        padding: 1rem 0rem;
    }
}

@media screen and (max-width:1650px) {
    .pd-esPul {
        padding: 0rem 2rem 0rem 0rem;
    }

    .bann-title-pul2 {
        font-size: 40px;
        line-height: 43px;
    }

    .bann-text-pul {
        font-size: 22px;
        margin-bottom: 7px;
    }

    .bann-text-pul2 {
        font-size: 21px;
        margin-bottom: 5px;
    }


    .card-title.imgca {
        font-size: 20px;
    }
}

@media screen and (max-width:1580px) {

    .bann-title-pul2 {
        font-size: 35px;
        line-height: 38px;
    }

    .bann-text-pul {
        font-size: 20px;
        line-height: 29px;
    }

    .bann-text-pul2 {
        font-size: 20px;
        line-height: 26px;
    }

    .btntw-pulit {
        font-size: 23px;
    }

    .btn-pulitzia {
        font-size: 20px;
    }

    .itemc.pdD {
        /* padding: 5px 31px 5px 10px; */
        width: 51%;
    }

    .cont-list p {
        font-size: 18px;
        line-height: 20px;
    }

    .cont-list {
        padding: 0px 10px;
    }
}

@media screen and (max-width:1504px) {
    .bann-title-pul {
        font-size: 40px;
        line-height: 35px;
    }
}

@media screen and (max-width:1440px) {
    .pd-esPul {
        padding: 0rem 1rem 0rem 0rem;
    }

    .bann-title-pul {
        font-size: 35px;
    }

    .bann-title-pul2 {
        font-size: 30px;
    }

    .bann-text-pul {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 28px;
    }

    .bann-text-pul2 {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 29px;
    }

    .btn-pulitzia {
        font-size: 19px;
        width: 91%;
    }

    .bg-body-nav-top {
        padding: 6px;
    }

    .pdRight {
        padding: 0rem 5rem 0rem 0rem;
    }

    .text-pul {
        font-size: 22px;
    }

    .dcarFlex img {
        width: 90%;
    }

    .cardpuli {
        width: 80%;
    }

    .card-title.imgca {
        font-size: 20px;
    }


    .btntw-pulit.clasi {
        padding: 0.8rem 3rem;
    }

    .btntw-pulit {
        font-size: 19px;
    }

    .thsection {
        padding: 4rem 0rem 0rem;
        text-align: center;
    }

    .imgPers {
        width: 90%;
    }

    .pd-esPul2 {
        padding: 0rem 0rem 0rem 0rem;
    }

    .dflCI img {
        width: 90%;
    }

    .padPreg {
        padding: 3rem 3rem 3rem 3rem;
    }

    .itemc.pdD {
        /* padding: 5px 31px 5px 10px; */
        width: 55%;
    }

    .imgContra {
        width: 85%;
    }

    h2.bann-title-pul2.contr {
        font-size: 30px;
    }

    p.bann-text-pul2.contr {
        line-height: 25px;
    }

    .contEnjph {
        padding: 2rem 3rem;
    }

    .jph {
        padding: 2rem 3rem;
    }

    .nav-item .nav-link {
        font-size: 17px;
    }
}

@media screen and (max-width:1280px) {

    .bann-title-pul {
        font-size: 25px;
        line-height: 28px;
    }

    .bann-title-pul2 {
        font-size: 25px;
        line-height: 28px;
    }

    .bann-text-pul {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 22px;
    }

    .bann-text-pul2 {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 22px;
    }

    .btn-pulitzia {
        font-size: 17px;
        width: 85%;
        margin-top: 10px;
    }

    .bgLogPul {
        top: 96%;
    }

    .text-pul {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .pdRight {
        padding: 0rem 3rem 0rem 0rem;
    }

    .card-bodypuli {
        height: 21.5rem;
    }

    .cardpuli {
        top: 15%;
    }

    .btn-solicitar {
        font-size: 20px;
    }

    .btntw-pulit.caro {
        padding: 1rem 0rem;
        width: 50%;
        margin-top: 2rem;
    }

    .tuequi p {
        font-size: 20px;
    }

    .elresu p {
        font-size: 20px;
    }

    .itemc.pdD {
        width: 63%;
    }

    .titleSegun {
        font-size: 50px;
        margin: 5rem 0rem;
    }

    .card-bodypuli {
        height: 16.5rem;
    }

    .text-List {
        width: 88%;
    }

    .imgList {
        width: 39px;
    }

    .text-List {
        font-size: 18px;
    }

    .text-List small {
        font-size: 14px;
    }

    .itemc {
        font-size: 18px;
    }
}

@media screen and (max-width:1194px) {
    .padPul {
        padding: 15px 0px 10px;
    }

    .bann-text-pul {
        font-size: 17px;
        margin-bottom: 5px;
        line-height: 20px;
    }

    .bann-title-pul {
        font-size: 26px;
    }

    .titleSegun {
        font-size: 45px;
        margin: 3rem 0rem;
    }

    .contEnjph {
        padding: 1rem 2rem;
    }

    .jph {
        padding: 1rem 3rem;
    }

    .nav-item .nav-link {
        text-align: center;
    }
}

@media screen and (max-width:1180px) {
    .card-pulitzia {
        margin-top: 10px;
    }

    .bann-text-pul {
        line-height: 22px;
    }

    .tuequi {
        padding: 10px 20px 15px 20px;
    }

    .elresu {
        padding: 10px 20px 15px 20px;
    }

    .text-List {
        padding: 4px 0px 4px 10px;
    }
}

@media screen and (max-width:1120) {
    .bann-title-pul {
        font-size: 22px;
        line-height: 26px;
    }

    .bann-title-pul2 {
        font-size: 22px;
        line-height: 26px;
    }

    .bann-text-pul {
        font-size: 15px;
        margin-bottom: 2px;
        line-height: 19px;
    }

    .bann-text-pul2 {
        font-size: 15px;
        margin-bottom: 2px;
        line-height: 19px;
    }

    .btn-pulitzia {
        font-size: 15px;
        width: 85%;
        margin-top: 5px;
    }

}

@media screen and (max-width:1114px) {
    .img-logo {
        width: 45%;
    }

    .bgLogPul {
        top: 98%;
        border-radius: 25px 25px 0px 0px;
    }

    .nav-item .nav-link {
        font-size: 16px;
    }

    .bann-title-pul {
        font-size: 24px;
    }

    .card-pulitzia {
        margin-top: 9px;
    }

    .padPul {
        padding: 15px 0px 10px;
    }

    .bann-text-pul {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 25px;
    }

    .card-title.imgca {
        font-size: 18px;
    }

    .btntw-pulit.caro {
        padding: 1rem 0rem;
        width: 60%;
    }

    .card-bodypuli {
        height: 16.5rem;
    }

    .btntw-pulit.the {
        width: 50%;
        margin-top: 3rem;
    }

    .btn-solicitar {
        font-size: 19px;
        padding: .5rem 0rem;
    }

    .aviso {
        line-height: 7px;
    }
}

@media screen and (max-width:1024px) {
    .footer-pulitzia {
        padding: 30px 50px;
    }

    .btn-pulitzia {
        font-size: 14px;
    }

    .bann-text-pul {
        font-size: 16px;
        line-height: 18px;
    }

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

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

    .cont-list p {
        font-size: 17px;
        line-height: 19px;
    }

    .titleSegun {
        font-size: 35px;
        margin: 2rem 0rem;
    }

    .lin {
        width: 100%;
        margin: 2rem 0rem 2rem;
    }

    h2.bann-title-pul2.contr {
        font-size: 25px;
    }

    p.bann-text-pul2.contr {
        line-height: 20px;
    }

    a.btntw-pulit.cont {
        width: 75%;
    }

    .contEnjph {
        padding: 0.5rem 2rem;
    }

    .jph {
        padding: .5rem 3rem;
    }
}

/* RESPONSIVE */
@media (max-width: 996px) {
    .footer-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        align-items: flex-start;
    }

    .footer-right {
        text-align: left;
        line-height: 9px;
    }

    .footer-pulitzia {
        padding: 30px 44px 99px;
    }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-collapse.puli {
        width: auto;
        display: block;
        padding: 0px 30px 25px 30px;
    }

    .img-logo {
        width: 25%;
    }

    .bg-body-nav-top {
        padding: 0px;
    }

    .navbar-brand.puli {
        width: 65%;
        align-items: center;
        text-align: left;
        margin-left: 40px;
    }

    .container-fluid {
        flex-flow: row;
    }

    /* .bann-title-pul {
        font-size: 19px;
        line-height: 20px;
        margin-bottom: 7px;
    } */

    .bann-title-pul2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 0px;
    }

    .col1No {
        display: none;
    }

    .padRow {
        padding: 0rem 1.5rem;
    }

    .bann-text-pul {
        font-size: 15px;
        margin-bottom: 2px;
        line-height: 19px;
    }

    .bann-text-pul2 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: normal;
    }

    .padPul {
        padding: 15px 0px 15px;
    }

    .btn-pulitzia {
        font-size: 15px;
        width: 85%;
        margin-top: 8px;
    }

    .bgLogPul {
        top: 97%;
        border-radius: 25px 25px 0px 0px;
    }

    .text-List {
        padding: 12.5px 25px;
    }

    .text-pul {
        font-size: 20px;
        margin-bottom: 15px;
        width: 100%;
        line-height: normal;
    }

    .pdRight {
        padding: 0rem 0rem 0rem 0rem;
    }

    .navbar-toggler-icon {
        filter: invert(1);
    }

    .navbar-toggler {
        border: none;
    }

    .navbar-toggler:focus {
        border: none;
        box-shadow: none;
    }

    /* .padMovilt {
        padding: 3rem 4rem;
    } */
    .padMovilt {
        padding: 0rem 4rem;
    }

    .padMovilt.redud {
        padding: 3rem 4rem;
    }

    .imgPers.mov {
        display: block;
        margin-bottom: 12px;
    }

    .imgPers {
        display: none;
    }

    .imgLim1.mov {
        display: block;
    }

    .imgLim1 {
        display: none;
    }

    .imgLim2.mov {
        display: block;
    }

    .imgLim2 {
        display: none;
    }

    .imgLim3.mov {
        display: block;
    }

    .imgLim3 {
        display: none;
    }

    .imgLim4.mov {
        display: block;
    }

    .imgLim4 {
        display: none;
    }

    .imgPers {
        width: 75%;
    }

    .dflCI img {
        width: 75%;
        margin-bottom: 13px;
    }

    .contList1 {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-flow: wrap;
        gap: 5px;
    }

    .pdPer {
        padding: 2rem 0rem 2rem;
    }

    .fivsection {
        padding: 2rem 0rem 3rem;
    }

    .btntw-pulit {
        font-size: 24px;
        padding: .5rem 0rem;
    }

    .sixsection {
        padding: 2rem 0rem 3rem;
    }

    .sevsection {
        padding: 2rem 0rem 3rem;
    }

    .eigsection {
        padding: 2rem 0rem 3rem;
    }

    .btntw-pulit.caro {
        padding: .5rem 0rem;
        width: 95%;
    }

    .title-preguntas {
        font-size: 30px;
    }

    .accordion-button {
        padding: 0px 0px 15px 0px;
    }

    .accordion-button {
        padding: 0px 0px 15px 0px;
        font-size: 25px;
    }

    .accordion-body {
        font-size: 20px;
    }

    .thesection {
        padding: 0rem 2rem 0rem;
    }

    .dCol1N {
        display: none;
    }

    .btntw-pulit.the {
        width: 85%;
        margin-top: 2rem;
    }

    .btn-solicitar {
        padding: .5rem 0rem;
        width: 90%;
        font-size: 24px;
    }

    .aviso {
        top: 76%;
        left: 26%;
        text-align: left;
        line-height: 9px;
        font-size: 14px;
    }

    /*----*/
    .dcarFlex img {
        width: 100%;
    }

    /* .contimLi.txtCen.izqu {
        text-align: left;
        position: relative;
    }

    .contimLi.txtCen.dere {
        text-align: end;
        position: relative;
    } */

    /* .cardpuli.absCarder {
        position: absolute;
        top: 50%;
        left: 63%;
        width: 70%;
    } */
    .cardpuli {
        top: 100%;
        position: absolute;
    }

    .gpRow {
        gap: 8rem;
    }

    /* .dcarFlex {
        overflow: hidden;
    } */

    .card-title.imgca {
        padding: 1rem 0px;
    }

    .card-bodypuli {
        height: 14rem;
    }

    /* .cardpuli.absCarizq {
        position: absolute;
        top: 50%;
        left: 37%;
        width: 70%;
    } */
    .subtil {
        margin-bottom: 1rem;
    }


    .card-bodypuli {
        height: 11.5rem;
    }

    .card-title.imgca {
        font-size: 22px;
    }

    .btntw-pulit.clasi {
        position: relative;
        top: 3rem;
    }

    .mb-7 {
        margin-bottom: 8rem;
    }

    .thsection {
        padding: 3rem 0rem 3rem;
    }

    p.bann-text-pul2.contr {
        line-height: 18px;
        font-size: 16px;
    }

    .imgContra {
        width: 75%;
    }

    a.btntw-pulit.cont {
        width: 85%;
    }
}

@media screen and (max-width:884px) {
    .card-pulitzia {
        margin-top: 9px;
    }

    .padPul {
        padding: 10px 0px 10px;
    }

    .bann-text-pul {
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 18px;
    }

    .titllim {
        font-size: 35px;
        padding: 1.5rem 4rem;
        line-height: 35px;
    }

    .btntw-pulit.sol {
        width: 50%;
    }

    .jph {
        padding: .5rem 1rem;
    }

    .sectioncontr {
        margin-top: 2rem;
    }

    .liChek {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }

    .itemc {
        width: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        padding: 7px 10px;
    }

    .itemc.pdD {
        width: auto;
    }

    .bann-title-pul2 {
        text-align: center;
    }

    a.btntw-pulit.cont {
        font-size: 17px;
    }

    .conItem {
        align-items: center;
    }

    .elresu p {
        font-size: 20px;
        text-align: center;
    }

    .text-List {
        padding: 12.5px 15px;
        font-weight: bold;
    }

    .text-List small {
        font-size: 14px;
        font-weight: 100;
    }

    .contLis {
        width: 75%;
    }
}

@media screen and (max-width:834px) {
    .aviso {
        left: 29%;
    }

    .btn-pulitzia {
        font-size: 13px;
        width: 85%;
        margin-top: 8px;
    }

    .bann-text-pul {
        font-size: 13px;
        margin-bottom: 0px;
        line-height: 15px;
    }

    .accordion-button {
        padding: 15px 0px 15px 0px;

    }
}

@media screen and (max-width:820px) {
    .jph {
        padding: 0rem 0rem;
    }

    .contEnjph {
        padding: 0.5rem 1rem;
        border-radius: 15px;
    }
}

@media screen and (max-width:800px) {
    .aviso {
        left: 31%;
    }
}

@media screen and (max-width:768px) {
    .bann-title-pul {
        line-height: 23px;
    }

    .bann-text-pul {
        line-height: 14px;
    }

    .bgLogPul {
        top: 99%;
    }
}

@media screen and (max-width:765px) {
    .imgPulBan1 {
        content: url('../../img/movil/banner_pulitzia.webp');
    }

    .card-body {
        padding: 0rem 0rem !important;
    }

    .onsection {
        padding: 7rem 0rem 1rem;
    }

    .gpRow {
        gap: 8rem;
        padding: 0rem 2rem;
    }

    .card-img-top.puli {
        width: 100%;
    }

    .card-bodypuli {
        height: 11.5rem;
    }

    .btntw-pulit.clasi {
        display: block;
        padding: 0.8rem 0rem;
        width: 90%;
        left: 50%;
        transform: translate(-50%);
    }

    .pdPer {
        padding: 0rem 0rem 0rem;
    }

    .contLis {
        width: 100%;
    }

    .btntw-pulit {
        font-size: 20px;
    }

    .padPul {
        padding: 0rem 0rem 1rem;
    }

    .bann-title-pul {
        font-size: 27px;
        line-height: 30px;
    }

    .bann-title-pul2 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 17px;
        text-align: center;
    }

    .bann-text-pul {
        font-size: 19px;
        margin-bottom: 8px;
        line-height: 24px;
    }

    .card-title.imgca {
        font-size: 25px;
        padding: 1rem 1rem;
    }

    .tw1section {
        padding: 1rem 0rem 0rem;
    }

    .twsection {
        padding: 0.5rem 0rem 1rem;
    }

    .cont-list p {
        font-size: 20px;
        line-height: 25px;
    }

    .bann-text-pul2 {
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 21px;
        text-align: center;
    }

    .card-pulitzia {
        padding: 2rem 2rem 2rem 2rem;
        margin-top: 0px;
        background: #ffffff94 0% 0% no-repeat padding-box;
        margin-bottom: 2rem;
    }


    .pd-esPul {
        padding: 0rem;
    }

    .btn-pulitzia {
        font-size: 18px;
        width: 100%;
        margin-top: 12px;
        margin-left: 0px;
    }

    .pdRight {
        padding: 0rem 3rem;
    }

    .bgLogPul {
        top: 97.5%;
        width: 50%;
        border-radius: 15px 15px 0px 0px;
        padding: 1rem 0rem 0rem;
    }

    .bgLogPul img {
        width: 60%;
    }

    .padMovilt {
        padding: 2rem 2rem;
        border-radius: 18px;
    }

    .text-pul {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .thsection {
        padding: 1rem 0rem 1rem;
        text-align: center;
    }

    .text-List {
        font-size: 15px;
        padding: 10px 0px 10px 10px;
        min-width: 180px;
    }

    .ninsection {
        padding: 25px 0 37px;
    }

    .padMovilt.redud {
        padding: 2rem 2rem;
    }

    .caption {
        position: absolute;
        top: 80%;
        left: 50%;
        height: auto;
        padding: 1rem 1rem;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .jph {
        padding: 0rem 0rem;
        height: auto;
    }

    .contEnjph {
        padding: 1rem 1rem;
    }

    a.btntw-pulit.cont {
        width: 100%;
    }

    h2.bann-title-pul2.contr {
        font-size: 25px;
        text-align: left;
        margin: 10px 0px;
    }

    .imgList {
        padding: 3px;
        width: 48px;
        height: 47px;
    }

    .btntw-pulit.sol {
        width: 65%;
    }

    .titlopera {
        font-size: 30px;
        padding: 1.5rem 1rem;
    }

    .titllim {
        font-size: 30px;
        padding: 1.5rem 1rem;
        line-height: 32px;
    }

    .eigsection {
        padding: 1rem 0rem 1rem;
    }

    .sevsection {
        padding: 1rem 0rem 1rem;
    }

    .sixsection {
        padding: 0rem 0rem 1rem;
    }

    .fivsection {
        padding: 0rem 0rem 2rem;
    }

    .forsection {
        margin-top: 6rem;
    }

    .splide__arrows.splide__arrows--ltr {
        display: none
    }

    .title-preguntas {
        font-size: 22px;
        margin-top: 0px;
        line-height: 20px;
    }

    .accordion-button {
        font-size: 19px;
        padding: 10px 0px 10px 0px;
    }

    .elesection {
        padding: 40px 30px;
    }

    .punto {
        height: 11px;
        width: 11px;
    }

    .accordion-body {
        font-size: 16px;
        padding: 0px 0px 10px 0px;
    }

    .btntw-pulit.the {
        width: 92%;
        margin-top: 2rem;
    }

    .form-container {
        padding: 20px 3rem;
    }

    form.padForm {
        padding: 0rem 0rem;
    }

    .img-logo {
        width: 35%;
    }

    .bg-body-nav-top {
        padding: 5px;
    }

    .btntw-pulit.caro {
        padding: .5rem 0rem;
        width: 90%;
        margin-top: 1.5rem;
    }

    .title {
        font-size: 20px;
        line-height: 23px;
    }

    .btn-solicitar {
        width: 92%;
        margin-top: 1rem;
        font-size: 14px;
        width: 100%;
        display: block;
    }

    .aviso {
        left: 39%;
        font-size: 14px;
        line-height: 15px;
    }

    .itemc.pdD.esc {
        display: none;
    }

    .itemc.pdD.mov {
        display: flex;
    }

    p.bann-text-pul2.contr {
        text-align: left;
    }
}

@media screen and (max-width:468px) {
    .onsection {
        padding: 6rem 0rem 1rem;
    }

    .img-logo {
        width: 50%;
    }

    .titleSegun {
        font-size: 30px;
        margin: 3rem 0rem;
        padding: 0px 1rem;
        line-height: 34px;
    }

    .gpRow {
        gap: 10rem;
        padding: 0rem 1rem;
    }

    .btn-pulitzia {
        font-size: 14px;
    }

    .subtil {
        font-size: 25px;
        margin-bottom: 1rem;
    }

    .text-pul {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .btntw-pulit {
        font-size: 14px;
        width: 100%;
        display: block;
    }

    .accordion-button {
        font-size: 16px;
    }

    .accordion-body {
        font-size: 14px;
    }

    .btntw-pulit.clasi {
        position: relative;
        top: 5rem;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0.5rem 0rem;
    }

    .forsection {
        margin-top: 5rem;
        padding: 1rem 0rem 1rem;
    }

    .pdPer {
        padding: 0rem 0rem 0rem 0rem;
    }

    .padMovilt.redud {
        padding: 2rem 2rem;
    }

    .padMovilt {
        padding: 1rem 2rem;
    }

    .cardpuli {
        top: 112%;
        position: absolute;
        width: 90%;
    }

    .card-title.imgca {
        font-size: 20px;
    }

    .mb-7 {
        margin-bottom: 6rem;
    }

    .imgList {
        padding: 2px;
        width: 45px;
        height: 45px;
        /* border-radius: 75px 0 0 14px; */
    }

    .contImgLis {
        width: 15%;
    }

    .contLis {
        width: 100%;
    }

    .contList1 {
        width: 100%;
        margin-left: 0rem;
        margin-top: 25px;
    }

    .text-List {
        font-size: 16px;
        padding: 10px 10px 10px 10px;
        min-width: 85%;
    }

    .text-List small {
        font-size: 14px;
        line-height: 15px;
    }

    .caption {
        top: 71%;
    }

    .title {
        font-size: 15px;
        line-height: 19px;
    }

    .footer-pulitzia {
        padding: 30px 34px 99px;
    }

    .bgLogPul {
        top: 98%;
        width: 49%;
        border-radius: 15px 15px 0px 0px;
        padding: 1rem 0rem 0rem;
    }

    .title-preguntas {
        font-size: 22px;
        margin-top: 0px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .bann-title-pul {
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 10px;
    }

    .bann-title-pul2.mbth {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:393px) {
    .bann-title-pul {
        font-size: 23px;
        line-height: 27px;
    }

    .icoChe {
        margin-top: -24px;
    }

    .bgLogPul {
        top: 98.5%;
        width: 46%;
    }

}

/* whatsapp */
.btn-whatsapp {
    display: block;
    width: auto;
    height: auto;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 30%;
    border-radius: 50%;
    /* line-height: 80px; */
    text-align: center;
    z-index: 999;
    /* background: red; */
}

.btn-whats {
    width: 50px;
}

.btn-whats:hover {
    transform: scale(1.1);
}

@media screen and (max-width:998px) {
    .btn-whats {
        width: 50px;
    }
}