/* Fuentes */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');

html {
	height: 100%;
}

body {
	font-family: 'Source Sans Pro', 'Roboto Condensed', sans-serif;
	color: #4c4c4c;
	font-size: 14px;
	-webkit-font-smoothing: antialiased !important;
  	-moz-font-smoothing: antialiased !important;
  	-o-font-smoothing: antialiased !important;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.004) !important;
	text-rendering: optimizeLegibility !important;
}

*:focus {
	outline: none !important;
}

a,
button {
	-moz-transition: .4s ease;
  	-webkit-transition: .4s ease;
  	-o-transition: .4s ease;
}

h1,
h2,
h3,
h4,
h5 {
	text-transform: uppercase;
	font-weight: 700;
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3.8rem;
	margin: 0 0 2rem;
}

h3 {
	font-size: 2.2rem;
}

h4 {
	font-size: 1.8rem;
}

p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

section {
	padding: 8rem 0 10rem;
}

.btn {
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}

@media (max-width: 480px) {
	.btn {
		width: 100%;
	}
}

.btn-primary {
	background-color: #e7bb48 !important;
	color: #fff;
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #d4ab42 !important;
}

.btn-secondary {
	height: auto;
	line-height: initial;
	padding: 10px 15px;
	font-weight: 600;
	background-color: #0072bb !important;
	color: #fff;
}

.btn-secondary:hover {
	color: #fff !important;
	background-color: #0062a0 !important;
}

.form-control {
	border-radius: 0;
	background-color: #ededed;
	border: none;
	box-shadow: none !important;
	outline: none !important;
	height: 50px;
	font-size: 16px;
}

textarea.form-control {
	resize: none;
}

/* Navbar */

.navbar-default {
	background-color: #fff;
}
.navbar-default .navbar-right {
	margin: 20px 0;
	-moz-transition: .4s ease;
	-webkit-transition: .4s ease;
	-o-transition: .4s ease;
}

.navbar-brand {
	width: 230px;
	height: auto;
	padding: 25px 15px;
	-moz-transition: .4s ease;
  	-webkit-transition: .4s ease;
  	-o-transition: .4s ease;
}

@media (min-width: 992px) {
	.navbar-default.scroll-down .navbar-right {
		margin: 10px 0;
	}
	.navbar-default.scroll-down .navbar-brand {
		padding: 15px;
	}
}

@media (max-width: 991px) {
	.navbar-brand {
		width: 210px;
	}
}

.navbar-brand img {
	width: 100%;
}

.navbar-nav > li > a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #b5b5b5 !important;
}

.navbar-nav > li > a:hover {
	color: #e7bb48 !important;
}

.navbar-nav > li > a.active {
	color: #4c4c4c !important;
	background-color: transparent !important;
}

.navbar-toggle {
	margin-top: 22px;
}

.parallax {
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/cover.png);
}

.parallax .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #323946;
	opacity: .5;
}

.photo-container {
	width: 100%;
	margin-bottom: 20px;
}

.photo-container img {
	width: 100%;
}

.blue-edge {
	border-bottom: solid 6px #419cd7;
}

.top-offset {
	width: 100%;
	height: 90px
}

@media (max-width: 767px) {
	.top-offset {
		height: 80px;
	}
}

/* Sections */

#cover {
	min-height: 560px;
	position: relative;
}

#cover .caption {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#cover .content {
	width: 100%;
	height: auto;
	max-width: 480px;
}

#cover .content h1 {
	color: #fff;
	margin-bottom: 20px;
}

#cover .content p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
}


#quienesSomos h2 {
	color: #0072bb;
	margin-bottom: 5rem;
}

#servicios {
	background: url(../images/servicios_fondo.png) no-repeat center #439cd6;
	background-size: cover;
}

#servicios h2,
#servicios h3,
#servicios p {
	color: #fff;
}

#servicios .item {
	width: 100%;
	max-width: 360px;
	margin: 20px auto;
}

#servicios .item .icon {
	display: table;
	margin: auto;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background-color: #e7bb48;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#servicios .item .icon img {
	width: 100%;
}

