@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/bg-body.png) repeat-x;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
}
a {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
p {
	font-size: 16px;
	color: #474846;
	text-align: justify;
}
.container {
	max-width: none !important;
	width: 1140px;
}
.navbar {
	padding-right: 15px;
	margin-bottom: 0;
}
.navbar-header {
	width: 500px;
    padding: 0 105px;
}
.navbar-brand {
    padding: 5px 15px;
}
.navbar-nav>li>a {
    color: #474846;
	font-weight: 700;
	border-right: 2px solid #005a99;
}
.no-borde {
	border-right: none !important;
}
.nav>li>a:focus, .nav>li>a:hover {
	color: #fff;
    background-color: #005a99;
}
.ico-arrow-l {
	background: url(../images/arrow-l.png) no-repeat;
	width: 50px;
    height: 50px;
    margin-top: 100px;
    margin-left: -60px;
    position: absolute;
}
.ico-arrow-r {
	background: url(../images/arrow-r.png) no-repeat;
	width: 50px;
    height: 50px;
    margin-top: 100px;
    margin-left: 10px;
    position: absolute;
}
.titulos-tp {
	margin: 15px 0;
	padding: 5px;
	font-size: 26px;
	text-align: center;
	background: #14b2ea;
	color: #fff;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.info-tp {
	margin-bottom: 15px;
	text-align: justify;
	padding: 15px 20px 5px;
	background: #ebebeb;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.info-tp p {
	font-size: 16px;
	color: #14b1e6;
}
.more-link {
	margin-bottom: 15px; 
	padding: 8px 0;
	background: #005a99;
	text-align: center;
	color: #fff;
	font-size: 18px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.more-link:hover {
	background: #14b1e6;
	text-decoration: none;
}
.btn-contact {
	width: 40%;
}
/*redes*/
.slider-tp {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
	overflow: hidden;
}

.slider-tp ul {
	display: flex;
	padding: 0;
	width: 400%;
	animation: cambio 8s infinite alternate linear;
}

.slider-tp li {
	width: 262px;
	list-style: none;
}

.slider-tp img {
	width: 262px;
}

@keyframes cambio {
	0% {margin-left: 0;}
	15% {margin-left: 0;}
	
	25% {margin-left: -105%;}
	45% {margin-left: -105%;}
	
	60% {margin-left: -205%;}
	75% {margin-left: -205%;}

	85% {margin-left: -310%;}
	100% {margin-left: -310%;}
}
.icos img {
	margin-top: -6px;
}
.bg-azul-osc {
	background: #005a99;
}
.lateral-tp {
	margin-top: 15px;
}
.btn-principal {
    background-color: #005a99;
	color: #fff;
	cursor: pointer;
	margin-bottom: 12px;
}
.btn-principal:hover {
	background: #14b2ea;
	color: #fff;
}
.new-pass {
	font-size: 12px;
	float: right;
    margin-top: -28px;
	cursor: pointer;
	color: #474846;
}
.new-pass:hover {
	color: #14b1e6;
	text-decoration: underline;
}
label {
	color: #474846;
}
footer {
	padding: 30px;
	background: #005a99;
	color: #fff;
}
footer li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding-right: 5px;
}
footer a, footer a:hover {
	color: #fff;
}