@charset "utf-8";
/* CSS Document */

/*font-face*/
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');


body {
	font-family: 'Didact Gothic', sans-serif;
}

.header {
	background: #fff;
}
.top-header-row {
    background-color: #1A6AB7;
}

.main-nav-row {
    background-color: #1A6AB7;
}
.main-nav-row .item-inner-main-nav a:hover, .top-header-row .item-inner-top-header a:hover, .main-nav-row .item-inner-main-nav:hover {
    background-color: #01a2e3;
	border-radius: 0;
}
.main-nav-row .item-inner-main-nav a {
    border-right: solid 1px #fff;
	font-size: 18px;
}

/*BOTONES*/

.btn-default, .btn-primary {
    color: #fff;
    background-color: #01a2e3;
    border-color: #01a2e3;
	    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-default:hover, .btn-primary:hover {
	color: #fff;
	background-color: #216BB5;
	border-color: #216BB5;
}
/* NEW STYLE*/
.gray-b {
	padding: 30px 0 0;
    background-color: #f5f5f5;
}

.divition_wrapper{
	min-height:490px;
	height: 100%;
	background-color:white;
	float:left;
	margin:10px;
	text-align:center;	
}

.divition_wrapper > h5{
	font-size:18px;
	margin:30px 0 !important;
	color:#000000;
	font-weight:400;
}

.divition_wrapper > p{
	padding:0px 15px;	
	color:#686868;	
	text-align:justify;
	font-size: 16px;
}
.divition_wrapper > img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.dest_coor{
	color:#686868;
	font-size:18px;
	letter-spacing:4px;
}
.foo {
	margin-top: 40px;
	background-color: #074884;
    padding: 35px;
    border-bottom: 12px solid #01a2e3;
	overflow: hidden;
    clear: both;
}

.about-c h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
}
.about-c h2 {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 22px;
    color: black;
    text-align: center;
    background-image: url(../images/shape.png);
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.fa-twitter, .fa-google-plus {
	display: none;
}

@media (min-width: 768px) {
	.container-item {
		height: 270px !important;
	}
}