:root {
    --color-white-page: #e5e5e5;
    --color-black-page: #000;
    --color-green-page: #b4dc27;
    --color-light-gray-page: #e5e5e5;
}

body {
    background-color: var(--color-white-page);
}

b {
    font-weight: 900 !important;
}

.title-dynamically-opacity {
    background: -webkit-linear-gradient(#000, #ffffff48);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-color, .bg-course-detail .dark-section-wrapper {
    background-color: var(--color-white-page) !important;
}

.bg-color-gray {
    background-color: var(--color-white-page);
}

.button {
    padding: 1rem 1.5rem;
    background-color: transparent;
    border: 3px solid var(--color-black-page);
    border-radius: 30px;
}

.button:hover {
    background-color: var(--color-black-page);
}

.button span{
    padding: 0 26px;
    font-size: 16px;
    color: var(--color-black-page);
}

.button:hover span{
    color: var(--color-white-page);
}

/* #title-dynamically-opacity {
    background: -webkit-linear-gradient(#ffffff82, #ffffff00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.courses-video video {
    min-height: 500px; 
    width: 100%;
}

.counters{
    padding-top: 40px;
    padding-bottom: 40px;
}

.counters h2{
    color: var(--color-black-page);
    /* padding-left: 60px;
    padding-right: 60px; */
    margin: 0;
    font-size: 100px;
    font-weight: 900;
}

.our-projects h2, .our-projects .post-article h4 {
    color: var(--color-black-page);
}

.my-portfolio .images{
    display: flex;
}
.my-portfolio .images:hover{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}
.my-portfolio .conjunt {
    display: flex;
    flex-wrap: wrap;
}
.my-portfolio .bloq {
    width: 20%;
    margin: 0;
}

.my-portfolio .bloq:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}

.porfolio-overlay {
    /* 00000030 */
    background-color: rgba(0, 0, 0, 0.6); 
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    opacity: 0.3s ease-in-out;
    cursor: pointer;
}

.portfolio-overlay-info {
    /* padding-top: calc(30%); */
    top: calc(50%);
    position: absolute;
}

.portfolio-overlay-info span{
    color: var(--color-white-page) !important;
}

.porfolio-overlay:hover{
    opacity: 1;
}

.conjunt.porftfolios .mini{
    width: 25%;
}

.conjunt.porftfolios .mini img, .conjunt.porftfolios .mini video{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.conjunt.porftfolios .max{
    width: 50%;
}

.conjunt.porftfolios .max img, .conjunt.porftfolios .max video{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.news-post {
    opacity: 1 !important;
}

.post-content {
    height: auto;
}

.one_half_custom {
    margin-right: 1% !important;
    padding-left: 1% !important;
}

.last_custom {
    padding-right: 1% !important;
}

.one_half_custom2 {
    width: 60% !important;
    margin-right: 0 !important;
    padding-left: 1% !important;
}

.last_custom2 {
    width: 37% !important;
    padding-right: 1% !important;
}

.light-content a, .dark-section a, .white-header a {
    color: initial;
}

.color-green {
    color: var(--color-green-page) !important;
}
.text-white {
    color: var(--color-white-page) !important;
}

.capitalize-titles {
    text-transform: capitalize !important;
}

.number-counter::after {
    font-weight: 100;
}

.video-banner-hero {
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: 100vh; /* Altura completa de la pantalla */
    overflow: hidden;
    background-color: var(--color-black-page);
}

.video-background-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Hace que el video cubra toda el área */
}

.overlay-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Fondo oscuro semi-transparente */
}

.banner-content-hero {
    position: absolute;
    bottom: 0;
    left: 5%;
    color: white;
    text-align: left;
}

.banner-content-hero h2 {
    margin-bottom: 0;
}

/* .text-dinamically {
    padding-top: 3rem;
    padding-bottom: 3rem;
} */

.text-dinamically h2 {
    margin: 0;
}

h2.text-move, #title-dynamically {
    min-height: 42px !important;
}

.news-post.in-view.leftt h4 {
    padding-right: 15%;
}

