/*
Theme Name: Coopunion
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
@font-face {
    font-family: 'Lunchtype24';
    src: url('fonts/Lunchtype-ExpandedRegular.eot');
    src: url('fonts/Lunchtype-ExpandedRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lunchtype-ExpandedRegular.woff2') format('woff2'),
        url('fonts/Lunchtype-ExpandedRegular.woff') format('woff'),
        url('fonts/Lunchtype-ExpandedRegular.ttf') format('truetype'),
        url('fonts/Lunchtype-ExpandedRegular.svg#Lunchtype-ExpandedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

:root {	
	--white: #ffffff;
	--greendark: #047835;
	--green: #6BBD4B;
	--yellow: #F9E80E;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Lunchtype24', sans-serif;
	font-size: 16px;
	color: #444;
	font-weight: 300;
}
.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);
}
.green {
	color: var(--green);
}
.greendark {
	color: var(--greendark);
}
.yellow {
	color: var(--yellow);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-green {
	background: var(--green);
}
.bg-greendark {
	background: var(--greendark);
}
.bg-yellow {
	background: var(--yellow);
}
.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(--greendark);
}
.readmore, .boton {
	text-transform: none;
	display: inline-block;
	color: var(--white);
	background: var(--greendark);
	border: 1px solid var(--greendark);
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Lunchtype24', sans-serif;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: #greendark;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color:var(--black);
}


/**** HEADER ****/
.top {
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
}
.top .email, .top .direccion, .top .telefono {
	display: inline-block;
	padding-top: 7px;
}
.top .email img, .top .direccion img, .top .telefono img {
	width: 18px;
	margin-right: 4px;
}
.top .direccion, .top .telefono {
	margin-right: 12px;
}
.top .social img {
	width: 34px;
}
.top .ibanking {
	background: var(--greendark);
	color:#fff !important;
	display: inline-block;
	padding: 7px 15px;
	height: 35px;
}
.top .ibanking img {
	margin-rigth: 4px;
	width: 19px;
}
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: 75px;
}
.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(--greendark);
	font-size: 17px;
	text-transform: none;
	font-weight: 300;
	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: 'Lunchtype24', sans-serif;
	border-bottom: 3px solid transparent;
	padding-bottom: 30px;
}
.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(--greendark);
	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(--greendark);
	border-bottom: 3px solid var(--yellow);
}
.navbar-default .navbar-nav li {
	padding-right: 4px;
	padding-left: 4px;
}
.navbar-right {
    padding-top: 20px;
}
.navbar-default .navbar-nav li.sep {
	padding-top: 15px;
}
.navbar-default .navbar-nav li.sep span {
	display: inline-block;
	width: 1px;
	height: 12px;
	border-left: 1px solid var(--greendark);
}
.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: var(--greendark) !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 li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 16px !important;
	color: var(--greendark);
	font-weight: 300;
	padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: var(--greendark) !important;
	color: var(--white);
}
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:#fff;
	z-index: 100;
}

/**** HOME ****/
.carousel-home .item {
	height: 600px;
}
.botoneshome {
	margin-top: -100px;
}
.content-botoneshome {
	background:#fff;
	padding: 10px;
	border-radius: 12px;
}
.content-botoneshome .row {
	margin: 0 -7px;
}
.content-botoneshome .col-sm-4 {
	padding: 0 7px;
}
.botoneshome a {
	display: block;
	width: 400px;
	min-height: 240px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-radius: 12px;
	text-align: center;
	padding: 15px 25px;
	opacity: 0.9;
	transition: all .2s;
}
.botoneshome a:hover {
	opacity: 1;
}
.botoneshome .boton1 {
	color:#fff !important;
	background: var(--greendark);
}
.botoneshome .boton2 {
	color:#fff !important;
	background: var(--green);
}
.botoneshome .boton3 {
	color: var(--greendark) !important;
	background: var(--yellow);
}
.botoneshome .boton1 h3, .botoneshome .boton2 h3 {
	color: var(--white);
	margin-top: 10px;
}
.botoneshome .boton3 h3 {
	color: var(--greendark);
	margin-top: 10px;
}
.intro {
	position: relative;
	padding-right: 56%;
}
.intro img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 62%;
}
.bg-grey {
	background: #f0f0f0;
}
.product {
	margin-bottom: 30px;
}
.owl2 .item a, .product a {
	display: block;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 12px;
	padding: 15px;
	min-height: 200px;
}
.owl2 .item img, .product img {
	width: 65px !important;
	margin-left: auto;
	margin-right: auto;
}
.owl2 h3, .product h3 {
	font-size: 19px;
	margin-top: 10px;
}
.owl2 a p, .product a p {
	color: #555;
}
.owl2 .owl-nav  {
	display: none !important;
}
.owl2 .owl-dots, .owl3 .owl-dots {
	display: block !important;
	margin-top: 15px;
	margin-bottom: 40px;
	text-align: center;
}
.owl-carousel button.owl-dot {
    background: var(--yellow);
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
    width: 24px;
    height: 7px;
    margin: 10px 3px;
}
.owl-carousel button.owl-dot.active {
	background: var(--greendark);
}
footer {
	font-size: 15px;
	padding-bottom: 20px;
}
.logofooter {
	height: 65px;
	margin-bottom: 15px;
}
footer h4 {
	font-weight: 500;
}
.menufooter a {
	display: block;
	color:#444;
	margin-bottom: 10px;
}
.menufooter a .fa {
	color:var(--greendark);
	margin-right: 4px;
}
.sello {
	text-align: right;
}
img.uaf {
	width: 96px;
	margin-bottom: 20px;
}
.socialfooter img {
	width: 32px;
}
@media(min-width:767px) {
	.developer {
		text-align: right;
	}
}

