.RoCoBo {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.RaLi {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

.RaRe {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

.RaMe {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

.RaSeBo {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.RaBl {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}

.f-10 {
	font-size: 10px;
	line-height: 16px;
}

.f-12 {
	font-size: 12px;
	line-height: 20px;
}

.f-14 {
	font-size: 14px;
	line-height: 24px;
}

.f-42 {
	font-size: 42px;
	line-height: 50px;
}

@media (max-width: 991px) {
	.f-42 {
		font-size: 36px;
		line-height: 46px;
	}
}

@media (max-width: 767px) {
	.f-42 {
		font-size: 28px;
		line-height: 34px;
	}
}

p {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

a {
	color: #101010;
	font-weight: 600;
}

a:hover {
	color: #fa8334;
}

#mainNav {
	background-color: #fff;
	padding-bottom: 10px;
}

#mainNav .navbar-toggler {
	background-color: #fa8334;
}

#mainNav .navbar-brand img {
	max-height: 87.5px;
}

#mainNav.navbar-shrink {
	background-color: #ffffff;
	border-bottom: 1px solid #ddd;
}

#mainNav.navbar-shrink .navbar-brand img {
	height: 35px;
}

#mainNav .navbar-nav .nav-item .nav-link {
	color: #101010;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

#mainNav .navbar-nav .nav-item .nav-link.active, 
#mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #fa8334;
}

#mainNav .navbar-nav .nav-item .nav-link {
	padding: 1.1em 1.4em !important;
}

#mainNav .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0 !important;	
}


header.masthead {
	text-align: initial;
}

header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 20px;
}

.section-heading, 
header.masthead .intro-text .intro-heading {
	text-shadow: -2px 2px 3px rgba(16, 16, 16, 0.4);
	font-size: 30px;
	line-height: 36px;
	color: #fff;
}

.page-section {
	padding: 40px 0;
}

.section-title {
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.btn-download img {
	width: 90px;
}

.mock-phone img {
	right: 0;
    top: 155px;
    left: 0;
    margin: auto;
    width: 85%;
}

.categorias > div {
	position: relative;
}

.categorias > div span {
	position: absolute;
    top: 15px;
    left: 20px;
    color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-shadow: -2px 2px 3px rgba(16, 16, 16, 0.4);
}

.form-control,
.form-control:focus {
	-moz-box-shadow: 2px 2px 5px -1px #c5dbeacc;
    -webkit-box-shadow: 2px 2px 5px -1px #c5dbeacc;
    box-shadow: 2px 2px 5px -1px #c5dbeacc;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
    font-size: 16px;
    color: #101010;
    padding: 30px 20px !important;
	border-color: #ced4da;
}

.btn-dark {
	background-color: #101010;
	border-color: #101010;
}

textarea.form-control {
    padding: 15px 20px !important;
    resize: none;
}

.footer {
	background-color: #272727;
	color:#ffffff;
}

.footer .list-inline .list-inline-item a {
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 10px;
	padding: .5rem .5rem;
}

@media (min-width: 576px){
	.section-heading {
		font-size: 50px;
		line-height: 56px;
	}
}

@media (min-width: 768px){
	header.masthead .intro-text {
	    padding-top: 190px;
	    padding-bottom: 60px;
	}

	.btn-download img {
		width: 150px;
	}

	.mock-phone img {
	    top: 190px;
	    width: 80%;
	}

	.page-section {
		padding: 60px 0;
	}

	.footer .list-inline .list-inline-item a {
		font-size: 12px;
		padding: .5rem 1rem;
	}
}

@media (min-width: 992px){
	#mainNav {
		background-color: #ffffff;
	}

	header.masthead .intro-text {
	    padding-top: 250px;
	    padding-bottom: 120px;
	}

	.section-heading,
	header.masthead .intro-text .intro-heading {
		font-size: 60px;
		line-height: 64px;
	}

	.mock-phone img {
	    top: 270px;
	    width: auto;
	}

	.footer .list-inline .list-inline-item a {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	#mainNav .navbar-nav .nav-item .nav-link {
		font-size: 18px;
	}

	.section-heading, 
	header.masthead .intro-text .intro-heading {
		font-size: 75px;
		line-height: 80px;
	}
}

@media (min-width: 482px) and (max-width: 768px){
	.mock-phone img {
		right: 0;
	    top: 155px;
	    left: 0;
	    margin: auto;
	    width: 55%;
	}
}




