@font-face {
	font-family:"Decker";
	src:url("../fonts/Decker/Decker.eot?") format("eot"),
	url("../fonts/Decker/Decker.woff") format("woff"),
	url("../fonts/Decker/Decker.ttf") format("truetype"),
	url("../fonts/Decker/Decker.svg#") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
  font-family:"Decker Bold";
  src:url("../fonts/DeckerB.eot?") format("eot"),
  url("../fonts/DeckerB.woff") format("woff"),
  url("../fonts/DeckerB.ttf") format("truetype"),
  url("../fonts/DeckerB.svg#") format("svg");
  font-weight:normal;
  font-style:normal;
}

#contenedor{
	width:100%;
	overflow:hidden;
	font-family:"Decker";
	position:relative;
  color: #000;
  font-size: 20px;
	background: #EAF8F9;
}

.pad{
	padding-left:0px;
	padding-right:0px;
}

.clear{
	clear:both;
}

.tel-head{
	background: #007EC8;
	float: left;
	position: relative;
	width: 100%;
	padding: 8px;
}

.tel-head h1{
	float: right;
	color: #fff;
}

.logo{
	padding: 10px 15px;
}

#barra-menu{
	background: transparent;
}

#menu{
  min-height: 40px;
  width: 100%;
  float:left;
  position: relative;
  margin-bottom:0px;
  border: none;
	background: transparent;
	border-radius: 0;
	margin-top: 55px;
}
.menu {
  display: flex;
justify-content: flex-end;
margin-top: 28px;
}

#navbar li{
  display: inline-block;
  margin: 0px 48px;
}

#navbar a{
  color: #000;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	border-bottom:solid 1px #edf8fa;
}

#navbar a:hover{
	color: #007dc4;
	text-decoration: none;
	border-bottom:solid 1px #007dc4;
}

#navbar .selec{
	color:#0C8DD5;
	text-decoration: none;
	border-bottom:solid 1px #0C8DD5;
}

nav .me{
  text-align:center;
  margin:auto;
  padding-bottom: 4px;
  display: block;
  color: #fff;
}

.navbar-toggle .icon-bar{
  width: 38px;
  background-color: #fff !important;
}

.caption{
	font-family:"Decker Bold";
	width: 100%;
	text-align: center;
	position: absolute;
	top: 40%;
}

.caption p{
	color: #fff;
	font-size: 40px;
	padding: 5px 84px;
	text-shadow: 2px 2px 4px #000;
}

#carousel-home .carousel-indicators{
	bottom: 3px;
}

#carousel-home .carousel-indicators li{
	background:url(../img/arrows.png) no-repeat;
	border:none;
	width: 23px;
	height: 23px;
}

#carousel-home .carousel-indicators .active{
	background:url(../img/arrows.png) no-repeat right;
}

#quienes-home{
	padding: 70px 15px;
}

#quienes-home h2{
	color:#2E74DD;
	margin-top: 20px;
	font-size: 40px;
	font-family:"Decker Bold";
}

#quienes-home p{
	margin-top: 15px;
	line-height: 30px;
	font-size: 20px;
}

#quienes-home a{
	display: inline-block;
	margin-top: 40px;
	border: solid 3px #017FC9;
	padding: 5px 30px;
	border-radius: 10px;
	font-size: 22px;
}

#quienes-home a:hover{
	background:#017FC9;
	color: #fff;
	text-decoration: none;
}

footer{
	padding-top: 30px;
	background: #007dc4;
}

footer .footer1 p{
	background: url(../img/footer1.png) no-repeat;
	text-align: left;
	padding-left: 60px;
	color: #fff;
	line-height: 20px;
	font-family:"Decker Bold";
}

footer .telefono p{
	background: url(../img/telefono.png) no-repeat;
	text-align: right;
	padding-left: 40px;
	color: #fff;
	line-height: 20px;
	float: left;
	margin-left: 20%;
	font-family:"Decker Bold";
}

footer .redes{
	text-align: center;
}

footer .redes p{
	color: #fff;
	font-family:"Decker Bold";
}

#fb{
	background: url(../img/redes.png) no-repeat 0px 0px;
	width:37px;
	height:37px;
	display: inline-block;
	margin: 5px;
}

