@font-face {
	font-family: Lato-Light;
	src: url('fonts/Lato-Light.ttf');
}

@font-face {
	font-family: Lato-Bold;
	src: url('fonts/Lato-Bold.ttf');
}

@font-face {
	font-family: Lato-Regular;
	src: url('fonts/Lato-Regular.ttf');
}

body{
	font-family: Lato-Regular;
	font-size: 16px;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

p{
	font-family: Lato-Regular;
	font-size:1.2em;
}

h1{
	font-family: Lato-Bold;
	font-size: 3em;
	color: #082b53;
}

h2{
	font-family: Lato-Bold;
	font-size: 2.7em;
	color: #082b53;
}

h3{
	font-family: Lato-Bold;
	font-size: 1.5em;
}

.fondo-azul{
	background-color: #082b53;
	padding: 50px 50px;
	font-family: Lato-Regular;
}

.fondo-azul p{
	font-family: Lato-Regular;
	margin: 30px 0px;
	color: #ffffff;
}

.fondo-azul a{
	font-family: Lato-Regular;
	color: #ffffff;
}

.fondo-azul .titulo {
	font-weight: bold;
	font-size: 1.4em;
	margin: 20px 0px;
}

.fondo-azul h2{
	font-family: Lato-Bold;
	font-size: 2em;
	color: #ffffff;
	text-align: center;
}

.fondo-azul-patrocinio{
	background-color: #082b53;
	padding: 10px 50px;
	font-family: Lato-Regular;
}

.fondo-azul-patrocinio p{
	font-family: Lato-Regular;
	color: #ffffff;
	margin-top:10px;

}

.fondo-azul ul li{
	color: #ffffff;
	font-size: 1.2em;
}

.fondo-blanco{
	background-color: #ffffff;
	padding: 50px 50px;
	font-family: Lato-Regular;
}

.fondo-blanco p{
	font-family: Lato-Regular;
	color: #037D8A;
	margin-top:10px;
}

.fondo-blanco .titulo {
	font-weight: bold;
	font-size: 1.4em;
	margin: 20px 0px;
}

.fondo-blanco h2{
	font-family: Lato-Bold;
	font-size: 2em;
	color: #037D8A;
	text-align: center;
}

.fondo-blanco ul li{
	color: #ffffff;
	
}

.fondo-blanco a:hover, .fondo-blanco a:active,  .fondo-blanco a:link{
	color: #037D8A;
}

.fondo-verde{
	background-color: #037D8A;
	padding: 50px 50px 80px;
	color: #082b53;
	font-family: Lato-Regular;
}

.fondo-verde p{
	font-family: Lato-Regular;
	color: #ffffff;
}

.fondo-verde .titulo {
	font-weight: bold;
	font-size: 1.4em;
	margin: 20px 0px;
}

.fondo-web-socios{
	background: url('img/websocios.jpg') no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 100%;
   width: 100% ;
   text-align: center;	padding: 50px 50px 80px;
}

.fondo-blanco-transparente{
	padding: 10px 50px 30px;
	float:left;
	position:relative;
	text-align: center;
	background-color:rgba(255,255,255,0.6);
}

.fondo-blanco-transparente p{
	color: #082b53;
}

.fondo-blanco-transparente .titulo {
	font-weight: bold;
	font-size: 1.4em;
	margin-top:20px;
}

  .bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }

  @media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
  }

.pull-right {
     float: right !important;
}

.tw {
        display:inline-block;
        background: url('img/iconotw.png');
		width:40px;
		height:40px;
		margin: 10px 10px;
}
.fb {
        display:inline-block;
        background: url('img/iconofb.png');
		width:40px;
		height:40px;
		margin: 10px 10px;
}
.ln {
        display:inline-block;
        background: url('img/iconoln.png');
		width:40px;
		height:40px;
		margin: 10px 10px;
}

.twblanco {
        display:inline-block;
        background: url('img/iconotwblanco.png');
		width:37px;
		height:37px;
		margin: 10px 10px;
}
.fbblanco {
        display:inline-block;
        background: url('img/iconofbblanco.png');
		width:36px;
		height:37px;
		margin: 10px 10px;
}
.lnblanco {
        display:inline-block;
        background: url('img/iconolnblanco.png');
		width:37px;
		height:37px;
		margin: 10px 10px;
}

