/*
Theme Name: Leterago
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #1257A3;
	--black: #2D2D2D;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: var(--black);
	font-weight: normal;
	overflow-x: hidden;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--white);
	padding: 11px 30px;
	font-weight: normal;
	border-radius: 10px;
	font-family: 'Titillium Web', sans-serif;
	opacity: 0.9;
	font-size: 16px;
}
.boton2 {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 11px 30px;
	font-weight: normal;
	border-radius: 10px;
	font-family: 'Titillium Web', sans-serif;
	opacity: 0.9;
	font-size: 16px;
}
.boton:hover, .boton:focus, .boton2:hover, .boton2:focus {
	color: var(--white);
	opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
}
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (height/width * 100) */
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapa iframe {
	width: 100%;
	height: 300px;
}

/**** HEADER ****/
header {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 85px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #ffffff;
	font-size: 16px;
	border: none;
	text-transform: none;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Titillium Web', sans-serif;
	border-bottom: 3px solid transparent;
	padding: 15px 0;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: #ffffff;
	border-bottom: 3px solid var(--blue);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
	border-bottom: 3px solid var(--blue);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-right {
    padding-top: 24px;
}




.carousel-home .item {
	height: 600px;
}
.carousel-home img.imgcarousel {
	width: 100%;
}
.carousel-home .container-fluid {
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
 		height:100%;
}
.carousel-home .row {
	height:100%;
} 
.carousel-home .col-sm-12 {
	height:100%;
}
.content-carousel {
	display: flex;
	height: 100%;
	align-items: center;
	color: #fff;
}
.content-carousel > div {
	text-align: left;
	width: 900px;
	max-width: 100%;
	font-size: 21px;
}
.content-carousel h1 {
	font-size: 78px;
	font-weight: bold;
	margin-bottom: 14px;
}
.carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 0 1px;
    background-color: var(--blue);
    border: 1px solid #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 1px;
    background: rgba(255,255,255,0.8);
    border: 1px solid #ffffff;
    border-radius: 20px;
}
h2, h3, h4, h5 {
	margin-top: 0;
	color: var(--blue);
	font-weight: 500;
}
h2 {
	font-size: 44px;
}
.line {
	width: 80px;
	height: 2px;
	background: var(--blue);
	margin: 15px 0 22px 0;
}
.white .line {
	background: #ffffff;
}
.text-center .line {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.bg {
	background: url(images/bg.jpg) no-repeat center center; 
	background-size: cover;
}
.bg2 {
	background: url(images/bg2.jpg) no-repeat top center; 
	background-size: 100%;
}
.cuadro {
	background: #ffffff;
	text-align: center;
	padding: 20px 15px;
	border: 1px solid #e9e9e9;
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.45);
-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.45);
	margin-bottom: 30px;
	min-height: 230px;
}
.cuadro img {
	margin-bottom: 8px;
}
.texto-home img {
	position: relative;
	bottom: -40px;
}
.bg-grey {
	background: #f2f2f2;
}
.myrow {
	margin: 0 -7px;
}
.myrow .col-xs-4 {
	padding:  0 7px;
}
.noticia {
	text-align: center;
	width: 450px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 260px;
	margin-bottom: 15px;
}
.noticia .titulo {
	padding-left: 30px;
	padding-right: 30px;
}
.noticia a {
	color: var(--black);
}
.owl2 .item, .owl3 .item {
	padding: 0 8px;
}
.owl2 .owl-nav  {
	display: block !important;
	/*** 
	position: absolute;
	top: 70px;
	****/
}
.owl-carousel .owl-nav button span {
	display: none;
}
.owl2 {
	padding-left: 40px;
	padding-right: 40px;
}
.owl-carousel .owl-nav button.owl-next {
    background: url(images/right.png) no-repeat center center;
    background-size: cover;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    border: 3px solid #fff;
    position: absolute;
    top: 26px;
    right: -22px;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left.png) no-repeat center center;
    background-size: cover;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    border: 3px solid #fff;
    position: absolute;
    top: 26px;
    left: -22px;
}
.cuadro-contactos {
	color: #555555;
	text-align: center;
}
.cuadro-contactos h4 {
	color: var(--black);
}
.cuadro-contactos .col-sm-3 {
	padding-top: 15px;
}
.cuadro-contactos .linea {
	width: 80px;
	height: 2px;
	background: var(--blue);
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
footer {
	padding-top: 40px;
	color: #fff;
}
footer a {
	color: #fff !important;
}
.logofooter {
	width: 210px;
}
.redesfooter {
	margin: 20px 0 20px 0;
}
.redesfooter a {
	font-size: 22px;
	margin: 0 6px;
}
.copyright {
	padding-top: 30px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 14px;
	background: #0f4786;
	text-align: center;
}
.copyright a {
	color: #fff !important;
}
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 170px;
	padding-bottom: 60px;
}
.cab h2 {
	margin: 0;
	color: #fff;
	font-weight: bold;
}
h3 {
	font-size: 28px;
}
.mision {
	padding-right: 24px;
	padding-left: 24px;
}
.first.mision {
	padding-left: 15px;
}
.mision.cborde {
	border-right: 1px solid #e9e9e9;
}
.valores p {
	margin-bottom: 4px;
	position: relative;
	padding-left: 14px;
}
.valores p::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--blue);
	position: absolute;
	left: 0;
	top: 8px;
}
.calidad {
	position: relative;
}
.calidad .col-sm-6	{
	padding-right: 34px;
}
.calidad .bgcalidad {
	background: url(images/calidad.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}
.trabaja {
	position: relative;
	padding-left: 355px;
}
.trabaja img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 320px;
}
.caja2 {
	background: #fff;
	color: var(--black);
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.caja2 h3 {
	color: var(--blue);
}
.formulario input, .formulario select {
	border: 1px solid #ccc;
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 16px;
	background: #ffffff;
}
.formulario textarea {
	border: 1px solid #ccc;
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 16px;
	height: 130px;
	background: #ffffff;
}
.mapa iframe {
	width: 100%;
	height: 400px;
}
.single h2 {
	font-weight: bold;
}
.ssba a {
	color: var(--blue);
	margin-right: 11px;
	font-size: 24px;
}
@media(min-width:767px) {
	.sidebar {
		padding-left: 30px;
	}
}
.input-file {
	position: relative;
}
.input-file input {
  background-image: url(images/file.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 27px;
}
.formulario {
	text-align: left;
}
.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #ffffff !important;
    background-color: transparent !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border-top: 1px solid var(--blue);
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 16px !important;
	color: #000;
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--blue);
}
@media(min-width:767px) {
	.pleft {
		padding-left: 30px;
	}
}
.bg-blue2 {
	background: url(images/blue2.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 50px;
}
table {
	width: 100%;
}
table th {
	background: var(--blue);
	color: #fff;
	font-weight: normal;
	color: #fff;
}
.calidad {
	position: relative;
	padding-left: 74px;
	padding-top: 4px;
	margin-bottom: 50px;
}
.calidad img {
	width: 60px;
	position: absolute;
	left: 0;
	top: 0;
}
ul.certificados {
	list-style-type: none;
	margin: 20px 0 0 30px;
	padding: 0;
}
ul.certificados li {
	position: relative;
	padding-left: 15px;
}
ul.certificados li::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 1px solid var(--blue);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}
.descarga {
  border-bottom: 1px solid #ccc;
  display: block;
  position: relative;
  padding-left: 50px;
  padding-right: 122px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.descarga img {
	position: absolute;
	left: 0;
	top: 7px;
	width: 40px;
}
.descarga .boton {
  position: absolute;
  right: 0;
  top: 9px;
  padding: 8px 15px;
}
.denuncia {
	position: relative;
	padding-left: 49px;
	margin-bottom: 20px;
}
.denuncia span {
	color: var(--blue);
	font-family: 'Titillium Web', sans-serif;
	font-size: 50px;
	position: absolute;
	left: 0;
	top: -10px;
	line-height: 50px;
}



@media(max-width:767px) {
	.navbar-toggle {
  	color: var(--blue);
  	background: #fff !important;
  	margin-right: 0;
  	margin-top: 17px;
	}
	.collapse {
  	background: var(--blue);
	}
	.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
 		border-bottom: 1px solid #3c78ba !important;
 	}
 	.content-carousel h1 {
  	font-size: 56px;
  }
  .content-carousel > div {
 		font-size: 18px;
	}
	h2 {
  	font-size: 36px;
	}
	.texto-home img {
  	bottom: 20px;
	}
	.owl-carousel .owl-nav button.owl-next {
  	right: -2px;
  	top: 32px;
	}
	.owl-carousel .owl-nav button.owl-prev {
  	left: -2px;
  	top: 32px;
	}
	.cuadro-contactos .col-sm-3 {
  		margin-bottom: 30px;
	}
	.calidad .bgcalidad {
  		position: relative;
  		top: inherit;
  		height: 250px;
  		width: 100%;
  		margin-bottom: 20px;
	}
	.trabaja img {
  		width: 240px;
	}
	.trabaja {
 		padding-left: 259px;
	}
	.mision {
 		 padding-right: 15px;
  		padding-left: 15px;
	}
	.mision.cborde {
  		border-right: none;
  		margin-bottom: 40px;
	}
	.navbar-nav > li.submenu > .dropdown-menu {
  		background: var(--blue);
  	}
  	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    	color: #fff !important;
  	}
	.navbar-nav > li.submenu > .dropdown-menu li a {
		border-bottom: 1px solid #3c78ba !important;
		font-size: 16px !important;
		color: #ffffff !important;
		font-weight: normal;
		padding: 12px 15px;
	    display: block;
	    background: var(--blue);
	}
	.navbar-nav > li.submenu > .dropdown-menu li a:hover {
		border-bottom: 1px solid #3c78ba !important;
		background: #3c78ba !important;
		color: var(--white) !important;
	}
}


@media(max-width:498px) {
	.trabaja {
    		padding-left: 15px;
    	padding-bottom: 181px;
  	}
  	.trabaja img {
	  position: absolute;
	  bottom: 0;
	  left: inherit;
	  width: 210px;
	  right: 15px;
	}
	ul.certificados {
  		margin: 20px 0 0 10px;
  	}
}