#tw{
	background: url(../img/redes.png) no-repeat -46px 0px;
	width:37px;
	height:37px;
	display: inline-block;
	margin: 5px;
	margin-top: 20px;
}

#web-cont{
	text-align: center;
	padding: 2px;
	margin-top: 30px;
}

#web{
	background: url(../img/web.png) no-repeat right;
	padding: 10px;
	padding-right: 142px;
	display: inline-block;
	color: #fff;
	text-decoration: none !important;
	font-size: 12px;
	margin-top: 5px;
}

#titulo{
  padding-top: 350px;
  padding-bottom: 158px;
	background-size: cover;
}

.bg-1{
  background: url(../img/bg1.jpg) no-repeat center top;
}

.titulo{
	position: absolute;
	right: 0;
	width: 30%;
	bottom: 60px;
}

.titulo h1{
	font-size: 40px;
	color: #fff;
	text-shadow: 2px 2px 11px #000;
	float: left;
	font-family:"Decker Bold";
}

#firma{
	padding: 121px 15px;
}

#firma p{
	line-height: 33px;
	font-size: 20px;
}

.bg-2{
  background: url(../img/bg2.jpg) no-repeat center top;
}

#areas{
	padding: 40px 15px;
	text-align: center;
}

#areas .area{
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: 0.2s;
	margin-top: 30px;
	margin-bottom: 20px;
}

#areas h2{
	font-family:"Decker Bold";
	font-size: 30px;
}

#areas a{
	font-family:"Decker Bold";
	margin-top: 30px;
	border-radius: 12px;
	padding: 13px 41px;
	font-size: 18px;
}

.btn-primary{
	background-color: #2B75E0;
}

#areas .area:hover a{
	background:#00CFF7;
	border-color: #00CFF7;
}

#areas .area:hover {
	margin-top: -10px;
	border: 1px solid rgb(200, 200, 200);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
	background:#fff;
	transition: 0.5s;
}

.bg-3{
  background: url(../img/bg3.jpg) no-repeat center top;
}

.bg-3a{
  background: url(../img/bg3a.jpg) no-repeat center top;
}

.bg-3b{
  background: url(../img/bg3b.jpg) no-repeat center top;
}

.bg-3c{
  background: url(../img/bg3c.jpg) no-repeat center top;
}

.bg-3d{
  background: url(../img/bg3d.jpg) no-repeat center top;
}

.bg-3e{
  background: url(../img/bg3e.jpg) no-repeat center top;
}

.bg-3f{
  background: url(../img/bg3f.jpg) no-repeat center top;
}

.bg-3g{
  background: url(../img/bg3g.jpg) no-repeat center top;
}

#interna h2{
	margin-top: 92px;
	color: #2877DD;
	font-size: 40px;
	font-weight: normal;
	font-family:"Decker Bold";
}

#interna p{
	margin-top: 30px;
	line-height: 31px;
}

.volver{
	text-align: center;
	padding: 60px 15px;
	float: left;
	position: relative;
	width: 100%;
}

.volver a{
	color: #4b74db;
	padding: 8px 35px;
	border-radius: 8px;
	font-size: 22px;
	display: inline-block;
	border: solid 1px #4b74db;
}

.volver a:hover{
	background: #4b74db;
	color: #fff;
	text-decoration: none;
}

.bg-4{
  background: url(../img/bg4.jpg) no-repeat center top;
}

#noticias{
	padding: 49px 15px;
}

.noticia{
	float: left;
	position: relative;
	width: 100%;
	background: #fff;
	padding: 0px 15px 15px 15px;
}

.noticia h2{
	color: #4b74db;
	font-size: 24px;
	margin-top: 15px;
	font-family:"Decker Bold";
}

.noticia p{
	margin-top: 15px;
	text-align: justify;
	line-height: 22px;
}

.noticia a{
	display: inline-block;
	margin-top: 50px;
	padding: 10px;
	background: #2C74DF;
	color: #fff;
	font-size: 16px;
	font-family:"Decker Bold";
}

.noticia a:hover{
	text-decoration: none;
	background: #00CFF7;
}

