:root {
    --DotManadalaOne: #071d04;
    --DotManadalaTwo: #47215d;
    --DotManadalaThree: #521a52;
    --DotManadalaFour: #59183e;
    --DotManadalaFive: #6f126f;
    --DotManadalaSix: #89aaff;
    --DotManadalaSeven: #acff9c;
}

html,
body {
    font-family: 'CustomFont', sans-serif;
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
    overflow-x: hidden;
    cursor: default;
    background: linear-gradient(0deg,rgba(7, 29, 4, 1) 0%, rgb(86, 128, 77) 50%, rgba(7, 29, 4, 1) 100%);
    transition: all 0.5s ease;
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* star background */
.stars{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;

    background-image:
        radial-gradient(1px 1px at 10% 40%, white, transparent),
        radial-gradient(4px 4px at 20% 30%, white, transparent),
        radial-gradient(2px 2px at 40% 50%, white, transparent),
        radial-gradient(5px 5px at 60% 20%, white, transparent),
        radial-gradient(3px 3px at 80% 40%, white, transparent),
        radial-gradient(5px 5px at 30% 80%, white, transparent),
        radial-gradient(2px 2px at 70% 5%, white, transparent),
        radial-gradient(1px 1px at 5% 10%, white, transparent);

    animation: glowStars 1s ease-in-out infinite alternate;
}

/* glow animation */
@keyframes glowStars{

    0%{
        opacity:0.2;
        filter: drop-shadow(0 0 1px white);
    }

    100%{
        opacity:1;
        filter: drop-shadow(0 0 15px white);
    }

}

/* content above stars */
.content{
    position:relative;
    z-index:10;
    color:white;
    text-align:center;
    margin-top:200px;
}

@keyframes animStar{
    from{
        transform:translateY(0px);
    }
    to{
        transform:translateY(-2000px);
    }
}

/* width */
::-webkit-scrollbar
{
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track
{
    background: var(--DotManadalaOne);
}

/* Handle */
::-webkit-scrollbar-thumb
{
    background: var(--DotManadalaSeven);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover
{
    background: var(--DotManadalaSix);
}

header{
    background-image: url("../assets/icons/logoInstitutoRayo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ccmp-calendar-icon-container{
    border-left: 1px solid var(--DotManadalaSeven);
    display: flex;
    justify-content: center;
    align-items: center;
}

.calendar-icon{
    width: 45px;
    height: 45px;
}

.ccmp-header-image-container{
    display: flex;
    justify-content: center;
    align-items: center;    
}

.ccmp-header-image{
    /*width: 400px;
    height: auto;    */
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: auto;
}

.title-image{
    display: none;
}

.ccmp-container-header{
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    border-radius: 20px;
    background-image: url('../assets/images/YosyFotoT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.ccmp-info-taller{
    margin: 5px;
    width: 500px;
    color: var(--DotManadalaSeven);
    border-radius: 20px;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.ccmp-title{
    font-size: 2.5em;
    color: #fff;
    text-align: left;
    font-weight: bold;
    padding: 20px 0;
    margin: 0px;
}

.ccmp-container-lote{
    background: linear-gradient(45deg, rgba(7, 29, 4, 1) 50%, rgba(86, 128, 77, 1) 100%);
    color: var(--DotManadalaSeven);
    border-radius: 20px;
    border: 1px solid var(--DotManadalaSeven);
    padding: 50px 20px 20px 20px;
    position: relative;
    width: 350px;
    margin-top: 50px;

}

.lote-title{
    background-color: var(--DotManadalaSeven);
    border-radius: 8px;
    font-size: 20px;
    position: absolute;
    padding: 5px 10px;
    top: -20px;
    left: 20px;
    color: var(--DotManadalaOne);
}

.lote-title-two{
    background-color: var(--DotManadalaSeven);
    border-radius: 8px;
    font-size: 20px;
    padding: 5px 10px;
    color: var(--DotManadalaOne);
}

.lote-descuento{
    font-size: 20px;
    color: #fff;
    margin: 0px;
}

.lote-descuento-two{
    font-size: 20px;
    color: #053712;
    margin: 0px;
}

.lote-precio{
    font-size: 60px;
    font-weight: bold;
    color: var(--DotManadalaSeven);
    margin: 0px;
}

.lote-precio-two{
    font-size: 60px;
    font-weight: bold;
    color: #053712;
    margin: 0px;
}

.lote-button-container{
    margin-top: 6px;
    display: flex;
    justify-content: center;
    background: linear-gradient(45deg, rgb(174, 227, 167) 50%, rgba(86, 128, 77, 1) 100%);
    border-radius: 20px;
    padding: 30px 50px;
    width: 400px;
    margin-top: 30px;
    border: 1px solid var(--DotManadalaSeven);
    animation: pulse 2s infinite;
}

.lote-button-container-two{
    margin-top: 6px;
    background: linear-gradient(45deg, rgb(174, 227, 167) 50%, rgba(86, 128, 77, 1) 100%);
    border-radius: 20px;
    padding: 30px 50px;
    width: 400px;
    margin-top: 30px;
    border: 1px solid var(--DotManadalaSeven);
    animation: pulse 2s infinite;
    margin: auto;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}   

.lote-button, .lote-button:hover{
    color: var(--DotManadalaOne);
    text-decoration: none;
    font-size: 35px;
    font-weight: bold;   
}

.ccmp-promesa{
    font-size: 1.5em;
    color: var(--DotManadalaSeven);
    text-align: justify;
    margin: 20px 0px 20px 0px;
}

.ccmp-button-container-device{
    display: none;
}

.cmp-section-two-container{
    margin: 70px auto 70px auto;
}

.ccmp-button-container{
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 500px;
    margin: 0 auto;
    padding: 20px 30px;
    text-align: center;
    background-color: var(--DotManadalaOne);
    border-radius: 20px;
    box-shadow: 2px 2px 10px var(--DotManadalaSix),
    inset 5px 5px 15px var(--DotManadalaSix);
    color: var(--DotManadalaSeven);
    cursor: pointer;
}

.ccmp-close-icon{
    position: absolute;
    top: 20px;
    right: 30px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    z-index: 10001 ;
}

.ccmp-close-icon img{
    width: 15px;
    height: auto;    
}

.ccmp-note-icon{
    position: absolute;
    width: 90px;
    height: auto;
    margin-right: 10px;
    top: -40px;
    left: -40px;
}

a, a:hover {
    text-decoration: none;
    color: var(--DotManadalaSeven);
}

.ccmp-image-section-two{
    position: absolute;
}

@keyframes fadeOut{

    0%{
        opacity:0.2;
        filter: drop-shadow(0 0 1px white);
    }

    100%{
        opacity:1;
        filter: drop-shadow(0 0 15px white);
    }

}

.ccmp-button, .ccmp-button:hover{
    color: var(--DotManadalaSeven);
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

.ccmp-button-container:hover{
    background-color: var(--DotManadalaSix);
    color: var(--DotManadalaOne);
    transition: background-color 0.3s ease, color 0.3s ease;
}


.chakras-section-one-container{
    background-image: url('../assets/images/balanceChakrasBackground.png');
    background-size: cover;
    height: 800px;
    width: 100%;
    border: 1px solid var(--DotManadalaSix);
    border-radius: 20px;
    position: relative;
}

.capa-uno{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    height: 600px;
    top: 120px;
}



.cmp-phases{
    color: var(--DotManadalaSix);
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.ccmp-section-one-entregables-container{
    border-radius: 20px;
    text-align: justify;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: var(--DotManadalaSeven);
    font-size: 22px;
    margin: 40px auto 40px auto;
}

.ccmp-entreables-container{
    margin: 20px 0px 20px 0px;
    border-radius: 20px;
    text-align: justify;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: var(--DotManadalaSeven);
    font-size: 22px;
    text-align: left;
}

.ccmp-entreables-container h4 {
    text-align: left;
}

.modulos-titles {
    /*background-color: rgba(137, 170, 255, 0.3);*/
    background: linear-gradient(0deg,rgba(137, 170, 255, 0) 0%, rgb(98, 45, 129)  100%);
    margin: 20px 0px 20px 0px;
    padding: 2px 20px;
    border-radius: 20px;
    color: #89aaff; 
    font-weight: bold;
}

.chakras-section-two-col-one {
    margin: 20px 0px 20px 0px;
    border-radius: 20px;
    text-align: justify;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 600px;
}

.chakras-section-two-col-two ul {
    list-style: none;
    color: var(--DotManadalaSeven);
    font-size: 20px;
    padding-left: 0px;
}

.chakras-section-two-col-two ul li {
 border-bottom: 2px solid var(--DotManadalaSeven);
 margin: 20px 0px;
 padding-bottom: 20px;
 color: #fff;
 font-size: 28px;
}

.chakras-section-two-col-one h4 {
    color: var(--DotManadalaSeven);
    text-align: left;
    font-style: italic;
}

.chakras-section-two-col-one h2 {
    color: #fff;
    font-weight: bold;
}

.chakras-section-three-container{
    margin: 80px auto;
}

.col-one-content {
    background: linear-gradient(0deg,rgb(0, 3, 1) 0%, rgb(4, 72, 31)  100%);
    margin: 20px 0px 20px 0px;
    border-radius: 20px;
    text-align: justify;
    justify-content: center;
    padding: 20px;
    min-height: 400px;
    color: #fff;
    align-content: center;
    border: 1px solid var(--DotManadalaSeven);
}

.col-two-content {
    background-color: rgb(216, 252, 228);
    background-image: url("../assets/images/logoInstitutoRayo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px 0px 20px 0px;
    border-radius: 20px;
    text-align: justify;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 400px;
    overflow: hidden;
    align-content: center;
    text-align: center;
     border: 1px solid var(--DotManadalaSeven);
}

.cmp-section-two-text-container{
    background-color: rgba(137, 170, 255, 0.15);
    border: 1px solid var(--DotManadalaSeven);
    margin: 20px 0px 20px 0px;
    border-radius: 8px;
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: var(--DotManadalaSeven);
    box-shadow: 2px 2px 15px var(--DotManadalaSeven),
    inset 5px 5px 15px var(--DotManadalaSeven);
    height: 630px;
    text-align: center;
}

.pilar-image{
    width: 100%;
    height: auto;
    border-radius: 8px ;
    text-align: center;
    margin: auto;
    border: 1px solid var(--DotManadalaOne);
}

.pilar-icon{
    width: 140px;
    padding: 10px;
    height: auto;
    margin: 20px auto;
    background-color: var(--DotManadalaOne);
    border-radius: 40px;
    text-align: center;
}

.faq-section{
    max-width: 800px;
    margin: 60px auto;
    padding: 20px;
}

.faq-title{
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    color: #fff;
}

.faq-box{
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    backdrop-filter: blur(6px);
}

.faq-question{
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover{
    background: rgba(255,255,255,0.05);
}

.faq-icon{
    font-size: 24px;
    font-weight: bold;
}

.faq-answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out, padding 0.8s ease-in-out;
    padding: 0 20px;
}

.faq-answer p{
    color: #ddd;
    margin: 0;
    padding-bottom: 18px;
    line-height: 1.6;
}

.faq-box.active .faq-answer{
    max-height: 600px;
    padding: 0 20px 0 20px;
}

.faq-box.active .faq-icon{
    content: "-";
}

.section-three{
    padding: 60px 0 60px 0;
}

.section-casos-exitos-title{
    text-align: center;
    font-size: 50px;
    margin-bottom: 30px;
    color: var(--DotManadalaSeven);
}

.testimonial-container{
    /*background-color: rgba(137, 170, 255, 0.15);*/
    border: 1px solid var(--DotManadalaSeven);
    margin: 20px;
    border-radius: 20px;
    text-align: justify;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: var(--DotManadalaSeven);
}

.testimonial-container p{
    text-align: center;
}

@media screen and (max-width: 500px) {

.title-image{
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: block;
}

.ccmp-info-taller{
    text-align: center;
    margin: 0px;
    padding: 10px;
    width: 100%;
}

.horario{
    text-align: center;
    margin: 0px;
    padding: 10px;
    width: 100%;
    display: inline!important;
}

.ccmp-container-header{
    background-image: none;
}

.ccmp-container-lote{
    min-width: 90%;
    margin: 30px auto;
}

.lote-button-container{
    width: 90%;
    position: static;
    margin: 20px auto;
    text-align: center;
}

.chakras-section-two-col-one{
    height: auto;
}

.lote-button-container-two{
    width: 90%;
}

.ccmp-image-section-two{
    position: relative;
    margin-left: -160%;    
}

.ccmp-button-container{
    display: none;
}

.ccmp-button-container-device{
    display: block;
    margin: 40px auto;
    position: initial;
    width: 300px;
    margin: 40px auto;
    padding: 20px 30px;
    text-align: center;
    background-color: var(--DotManadalaOne);
    border-radius: 20px;
    box-shadow: 2px 2px 10px var(--DotManadalaSix),
    inset 5px 5px 15px var(--DotManadalaSix);
    color: var(--DotManadalaSeven);
    cursor: pointer;
}

.ccmp-note-icon{
    position: absolute;
    width: 90px;
    height: auto;
    margin-right: 10px;
    top: -40px;
    left: -15px;
}

}

@media screen and (min-width: 801px) and (max-width: 1250px) {

}


