@import url(Pagina/css/servicios.css);
@import url(Pagina/css/rituales.css);
@import url(Pagina/css/index.css);

/*configuración general*/

*{
    font-family: 'Montserrat', sans-serif;
    margin: 0%;
    padding: 0%;
    text-decoration: none;
    list-style: none; 
    
   
}

.linea{
    width: 70vw;
    height: 0.5vh;
    border-radius: 1rem;
    align-self: center;
    background-color: #3268682d;
}


iframe{
    box-shadow: 0px 10px 10px #3D3614;
    border-radius: 1rem;
}

a{
    color: blue;
}

.footer__servicios{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        background-color:  #0000005d;
        width: 100%;
        padding: 1rem;
        color: white;
        font-size: 0.8rem;
        margin-top: 2rem;
        padding-top: 2rem;
        a{
            text-decoration:underline;
            color: white;
        }

        .urlFooter{
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            align-items: center;
            justify-content: center;

        }
        .derechos{
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1rem;

            .logosLic{
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 1rem;
                .logLicencia{
                    width: 10%;
                    
                }
            }

            .autor{
                font-size: 0.5rem;
            }

           
           
        }
    }



