/********** Template CSS **********/
body{
    background-color: #d8d5e3!important;
    color: #000;
}
body{
    /* padding-top: 25vh; */
    /* background: linear-gradient(rgba(208, 206, 222, .3), rgba(208, 206, 222, .3)), url(../img/pp2026_copaco_fondo_espacio_sin_logo_traslucido.png) top center no-repeat;
    background-size: contain; */
}
.bg-dark{
    /* background-color: #d0cede!important; */
    background-color: rgba(111, 96, 158,0.95)!important;
    
}

.bg-pasado{
    background-color: #E8E8E8;
}

.bg-copaco{
    background-color: #933681B0;
}

.bg-pp{
    background-color: #3F9437B0;
}

.text-justify{
    text-align: justify;
}
/* Carrusel cronograma */
.cartita{
    min-height: 250px;
    height: auto;
}

.slick-center
{
background-color: #544778!important;
}

.slick-initialized .slick-slide{

}

.moradito_obscuro{
    background-color: #d0cede!important;
}
.moradito_claro{
    background-color: #d8d5e3!important;
}
.moradito_claro_texto{
    color: #d8d5e3!important;
}
.moradito_azulado{
    color: #544778;
}
.moradito_oscuro_titulo{
    color: #544778;
}

.slick-slide.slick-current.slick-active.slick-center .card-title, .slick-slide.slick-current.slick-active.slick-center .card-text{
    color: #ffffff;
}

.slick-slide.slick-active .card-title{
    color: #544778;
}

.bg-secondary_clear{
    background-color: transparent!important;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    min-height: 230px !important;
    max-height: 230px !important;
    overflow: hidden;
    overflow-y: auto;
}

.acuarela{
    /* background-color: rgba(227, 225, 235, 0.65)!important; */
    background-color: rgba(145, 97, 173,0.5)!important;
    /* background-color: rgba(191, 180, 265,0.5)!important; */

    /* background: linear-gradient(rgba(216, 213, 227, .33), rgba(216, 213, 227, .33)), url(../img/acuarela.png) top center no-repeat; */
    /* background-size: cover; */
}

.bg-secondary_sin{
    /* padding-top: 25vh; */
    /* background: linear-gradient(rgba(216, 213, 227, .3), rgba(216, 213, 227, .3)), url(../img/fondo_acuarela.jpg) top center no-repeat;
    background-size: cover; */
    /* background-color: rgb(227, 225, 235, 0.65)!important; */
    background-color: rgb(191, 180, 235, 0.65)!important;
}
.bg-secondary_fondo{
    /* padding-top: 25vh; */
    background-color: rgba(216, 213, 227, 0.33)!important;
    background: linear-gradient(rgba(216, 213, 227, .33), rgba(216, 213, 227, .33)), url(../img/fondo_acuarela.jpg) top center no-repeat;
    background-size: 100% 100%;
}

.bg-rbga-morado{
    /* background-color: rgba(145, 97, 173,0.5)!important; */
    background-color: rgba(111, 96, 158,0.75)!important;
}

.text-black{
    color: #000!important;
}

.border-secondary{
    border-color: transparent !important;
}

.btn-primary {
    color: #000;
    background-color: #9161ad;
    border-color: #9161ad;
}

.btn-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active{
    color: #000;
    background-color: rgb(208, 206, 222);
    border-color: rgb(208, 206, 222);
}

/* .bg-accordion-morado{
    color: #9161ad!important;
    background-color: rgb(208, 206, 222) !important;
    border-color: rgb(208, 206, 222) !important;
} */
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #9161ad!important;
    text-align: left;
    background-color: rgb(208, 206, 222)!important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.accordion-body{
    background-color: rgb(208, 206, 222)!important;
}
.accordion-body a{
    color: #9161ad;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #9161ad!important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(145, 97, 173, .25);
}

.accordion-item:last-of-type .accordion-button.collapsed{
    border-radius: 0;
}
.btn-outline-primary {
    color: #9161ad;
    border-color: #9161ad;
}
.accordion-button:not(.collapsed){
    color: #9161ad;
}
.accordion-button:not(.collapsed)::after{
    /* background-image: none; */
}
.dropdown-item.active, .dropdown-item:active{
    color: #FFF;
    background-color: rgb(145, 97, 173);
    border-color: #9161ad;
}

.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(145, 97, 173, .5)!important;
}


