/*
Theme Name: Aceptaciones y Descuentos Comerciales
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--yellow: #ffd506;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	color: var(--black);
	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);
}
.yellow {
	color: var(--yellow);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-yellow {
	background: var(--yellow);
}
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(--yellow);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--black);
	background: var(--yellow);
	border: 1px solid var(--yellow);
	padding: 10px 40px;
	border-radius: 24px;
	font-weight: normal;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
}
.boton:hover, .readmore:focus, .boton:focus {
	color: var(--black);
	background: #e4c00f;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Bebas Neue', sans-serif;
	font-weight: bold;
}


/**** HEADER ****/
.top {
	background:var(--black);
	padding-top: 10px;
	padding-bottom: 10px;
	color:#fff;
	text-align: right;
	font-size: 15px;
}
.top a {
	color:#fff;
}
.top span {
	margin-left: 14px;
}
.top span img {
	width: 19px;
	position: relative;
	top: -1px;
	margin-right: 2px;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 58px;
}
.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: 16px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	text-transform: none;
	font-weight: 500;
	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: 'Nunito Sans', sans-serif;
	border-bottom: 3px solid transparent;
	padding-bottom: 24px;
	padding-top: 24px;
}
.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: var(--yellow);
	border-bottom: 3px solid var(--yellow);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--yellow);
    border-bottom: 3px solid var(--yellow);
}
.navbar-default .navbar-nav li {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-default .navbar-nav li span {
	display: inline-block;
	width: 1px;
	height: 11px;
	border-left: 2px solid #000;
	position: relative;
	margin-top: 28px;
}
/**** HOME ****/
.carousel-home .item {
	height: 560px;
}
.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: center;
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 18px;
}
.content-carousel h1 {
	font-size: 60px;
	margin: 0;
}
.content-carousel h2, .content-carousel h3 {
	font-size: 48px;
	margin-top: 0;
	color: var(--yellow);
	margin-bottom: 20px;
}
h2 {
	font-size: 36px;
	margin-bottom: 10px;
}
.line-black {
	display: inline-block;
	width: 100px;
	height: 2px;
	background: var(--black);
	margin-bottom: 30px;
}
.line-white {
	display: inline-block;
	width: 100px;
	height: 2px;
	background: var(--white);
	margin-bottom: 30px;
}
.servicio {
	text-align: center;
}
.servicio img {
	width: 100%;
}
.servicio a {
	color: var(--black);
}
.servicio h4 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 19px;
	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	line-height: 1.4em;
}
.parallax {
	background: url(images/parallax.jpg) no-repeat center center;
	background-size: cover;
	color:#fff;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
footer p {
	margin-bottom: 5px;
}
footer p img {
	width: 18px;
	position: relative;
	margin-right: 2px;
	top: -1px;
}
.logofooter {
	width: 260px;
	max-width: 90%;
}
.copyright {
	background:#202023;
	color:#fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
}
.developer a {
	color:#fff;
}
@media(min-width:767px) {
	.developer {
		text-align: right;
	}
}
.cab {
	background:url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 20px;
}
.cab h1 {
	margin:0;
	font-size: 54px;
	text-align: center;
}
.formulario input {
	width: 100%;
	margin-bottom: 15px;
	padding: 12px 14px;
	border: 1px solid #ccc;
}
.formulario textarea {
	width: 100%;
	margin-bottom: 15px;
	padding: 12px 14px;
	border: 1px solid #ccc;
	height: 110px;
}
.mapa iframe {
	width: 100%;
	height: 300px;
}
.servicios h4 {
	font-family: 'Nunito Sans', sans-serif;
	margin-top: 30px;
}
.contenido h4 {
	font-family: 'Nunito Sans', sans-serif;
}
h3 {
	font-size: 30px;
}



@media(max-width:767px) {
	.top span {
		white-space:nowrap;
	}
	.top span.direccion {
		display: none;
	}
	header .navbar-brand img {
 		height: 48px;
  		margin-top: -2px;
	}
	.navbar-toggle {
  		padding-right: 10px;
  		margin-top: 6px;
  		margin-right: 15px;
  		border: none !important;
		background: #fff !important;
  		padding-right: 0;
	}
	.copyright {
		text-align:center;
	}	
	.navbar-default .navbar-nav li.sep {
		display: none;
	}
	.navbar-default .navbar-nav li a {
  		padding-bottom: 15px;
  		padding-top: 15px;
  		border-bottom: 1px solid #e0e0e0 !important;
	}
}

@media(max-width:498px) {
	.top span.email {
		display: none;
	}
	.content-carousel h1 {
 		font-size: 46px;
	}
	.cab h1 {
		font-size: 44px;
	}
	.content-carousel h2, .content-carousel h3 {
  		font-size: 38px;
 	}
}