#carousel-noticias{
	padding-bottom: 80px;
}

#carousel-noticias .carousel-indicators{
	bottom: 0px;
}

#carousel-noticias .carousel-indicators li{
	background:url(../img/arrows.png) no-repeat;
	border:none;
	width: 23px;
	height: 23px;
}

#carousel-noticias .carousel-indicators .active{
	background:url(../img/arrows.png) no-repeat right;
}

.bg-5{
  background: url(../img/bg5.jpg) no-repeat center top;
}

#noticias-interna{
	padding: 20px 15px;
}

#scrollbar1{
  margin-top: 40px;
}

.scrollbar {
	width: 100%;
}

.scrollbar .viewport {
	width: 95%;
	height: 450px;
	overflow: hidden;
	position: relative;
	line-height: 27px;
}

.scrollbar .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

.scrollbar .scrollbar{
	background:#000;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 19px;
	border-radius: 10px;
}

.scrollbar .thumb {
	background:#007dc4;
	height: 20px;
	border-radius: 10px;
	width: 19px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left:0;
}

.scrollbar .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 25px;
}

.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.bg-6{
 background: url(../img/bg6.jpg) no-repeat center top;
}

#contacto{
	padding: 40px 15px;
}

#contacto p{
	line-height: 27px;
	color: #000;
	margin-top: 15px;
}

#formulario .check{
	text-align: left;
	float: none;
	display: inline-block;
	width: auto;
}

#formulario h3{
	color: #000 !important;
	margin-top: 5px;
}

#formulario input{
	width:100%;
	background-color:transparent;
	color:#000;
	border:solid 2px #9cb6ea;
	font-family:"Decker";
	font-size:24px;
	padding:7px;
	margin-top: 5px;
}

#formulario textarea{
	width:100%;
	background-color:transparent;
	color:#000;
	border:solid 2px #9ABFEC;
	font-family:"Decker";
	font-size:14px;
	padding:10px;
	margin-top: 5px;
  height: 80px;
}

#enviar{
	width:100px !important;
	cursor:pointer;
	position:relative;
	float:right;
	display: inline-block;
	background: #007dc4 !important;
	color: #fff !important;
	border:none !important;
	padding: 10px 40px;
	margin-right: 20px;
	margin-top: 20px !important;
}

#enviar:hover{
	background: #00CFF7 !important;
	color: #fff !important;
}

#borrar{
	width:100px !important;
	cursor:pointer;
	position:relative;
	float:right;
	display: inline-block;
	background: #007dc4 !important;
	color: #fff !important;
	border:none !important;
	padding: 10px 40px;
	margin-top: 20px !important;
}

#borrar:hover{
	background: #00CFF7 !important;
	color: #fff !important;
}

#map{
	height:400px;
}

#ampliar{
	background: #007dc4;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	position: absolute;
  text-decoration: none !important;
	bottom:30px;
	right:45%;
	font-size: 18px;
	padding: 10px 20px;
}

#ampliar:hover{
	background: #6dcef5;
	color: #fff;
}

#ubicacion{

}
#back-top {
    background-image: url(../img/whatsapp.png);
    width: 51px;
    height: 51px;
    position: fixed;
    right: 15px;
    z-index: 900;
    bottom: 18px;
    }