.btn-primary {
    color: #FFFFFF;
    background-color: #037D8A;
	border-color: #037D8A;
}

.btn-primary:hover {
    color: #037D8A;
    background-color: #7DC2CA;
	border-color: #7DC2CA;
	transition-duration:0.5s;
}

.negrita{
	font-weight: bold;
}

.sombra {
-webkit-box-shadow: 10px 10px 10px #037D8A;
  -moz-box-shadow: 10px 10px 10px #037D8A;
  filter: shadow(color=#037D8A, direction=135, strength=2);
}

.servicio1 {
        display:inline-block;
        background: url('img/servicio1.png');
		width:190px;
		height:165px;
		margin: 30px 0px 0px 0px;
		text-align:center;
}

.servicio2 {
        display:inline-block;
        background: url('img/servicio2.png');
		width:190px;
		height:165px;
		margin: 30px 0px 0px 0px;
		text-align:center;
}

.servicio3 {
        display:inline-block;
        background: url('img/servicio3.png');
		width:190px;
		height:165px;
		margin: 30px 0px 0px 0px;
		text-align:center;
}

.servicio4 {
        display:inline-block;
        background: url('img/servicio4.png');
		width:190px;
		height:165px;
		margin: 30px 0px 0px 0px;
		text-align:center;
}


.servicio5 {
        display:inline-block;
        background: url('img/servicio5.png');
		width:190px;
		height:165px;
		margin: 30px 0px 0px 0px;
		text-align:center;
}

.servicio6 {
        display:inline-block;
        background: url('img/servicio6.png');
		width:190px;
		height:165px;
		margin: 30px 0px 0px 0px;
		text-align:center;
}

.servicio7 {
        display:inline-block;
        background: url('img/servicio7.png');
		width:190px;
		height:165px;
		margin: 30px 0px 0px 0px;
		text-align:center;
}

.servicio8 {
        display:inline-block;
        background: url('img/servicio8.png');
		width:190px;
		height:165px;
		margin: 30px 0px 0px 0px;
		text-align:center;
}

.servicio9 {
        display:inline-block;
        background: url('img/servicio9.png');
		width:190px;
		height:165px;
		margin: 30px 0px 0px 0px;
		text-align:center;
}

.engrane {
        display:inline-block;
        background: url('img/engrane.png');
		width:100px;
		height:100px;
		margin: 30px 0px 0px 0px;
		text-align:center;
}

.estrella {
        display:inline-block;
        background: url('img/estrella.png');
		width:100px;
		height:100px;
		margin: 30px 0px 0px 0px;
		text-align:center;
}

footer{
	font-size: 0.8em;
	line-height:0.8em;
}

.footerlnk{
	color: #FFFFFF;
	
}

/* Carrusel Testimonial */
.testimonial{
	text-align:center;
	padding:30px 30px 50px;
	margin: 0 15px 100px;
	position: relative;
	margin-top: 40px;
	background-color: #fff;
}

.testimonial:before,
.testimonial:after{
	content:"";
	border-top:40px solid #fff;
	border-right: 125px solid transparent;
	position: absolute;
	bottom: -40px;
	left: 0;
}

.testimonial:after{
	border-right:none;
	border-left: 125px solid transparent;
	left: auto;
	right: 0;
}

.testimonial .description{
	font-size: 16px;
	text-align: justify;
	margin-bottom: 30px;
	opacity: 0.9;
	color: #ffffff;
}

.testimonial .testimonial-content{
	width: 100%;
	position: absolute;
	left:0;
}

.testimonial .pic{
	display: inline-block;
	border: 0px solid #004669;
	/* border-radius: 50%; */
	/* box-shadow: 0 0 2px 2px #f4770b; */
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.testimonial .pic img {
	width: 100%;
	height: auto;
	
}

.testimonial .title{
	font-size: 15px;
	font-weight: bold;
	color: #004669;
	text-transform: capitalize;
	margin: 0 0 5px 0;
	
}

.testimonial .post{
	display: block;
	font-size: 14px;
	color: #004669;
}

.pic img{
	width: 100px !important;
	height: 50px;
}

.owl-theme .owl-controls{
	margin-top: 60px
}

.owl-dots{
	text-align: center;
}
.owl-dot{
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #000000;
	opacity: 0.8;
	border-radius: 50%;
	margin: 50px 50px 0;
}

/* Fin Testimonial */