/*
Theme Name: ATIEMPO PACK
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #0C4DA2;
	--red: #E20B15;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #111;
	font-weight: normal;
}
.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);
}
.red {
	color: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-red {
	background: var(--red);
}
.transition, 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: none;
	padding: 8px 12px;
	font-family: 'Lato', sans-serif;
	font-weight:500;
	border-radius: 6px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: var(--blue);
}
.boton2 {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: none;
	padding: 8px 12px;
	font-family: 'Lato', sans-serif;
	font-weight:500;
	border-radius: 6px;
}
.boton2:hover, .boton2:focus {
	color: var(--white);
	background: var(--red);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}


/**** HEADER ****/
@media(min-width:767px) {
	.top {
		display: none;
	}
	.pleft {
		padding-left: 30px;
	}
	.pright {
		padding-right: 30px;
	}
}
header {
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 62px;
}
.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: #000;
	font-size: 15px;
	border: none;
	text-transform: uppercase;
	font-weight: 400;
	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: 'Lato', sans-serif;
	padding: 15px 12px;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none;
	color: var(--blue);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background:none;
	color: var(--blue);
}
.navbar-default .navbar-nav li.botonestop {
	text-align: right;
}
.navbar-default .navbar-nav li.botonestop a {
	display: inline-block !important;
	border: none;
	padding: 8px 12px;
	color:#fff !important;
}
.navbar-default .navbar-nav li.botonestop a.boton {
	background: var(--red) !important;
	margin-bottom: 5px;
	margin-left: 5px;
}
.navbar-default .navbar-nav li.botonestop a.boton2 {
	background: var(--blue) !important;
	margin-bottom: 5px;
}
.navbar-default .navbar-nav li.botonestop a.registrate, a.registrate {
	text-decoration: underline;
	color: var(--blue) !important;
	text-transform: none;
	padding: 0;
}

