*{

    margin: 0;
    box-sizing: border-box;
}

.seccion-header{
    background-image: url("../images/AsecBackImg1.jpg");
    background-size: cover;         
    background-position: center;    
    background-attachment: fixed;   
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.icon-imgB{
    border-radius: 1rem;
    height: 100px;
    width: auto;
}

.icon-imgB:hover{
    size-adjust: 120%;
    size: 120%;
    transform: translateY(-5px);
}

.hero {
    background-image: url("../images/AsecBackImg1.jpg");
    background-size: cover;         
    background-position: center;    
    background-attachment: fixed;   
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.carousel img {
    object-fit: cover;
    height: 400px;
}


.card img {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
.titulo-principal {
    color: #7b2cbf;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.box-transparency{
    background-color: rgba(255, 233, 251, 0.4); 
    border-radius: 2rem;
    padding: 20px;
    backdrop-filter: blur(5px); 
}

.carousel-item img {
    object-fit: cover;
    height: 600px;
}

.contacto form {
    background-color: #fff;
    border-radius: 12px;
}

.bg-morado{
    background-color: #e2beff5c;
}

.card {
    border-radius: 15px;
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
}

.card-translucent {
    background-color: rgba(255, 233, 251, 0.4); 
    backdrop-filter: blur(5px); 
}

.cardscontainer{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

footer {
    margin-top: 50px;
}

.social-icons a:hover {
    color: #ff4c4c;
    transform: translateY(-5px);
}

/* .seccion-comisiones {
    background-image: url("../images/AsecBackImg1.jpg");
    background-size: cover;         
    background-position: center;    
    background-attachment: fixed;   
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}  */

.seccion-comisiones::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5rem;
    z-index: -1;
}  

.seccion-comisiones .card {
    background-color: rgba(255, 233, 251, 0.4); 
    backdrop-filter: blur(5px); 

    
} 

.btn-outline-morado {
    color: #7b2cbf ;
    border: 2px solid #7b2cbf ;
    transition: 0.3s ease;
}

.btn-outline-morado:hover {
    background-color: #7b2cbf ;
    size: 90%;
    color: white ;
}

.btn-morado{
    color: white;
    background-color: #9d4edd;

}

.btn-morado:hover {
    background-color:#7b2cbf ;
    size: 90%;
    color: white ;
}

.text-morado {
    color: #7d1cd2 !important;
}

.text-blanco {
    color: white !important;
}

.card-body{
    opacity: 0.8;
}

@media screen and (min-width: 1300px){
    body{
        background-image: url("../images/AsecBackImg1.jpg");
        background-size: cover;         
        background-position: center;    
        background-attachment: fixed;   
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }
    .seccion-comisiones {
        background-image: url("../images/AsecBackImg1.jpg");
        background-size: cover;         
        background-position: center;    
        background-attachment: fixed;   
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }
    .seccion-header{
    background-image: url("../images/AsecBackImg1.jpg");
    background-size: cover;         
    background-position: center;    
    background-attachment: fixed;   
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    }
    .hero {
    background-image: url("../images/AsecBackImg1.jpg");
    background-size: cover;         
    background-position: center;    
    background-attachment: fixed;   
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
    /* .text-morado{
        color: rgb(254, 245, 255) !important;
    } */
}

@media screen and  (min-width: 992px) and (max-width: 1299px) {
    body{
        background-image: url("../images/AsecBackImg3.jpg");
        background-size: cover;         
        background-position: center;    
        background-attachment: fixed;   
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }
    .seccion-comisiones {
        background-image: url("../images/AsecBackImg3.jpg");
        background-size: cover;         
        background-position: center;    
        background-attachment: fixed;   
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }
    .seccion-header{
    background-image: url("../images/AsecBackImg3.jpg");
    background-size: cover;         
    background-position: center;    
    background-attachment: fixed;   
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    }
    .hero {
    background-image: url("../images/AsecBackImg3.jpg");
    background-size: cover;         
    background-position: center;    
    background-attachment: fixed;   
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
}

@media screen and  (min-width: 768px) and (max-width: 991px) {
    body{
        background-image: url("../images/AsecBackImg1.jpg");
        background-size: cover;         
        background-position: center;    
        background-attachment: fixed;   
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }
    .seccion-comisiones {
        background-image: url("../images/AsecBackImg1.jpg");
        background-size: cover;         
        background-position: center;    
        background-attachment: fixed;   
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }
    .seccion-header{
    background-image: url("../images/AsecBackImg1.jpg");
    background-size: cover;         
    background-position: center;    
    background-attachment: fixed;   
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.hero {
    background-image: url("../images/AsecBackImg1.jpg");
    background-size: cover;         
    background-position: center;    
    background-attachment: fixed;   
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
}

@media screen and (max-width: 767px){
    body{
        background-image: url("../images/AsecBackImg4.jpg");
        background-size: cover;         
        background-position: center;    
        background-attachment: fixed;   
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }
    .seccion-comisiones {
        background-image: url("../images/AsecBackImg4.jpg");
        background-size: cover;         
        background-position: center;    
        background-attachment: fixed;   
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }
    .seccion-header{
    background-image: url("../images/AsecBackImg4.jpg");
    background-size: cover;         
    background-position: center;    
    background-attachment: fixed;   
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.hero {
    background-image: url("../images/AsecBackImg4.jpg");
    background-size: cover;         
    background-position: center;    
    background-attachment: fixed;   
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
} 