/*
Theme Name: Equimax
Author: Andres J. Villar
Author URI: http://meritdesigns.com
Description: Wordpress Theme 
Version: 1.0
*/

:root {	
	--white: #ffffff;
	--yellow: #f9a11b;
	--black: #231f20;
	--hover: #e6951a;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: var(--black);
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.container-menu {
	width: 1400px;
	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);
	color: var(--white);
}
.bg-white {
	background: var(--white);
}
.bg-yellow {
	background: var(--yellow);
}
.bg-grey {
	background: #f2f2f2;
}
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(--white);
	background: var(--yellow);
	border: 1px solid var(--yellow);
	padding: 11px 40px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	border-radius: 10px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: var(--hover);
	border: 1px solid var(--hover);
}
.boton2 {
	text-transform: uppercase;
	display: inline-block;
	color: var(--yellow);
	background: var(--white);
	border: 1px solid var(--yellow);
	padding: 11px 40px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	border-radius: 10px;
}
.boton2:hover, .boton2:focus {
	color: var(--white);
	background: var(--yellow);
	border: 1px solid var(--yellow);
}
.boton3 {
	text-transform: uppercase;
	display: inline-block;
	color: var(--yellow);
	background: transparent;
	border: 1px solid var(--yellow);
	padding: 11px 40px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	border-radius: 10px;
}
.boton3:hover, .boton3:focus {
	color: var(--white);
	background: var(--yellow);
	border: 1px solid var(--yellow);
}
h1, h2, h3, h4, h5, h6 {
	color: var(--black);
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

/**** HEADER ****/
.top {
	background: var(--black);
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
}
.top a {
	color: #fff;
	margin-left: 7px;
	font-size: 20px;
}
.sidebar-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1001;
	display: none;
}
.sidenav {
  height: 100%; 
  width: 0; 
  position: fixed; 
  z-index: 9999; 
  top: 0; 
  left: 0;
  background-color: #fff; 
  overflow-x: hidden; 
  padding-top: 60px; 
  transition: 0.5s; 
}
.sidenav a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #f0f0f0;
  color: var(--black);
  text-transform: uppercase;
}
.mobile-menu img {
	height: 42px;
}
.mobile-menu .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: auto;
  font-size: 40px;
  line-height: 40px;
  color: #333;
}
.mobile-menu img {
  height: 35px;
  margin-top: -92px;
}
.mobile-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mobile-menu .dropdown-menu {
  position: relative;
  top: inherit;
  left: inherit;
  z-index: 1000;
  float: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
    list-style-type: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobile-menu .dropdown-menu a {
	padding: 10px 38px;
}
header .navbar-brand {
	padding: 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
	margin-top: 14px;
    height: 42px;
}
.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: var(--black);
	font-size: 16px;
	border: none;
	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: 'Poppins', sans-serif;
	border-bottom: 3px solid transparent;
	padding: 25px 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: #000;
	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: #000;
	border-bottom: 3px solid var(--yellow);
}
.navbar-default .navbar-nav li {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-header button {
	display: none;
}
.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: #000 !important;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border-top: 1px solid var(--yellow);
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu {
  left: inherit !important;
  right: 0;
}
.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: 15px !important;
	color: var(--black);
	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(--yellow);
}