.text-dynamically-section h2 {
    color: var(--color-black-page);
    margin: 0;
}

.text-dynamically-section h2 span {
    font-size: calc(.75rem + 3vw);
    line-height: calc(1rem + 3.5vw);
}

.notice-section {
    padding-top: 4rem;
    padding-bottom: 2rem;
}   

.notice-slide {
    margin-top: 20px;
}

.notice-slide-image {
    /* padding: 2rem; */
}

.notice-slide-image img{
    border-radius: 20px;
}

.notice-slide-info {
    /* padding: 2rem; */
}

.notice-slide-info p {
    font-size: 22px;
}

.notice-slide .notice-title {
    font-weight: 900;
}

.notice-slide .notice-title, .notice-slide-info p {
    font-family: 'aspekta_light';
    color: var(--color-black-page);
}

.projects {
    color: var(--color-white-page);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.projects h2 {
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    font-size: calc(1rem + 4.15vw);
    line-height: calc(1rem + 3.5vw);
}

.projects .color-green {
    font-family: 'aspekta_light';
    font-size: 12px;
    padding-left: 10px;
}

.projects .parag {
    color: var(--color-white-page);
    margin-bottom: 0;
    height: 0; /* Colapsar el párrafo */
    overflow: hidden; /* Ocultar contenido */
    transition: height 0.3s ease-in; /* Transición para colapsar/desplegar */
}

.projects h2:hover + .parag {
    height: auto; /* Ajusta el valor según la altura del contenido del párrafo */
    margin: 20px 0;
}

.limits {
    color: var(--color-white-page);
}

.limits h3, .limits i{
     margin-bottom: 0 !important;
     padding-bottom: 0 !important;
}

.limits h3 {
     font-family: 'aspekta_light' !important;
}

.text-thin {
    font-family: 'aspekta_light';
    font-weight: 100;
}

.text-underlined {
    text-decoration: underline var(--color-green-page);
}

.evolution-section .fs-4, .transform-section .fs-4 {
    font-size: 16px !important;
}

#contact-formular, #contact-formular input, #contact-formular p {
    font-family: 'aspekta_light', sans-serif !important;
    color: rgba(255, 255, 255, 1);
}

#contact-formular input:-internal-autofill-selected {
        appearance: menulist-button;
        background-image: none !important;
        background-color: #0c0c0c;
        color: fieldtext !important;
}

#contact-formular select {
    width: 100%;
    height: 50px;
    background-color: #0c0c0c;
    color: rgba(255, 255, 255, 1);
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#contact-formular select::placeholder {
    font-family: 'Poppins', sans-serif;
}

#contact-formular ul {
   list-style: none;
   text-align: start;
}

#contact-formular ul li{
   text-align: start;
}

#contact-formular li label {
    cursor: pointer;
}

#contact-formular input[type='checkbox'], #contact-formular input[type='radio']  {
    height: initial;
    width: initial;
}

#contact-formular textarea {
    margin-bottom: 0;
}

/* OWL BUTTONS */

.owl-dots {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    width: 18px;
    background-color: transparent;
    height: 18px;
    border-radius: 50%;
    border: solid #000 2px;
    margin: 0 0 0 15px
}

button.owl-dot.active {
    background-color: var(--color-green-page);
}

.whatsApp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 50px;
    line-height: 60px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    border: 0;
}

.whatsApp:hover {
    color: #fff;
}

@media screen and (max-width:991px){
    .courses-video video {
        min-height: auto; 
        width: 100%;
    }

    .my-portfolio .bloq {
        width: 100%;
        padding-bottom: 1rem;
    }

    .counters h2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .video-banner-hero {
        height: auto; /* Altura completa de la pantalla */
    }

    .video-background-hero {
        position: relative;
        object-fit: contain; /* Hace que el video cubra toda el área */
    }

    .overlay-hero {
        top: -3px;
    }

    .banner-content-hero h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .news-post.in-view.leftt h4 {
        padding-right: 0;
    }

    .whatsApp {
        right: 30px;
    }
}