.btn-outline-primary:hover {
    color: #FFF;
    background-color: rgb(145, 97, 173);
    border-color: #9161ad;
}
.list-group-flush>.list-group-item{
    padding-left: 1rem !important;
}
.listaul>.listali{
    border-width: 0 0 1px !important;
        text-align: justify !important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    color: #FFF!important;
    border-color: #FFF;
}


.logo_iecm{
    /* width: 30%; */
    width: 108px;
}

.margin-2{
    margin: 2rem;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
    border-radius: 50px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: inherit;
}

.btn-primary {
    color: var(--bs-white);
}


/*** Navbar ***/
.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: .5s;
    background-color: rgba(111, 96, 158,0.75);
}

.navbar .navbar-nav .nav-link {
    /* margin: 0.6rem; */
    /* padding: 40px 0; */
    padding: 10px 10px;
    color: var(--bs-white);
    font-size: 0.9rem;
    text-transform: uppercase;
    outline: none;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    /* color: var(--bs-primary); */
    /* text-decoration: underline; */
    color: #FFF;
    /* background-color: rgba(111, 96, 158,0.75); */
    background-color: rgba(208, 206, 222,0.75);
}


/* nav-tabs */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  /* background-color: #fff; */
  background-color: rgba(145, 97, 173,0.5)!important;
  border-color: #dee2e6 #dee2e6 #fff;
}

.navbar .dropdown-menu .item-lista-header-vineta{
    padding: 0px 0px 0px 3rem;
}

.navbar .dropdown-menu .item-header-vineta-item{
    padding: .25rem 1rem .25rem 0rem;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link,
    .navbar.bg-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 10px;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid var(--bs-light);
    }
}

@media (min-width: 965px) {
    .navbar .navbar-nav .nav-link {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 10px;
        font-size: 0.8rem;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 0.65rem;
    }
}

@media (min-width: 1100px) { 
    .navbar .navbar-nav .nav-link {
        font-size: 0.7rem;
    }

}

@media (min-width: 1200px) { 
    .navbar-dark .navbar-brand{
        width: 22.5vw;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 0.8rem;
    }

}

@media (min-width: 1250px) { 
    .navbar .navbar-nav .nav-link {
        font-size: 0.85rem;
    }

}

@media (min-width: 1280px) { 
    .navbar .navbar-nav .nav-link {
        font-size: 0.9rem;
    }

}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 100px;
    /* background: rgba(0, 0, 0, .7); */
    /* background: rgba(216, 213, 227, .7); */
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

/*
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
*/

/* sm applies to x-small devices (portrait phones, less than 576px) */
@media (min-width: 320px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 155vw;
    }

    #header-carousel .carousel-caption{
        padding: 10vw 0px 0px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #header-carousel .carousel-item .img-logo-slider {
        position: relative;
        width: 60vw !important;
        height: auto;
        top: 10vw;
    }

    #header-carousel .carousel-item .title{
        margin: 0px;
    }

    #header-carousel .carousel-item .titulo-item-slider {
        margin: 0vw 2vw 0px;
        font-size: 19px;
    }

    #header-carousel .btn-slider-home{
        margin: 0px 20px;
        width: 90vw !important;
        font-size: 14px;
    }
}

@media (min-width: 380px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 130vw;
    }
}

@media (min-width: 500px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 105vw;
    }

    #header-carousel .carousel-caption{
        padding: 0vw 0px 0px;
    }
}

/* sm applies to x-small devices (portrait phones, less than 576px) */
@media (min-width: 576px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }

    #header-carousel .carousel-item .img-logo-slider {
        position: relative;
        width: 30vw !important;
        height: auto;
        top: 0px;
    }

    .btn-slider-home{
        margin: 0px 20px;
        width: 84vw !important;
    }
}

/* md applies to small devices (landscape phones, less than 768px) */
@media (min-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .btn-slider-home{
        margin: 0px 20px;
        width: 80vw !important;
    }
}


/* lg applies to medium devices (tablets, less than 992px) */
@media (min-width: 965px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 45vw;
    }
}


@media (min-width: 992px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 33.5vw;
    }

    #header-carousel .carousel-item .img-logo-slider {
        position: relative;
        width: 30vw !important;
        height: auto;
        top: 25px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #header-carousel .carousel-item .titulo-item-slider {
        margin: 0vw 2vw 0px;
        font-size: calc(1.3rem + 0.6vw);
        width: 50vw;
    }

    #header-carousel .btn-slider-home{
        margin: 0px 20px;
        width: 50vw !important;
        font-size: 1rem;
    }
}

/* xl applies to large devices (desktops, less than 1200px) */
@media (min-width: 1280px) { 
}

