@font-face {
    font-family: 'Quicksand-Regular';
    src: url('Fonts/Quicksand-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand-Light';
    src: url('Fonts/Quicksand-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('Fonts/Quicksand-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

body{
    background-color: #6635D0;
}

.font-primary{
    color: #6635D0;
}

#intro {
    background-image: url("../../images/bloque-superior-home.png");
    background-size: cover;
}


.form-home{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #F7F8F9;
    border-radius: 25px;
}

.btn-principal{
    background-color: #6635D0;
    color: #fff;
}

.list-home > li a{
    color: #fff;
    font-family:"Quicksand-Regular", Roboto, Arial, "Droid Sans", sans-serif;
}

.text-subtitle{
    font-family:"Quicksand-Regular", Roboto, Arial, "Droid Sans", sans-serif;
}

.text-title{
    font-family:"Quicksand-Bold", Roboto, Arial, "Droid Sans", sans-serif;
}

#servicios {
    background-color: #fff;
    font-family:"Quicksand-Regular", Roboto, Arial, "Droid Sans", sans-serif;
}

.text-title-servicios{
    font-family:"Quicksand-Bold", Roboto, Arial, "Droid Sans", sans-serif;
    height: 80px;
}

.text-descripcion-servicios{
    height: 250px;
}


.card-servicios{
    /* width: 18rem; */
    background-color: #F7F8F9;
    border-radius: 0px;
    border: 0px;
}

#acerca-de {
    background-color: #6635D0;
    color: #fff;
    font-family:"Quicksand-Light", Roboto, Arial, "Droid Sans", sans-serif;
}

#acerca-datos {
    background-color: #fff;
    color: #000;
    font-family:"Quicksand-Regular", Roboto, Arial, "Droid Sans", sans-serif;
}

#footer-home {
    background-color: #F7F8F9;
    color: #000;
    font-family:"Quicksand-Light", Roboto, Arial, "Droid Sans", sans-serif;
}