.carousel-control {
	font-size: 50px;
	width: 80px;
	text-align: center;
	-webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.owl3 .owl-dots, .owl3 .owl-nav {
	display: none !important;
}
.owl6 {
	text-align: left;
	color: var(--black);
}
.owl6 a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: var(--black) !important;
	position: relative;
}
.owl6 a::after{
	content: '';
	display: inline-block;
	width: 18px;
	height: 87px;
	background: url(images/linea.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	right: -15px;
	top: 100px;
}
.owl6 img {
	width: 100px !important;
	height: 74px;
}
.owl6 h4 {
	color: var(--black);
}
.owl6 {
	padding-left: 50px;
	padding-right: 50px;
}
.owl6 .owl-nav button span {
	display: none;
}
.owl6 .owl-nav button.owl-next {
    background: url(images/right2.jpg) no-repeat center center;
    background-size: cover;
    width: 22px;
    height: 45px;
    position: absolute;
    top: 86px;
    right: 0px;
}
.owl6 .owl-nav button.owl-prev {
    background: url(images/left2.jpg) no-repeat center center;
    background-size: cover;
    width: 22px;
    height: 45px;
    position: absolute;
    top: 86px;
    left: 0;
}
.bg-bordergrey {
	background: url(images/bggris.jpg) repeat-x top left;
}
.cimage {
	position: relative;
	padding-left: 320px;
}
.cimage2 {
	position: relative;
	padding-left: 520px;
}
.cimage .owl5 {
	padding-right: 30px;
}
.cimage .imgseccion {
	position: absolute;
	width: 480px;
	left: -200px;
	top: 0;
}
.cimage2 .imgseccion2 {
	position: absolute;
	width: 680px;
	left: -200px;
	top: 0;
}
.divservicioshome {
	border-left: 4px solid #E9E9E9;
	padding-left: 30px;
	font-weight: 600;
	padding-top: 20px;
}
.serviciohome {
	position: relative;
	padding-left: 64px;
	min-height: 55px;
	margin-bottom: 10px;
	padding-top: 12px;
}
.serviciohome img {
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
}
.parallaxbg {
	background: url(images/bgfinanciamiento.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 24px;
	padding: 30px;
	color: #fff;
}
.parallaxbg h1 {
	color: #fff;
	margin-bottom: 20px;
}
.owl1 img {
	width: auto !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.owl1 a {
	color: var(--black) !important;
}
.formulario-home {
	background: var(--yellow);
	color: #fff;
	padding-left: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 550px;
	position: relative;
	border-radius: 20px;
}
.formulario-home h2 {
	color: #fff;
}
.formulario-home input, .formulario-home select {
	width: 100%;
	background: #fff;
	color: var(--black);
	padding: 12px;
	margin-bottom: 16px;
	border: none;
	outline: none;
}
.formulario-home button {
	border: 1px solid #fff !important;
	color: #fff !important;
}
.formulario-home img {
	position: absolute;
	right: -20px;
	top: -30px;
	width: 500px;
}
.owl2 .owl-dots {
	display:  none !important;
}
.owl2 {
	text-align: left;
	color: var(--black);
}
.owl2 a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: var(--black) !important;
	position: relative;
}
.owl2 img {
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
}
.owl2 {
	padding-left: 50px;
	padding-right: 50px;
}
.owl2 .owl-nav {
	display: block !important;
}
.owl2 .owl-nav button span {
	display: none;
}
.owl2 .owl-nav button.owl-next {
    background: url(images/right2.jpg) no-repeat center center;
    background-size: cover;
    width: 22px;
    height: 45px;
    position: absolute;
    top: 126px;
    right: 0px;
}
.owl2 .owl-nav button.owl-prev {
    background: url(images/left2.jpg) no-repeat center center;
    background-size: cover;
    width: 22px;
    height: 45px;
    position: absolute;
    top: 126px;
    left: 0;
}
.owl2 .item {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.owl2 .caja {
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.14); 
	box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.14);
	border-radius: 8px;
	overflow: hidden;
	font-weight: 600;
}
.owl2 .title-link {
	padding-left: 15px;
	padding-left: 15px;
	margin: 10px 0;
}
.owl2 .btn-cotizar {
	display: block;
	background: var(--yellow);
	color: #fff !important;
	padding: 12px 15px;
	font-weight: normal;
}
.noticia-home {
	margin-bottom: 30px;
}
.imgblog {
	display: block;
	width: 100%;
	height: 270px;
	margin-bottom: 12px;
	border-radius: 8px;
}
.sidebar .imgblog {
	height: 220px;
}
@media(min-width:767px) {
	.mainsingle {
		padding-right: 30px;
	}
}
.fecha {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.noticia-home .bold {
	font-weight: 600;
}
.videoWrapper, .videoresponsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe, .videoresponsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videos .row {
	margin: -8px;
}
.videos .col-xs-6 {
	padding: 0 8px;
}
footer {
	background: #2b2b33;
	padding-top: 40px;
	color: #fff;
	font-size: 15px;
	padding-bottom: 20px;
}
footer a {
	color: #fff;
}
.cont-footer h5 {
	margin-top: 0;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.cont-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0 15px 0 0;
}
.cont-footer ul li a {
	display: block;
	margin: 8px 0;

}
.menu-footer {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu-footer a {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin: 8px 0;
}
.redes-footer {
	text-align: center;
	margin-bottom: 20px;
}
.redes-footer a {
	color: var(--yellow);
	font-size: 22px;
	margin: 0 4px;
}
.info-footer {
	margin: 15px 0 0 0;
	color: var(--yellow);
}
.info-footer2 {
	margin: 15px 0 0 0;
}
.info-footer a {
	color: var(--yellow);
}
.info-footer p, .info-footer2 p {
	margin: 0;
}
.developer {
	padding-top: 15px;
	text-align: right;
}
.developer  a {
	color: var(--yellow);
}
.divbordes {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#whatsappToggle {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.sello img {
	width: 80px;
	margin-bottom: 20px;
}
.cab {
	background: #eaeaea;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
.cabline {
	height: 7px;
	background: #eaeaea;
	width: 100%;
	margin-bottom: 40px;
}
.cab h1 {
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
}
.cab .bread {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
}
.cab .bread span {
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
}
.mision {
	border-right: 2px solid #f0f0f0;
}
h1 {
	line-height: 1.3em;
}
.formulario input, .formulario select, .formulario textarea {
	background: #f0f0f0;
	color: var(--black);
	border: 1px solid #ccc;
	margin-bottom: 16px;
	width: 100%;
	padding: 12px 15px;
}
.formulario textarea {
	height: 150px;
}
.mapa iframe {
	width: 100%;
	height: 380px;
}
.contactos {
	position: relative;
	padding-left: 32px;
	margin-bottom: 15px;
}
.contactos img {
	position: absolute;
	left: 0;
	top: 0;
}
.contactos .fa {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--yellow);
	font-size: 18px;
	margin-left: 2px;
}

@media(max-width:1200px) {
	body {
		overflow-x: hidden !important;
	}
	#mainmenu .navbar-nav {
		display: none;
	}
	.navbar-brand {
  		margin-left: 20px;
  		margin-bottom: 19px;
	}
	.navbar-header {
    	float: none;
    	width: 100%;
  	}
  	.navbar-header button {
	  display: block;
	  position: absolute;
	  right: 20px;
	  border: none;
	  background: #fff !important;
	  font-size: 22px;
	  top: 14px;
	}
	body.open .sidebar-overlay {
		display: block;
	}
}



@media(max-width:991px) {
	.cimage .imgseccion {
 		display: none;
	}
	.cimage {
  		padding-left: 10px;
	}
	.formulario-home img {
  		top: inherit;
  		width: 320px;
  		bottom: -20px;
	}
	.formulario-home {
  		padding-right: 310px;
  	}
  	.noticia-home {
  		float: none;
  		width: 400px;
  		margin-left: auto;
  		margin-right: auto;
  		max-width: 100%;
  	}
  	.cimage2 .imgseccion2 {
  		width: 573px;
  	}
  	.cimage2 {
  		padding-left: 412px;
	}

}


@media(max-width:767px) {
	.h1, h1 {
 		font-size: 28px;
	}
	.cont-footer a {
		text-align: center;
	}
	footer .col-xs-6 {
		float: none;
		width: 100%;
	}
	.cont-footer h5 {
  		text-align: center;
	}
	.cont-footer ul {
  		padding: 0;
	}
	.redes-footer {
  		margin-top: 40px;
	}
	.developer {
		text-align: left;
	}
	.divbordes {
	 	border: none !important;
	}
	.cimage2 .imgseccion2 {
	  position: relative;
	  width: 100%;
	  left: inherit;
	  top: inherit;
	  margin-bottom: 30px;
	}
	.cimage2 {
    	padding-left: 10px;
  	}
  	.mision {
  		border-right: none;
  		margin-bottom: 40px;
	}
}

@media(max-width:498px) {
	.parallaxbg .dropdown {
		margin-bottom: 15px;
	}
	.formulario-home {
    	padding-right: 20px;
    	padding-left: 20px;
  	}
  	.formulario-home img {
    	display: none;
  	}
}