@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
h1,h2,h3,h4,h5,h6{
	font: 300 64px / 140% 'Open Sans';
	margin: 0;
	padding: 0;
}
h1,.h1{font-size: 58px;}
h2,.h2{font-size: 42px;}
h3,.h3{font-size: 36px;}
h4,.h4{font-size: 28px;}
h5,.h5{font-size: 21px;}
h6,.h6{font-size: 18px;}
p{
	font: 300 16px / 140% 'Open Sans';
	margin: 0;
	padding: 0;
}
.clr1{
	background-color: #1FA1C7;
	color: #FFF;
}
.clr2{
	background-color: #C71F4D;
	color: #FFF;
}
section{
	padding: 50px 0;
	min-height: 800px;
}

/**/
#datos-{
	background-color: #F5F5F5;
	padding: 5px 0 0 0;
	color: #555;
	font: 300 15px / 120% 'Open Sans';
}
#datos- ul li{
	border-right: 1px solid #555;
}
#datos- ul li:last-of-type{
	border: none;
}
#datos- a{
	color: inherit;
}
#logo{
	padding: 20px 0;
}
.bgmenu{
	background-color: #27A7CC;
}
nav{
	text-align: center;
}
nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
nav ul li{
	display: inline;
}
nav ul li a{
	display: inline-block;
	font: 300 18px / 100% 'Open Sans';
	color: #FFF;
	padding: 15px 10px;
}
nav ul li a:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #11485C;
}
.minilogo{
	display: none;
}
@media screen and (min-width: 0px) and (max-width: 767px){
	.bgmenu{
		background: #2395B6 url(../img/logo2.png) no-repeat 5px 10px;
		position: fixed;
		top: 0;
		width: 100%;
		height: auto;
		padding: 10px 0;
		z-index: 10;
		box-shadow: 0 0 30px #000;
	}
	nav{
		width: 100%;
		height: 30px;
		background: url(../img/menu.png) no-repeat top right;
		padding-top: 30px;
		overflow: hidden;
		cursor: pointer;
	}
	nav:hover{
		height: auto;
	}
	nav ul li a{
		display: block;
		text-align: right;
		padding: 10px;
		font-size: 21px;
	}
	#datos-{
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 10;
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 995px){
	nav ul li a{
		font-size: 17px;
		padding: 15px 6px;
	}
}


.carousel .carousel-inner .item img {
	width: 100%;
}
.carousel .carousel-indicators li {
	border-color: rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, 0.0);
}
.carousel .carousel-indicators li:hover {
	border-color: rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, 0.0);
}
.carousel .carousel-indicators li.active {
	border-color: rgba(255, 255, 255, 1);
	background: rgba(255, 255, 255, 1);
}
.carousel .carousel-indicators {
	bottom: 0;
	z-index: 100;
}
.carousel .carousel-caption {
	color: rgba(255, 255, 255, 1);
	font: 300 36px / 100% 'Open Sans';
	text-align: center;
	display: block;
	z-index: 0;
}
.carousel .carousel-caption {
	background-color: rgba(0, 0, 0, 0.4);
}
.carousel .carousel-caption {
	right: 0;
	left: 0;
	bottom: 0;
	padding: 50px 10px;
}
.carousel-control {
	opacity: 1;
	color: rgba(255, 255, 255, 0.6);
}
.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
	opacity: 1;
	color: rgba(255, 255, 255, 0.95);
}
.carousel-control.left {
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.left:hover,
.carousel-control.right:hover,
.carousel-control.right:focus,
.carousel-control.right:active {
	background: rgba(0, 0, 0, 0);
}
.carousel .carousel-control span {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.carousel .carousel-control.left span {
	margin-left: -10px;
	left: 50%;
}
.carousel .carousel-control.right span {
	margin-right: -10px;
	right: 50%;
}
@media (min-width: 768px) {
	.carousel-control span {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 24px;
	}
}
.carousel .carousel-control {
	top: 50%;
	width: 30px;
	height: 60px;
	margin-top: -30px;
}
.carousel .carousel-control.left {
	border-radius: 0 5px 5px 0;
}
.carousel .carousel-control.right {
	border-radius: 5px 0 0 5px;
}
.carousel .carousel-control span {
	margin-top: -10px;
}
.carousel .carousel-control.left span {
	margin-left: -10px;
}
.carousel .carousel-control.right span {
	margin-right: -10px;
}
@media (min-width: 768px) {
	.carousel .carousel-control {
		width: 40px;
		height: 80px;
		margin-top: -40px;
	}
	.carousel .carousel-control span {
		margin-top: -14px;
	}
	.carousel .carousel-control.left span {
		margin-left: -14px;
	}
	.carousel .carousel-control.right span {
		margin-right: -14px;
	}
}


#servicios- img{
	width: 70%;
}
.btn1,.btn2{
	background-color: none;
	font: 300 21px / 120% 'Open Sans';
	padding: 20px 15px;
	display: block;
	width: 350px;
	text-align: center;
	color: #FFF;
	border: 1px solid #FFF;
	margin: 50px auto;
	transition: all 300ms;
}
.btn1:hover{
	text-decoration: none;
	background-color: #FFF;
	color: #C71F4D;
}
.btn2:hover{
	text-decoration: none;
	background-color: #FFF;
	color: #1FA1C7;
}



form .box{
	width: 100%;
	display: block;
	border: 1px solid #FFF;
	margin-bottom: 15px;
	background-color: transparent;
	padding: 10px;
	color: #FFF;
	font: 300 18px / 100% 'Open Sans';
}
form .box:focus{
	background-color: rgba(255,255,255,.2);
}

form .btn3{
	width: 150px;
	border: 1px solid #FFF;
	display: block;
	background-color: transparent;
	padding: 15px;
	margin: 30px auto;
	color: #FFF;
	font: 300 18px / 100% 'Open Sans';
}
form .btn3:hover{
	color: #1FA1C7;
	background-color: #FFF;
}

footer{
	background-color: #222;
	color: #FFF;
	padding: 50px 0;
	font: 300 13px / 140% 'Open Sans';
}
footer a{
	color: inherit;
}
footer a:hover{
	text-decoration: none;
	color: #1FA1C7;
}
footer ul{
	list-style: none;
	padding: 0;
}
footer .row div{
	margin-bottom: 20px;
}

section .row div{
	margin-bottom: 30px;
}

.up{
	background-image: url(../img/up.png);
	width: 50px;
	height: 50px;
	display: block;
	position: fixed;
	bottom: 50px;
	right: 10px;
	display: none;
}
.up_show{
	display: block;
}
.active_nav{
	display: block;
}

/*
@media screen and (min-width: 0px) and (max-width: 767px){
	.bgmenu{
		background-color: #2395B6;
		position: fixed;
		top: 0;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		z-index: 10;
		box-shadow: 0 0 30px #000;
	}
	.minilogo{
		display: inline-block;
		width: auto;
	}
	nav{
		position: fixed;
		right: 10px;
		top: 10px;
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../img/menu.png) no-repeat top right;
		background-size: 30px;
		padding-top: 30px;
		overflow: hidden;
		cursor: pointer;
		transition: all 500ms;
	}
	nav:hover{
		background-color: rgba(0,0,0,.75);
		width: 95%;
		height: auto;
	}
	nav ul li a{
		display: block;
		text-align: right;
		padding: 10px;
	}
	#datos-{
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}
}
@media screen and (min-width: 768px) and (max-width: 995px){
	nav ul li a{
		font-size: 17px;
		padding: 15px 6px;
	}
}
*/