.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}
.cabsucursales {
	background: url(images/cabsucursales.jpg) no-repeat center center;
}
.cab h2 {
	color:#fff;
	margin: 0;
	padding: 0;
}
.sucursal {
	margin-bottom: 50px;
}
.sucursal h3 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
}
.sucursal p {
	position: relative;
	padding-left: 24px;
	font-size: 16px;
}
.sucursal p img {
	position: absolute;
	left: 0;
	top: 0;
}
.noticia {
	margin-bottom: 40px;
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 240px;
}
.sidebar .imgnoticia {
	height: 200px;
	margin-bottom: 10px;
}
.sidebar a {
	color:#111 !important;
}
.noticia h4 {
	color:var(--black);
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.4em;
}
.memoria {
	margin-bottom: 50px;
}
.memoria .boton {
	width: 300px;
	max-width: 100%;
	text-align: center;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.equipo {
	margin-bottom: 30px;
}
.equipo1 {
	background: url(images/1.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 660px;
}
.equipo2 {
	background: url(images/2.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 315px;
}
.equipo3 {
	background: url(images/3.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 315px;
}
.equipo4 {
	background: url(images/4.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 400px;
}
.equipo5 {
	background: url(images/5.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 400px;
}
.equipo .nombres {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100px;
	background: url(images/shadow.png) repeat-x center top;
	color:#fff;
	padding: 15px;
}
.equipo .nombres p {
	margin-bottom: 0;
}

@media(max-width: 991px) {
	.top .email {
		display: none;
	}
}

@media(max-width: 767px) {
	.top .telefono {
		display: none;
	}
	.botoneshome a {
  		min-height: 10px;
  	}
  	.intro {
  		padding-right: 0;
	}
	.intro img {
 		position: relative;
  		bottom: inherit;
  		right: inherit;
  		width: 90%;
	}
	.h1, h1 {
  		font-size: 28px;
	}
	.sello {
 		text-align: left;
	}
	.socialfooter {
		margin-bottom: 30px;
	}
	.navbar-default .navbar-nav li.sep {
 		display: none;
	}
	.navbar-default .navbar-nav li a {
 		font-size: 16px;
  		padding-bottom: 11px;
  		margin-bottom: 15px;
	}
	.navbar-toggle {
  		margin-top: 15px;
  		margin-right: 4px;
  		background: var(--greendark) !important;
  		color: #fff !important;
  		border: none !important;
	}
	header .navbar-brand img {
  		height: 64px;
		margin-bottom: 10px;
	}
	.carousel-home .item {
 		height: 400px;
	}
	.equipo1 {
		height: 400px;
	}
	.equipo2 {
		height: 255px;
	}
	.equipo3 {
		height: 255px;
	}
	.equipo4 {
		height: 255px;
	}
	.equipo5 {
		height: 255px;
	}
}

@media(max-width:498px) {
	.top .col-xs-5, .top .col-xs-7 {
		float: none;
		width: 100%;
	}
	.top .col-xs-5 {
		display: none;
	}
	.h3, h3 {
  		font-size: 20px;
	}
	.intro img {
    	width: 100%;
  	}
}