/* xxl applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1400px) {
}





.acuarela_fondo_header{
    /* padding-top: 25vh; */
    background: url(../img/fondo.jpg) top center no-repeat;
    background-size: cover;
}
.page-header {
    padding-top: 25vh;
    background: linear-gradient(rgba(208, 206, 222, .7), rgba(208, 206, 222, .7)), url(../img/lupa.png) top center no-repeat;
    background-size: cover;
}
.page-header-presupuesto {
    padding-top: 25vh;
    background: linear-gradient(rgba(208, 206, 222, .7), rgba(208, 206, 222, .7)), url(../img/pp2026_copaco_logo_acuarela_100.png) top center no-repeat;
    background-size: cover;
}
.page-header-pueblos {
    padding-top: 25vh;
    background: linear-gradient(rgba(208, 206, 222, .7), rgba(208, 206, 222, .7)), url(../img/papel_picado.png) top center no-repeat;
    background-size: cover;
}
.page-header-copaco {
    padding-top: 25vh;
    background: linear-gradient(rgba(208, 206, 222, .7), rgba(208, 206, 222, .7)), url(../img/juramento_fondo_banner.png) top center no-repeat;
    background-size: cover;
}
.page-header-luchadores {
    padding-top: 25vh;
    background: linear-gradient(rgba(208, 206, 222, .7), rgba(208, 206, 222, .7)), url(../img/pp2026_copaco_fondo_sin_logo_acuarela_100.png) bottom center no-repeat;
    background-size: cover;
}
.page-header-fechas {
    padding-top: 25vh;
    background: linear-gradient(rgba(208, 206, 222, .7), rgba(208, 206, 222, .7)), url(../img/calendario_fondo_fechas.png) top center no-repeat;
    background-size: cover;
}
.page-header-ninos_ninas {
    padding-top: 25vh;
    background: linear-gradient(rgba(208, 206, 222, .7), rgba(208, 206, 222, .7)), url(../img/pp2026_copaco_nna_leo_acuarela_100.png) top center no-repeat;
    background-size: cover;
}
.page-header-resoluciones {
    padding-top: 25vh;
    background: linear-gradient(rgba(208, 206, 222, .7), rgba(208, 206, 222, .7)), url(../img/fondo_acuarela.jpg) top center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--bs-white);
}


/*** Title ***/
.title {
    margin-bottom: 2rem;
}

.title .title-left,
.title .title-center,
.title .title-right {
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
}

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

.title .title-right {
    text-align: right;
}

.title .title-left h5,
.title .title-center h5,
.title .title-right h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}

.title .title-left h5::after,
.title .title-center h5::before,
.title .title-center h5::after,
.title .title-right h5::before {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    top: 9px;
    border-bottom: 1px solid var(--bs-white);
}

.title .title-left h5::after,
.title .title-center h5::after {
    left: calc(100% + 15px);
}

.title .title-right h5::before,
.title .title-center h5::before {
    right: calc(100% + 15px);
}

.title .title-left h1,
.title .title-center h1,
.title .title-right h1 {
    border-bottom: 2px solid var(--bs-white);
}
.titulito h1{
    border-bottom: 2px solid var(--bs-white);
}

/*** Service ***/
.service-item {
    position: relative;
    margin-top: 2.5rem;
    overflow: hidden;
}

.service-item .service-img {
    position: relative;
    display: inline-block;
}

.service-item .service-img::before {
    /* position: absolute;
    content: "";
    width: calc(100% - 12rem);
    height: calc(100% - 12rem);
    top: 49%;
    left: 51%;
    transform: translate(-50%, -50%);
    border: 3rem solid rgba(145, 97, 173, .5);
    border-radius: 300px;
    z-index: 1; */
}

.service-item.service-item-left {
    border-radius: 500px 0 0 500px;
    /* background: linear-gradient(to right, rgba(208, 206, 222, 0.75), rgba(208, 206, 222, 0.75)); */
    background: linear-gradient(to right,rgba(198, 192, 238, 0.75), rgba(34, 0, 255, 0.33)), 100% no-repeat;
    background-size: cover;

    /* border-radius: 500px 0 0 500px;
    background: linear-gradient(to right, rgba(208, 206, 222, .7), rgba(208, 206, 222, .7));
    background: linear-gradient(rgba(198, 192, 238, 0.5), rgba(120, 105, 216, 0.65)), url(../img/acuarela_moradita.png) 100% no-repeat;
    background-size: cover; */

}

