body, html {
	width: 100%;
	height: 100%;
	
}
body {
	font-family: 'Avenir LT Std 55 Roman', 'Helvetica Neue', Arial, sans-serif;
	overflow-x: hidden!important;
}
hr {
	max-width: 100px;
	border-width: 3px;
	border-color: #cea800;
	margin-top: 10px;
	margin-bottom: 30px;
}
hr.light {
	border-color: #fff
}
a {
	color: #cea800;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
a:hover {
	color: #cea800
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Avenir LT Std 65 Medium', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400;
}
strong {
	font-family: 'Avenir LT Std 65 Medium', 'Helvetica Neue', Arial, sans-serif
}
/*Fonts*/
@font-face {
	font-family: 'Avenir LT Std 55 Roman';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 55 Roman'), url('../fonts/AvenirLTStd-Roman.woff') format('woff');
}
@font-face {
	font-family: 'Avenir LT Std 35 Light';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 35 Light'), url('../fonts/AvenirLTStd-Light.woff') format('woff');
}
@font-face {
	font-family: 'Avenir LT Std 45 Book';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 45 Book'), url('../fonts/AvenirLTStd-Book.woff') format('woff');
}
@font-face {
	font-family: 'Avenir LT Std 65 Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 65 Medium'), url('../fonts/AvenirLTStd-Medium.woff') format('woff');
}
.bg-primary {
	background-color: #cea800!important
}
.bg-dark {
	background-color: #212529!important
}
.bg-nav {
	background: #5c646c!important;/*background: rgba(57,64,71,0.9)!important;*/
}
.text-faded {
	color: rgba(255,255,255,.7)
}
.m-top {
	margin-top: 35px;
}
section {
	padding: 8rem 0
}
.section-heading {
	margin-top: 0
}
::-moz-selection {
color:#fff;
background:#212529;
text-shadow:none
}
::selection {
	color: #fff;
	background: #212529;
	text-shadow: none
}
img::selection {
	color: #fff;
	background: 0 0
}
img::-moz-selection {
color:#fff;
background:0 0
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#mainNav {
	border-bottom: 1px solid rgba(33,37,41,.1);
	background-color: #394047;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s
}
#mainNav .navbar-brand {
	font-weight: 700;
	text-transform: uppercase;
	color: #cea800;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #cea800
}
#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
	font-size: .9rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
	color: #cea800
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
	color: #cea800!important;
	background-color: transparent
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
	background-color: transparent
}
.navbar-dark .navbar-toggler {
	border-color: rgba(255,255,255,.3)!important;
}
header.masthead {
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	text-align: center;
	background: url(../img/rangel-y-reyes-abogados.jpg) fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
header.masthead span {
	color: rgba(255,255,255,1.00);
}
header.masthead hr {
	max-width: 250px;
	border-width: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
header.masthead h1 {
	font-size: 30px;
	color: #cea800;
	animation-delay: 1s;
}
header.masthead h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 1px;
	animation-delay: 2s;
}
.service-box {
	max-width: 400px
}
.text-primary {
	color: #cea800!important
}
.btn {
	text-transform: uppercase;
	border: none;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}
.btn-xl {
	padding: 1rem 2rem
}
.btn-primary {
	background-color: #cea800;
	border-color: #cea800
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	color: #fff;
	background-color: #0c4a6e!important
}
.btn-primary:active, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(240,95,64,.5)!important
}
/*Sections*/
#services {
	background-image: url( ../img/bg-servicios.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: rgba(255,255,255,1.00);
	text-align: center;
}
#services h2 {
	color: #fff;
	font-family: 'Avenir LT Std 35 Light', 'Helvetica Neue', Arial, sans-serif;
	animation-delay: 1s;
	transition-delay: initial;
	letter-spacing: 1px;
}
#services span {
	font-family: 'Avenir LT Std 65 Medium', 'Helvetica Neue', Arial, sans-serif;
}
#services img {
	margin: 15px 5px!important;
}
#services .services {
	margin: 80px 0;
	text-transform: uppercase;
}
.services-mobile {
	display: none;
}
#about {
	background-image: url( ../img/bg-yellow.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #394047;
	text-align: center;
}
#about h2 {
	font-family: 'Avenir LT Std 35 Light', 'Helvetica Neue', Arial, sans-serif;
	animation-delay: 1s;
	transition-delay: initial;
	letter-spacing: 1px;
}
#about span {
	font-family: 'Avenir LT Std 65 Medium', 'Helvetica Neue', Arial, sans-serif;
}
#about hr {
	max-width: 100px;
	border-width: 3px;
	border-color: #5c646c;
}
#clients {
	background: url( ../img/bg-clientes.jpg) fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}