@media (max-width: 800px){
	#barra-menu {
    margin-top: 0px;
	}

  #menu {
		padding-bottom: 0;
		margin-top: 0;
  }

	.menu {
    flex-direction: column;
	}

	.navbar-header {
	    float: none;
	}

	.navbar-left,.navbar-right {
	    float: none !important;
	}

	.navbar-toggle {
	    display: block;
	    font-size: 15px;
			background: #007dc4 !important
	}

	.navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}

	.navbar-fixed-top {
	    top: 0;
	    border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
	    display: none!important;
	}

	.navbar-nav {
	    float: none!important;
	    margin-top: 7.5px;
			margin-left: 0;
	}

	.navbar-nav>li {
	    float: none;
	}

	.navbar-nav>li>a {
	    padding-top: 10px ;
	    padding-bottom: 10px;
	}

	.collapse.in{
	    display:block !important;
	}

	#navbar li {
	   width: 100%;
		 margin: 0;
	}

	#navbar a{
	  width: 100%;
	  text-align: left;
    border: none;
		padding: 5px;
  }

  .caption {
    position: relative;
    float: left;
    background: #007dc4;
    padding: 10px;
  }

	.caption p{
		font-size: 15px;
	}

	#carousel-home .carousel-indicators {
	    bottom: -35px;
	}

	footer .footer1 p {
	    font-size: 13px;
	}

	footer .telefono p {
	    background: url(../img/telefono.png) no-repeat;
	    text-align: left;
	    padding-left: 58px;
	    color: #fff;
	    line-height: 20px;
	    float: left;
	    margin-left:0;
	    font-size: 13px;
	    margin-top: 20px;
	}

	#titulo {
	    padding-top: 85px;
	    padding-bottom: 50px;
	    background-size: cover;
	}

	.titulo {
	    position: absolute;
	    right: 0;
	    width: 45%;
	    bottom: 45px;
	}

	.titulo h1 {
	    font-size: 21px;
	}

	#quienes-home p{
		font-size: 17px;
	}

	#firma p{
		font-size: 17px;
		line-height:27px;
	}

	#contacto p{
		font-size: 17px;
		line-height: 22px;
	}


	#formulario input{
		padding: 4px;
	}

	#interna h2{
		font-size: 35px;
	}
 
}


@media (max-width:900px) and (min-width:800px){


	#navbar li{
		margin: 0px 33px;
	}

	.caption p{
		font-size: 25px;
	}

	#quienes-home p{
		font-size: 17px;
		line-height: 26px;
	}

	footer .telefono p{
		margin-top: 14px;
		margin-left: 0px;
		padding-left: 58px;
	}

	.titulo h1{
		font-size: 36px;
	}

	#firma p{
		font-size: 18px;
		line-height: 29px;
	}

	#titulo{
		padding-top: 192px;
	}

	.menu{
		margin-top: 0px;
	}
}


@media (max-width:1000px) and (min-width:900px){

	#navbar li{
		margin: 0px 37px;
	}

	#titulo{
		padding-top: 202px;
	}

	.menu{
		margin-top: 0px;
	}

	footer .telefono p{
		padding-left: 59px;
		margin-top: 8px;
		margin-left: 0px;
	}

	#contacto p{
		font-size: 17px;
		line-height: 25px;
	}

	.caption p{
		font-size: 27px;
	}
}

@media (max-width:1100px) and (min-width:1000px){

	.caption p{
		font-size: 29px;
	}

	footer .telefono p{
		font-size: 16px;
	}

	footer .footer1 p{
		font-size: 16px;
	}

	#titulo{
		padding-top: 237px;
	}

	#areas h2{
		font-size: 23px;
	}

	.noticia h2{
		font-size: 21px;
	}

	.noticia p{
		font-size: 15px;
		line-height: 19px;
	}
}



@media (max-width:1200px) and (min-width:1100px){

	.caption p{
		font-size: 32px;
	}

	footer .footer1 p{
		font-size: 18px;
	}

	footer .telefono p{
		font-size: 18px;
	}

	#titulo{
		padding-top: 285px;
	}

	.noticia p{
			font-size: 15px;
			line-height: 20px;
		}

	.noticia p{
		font-size: 16px;
	}
}



@media (max-width:1300px) and (min-width:1200px){

	footer .footer1 p{
		font-size: 18px;
	}

	footer .telefono p{
		font-size: 17px;
	}

	.caption p{
		font-size: 33px;
	}

	#firma p{
		font-size: 19px;
		line-height: 28px;
	}

	#interna p{
		font-size: 17px;
		line-height: 28px;
	}

	.noticia p{
		font-size: 15px;
	}

	.noticia h2{
		font-size: 21px;
	}

	#titulo{
		padding-top: 328px;
	}
}

@media (max-width:1400px) and (min-width:1300px){

	footer .telefono p{
		font-size: 17px;
	}

	#firma p{
		font-size: 18px;
		line-height: 31px;
	}

	#interna p{
		font-size: 18px;
		line-height: 29px;
	}

	.noticia p{
		font-size: 15px;
		line-height: 20px;
	}
}