.service-item.service-item-right {
    /* border-radius: 0 500px 500px 0;
    background: linear-gradient(to left, var(--bs-secondary), var(--bs-moradito)); */

    /* border-radius: 0 500px 500px 0;
    background: linear-gradient(to left, rgba(208, 206, 222, .1), rgba(208, 206, 222, .1));
    background: linear-gradient(rgba(198, 192, 238, 0.5), rgba(120, 105, 216, 0.65)), url(../img/acuarela_moradita.png) 100% no-repeat;
    background-size: cover; */
    
    border-radius: 0 500px 500px 0;
    /* background: linear-gradient(to left, rgba(208, 206, 222, 0.75), rgba(208, 206, 222, 0.75)); */
    background: linear-gradient(to left,rgba(198, 192, 238, 0.75), rgba(34, 0, 255, 0.33)), 100% no-repeat;
    background-size: cover;
}

@media (max-width: 767.98px) {
    .service-item.service-item-left,
    .service-item.service-item-right {
        border-radius: 500px 500px 0 0;
        background: linear-gradient(to bottom, var(--bs-secondary), var(--bs-moradito));
        text-align: center;
    }
}


/*** Team ***/
.team-item {
    position: relative;
}

.team-item .team-name {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .7);
}

.team-item .team-body {
    position: relative;
    overflow: hidden;
}

.team-item .team-body .team-before,
.team-item .team-body .team-after {
    position: absolute;
    content: "";
    width: 0;
    height: calc(100% - 60px);
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}

.team-item .team-body .team-after {
    left: auto;
    right: 0;
}

.team-item .team-body .team-before {
    text-align: right;
}

.team-item:hover .team-body .team-before,
.team-item:hover .team-body .team-after {
    width: 50%;
}

.team-item .team-body .team-before span,
.team-item .team-body .team-after span {
    margin: 5px;
    color: var(--bs-white);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-body .team-before span,
.team-item:hover .team-body .team-after span {
    opacity: 1;
    transition-delay: .2s;
}


/*** Testimonial ***/
.testimonial-carousel {
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel.testimonial-carousel-requisitos {
    max-width: 950px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 10px;
    background: var(--bs-moradito);
    border-radius: 100px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .1;
    transition: .5s;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

/*
.testimonial-carousel-requisitos .testimonial-carousel-requisitos-bg{
  min-height: 365px;
  display: flex;
  vertical-align: middle;
}
*/

.testimonial-carousel-requisitos .testimonial-carousel-requisitos-bg{
    min-height: 365px;    
    display: flex;
    margin: 0px 0px 20px;
}  

.testimonial-carousel-requisitos .list-group{
  justify-content: center;
  margin: 0px !important;
}


/*** Footer ***/
@keyframes footerAnimatedBg {
	0% {
        background-position: 0 bottom;
    }

	100% {
        background-position: -1000px bottom;
    }
}

.footer {
	/* background-image: url(../img/footer_iecm_cortado.png); */
	/* background-position: 0px 0px; */
	background-position: bottom center;
    background-repeat: repeat-x;
	/* animation: footerAnimatedBg 50s linear infinite; */
    /* background-color: transparent!important; */
    background-color: rgba(111, 96, 158,0.5)!important;
    background-size: contain;
}

.footer_acuarela{
    background-color: rgba(216, 213, 227, .33)!important;
    /* padding-top: 25vh; */
    background: linear-gradient(rgba(216, 213, 227, .33), rgba(216, 213, 227, .33)), url(../img/fondo_acuarela.jpg) top center no-repeat;
    background-size: cover;
}

.rss{color: #fff;}


.rss {
    color: #fff;
    background-color: #9161ad;
    border-color: #9161ad;
}

.rss:hover, .rss:focus, .rss:active{
    color: #fff;
    background-color: rgb(208, 206, 222);
    border-color: rgb(208, 206, 222);
}



/* LOS ESTILOS PARA EL MINI SLIDER/GALERIA DE NIÑAS Y NIÑOS */

.custom-slider{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-track{
    display: flex;
    transition: transform .4s ease;
}

.slider-track img{
    width: 100%;
    flex: 0 0 100%;
    object-fit: contain;
}

/* Flechas diseño */

.slider-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.5);
    color: white;
    border: none;
    font-size: 25px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 2;
}

.slider-btn.prev{
    left: 10px;
}

.slider-btn.next{
    right: 10px;
}

/* Responsive style */

@media (max-width:768px){
    .slider-btn{
        font-size:20px;
        padding:8px 12px;
    }
}