#clients h2 {
	color: #fff;
	font-family: 'Avenir LT Std 35 Light', 'Helvetica Neue', Arial, sans-serif;
	animation-delay: 1s;
	transition-delay: initial;
	letter-spacing: 1px;
}
#clients span {
	font-family: 'Avenir LT Std 65 Medium', 'Helvetica Neue', Arial, sans-serif;
}
#clients .clients {
	text-align: left;
	color: rgba(255,255,255,1.00);
}
#clients .clients ul li {
	margin-bottom: 15px;
	color: #fff;
}
#clients .clients ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#clients .clients li {
	padding-left: 1em;
	text-indent: -.7em;
}
#clients .clients li:before {
	content: "• ";
	color: #cea800;
	margin-right: 2px;
}
#contact {
	background-image: url( ../img/bg-yellow.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #394047;
}
#contact h3 {
	width: 80%;
	padding-bottom: 2rem;
	border-bottom: #cea800 3px solid;
	margin-bottom: 2rem;
}
#contact hr {
	max-width: 100px;
	border-width: 3px;
	border-color: #5c646c;
}
#contact a:link {
	color: #394047;
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
}
#contact form {
	margin-top: 30px;
}
#contact i {
	font-size: 2.75rem;
	color: rgba(255,255,255,1.00);
}
#contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contact ul li a {
	color: #212529;
}
#contact ul li a:hover {
	color: #0c4a6e;
}
#contact textarea {
	height: 115px;
}
#contact .btn-send {
	color: #fff;
	background-color: transparent;
	margin-bottom: 30px;
	padding: 5px 25px!important;
	letter-spacing: 2px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 2px solid #fff;
}
#contact .btn-send:hover {
	background-color: #5c646c;
	border: 2px solid #5c646c;
}
#contact .send {
	font-size: 1.75rem;
	margin: 30px 30px 30px 30px;
}
#contact .thanks {
	margin: 30px;
	-webkit-box-shadow: inset 0px 35px 35px -30px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 35px 35px -30px rgba(0,0,0,0.15);
	box-shadow: inset 0px 35px 35px -30px rgba(0,0,0,0.15);
}
/*Sections*/
footer {
	padding: 25px 0;
	background: #5c646c;
	font-family: 'Avenir LT Std 35 Light', 'Helvetica Neue', Arial, sans-serif;
	color: #fff;
	font-size: 0.75rem;
	text-align: center!important;
	text-transform: uppercase;
}

/*Responsive*/
@media (max-width:479px) {
#mainNav .navbar-brand img {
	height: 20px;
	width: auto;
}
}

@media (max-width:576px) {
.about-mobile {
	display: block !important;
	clear: both !important;
	width: 100% !important;
	margin-top: -7rem;
}
}

@media (max-width:767px) {
.carousel-caption {
	width: 70%;
}
#about .presentation {
	bottom: -10%!important;
}
.carousel-indicators {
	bottom: -17%!important;
}
}

@media (max-width:768px) {
#mainNav {
	width: 80%;
	margin: 0 auto;
}
}

@media (max-width:991px) {
#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
	border-bottom: rgba(255,255,255,0.1) 1px solid;
}
}

@media (min-width:768px) {
header.masthead p {
	font-size: 1.15rem
}
}

@media (min-width:992px) {
header.masthead, #about, #services, #clients, #contact {
	height: 100vh;
	min-height: 650px;
	padding-top: 0;
	padding-bottom: 0
}
header.masthead h1 {
	font-size: 3rem
}
#mainNav {
	border-color: transparent;
	background: rgba(255,255,255,0);
}
#mainNav .navbar-brand {
	color: rgba(255,255,255,.7)
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #fff
}
#mainNav .navbar-nav>li.nav-item>a.nav-link {
	padding: .5rem 1rem
}
#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
	/*color: #868585;*/
	color: rgba(255,255,255,1);
}
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
	color: #cea800;
}
#mainNav.navbar-shrink {
	border-bottom: 1px solid rgba(33,37,41,.1);
	background: rgba(57,64,71,0.9);
}
#mainNav.navbar-shrink .navbar-brand {
	color: #878787;
}
#mainNav.navbar-shrink .navbar-brand span {
	color: #0c4a6e;
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
	color: #cea800
}
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
	color: #fff;
}
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
	color: #cea800
}
}

@media (min-width:1200px) {
header.masthead h1 {
	font-size: 2.75rem;
}
}

@media (min-width:1441px) {
.carousel-caption {
	width: 35%;
}
}
/*end Responsive*/

/*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-phone:before {
	content: "\f095"
}
.fa-map-marker:before {
	content: "\f041"
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}
/*Animated*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
to {
 opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