#servicios .first-row {
	margin-top: 5rem;
}


@media (min-width: 768px) {
	#servicios .second-row {
		margin: 0;
	}

	#servicios .second-row .left {
		margin-left: 16%;
		margin-right: .6%;
	}

	#servicios .second-row .right {
		margin-left: .6%;
		margin-right: 16%;
	}
}

#pymes {
	background-color: #0072bb;
}

#pymes h2 {
	color: #e7bb48;
}

#pymes p {
	color: #fff;
}

#pymes .main-row {
	margin-top: 5rem;
}

#pymes .item {
	background-color: #fff;
	margin: 15px 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#pymes .item .photo-container {
	margin: 0;
}

#pymes .item .text-container {
	height: 100px;
	position: relative;
}

#pymes .item h4 {
	width: 100%;
	margin: 0;
	color: #0072bb;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#contacto h2 {
	color: #d2d2d2;
}

#contacto .contact-info {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

@media (max-width: 767px) {
	#contacto .contact-info {
		margin-top: 3rem;
	}
}

#contacto .contact-info li {
	list-style: none;
	display: block;
	width: 100%;
	float: left;
	margin: 2rem 0;
}

#contacto .contact-info .icon,
#contacto .contact-info .text {
	display: inline-block;
	float: left;
}

#contacto .contact-info .icon {
	margin-right: 15px;
}

#contacto .contact-info .icon img {
	width: 46px;
}

#contacto .contact-info .text span {
	display: block;
	color: #bababa;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

#contacto .contact-info .text strong {
	font-family: 'Roboto Condensed', 'Source Sans Pro', 'Helvetica', sans-serif;
	font-size: 22px;
	color: #0072bb;
}

/* Footer */

footer {
	background-color: #323946;
	color: #fff;
	padding: 30px 0;
}

footer strong {
	text-transform: uppercase;
}

footer a {
	color: #e7bb48 !important;
}

/* google maps */

#google-container {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #e7eaf0;
  margin: 3rem 0 6rem;
}

@media only screen and (min-width: 768px) {
  #google-container {
    height: 300px;
  }
}

@media only screen and (min-width: 1170px) {
  #google-container {
    height: 300px;
  }
}

#cd-google-map {
  position: relative;
}

#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(211, 104, 104, 0.9);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/icon-controller.svg");
  border-radius: 3px;
}

#cd-zoom-in:hover, #cd-zoom-out:hover {
  background-color: #ededed;
}

@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}

/* slider y modal Servicios */

.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.slick-prev {
	left: -70px;
	background-image: url(../images/prev.svg);
}

.slick-next {
	right: -70px;
	background-image: url(../images/next.svg);
}

.sliderServicios {
	margin-top: 15px;
	opacity: 0;
	-moz-transition: 1s ease;
  	-webkit-transition: 1s ease;
  	-o-transition: 1s ease;
  	-webkit-transition-delay: 2s; /* Safari */
    transition-delay: 2s;
}

.sliderServicios.show-slider {
	opacity: 1;
	-moz-transition: 1s ease;
  	-webkit-transition: 1s ease;
  	-o-transition: 1s ease;
}

.sliderServicios .slide {
	text-align: center;
}

.sliderServicios .slick-list {
	width: 100%;
}

.sliderServicios .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	font-size: 32px;
}

.sliderServicios .content {
	padding: 20px 20px 20px; 
	background-color: #0072bb;
	border-radius: 5px;
	margin-top: 20px;
}

.sliderServicios .servicios-list {
	text-align: left;
	margin-bottom: 0;
	color: #fff;
	padding-left: 20px;
	font-size: 15px;
}

.sliderServicios .item .icon {
	display: table;
	margin: auto;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background-color: #e7bb48;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.sliderServicios .item .icon img {
	width: 100%;
}


.modal-backdrop {
	background-color: #003457;
	opacity: .6 !important;
}

#modalServicios .modal-dialog {
	width: 100%;
	max-width: 400px;
	margin: 80px auto;
}

#modalServicios .modal-content {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	border: none;
	background-color: #00a5dd;
}

#modalServicios h3 {
	color: #fff;
}



