.elementor-1950 .elementor-element.elementor-element-0c6ab4e{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-1950 .dialog-message{width:100vw;height:100vh;align-items:flex-start;}#elementor-popup-modal-1950{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-1950 .dialog-close-button{display:flex;font-size:2rem;}#elementor-popup-modal-1950 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1950 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-1950 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:767px){#elementor-popup-modal-1950 .dialog-close-button{font-size:1.5rem;}}/* Start custom CSS for html, class: .elementor-element-40dc356 */*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
*::after, *::before{
    display: block;
}
a{
    display: block;
    color: inherit;
    text-decoration: none;
}
img,iframe,video{
    max-width: 100%;
    width: 100%;
    display: block;
}
li{
    list-style: none;
}
svg{
    display: block;
    width: 100%;
    max-width: 100%;
}
form , input , button , select , option , textarea{
    display: block;
    font-family: inherit;
    font-size: inherit;
    background-color: transparent;
    appearance: none;
}


.Charlie{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #1a1a1a;
    color: white;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
   
    
}
.Charlie-container{
    width: 100%;
    height: 100vh;
    position: absolute;
   /* background-color: orange;*/
   transition: opacity 5s ease,;
}
.Charlie-img{
    width: 100%;
    height: 100vh !important;
    position: absolute;
    opacity: 0;
    transition: all .6s ease, transform 5s ease 1.5s;
    object-fit: cover;
}

.Charlie-img.elementor img {
    height: 100vh !important;
}

.Charlie-img.isActive{
    opacity: 1;
    transform: scale(1.4);
}

.Charlie-names{}
.Names{

    width: 80%;
    margin: auto;
   /* background-color: green;*/
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    
}
.Names-section{
    /*background-color: lavenderblush;*/
    display: flex;
    flex-flow:  row nowrap;
    justify-content: center;
    align-items: center;
    opacity: 0.1;
    transition: all .7s ease;
    text-align: center;
}
.Names-section.isActive{
    opacity: 1;
}
.Names-h3{
    font-size: 10vh;
    font-family: 'Gordita';
    margin-bottom: -1rem;
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width: 1000px){
    .Names-h3{
        font-size: 3.5rem;
        line-height: 1em;
    }

    .Names{
        gap:2.3rem;
        
    }
}
@media (max-width: 650px){
    .Names-h3{
        font-size: 2.5rem;
        line-height:1.3em;
        margin-bottom: 1rem;
    }

    .Names{
        gap:.1rem;
        margin-bottom:1rem;
    }
}


/* Estilo para la sección de Redes Sociales */
.Social-icons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 2;
}
.Social-a{}
.Social-icon {
    width: 1.8rem;
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}
.Social-icon:hover {
    color: #069AA2; /* Color en hover */
}

.Names-link {
    color: inherit; /* Usa el color del padre (h3) */
    text-decoration: none; /* Quita el subrayado */
}

.Names-link:hover {
    color:  #069AA2; /* Color en hover */
}

.logo-link {
    position: absolute;
    top: 5%; /* Ajusta según tu diseño */
    left: 5%; /* Ajusta según tu diseño */
    z-index: 10; /* Asegura que esté encima de otros elementos */
}

.logo-img {

    width: 20%; /* Ajusta el tamaño del logo según tu preferencia */
    height: auto;
}/* End custom CSS */