/*
Theme Name: Blandino Prebea
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/

@font-face {
    font-family: 'Lab Grotesque';
    src: url('fonts/LabGrotesque-Bold.eot');
    src: url('fonts/LabGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/LabGrotesque-Bold.woff2') format('woff2'),
        url('fonts/LabGrotesque-Bold.woff') format('woff'),
        url('fonts/LabGrotesque-Bold.ttf') format('truetype'),
        url('fonts/LabGrotesque-Bold.svg#LabGrotesque-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('fonts/LabGrotesque-Regular.eot');
    src: url('fonts/LabGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/LabGrotesque-Regular.woff2') format('woff2'),
        url('fonts/LabGrotesque-Regular.woff') format('woff'),
        url('fonts/LabGrotesque-Regular.ttf') format('truetype'),
        url('fonts/LabGrotesque-Regular.svg#LabGrotesque-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {	
	--white: #ffffff;
	--blue: #062E58;
	--lightblue: #E8F1F8;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Lab Grotesque', sans-serif;
	font-size: 16px;
	color: #555;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1300px;
	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);
}
.lightblue {
	color: var(--lightblue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-lightblue {
	background: var(--lightblue);
}
.transition, a.boton, 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: none;
	padding: 9px 30px;
	font-weight: normal;
	font-family: 'Lab Grotesque', sans-serif;
	border-radius: 6px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: #12477e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lab Grotesque', sans-serif;
	font-weight: bold;
}


/**** HEADER ****/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(6,46,88,0.8);
	background-size: cover;
	color:#fff;
	z-index: 100;
	overflow-x: hidden;
}
.page header {
	position: relative;
	top: inherit;
	left: inherit;
	background: #2f4469;
}
.top {
	padding-top: 8px;
	padding-bottom: 8px;
}
.top a {
	color:#fff !important;
	margin-left: 6px;
	font-size: 16px;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 80px;
    margin-top:-35px;
    margin-bottom: 10px;
}
.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: #fff;
	font-size: 15px;
	border: none;
	padding: 1px 0 4px 0;
	text-transform: uppercase;
	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: 'Lab Grotesque', sans-serif;
	border-bottom: 1px solid transparent;
}
.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: #fff;
	border-bottom: 1px solid #fff;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background:none !important;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.navbar-default .navbar-nav li {
	padding-right: 8px;
	padding-left: 8px;
}
.navbar-default .navbar-nav li.sep {
	border-left: 1px solid #fff;
	display: none;
	height: 12px;
	margin-left: 10px;
	position: relative;
	top: 4px;
}
.navbar-right {
    padding-top: 14px;
}
.navbar-right {
	position: relative;
}
.navbar-right::after {
	content: '';
	display: block;
	width: 1500px;
	height: 1px;
	border-top: 1px solid rgba(255,255,255,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}
.carousel-home .item {
  width: 100%;
  height: 600px;
  font-size: 20px;
  padding-top: 140px;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 28px;
	line-height: 1.3em;
}
.carousel-indicators {
  position: absolute;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  max-width: 100%;
  text-align: left;
  padding-left: 15px;
}
.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0 1px;
    background-color: #79ADD3;
    border: 1px solid #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 1px;
    background: rgba(255,255,255,0.8);
    border: 1px solid #ccc;
    border-radius: 20px;
}
.imgnosotros img {
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.planes {
	background: var(--lightblue);
}
.titulo-planes {
	color:var(--blue);
	padding: 12px;
	border-bottom: 2px solid #fff;
	text-align: center;
}
.titulo-planes h3 {
	margin: 0;
	padding: 0;
}
.content-planes {
	text-align: center;
	color:var(--blue);
	padding: 30px;
}
.footer-planes a {
	display: block;
	background:var(--blue);
	color:#fff !important;
	text-transform: uppercase;
	text-align: center;
	padding: 12px;
}
.planes .desde {
	font-size: 17px;
	line-height: 17px;
}
.planes .precio {
	font-size: 40px;
	font-weight: bold;
}
.nombreplan {
	font-weight: bold;
}
.owl1, .owl2 {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 6px;
}
.owl1 .owl-dots, .owl2 .owl-dots {
	display: none !important;
}
.owl1 .owl-nav, .owl2 .owl-nav {
	display: block !important;
}
.owl1 .owl-nav button span, .owl2 .owl-nav button span {
	display: none;
}
.owl1 .owl-nav button.owl-next, .owl2 .owl-nav button.owl-next {
    background: url(images/right.png) no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 0;
}
.owl1 .owl-nav button.owl-prev, .owl2 .owl-nav button.owl-prev {
    background: url(images/left.png) no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 0;
}
.planes {
	margin-bottom: 50px;
}
.capilla {
	color: #446180;
	margin-bottom: 30px;
}
.pregunte {
	background:var(--blue);
	position: relative;
	padding-right: 42%;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	color:#fff;
}
.pregunte .bg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40%;
	background:url(images/nichos.jpg) no-repeat center center;
	background-size: cover;
} 
.servicios-home {
	position: relative;
	background:var(--blue);
}
.servicios-home .bg {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	background:url(images/servicios.jpg) no-repeat center center;
	background-size: cover;
}
.servicios-home .col-sm-6 {
	padding-top: 40px;
	padding-bottom: 30px;
}
h4 {
	line-height: 1.4em;
}
.servicios-home .text-center h4 {
	font-weight: normal;
	padding-left: 30px;
	padding-top: 80px;
}
.empleo-home {
	background:var(--lightblue);
}
.empleo-home .img img {
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.empleo-home .trabajar {
	padding-top: 60px;
	padding-right: 40px;
}
.empleo-home .trabajar img {
	margin-right: 5px;
	width: 22px;
}
footer {
	background:#f1f1f1;
	padding-top: 30px;
}
p.contactos {
	position: relative;
	padding-left: 25px;
}
p.contactos img {
	position: absolute;
	left: 0;
	top: 1px;
	width: 20px;
}
.socialfooter {
	text-align: right;
}
.socialfooter a {
	background:var(--blue);
	color:#fff;
	display: inline-block;
	text-align: center;
	width: 38px;
	height: 38px;
	margin: 0 2px;
	line-height: 38px;
	border-radius: 50%;
}
.menufooter {
	font-size: 15px;
}
.menufooter span {
	font-size: 11px;
	display: inline-block;
	color:var(--blue);
	margin: 0 4px;
	position: relative;
	top:-2px;
}
.developer {
	color:var(--blue);
	font-size: 15px;
	text-align: right;
}
.cab {
	padding-top: 10px;
	background:#2d4f72;
	color:#fff;
	padding-bottom: 20px;
}
.bread {
	color:#fff;
	font-size: 15px;
	font-weight: normal;
}
.bread .fa {
	font-size: 11px;
	margin: 0 5px;
}
.bread a {
	color:#fff !important;
	font-weight: normal;
}
@media(min-width:767px) {
	.texto-nosotros {
		padding-top: 80px;
	}
}
.formulario input {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 11px 14px;
}
.formulario textarea {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 11px 14px;
	height: 80px;
}
.mapa iframe {
	width: 100%;
	height: 320px;
}
.faq {
	position: relative;
	border: 1px solid #8CC4E7;
	border-radius: 6px;
	margin-bottom: 15px;
}
.faq .numero {
	position: absolute;
	top: -7px;
	left: -7px;
	background:#8CC4E7;
	color:#fff;
	width: 44px;
	height:44px;
	border-radius:50%;
	text-align: center;
	line-height: 44px;
	font-weight: bold;
	font-size: 32px;
}
.faq span.mas, .faq span.menos {
	position: absolute;
	right: 15px;
	top: 9px;
	font-size: 19px;
}
.faq a {
	display: block;
	font-size: 17px;
	padding: 10px 40px 10px 40px;
	color:#446180;
}
.contentfaq {
	padding-left: 40px;
	padding-right: 40px;
}
.faq span.menos {
	display: none;
}
.faq.open span.mas {
	display: none;
}
.faq.open span.menos {
	display: inline-block;
}
.planes {
	text-align: center;
	color:#446281;
	border-radius: 2px;
	padding: 20px;
}
.planes h4 {
	color:#446281;
	margin: 1px 0 0 0;
	padding: 0;
}
.planes h4 span {
	display: inline-block;
	font-size: 15px;
	position: relative;
	top:-1px;
}
.planes .linea {
	width: 120px;
	height: 1px;
	border-top: 1px solid #446281;
	margin: 10px auto;
}
.planes.bg-lightblue {
	margin-bottom: 15px;
}
.content-planes ul {
	margin: 0;
	padding: 0 0 0 15px;
}
.pagos div.pago {
	display: inline-block;
	float: left;
	margin-bottom: 30px;
	position: relative;
	padding-left: 70px;
	color:#446281;
	margin-right: 20px;
}
.pagos div.pago img {
	width: 65px;
	position: absolute;
	left: 0;
	top: -10px;
}


@media(max-width:767px) {
	.navbar-toggle {
  		margin-top: 0px;
  		margin-right: 2px;
  		background:transparent !important;
  	}
  	.navbar-default .navbar-nav li.sep {
  		display: none;
	}
	.navbar-default .navbar-nav li a {
  		padding: 10px 0;
  	}
  	h1 {
 		font-size: 32px;
	}
	h2 {
 		font-size: 28px;
	}	
	h3 {
 		font-size: 22px;
 		line-height:1.4em;
	}
	.carousel-home .item {
 		font-size: 17px;
	}
	.carousel-home .item {
  		height: 520px;
	}
	.pregunte {
  		padding-right: 41%;
  		padding-left: 18px;
  	}
  	.servicios-home .bg {
  		position: relative;
  		right: inherit;
  		width: 100%;
  		height: 200px;
  	}
  	.servicios-home .text-center h4 {
 		padding-left: 0;
  		padding-top: 0;
	}
	.empleo-home .trabajar {
 		padding-top: 20px;
  		padding-right: 40px;
  		padding-left: 40px;
  		padding-bottom: 30px;
	}
	.navbar-right::after {
		content: none;
	}
}

@media(max-width: 498px) {
	h3 {
		font-size: 20px;
	}
	.full498 {
		float: none;
		width: 100%;
	}
}