.ddln-header-top {
    padding: 10px 0;
 }
.ddln-header-top .flex .list-items{
   list-style: none;
   display: flex;
   justify-content: flex-end;
}

.ddln-header-top .flex .list-items .item .item-link{
    font-family: "Cabin";
    color: #504f4f;
    font-size: 15px;
    text-decoration: unset;
    border-radius: 15px;
/*    border: 1px solid #504f4f;*/
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
/*.ddln-header-top .flex .list-items .item:nth-child(1) .item-link{
    color: #8EC044;
    border: 1px solid #8EC044;
    margin-right: 10px;
}*/
.ddln-header-top .flex .list-items .item:nth-child(1) .item-link::after{
    content: "";
    display: block;
    background-image: url(../images/arrow-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 10px;
}
.ddln-header-top .flex .list-items .item:nth-child(2) .item-link{
    color: #34AAD7;
    border: 1px solid #34AAD7;
    margin-right: 10px;
}
.ddln-header-top .flex .list-items .item:nth-child(2) .item-link::after{
    content: "";
    display: block;
    background-image: url(../images/arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 10px;
}
.ddln-header-top .flex .list-items .item:nth-child(3) .item-link{
    color: #F15A31;
    border: 1px solid #F15A31;
}
.ddln-header-top .flex .list-items .item:nth-child(3) .item-link::after{
    content: "";
    display: block;
    background-image: url(../images/arrow-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 10px;
}

.ddln-header__nav {
    width: 100%;
}

.ddln-header .ddln-header__nav .arrow a{
    color: #E44D7F;
    display: flex;
    align-items: center;
    border-left: 1px solid #E44D7F;
}

.ddln-header .ddln-header__nav .arrow a::after{
    content: "";
    display: block;
    background-image: url(../images/arrow-pink.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 10px;
}
.ddln-news-slider .splide-home .splide__pagination{
   bottom: 10px;
}
.ddln-news-slider .splide-home .splide__pagination__page.is-active{
     background:#34AAD7;
     opacity: 1;
}
.ddln-news-slider .splide-home .splide__pagination__page{
    opacity: 0.3;
    background:#34AAD7;
}

.ddln-news-slider .splide-home .splide__slide{
    padding: 0;
}

.ddln-cover {
    padding: 50px 0px 20px;
}

.box-rrss{
    padding: 20px 15px;
    width: 65px; 
    height: 230px; 
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #146A8B;
    opacity: 0.6;
    top: 25em;
    position: fixed;
    left: unset;
    right: 0;
    z-index: 100;
}
.box-rrss .items-rrss {
    list-style: none; 
    padding: 0;
}

.box-rrss .items-rrss .rrss {
    margin-bottom:5px; 
 }
.box-rrss .items-rrss .rrss .link-rrss img{
    width: 33px; 
    height: 33px; 

}
.ddln-btn-identify a::after{
    right: 30px;
    font-size: 1em;
}

.ddln-btn-identify a span.ddln-btn-identify-txt{
    margin-left: 15px;
}

.tooltip-inner {
    background-color: #E44D7F;
    opacity: 1 !important;
    font-size: 14px;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #E44D7F !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #E44D7F !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #E44D7F !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #E44D7F !important;
}

.ddln-btn-minisite a{
    background-color: #FF4A00;
}
.ddln-faq .splide__pagination {
    justify-content: flex-start;
}
.ddln-faq .splide__pagination {
    transform: translateX(-20%) translateY(-20px);
}
.ddln-faq .splide__pagination__page{
    background-color:#8EC044 ;
    opacity: 0.6;
}

.ddln-faq .splide__pagination__page.is-active{
    background-color:#8EC044 ;
    opacity: 1;
}
.ddln-faq__list-slider--more{
    background-color: #E44D7F;
    color: #fff;
    border-radius: 20px;
    text-decoration: unset;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    margin-top: 10%;
}
.ddln-faq__list-slider--more:hover{
    color: #fff;
}
.ddln-faq__list-slider--more::after{
    content: "";
    display: block;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 10px;
    margin-left: 5px;
}

.ddln-tab-menu-wwad__nav-tab-link{
    justify-content: center;
}
.ddln-faq__list-slider ol li{
    width: 80%;
}

.ddln-sabias{
    padding: 3em 0 0;
}
.ddln-sabias .bg {
    background-color: #146A8B;
    padding: 8em 0 10em;
}
.ddln-sabias h2 {
    position: relative;
    font-weight: bold;
}
.ddln-sabias h2::after {
    display: flex;
    flex-wrap: wrap;
    content: "\e80e";
    font-family: "defensoria-icon";
    font-size: 6.5rem;
    font-weight: 500;
    color: #ffe82d;
    margin-top: -12px;
}
.ddln-sabias .splide__slide-item-img a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ddln-sabias .splide__slide-item-img a img{
    max-width: 85%;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}
.ddln-sabias .splide__pagination{
    transform: unset;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -50px;
}

.ddln-sabias .splide__pagination__page{
    background-color: #BFEF7A;
    opacity: 0.6;
}
.ddln-sabias .splide__pagination__page.is-active{
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 50px;
    border-radius: 5px 5px;
    background-color: #BFEF7A;
    opacity: 1;
}

.ddln-sabias  .splide__arrows .splide__arrow {
    width: 5em;
    height: 5em;
    margin-right: -70px;
    opacity: 1;
    background: #ffffff;
    -webkit-box-shadow: 0 1rem 1.5rem rgb(0 0 0 / 15%);
    box-shadow: 0 1rem 1.5rem rgb(0 0 0 / 15%);
}

.ddln-sabias .splide__arrows .splide__arrow--prev {
    display: none;
}

.ddln-sabias .splide__arrows .splide__arrow--next svg {
    display: none;
}

.ddln-sabias .splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
}
.ddln-sabias .splide__arrows .splide__arrow--next::after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e805";
    font-family: "defensoria-icon";
    font-size: 1.5rem;
    font-weight: 700;
    color: #504f4f;
    width: 21.87px;
    height: 16.43px;
}  

.ddln-youtube{
   padding: 0 0 5em;
}
.ddln-youtube__bg {
    width: 100%;
    position: relative;
    z-index: 0;
}

.ddln-youtube__color{
    background-color: #F4FBFD;
    width: 100%;
    padding: 5em 0 10em;
}

.ddln-youtube__bg::after {
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 0%;
    background-color: #CDF1F2;
    opacity: 0.5;
    position: absolute;
    right: 0;
    left: unset;
    bottom: unset;
    top:0px;
    z-index: 0;
    transform: rotate(0deg);
}
.ddln-youtube__bg::before {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    background-color: #CDF1F2;
    opacity: 0.5;
    position: absolute;
    right: unset;
    left: 0;
    /* bottom: unset; */
    top: 130px;
    z-index: 0;
    transform: rotate(0deg);
}
.ddln-youtube h2{
    position: relative;
    font-weight: bold;
}

.ddln-youtube h2::after{
    display: flex;
    flex-wrap: wrap;
    content: "\e80e";
    font-family: "defensoria-icon";
    font-size: 6.5rem;
    font-weight: 500;
    color: #34AAD7;
    margin-top: -12px;
}
.ddln-youtube__video {
    display: flex;
    position: relative;
    z-index: 1;
}
.ddln-youtube__video--box{
   position: relative;
   display: block;
}
.ddln-youtube__video--box::after{
    content: "";
    display: block;
    background-image: url(../images/click.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 145px;
    height: 100px;
    transition: .3s;
}
.ddln-youtube__video--box:hover::after{
    transform: scale(.9);
    transition: .3s;
}

.ddln-youtube__video--box img{
    border-radius: 15px;
    display: block;
    margin: auto;
    width: 100%;
}

.ddln-youtube__box-text{
    padding: 0 4em;
}

.ddln-youtube__box-text h5{
    color: #504F4F;
    font-size: 20px;
    font-weight: 600;
}

.ddln-youtube__box-text p{
    color: #504F4F;
    font-size: 18px;
}

.ddln-youtube__box-text--more {
    background-color:#266A8B;
    color: #fff;
    border-radius: 20px;
    text-decoration: unset;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    margin-top: 5%;

}

.ddln-youtube__box-text--more:hover {
    color: #fff;
}
.ddln-youtube__box-text--more::after {
    content: "";
    display: block;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 10px;
    margin-left: 5px;
}
.ddln-youtube__cont-info{
    margin-top: -3%;
}
.ddln-youtube__cont-info .card{
    background: unset;
    border: unset;
    text-decoration: unset;
}

.ddln-youtube__cont-info .card .card-img-top{
    width: 100%;
    border-radius: 15px;
}

.ddln-youtube__cont-info .card .card-body{
    padding: 10px 0;
}

.ddln-youtube__cont-info .card .card-body .card-title{
    font-size: 18px;
    font-weight: 600;
    color: #504F4F;
    text-decoration: unset;
}

.ddln-youtube__cont-info--more {
    background-color: #E44D7F;
    color: #fff;
    border-radius: 20px;
    text-decoration: unset;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    margin: 5% auto 0;
}
.ddln-youtube__cont-info--more:hover {
    color: #fff;
}
.ddln-youtube__cont-info--more::after {
    content: "";
    display: block;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 10px;
    margin-left: 5px;
}

.ddln-activities{
    padding: 5em 0;
}

.ddln-activities h2{
    position: relative;
    font-weight: bold;
}

.ddln-activities h2::after{
    display: flex;
    flex-wrap: wrap;
    content: "\e80e";
    font-family: "defensoria-icon";
    font-size: 6.5rem;
    font-weight: 500;
    color: #E44D7F;
    margin-top: -12px;
}

.ddln-activities .row {
    justify-content: center;
    z-index: 1;
    position: relative;
}

.ddln-activities .card {
    border-radius: 15px;
    box-shadow: 0 -3px 10px rgb(0 0 0 / 4%);
    margin: 0 20px;
}

.ddln-activities .card-body .card-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ddln-activities .card-body .card-title h3{
    color: #34AAD7;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ddln-activities .card-body .card-title h3 span{
    font-size: 20px;
}

.ddln-activities .card-body h5{
    margin-top: 2em;
    color: #504F4F;
    font-size: 20px;
}

.ddln-activities .card-body p{
    color: #504F4F;
    font-size: 18px;
    line-height: 21px;
}
.icon-1{
    background-image: url(../images/act-1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 60px;
    height: 74px;

}
.icon-2{
    background-image: url(../images/act-2.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 60px;
    height: 74px;

}
.icon-3{
    background-image: url(../images/act-3.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 60px;
    height: 74px;

}
.icon-4{
    background-image: url(../images/act-4.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 60px;
    height: 74px;

}
.icon-5{
    background-image: url(../images/act-5.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 60px;
    height: 74px;

}
.icon-6{
    background-image: url(../images/act-6.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 60px;
    height: 74px;

}

.ddln-activities__bg {
    background-color: #FFE82D;
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: -13%;
    z-index: 0;
}
.ddln-activities__bg::after {
    content: "";
    display: block;
    width: 250px;
    height: 250px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 40%;
    border-top-right-radius: 40%;
    background-color: #FFFBD9;
    opacity: 0.5;
    position: absolute;
    right: 0px;
    left: unset;
    bottom: unset;
    top: 30px;
    z-index: 0;
    transform: rotate(0deg);
}

.ddln-activities--more {
    background-color: #146A8B;
    color: #fff;
    border-radius: 20px;
    text-decoration: unset;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    margin: 5% auto 0;
}
.ddln-activities--more:hover {
    color: #fff;
}
.ddln-activities--more::after {
    content: "";
    display: block;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 10px;
    margin-left: 5px;
}
.ddln-download .splide-download .splide__slide-img{
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.ddln-download .splide-download .splide__slide-img img{
    width: 100%;
}
.ddln-download .splide-download .splide__slide-item,
.ddln-download .splide__slide.is-active .splide__slide-item{
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px;
    height: 150px;
    place-content:unset;
    display: flex;
    flex-direction: column;
}

.ddln-download .splide__slide-item a {
    margin: 0 auto;
    justify-content: center;
}

.ddln-schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 160px;
    background-color: #34AAD7;
    color: #fff;
}

.ddln-schedule .container{
    display: flex;
    justify-content: center;
}
.ddln-schedule h2 {
    position: relative;
    font-weight: bold;
    width: fit-content;
    padding-left: 150px;
    margin: 0;
}

.ddln-schedule h2::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -160px;
    content: "";
    background-image: url(../images/agenda.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 330px;
    height: 160px;
    margin: auto auto auto 0;
    z-index: 0;
}

.ddln-schedule h2 a{
    font-size: 3.2rem;
    line-height: 4.3rem;
    color: #fff;
    text-decoration: none;      
}

.ddln-schedule .d-flex {
    align-items: center;
    justify-items: center;
}

.ddln-schedule--more {
    background-color: #E44D7F;
    color: #fff;
    border-radius: 20px;
    text-decoration: unset;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:180px;
    position:relative;
    z-index: 1;
    margin-left: 20px;
}
.ddln-schedule--more:hover {
    color: #fff;
}
.ddln-schedule--more::after {
    content: "";
    display: block;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 10px;
    margin-left: 5px;
}

.ddln-bgblue {
    background-color: #34AAD7;
    padding: 6em 0;
}

.ddln-bgblue h2{
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    margin: auto;
}

.ddln-next-acti {
    position: relative;
}

.ddln-next-acti__bg {
    background-color: #FCE73E;
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.ddln-next-acti .row {
   padding-top: 3em;
   padding-bottom: 5em;
}

.ddln-next-acti h2{
    position: relative;
    font-weight: bold;
}

.ddln-next-acti h2::after{
    display: flex;
    flex-wrap: wrap;
    content: "\e80e";
    font-family: "defensoria-icon";
    font-size: 6.5rem;
    font-weight: 500;
    color: #E44D7F;
    margin-top: -12px;
}

.ddln-next-acti .splide-acti{
    display: flex;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 15px;
    z-index: 1;
}
.ddln-next-acti .splide__slide-item {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #504f4f;
    background-color: #ffffff;
    border-radius: 16px;
}
.ddln-next-acti .splide__slide-item picture{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.ddln-next-acti .splide__slide-item picture img{
    width: 100%;
    border-radius: 15px;
}

.ddln-next-acti .splide__slide-item .splide__slide-item-info {
    width: 50%;
    padding: 2em;
}

.ddln-next-acti .splide__slide-item .splide__slide-item-info .box-date{
    display: flex;
    justify-content: space-between;
}

.ddln-next-acti .splide__slide-item .splide__slide-item-info .box-date h3{
    font-size: 50px;
    font-weight: 600;
    color:#34AAD7;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.ddln-next-acti .splide__slide-item .splide__slide-item-info .box-date h3 span{
    font-size: 20px;
}


.ddln-next-acti .splide__slide-item .splide__slide-item-info .box-info{
    margin-top: 20px;
}

.ddln-next-acti .splide__slide-item .splide__slide-item-info .box-info h5{
    color: #504F4F;
    font-size: 20px;
    font-weight: 600;
}


.ddln-next-acti .splide__slide-item .splide__slide-item-info .box-info p{
    color: #504F4F;
    font-size: 18px;
}

.ddln-next-acti .splide__slide-item-info--more {
    background-color: #146A8B;
    color: #fff;
    border-radius: 20px;
    text-decoration: unset;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:180px;
    position:relative;
    z-index: 1;
}
.ddln-next-acti .splide__slide-item-info--more:hover {
    color: #fff;
}
.ddln-next-acti .splide__slide-item-info--more::after {
    content: "";
    display: block;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 10px;
    margin-left: 5px;
}

.ddln-next-acti .splide__pagination {
    transform: unset;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -30px;
}

.ddln-next-acti .splide__pagination__page {
    transform: scale(1);
    border-radius: 5px 5px;
    background-color: #BFEF7A;
    opacity: 1;
}
.ddln-next-acti .splide__pagination__page.is-active {
    transform: scale(1);
    width: 50px;
    border-radius: 5px 5px;
    background-color: #BFEF7A;
    opacity: 1;
}

.ddln-next-acti  .splide__arrows .splide__arrow {
    width: 5em;
    height: 5em;
    margin-right: -70px;
    opacity: 1;
    background: #ffffff;
    top: 35%;
}

.ddln-next-acti .splide__arrows .splide__arrow--prev {
    display: none;
}

.ddln-next-acti .splide__arrows .splide__arrow--next svg {
    display: none;
}

.ddln-next-acti .splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
}
.ddln-next-acti .splide__arrows .splide__arrow--next::after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e805";
    font-family: "defensoria-icon";
    font-size: 1.5rem;
    font-weight: 700;
    color: #504f4f;
    width: 21.87px;
    height: 16.43px;
}  

.ddln-page-acti {
    background-color: rgba(255, 251, 217, 0.562);
    position: relative;
}

.ddln-all-acti{
    padding: 5em 0 5em;
}
.ddln-all-acti__bg{
    width: 100%;
    position: relative;
}
.ddln-all-acti__bg::after{
    content:"";
    display: block;
    position: absolute;
    right: 0;
    top: 3em;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background-color: #fffbd9;
    z-index: -1;
}

.ddln-all-acti__bg::before{
    content:"";
    display: block;
    width:500px;
    height:500px;
    position: absolute;
    right: unset;
    left: 0;
    top: -5em;
    border-radius: 50%;
    background-color: #fffbd9;
    z-index: -1;
}

.ddln-page-acti .circle-bottom{
    position: absolute;
    right: 0;
    bottom: 5em;
    border-radius: 50%;
    width: 330px;
    height: 330px;
    background-color: #fffbd9;
    z-index: -1;
}
.ddln-all-acti h2{
    position: relative;
    font-weight: bold;
}

.ddln-all-acti h2::after{
    display: flex;
    flex-wrap: wrap;
    content: "\e80e";
    font-family: "defensoria-icon";
    font-size: 6.5rem;
    font-weight: 500;
    color: #F15A31;
    margin-top: -12px;
}

.ddln-all-acti .card {
    border-radius: 15px;
    box-shadow: 0 -3px 10px rgb(0 0 0 / 4%);
    margin: 0 5px 10px;
    width: 32%;
}

.ddln-all-acti .card-body .card-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ddln-all-acti .card-body .card-title h3{
    color: #34AAD7;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ddln-all-acti .card-body .card-title h3 span{
    font-size: 20px;
}

.ddln-all-acti .card-body h5{
    margin-top: 2em;
    color: #504F4F;
    font-size: 20px;
}

.ddln-all-acti .card-body p{
    color: #504F4F;
    font-size: 18px;
    line-height: 21px;
}

.ddln-all-acti__more {
    background-color: #E44D7F;
    color: #fff;
    border-radius: 20px;
    text-decoration: unset;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:180px;
    margin: 2em auto 1em;
    text-decoration: unset;
    border: none;
}

.ddln-all-acti__more:hover{
    color: #fff;
}

@media only screen and (max-width: 1100px) {
    .ddln-cover-caption {
        padding: 30px;
    }
    .ddln-cover-caption h1 {
        font-size:4rem;
    }

    .ddln-header-top .flex .list-items .item .item-link{

        display: inherit !important;

    }
}
@media only screen and (max-width:992px) {
    .ddln-cover-caption {
        padding: 30px;
    }
    .ddln-cover-caption h1 {
        font-size: 3rem;
    }
    .ddln-next-acti .splide-acti{
        max-width: 100%;
    }
    .ddln-next-acti .splide__arrows .splide__arrow{
        display: none;
    }
    .ddln-all-acti .card {
        width: 31%;
    }
}

@media only screen and (max-width: 768px) {
    .ddln-header-top .flex .list-items{
        flex-direction: column;
    }
    .ddln-header-top .flex .list-items .item{
       margin: 0 auto 10px;
       width: 250px;
    }
    .ddln-header-top .flex .list-items .item .item-link{
       text-align: center;
    }
    .box-rrss{
        top: 31em;
    }
    .ddln-btn-identify a span.ddln-btn-identify-txt{
        margin-left: 0;
    }
    .ddln-faq .splide__pagination {
        transform: translateX(30%) translateY(-10px);
    }
    .ddln-youtube__video {
        margin: 0 0 1em;
    }
    .ddln-next-acti .splide__slide-item{
        flex-direction: column;
    }
    .ddln-next-acti .splide__slide-item .splide__slide-item-info,
    .ddln-next-acti .splide__slide-item picture{
        width: 100%;
    }
    .ddln-all-acti .card {
        width: 48%;
        margin: 0 auto 10px;
    }
    .ddln-all-acti__bg::before {
        max-width: 300px;
        max-height: 300px;
    }
    .ddln-all-acti__bg::after {
        display: none;
    }
    .ddln-sabias .splide__arrows .splide__arrow {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .ddln-youtube__video {
        flex-direction: column;
    }
    .ddln-youtube__box-text {
        padding: 0;
        margin-top: 2em;
    }
    .ddln-activities .card {
        margin: 0 auto 2em;
    }  
    .ddln-activities .card:last-of-type {
        margin: 0 auto;
    }    
    .ddln-activities__bg {
        height: 200px;
        margin-top: -20%;
    }
    .ddln-activities__bg::after {
        width: 150px;
        height: 150px;
    }
    .ddln-schedule .d-flex  {
        flex-direction: column;
    }
    .ddln-schedule h2 {
        line-height: 30px;
    }
    .ddln-schedule .d-flex {
        align-items: flex-end;
    }
    .ddln-faq .splide__pagination {
        transform: unset;
        justify-content: center;
    }
    .ddln-faq__bg-faq::after {
        right: 0;
    }
    .ddln-cover-img-circle img{
        width: auto;
    }
    .ddln-cover-img-circle {
        right: 0;
    }
    .ddln-faq__list-slider {
        width: auto;
    }
    .ddln-faq__list-slider--more {
        margin: 20px 0;
    }
}