/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
    background-color: #71c0cf;
}

p {
    font-family: 'Lato';
    font-size: 19px;
    line-height: 24px;
    color: #000000;
}

p span {
    font-weight: 900;
}

hr {
    width: 130px;
    margin: 0 auto;
    color: #000000;
    opacity: 1;
}

#beneficios h2 {
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
}

section#legal p {
    font-size: 14px;
    line-height: 19px;
}


/* ----------------------------------------------------------------
FOOTER
-----------------------------------------------------------------*/

#footer {

    border-top: none;
}

#copyrights {
    padding: 50px 0;
    background-color: #221e1f;
    font-size: 0.875rem;
    line-height: 1.8;
}



footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}

footer h3 {
	color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
	line-height: 22px;
}

.icon-social {
    margin-right: 15px;
}

p.legal-footer {
    font-size: 13px;
    line-height: 16px !important;	
    margin-top: 35px !important;
    width: 70%;
}







/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	
}