/**** HOME ****/
.carousel-home .item {
	height: 720px;
}
.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: var(--black);
}
.content-carousel > div {
	text-align: left;
	width: 640px;
	max-width: 100%;
	margin: 0;
	font-size: 16px;
}
.content-carousel h1 {
	font-size: 42px;
	color:var(--blue);
}
.content-carousel a {
	margin-top: 20px;
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: none;
	padding: 10px 20px;
	font-family: 'Lato', sans-serif;
	font-weight:500;
	border-radius: 6px;
}
.content-carousel a:hover, .content-carousel a:focus {
	color: var(--white);
	background: var(--blue);
}
.carousel-indicators {
	margin: 0 auto;
	width: 1200px;
	max-width: 100%;
	padding: 0;
	text-align: left;
	left: 0;
	right: 0;
	bottom: 100px;
	padding-left: 15px;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0 1px;
    background-color: var(--red);
    border: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 1px;
    background-color: var(--blue);
    border: none;
    border-radius: 14px;
}
.botones {
	display: block;
	transition: all .2s;
	background: #fff;
	padding: 30px 20px;
	text-align: center;
	color:var(--blue);
	border-radius: 8px;
	margin-bottom: 30px;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
}
.botones .fa {
	font-size: 11px;
	margin-left: 8px;
}
.botones h4 {
	font-weight: 500;
	font-size: 17px;
}
.botones:hover, .botones:focus {
	background:var(--blue);
	color:#fff;
}
.mirow {
	margin: 0 -7px;
}
.mirow .col-sm-3 {
	padding: 0 7px;
}
.botones .imagen1 {
	display: block;
	width: 100%;
	height: 50px;
	background: url(images/icon1.png) no-repeat center center;
	background-size: 50px;
	margin-bottom: 5px;
	transition: all .2s;
}
.botones .imagen2 {
	display: block;
	width: 100%;
	height: 50px;
	background: url(images/icon2.png) no-repeat center center;
	background-size: 50px;
	margin-bottom: 5px;
	transition: all .2s;
}
.botones .imagen3 {
	display: block;
	width: 100%;
	height: 50px;
	background: url(images/icon3.png) no-repeat center center;
	background-size: 50px;
	margin-bottom: 5px;
	transition: all .2s;
}
.botones .imagen4 {
	display: block;
	width: 100%;
	height: 50px;
	background: url(images/icon4.png) no-repeat center center;
	background-size: 50px;
	margin-bottom: 5px;
	transition: all .2s;
}
.botones:hover .imagen1, .botones:focus .imagen1 {
	background: url(images/icon1w.png) no-repeat center center;
	background-size: 50px;
}
.botones:hover .imagen2, .botones:focus .imagen2 {
	background: url(images/icon2w.png) no-repeat center center;
	background-size: 50px;
}
.botones:hover .imagen3, .botones:focus .imagen3 {
	background: url(images/icon3w.png) no-repeat center center;
	background-size: 50px;
}
.botones:hover .imagen4, .botones:focus .imagen4 {
	background: url(images/icon4w.png) no-repeat center center;
	background-size: 50px;
}
.botonera {
	margin-top: -80px;
}
.intro {
	padding-top: 70px;
}
.sup {
	color:#777;
	font-weight: 500;
}
.intro > h2 {
	margin-top: 0;
}
.bg-grey {
	background: #f2f2f2;
}
.mirow .col-sm-12, .mirow .col-sm-3 { 
	padding: 0 4px;
}
h4 {
	font-size: 17px;
}
.servicio {
	display: block;
	background: #fff;
	padding: 8px;
	border-radius: 8px;
	color:var(--black) !important;
	text-align: center;
	min-height: 400px;
	margin-bottom: 30px;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
}
.servicio img {
	border-radius: 8px;
	margin-bottom: 15px;
}
.servicio h4, .servicio p {
	padding-left: 10px;
	padding-right: 10px;
}
.contactos {
	border: 1px solid #ccc;
	border-radius: 16px;
	margin-bottom: 30px;
	position: relative;
	padding: 20px 20px 20px 55px;
	min-height: 200px;
}
.contactos img.icon {
	position: absolute;
	left: 20px;
	top: 17px;
	width: 30px;
}
.owl2 .item img {
	display: block;
	width: auto !important;
	margin-left: auto;
	margin-right:auto;
}
footer {
	background:#333333;
	padding-top: 40px;
	color:#fff;
}
footer a {
	color:#fff !important;
}
.copyright {
	background: #252525;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media(min-width: 767px) {
	.developer {
		text-align: right;
	}
}
.menufooter p {
	font-weight: 600;
}
.menufooter a {
	display: block;
	padding: 4px 0;
	color:#fff !important;
}
.redesfooter {
	margin-top: 20px;
}
.redesfooter img {
	width: 40px;
	margin-right: 2px;
}
.logofooter {
	width: 220px;
}
.suscripcion {
	position: relative;
}
.suscripcion input {
	width: 100%;
	height: 44px;
	padding: 10px 60px 10px 10px;
	border-radius: 8px;
	border: none;
	outline: none;
	color:#111;
}
.suscripcion button {
	background:var(--red);
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 8px;
	border: none;
	outline: none;
}
.suscripcion button img {
	width: 27px;
}
.clear798 {
	display: none;
}
.owl2 {
	margin-bottom: 30px;
}
.owl2 .owl-dots, .owl2 .owl-nav {
	display: none !important;
}
.cab {
	background:#e1e5e8;
	padding-top: 130px;
	padding-bottom: 30px;
}
.cab h1 {
	text-transform: uppercase;
	color:var(--blue);
	margin: 0;
	padding: 0;
}
.formulario input, .formulario textarea {
	width: 100%;
	padding: 12px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}
.formulario textarea {
	min-height: 180px;
}
.mapa iframe {
	width: 100%;
	height: 370px;
}



@media(max-width: 767px) {
	header {
		padding-top: 10px;
		background:#fff;
		position: relative;
		top: inherit;
		left: inherit;
	}
	.top .boton, .top .boton2 {
		padding: 7px 11px;
		font-size: 14px;
	}
	.navbar-toggle {
 		margin-right: 0;
  		color: #111;
  		background: #fff !important;
    	font-size: 20px;
    	border: none !important;
	}
	.botonestop {
		display: none !important;
	}
	.carousel-home .item {
 		height: 500px;
	}
	.content-carousel h1 {
 		font-size: 32px;
  		color: var(--blue);
	}
	.botonera {
		margin-top: 20px;
	}
	.intro {
  		padding-top: 20px;
	}	
	.servicio img {
 		width: 100%;
	}
	.clear798 {
		display: block;
		height: 1px;
		clear:both;
	}
	.carousel-indicators {
		bottom: 30px;
	}
	.cab {
 		padding-top: 30px;
  		padding-bottom: 30px;
	}
	.cab h1 {
		font-size: 30px;
	}
}

@media(max-width:498px) {
	.col-xs-6 {
		float: none;
		width: 100%;
	}
}