@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda&display=swap');

a {
    color:white;
    text-decoration: none;
}

a:hover {
    color: #7C7681 !important;
}

body{
    background-color:#B3A7B5;
    /* font-family: 'Bodoni Moda', serif; */
    font-family: 'Raleway';
}

p {
    text-align: justify;
}

.img-logo{
    width: 400px;
}

.link-menu {    
    color: white;
    font-family: 'Raleway';
    font-size: 1.3em;
    text-transform: uppercase;
}

.link-social {
        font-family: 'Raleway';
}

.logos-alianzas {
    margin-right: 5%;
    width: 10%;
}

.logos-sociales {
    width: 10%;
}

.maria {
    font-size: 1em;
    color: white;
}

.reel-inicio {
    width: 75% !important;
}

.titulos-secciones {
    color: white;
    font-family: 'Raleway';
    text-transform: uppercase;
}


.button{
	background-color: transparent;
	color: #807484;
	border: 1px solid #807484;
	text-align: center;
	font-size: 50px;
    font-weight: bolder;
	font-family: 'Raleway';
    padding: 5px 10px;
    cursor: pointer;
}


@media (max-width: 800px ) {
    .reel-inicio {
        width: 100% !important;
    }

    .logos-alianzas {
        width: 40%;
    }

}