body {
	font-family: 'Montserrat', sans-serif;
}

h2 {
	color: #5bc0de;
	margin-bottom: 20px;
}
h4 {
    color: #60aacc;
}

.fa {
	color: #fff;
}

.box-interior {
	padding: 20px 30px;
	background-color: #60aacc;
	color: #eee;
	margin-bottom:40px;
}

.box-interior-contacto {
	font-size: 16px;
	padding: 20px 30px;
	background-color: #60aacc;
	color: #fff;
	margin-bottom:40px;
	min-height: 250px;
}

.box-interior-contacto a{
	color: #fff;
}

.box-interior-contacto .fa {
	color: #f0dc00;
}



.box-interior h4 {
    color: #fff;
}

.navbar-default {
    background: none;
    border:none;
    text-transform: uppercase;
}

.navbar {
    position: relative;
    min-height: 140px;
    margin: 40px 0;
    margin-bottom: 0;
    border: none;

}

.navbar-collapse {
	margin-top: 30px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #5bc0de;
}





	.box .caption {
	    color: #60aacc;
	    font-size: 16px;
	    font-weight: 100;
	    text-align: center;
	}

	.box .title {
	    color: #60aacc;
	    font-size: 28px;
	    font-weight: 100;
	    text-align: center;
	    background-color: #f8f6f6;
	    border-bottom: 2px solid #447885;
	    padding: 20px 0;
	}

	.caption-style-1{
		margin: 0px;
		padding: 0px;
		
	}

	.caption-style-1 .box{
		padding: 10px;
	}

	.caption-style-1 .box:hover .caption{
		opacity: 1;
	}


	.caption-style-1 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 4;
	}


	.caption-style-1 .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		-webkit-transition:all 0.45s ease-in-out;
		-moz-transition:all 0.45s ease-in-out;
		-o-transition:all 0.45s ease-in-out;
		-ms-transition:all 0.45s ease-in-out;
		transition:all 0.45s ease-in-out;

	}
	.caption-style-1 .blur{
		background-color: rgba(68,120,133,0.65);
		height: 200px;
		width: 360px;
		z-index: 5;
		position: absolute;
	}

	.caption-style-1{
		font-size: 12px;
	}
	.caption-style-1 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 200px;
		width: 360px;
		text-align: center;
		top: 50px;
		padding:10px;
	}


.container1 {
  position: relative;

}
.image1 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #447885;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.overlay1 .text p a:hover{
  text-decoration: none;
}

.container1:hover .overlay1 {
  height: 100%;
}

.text1 {
  color: white;
  font-size: 14px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  top: 30%;
  left: 35%;
  transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -70%);
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
}

.text1 a{
  color: white;
  text-decoration: none;
}

.text1 a:hover {
  color: white;
  text-decoration: none;
}

.text1:hover {
  color: white;
  text-decoration: none;
}


.footer {
	background-color: #447885;
	padding:30px 0;
	margin-top: 80px;
	color: #60aacc;
}

.big-title {
	background-color: #5bc0de;
	padding: 30px 0;
	color: #fff;
	font-size: 40px;
	font-weight: 100;
	margin-bottom:60px;
}
.list-servicios {
	background-color: #f6f5f5;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 40px;
}

.list-servicios h1{
	font-size:30px;
	color: #447885;
	font-weight: 200;
	text-transform:uppercase;
}

.list-servicios {
	background-color: #f6f5f5;
	font-size: 16px;
	font-weight: 200;
}

.box-title-servicios  {
	background-color: #5bc0de;
	margin-top:-100px;
}

.box-title-servicios .titulo {
	background-color: #5bc0de;
	display: table;
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	text-transform:uppercase;
	height: 200px;
  	text-align: center;
}
.box-title-servicios .titulo span {
   display: table-cell;
   vertical-align: middle;
}
.box-title-servicios .texto {
	display: table;
	color: #444;
	font-size: 20px;
	font-weight: 200;
	height: 200px;
  	text-align: center;
  	background-color: #fff;
}

.box-title-servicios .texto span {
   display: table-cell;
   vertical-align: middle;
}


.main {
	font-size: 15px;
	font-weight: 300;
	color: #444;
}



@media (max-width: 1199px){
	.navbar-collapse {
	margin-top: 20px;
}

	.navbar-header {
		max-width: 210px;
	}
	.navbar-brand img {
	    width:99%;
	}
}

@media (max-width: 991px){
	.navbar-collapse {
		margin: 0px;
	}
	.navbar-default {
    font-size:12px;
	}
	.navbar-header {
		max-width: 155px;
	}
	.navbar-nav>li>a {
    padding:10px;
	}
	.navbar-brand{
		margin:0;
		padding:0;
	} 
	.navbar-brand img {
	    width:85%;
	}
}

@media (max-width: 768px){
	.navbar-collapse {
		margin-top: 60px;
	}
	.navbar-header {
		max-width: 100%;
	}
	.box-title-servicios  {
		margin-top:0;
	}

	.box-title-servicios .titulo {
		background-color: none;
		display: table;
		color: #fff;
		font-size: 20px;
		font-weight: 200;
		text-transform:uppercase;
		height: 130px;
	  	text-align: center;
	}
	.box-title-servicios .texto {
		background-color: none;
		font-size: 14px;

	}

	.text1 {
  font-weight: 200;
}

}
