@import url('https://fonts.googleapis.com/css?family=Open+Sans:700|Prata|Roboto:300,500');


/*INICIO*/

#Inicio{
    height: 100%;
    padding-top: 60px;
    background-color: #fff;
}

.contenido-inicio{
    padding-top: 15px;
    padding-bottom: 15px;
}
.h1-comunidos{
    font-family: 'Open Sans', sans-serif;
    font-size: 6.25em;
    padding: 15px;
    color: #313b68;
    line-height: 0.9;
    letter-spacing: 0px;
}
.p-comunidos{
    font-family: 'Roboto Light', serif;
    font-size: 1.2500em;
    padding: 15px;
    color: #5F6C75;
    line-height: 1;  
    letter-spacing: 0.2px;
}
.h6-comunidos{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    color: #313b68;
    line-height: 1;
    margin-bottom: 30px;
}
.formulario{
    border-radius: 10px;
    margin-top: 40px;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(0deg, #313b68, #6775B6);
    box-shadow: 0 8px 6px -6px black;

}
.form-comunidos{
    outline: 0;
    width: 100%;
    height: 35px;
    padding-left: 15px;
    border: none;
    border-radius: 20px;
    margin-bottom: 20px;
    background: rgba(255,255,255,.1);
}
.input-form{
    padding-left: 20px;
    padding-right: 20px;
}
.label-comunidos{
    font-size: 0.75rem;
    color: #fff;
    font-family: 'Roboto Light', serif;
}
.btn-comunidos{
    font-size: 0.85rem;
    font-family: 'Roboto Light', serif;
    margin-top: 20px;
    border-radius: 20px;
    background: #ff5f5f;
    border: none;
    border-color: #ff5f5f;

}
.btn-comunidos:hover{
    color: #fff;
    background-color: #E55858;
    border-color: #ff5f5f
    transition: background-color 0.4s ease;
}

.h4-comunidos{
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-shadow: 2px 2px 4px #7b878f;
    font-size: 20px;
}

/*Quienes Somos*/


#QuienesSomos{
    height: 100%;
    padding-top: 60px;
    background-color: #F2F2F2;


}
.h2-comunidos{
    font-family: 'Open Sans', sans-serif;
    font-size: 5.25em;
    padding: 15px;
    color: #313b68;
    line-height: 0.9;
    letter-spacing: 0px;