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

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

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


:root {	
	--white: #ffffff;
	--black: #1B1B1B;
	--blue:  #0077C8;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Akrobat', sans-serif;
	font-size: 18px;
	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);
}
.bg-black {
	background: var(--black);
}
.bg-blue {
	background: var(--blue);
}
.blue {
	color: var(--blue);
}
.bg-blue {
	background: var(--blue);
}
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(--black);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 9px 50px;
	font-weight: 600;
	font-family: 'Akrobat', sans-serif;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	background: #075f9b;
	border: 1px solid var(--blue);
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Akrobat', sans-serif;
	font-weight: black;
}


/**** HEADER ****/
header {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
	background: #fff;
}
header .navbar-brand {
	padding: 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 34px;
    margin-top: 6px;
}
.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: 18px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	text-transform: uppercase;
	font-weight: 900;
	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: 'Akrobat', sans-serif;
	border-bottom: 3px solid transparent;
	padding-bottom: 7px;
}
.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(--black);
	border-bottom: 2px solid var(--blue);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--black);
	border-bottom: 2px solid var(--blue);
}
.navbar-default .navbar-nav li {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-default .navbar-nav li.sep {
	padding-top: 15px;
	font-size: 14px;
}
.topmenu {
	position: relative;
	padding-right: 140px;
}
.idiomas {
	position: absolute;
	right: 15px;
	top: 0;
	text-transform: uppercase;
	font-weight: 900;
	color: var(--black);
}
.language-chooser {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.language-chooser li {
	padding: 20px 0 0 0;
} 
.language-chooser li.active {
	display: none;
}
.imgcarousel {
	width: 100%;
}
h1, h2, h3, h4 {
	font-weight: 900;
	color: var(--black);
}
h1 {
	font-size: 46px;
}
.parallax {
	background: url(images/parallax.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
}
.logos-home {
	text-align: center;
}
.logohome {
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	padding: 30px 25px;
	margin: 5px;
}
.logohome img {
	width: 200px;
	filter: grayscale(100%);
	opacity: 0.8;
}
.logohome.active img {
	filter: grayscale(0);
	opacity: 1;
}
.sidebar .logohome {
	padding: 20px 25px;
}
.sidebar .text-left {
	font-size: 17px;
}
.sidebar .text-left p {
	margin-bottom: 4px;
}
.sidebar .text-left img {
	margin-right: 4px;
}
.contenidos {
	width: 900px;
	max-width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.contenidos img {
	width: 200px;
}
.bg {
	background: url(images/bg.jpg) no-repeat center center;
	background-size: cover;
}
.noticia {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	background: #fff;
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 250px;
}
.contenidonoticia {
	padding: 15px;
	min-height: 200px;
}
.fecha {
	font-style: italic;
	font-size: 17px;
}
.contenidonoticia-sidebar {
	padding: 12px 18px;
}
.sidebar .imgnoticia {
	height: 200px;
}
footer {
	background: var(--blue);
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 17px;
}
footer .height10 {
	height: 1px;
}
.sidebar.logos-home {
	text-align: left;
}
.redes a {
	display: inline-block;
	background: var(--blue);
	color: #fff !important;
	width: 38px;
	height: 38px;
	margin-right: 5px;
	text-align: center;
	line-height: 36px;
	border-radius: 50%;
}


@media(min-width:767px) {
	.intro {
		padding-top: 50px;
	}
	.pright {
		padding-right: 30px;
	}
	.floatright {
		float: right;
	}
}

@media(max-width:767px) {
	.topmenu {
  		padding-right: 60px;
	}
	.navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 9px 10px;
	  margin-top: 1px;
	  margin-right: 15px;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: none;
	    border-top-color: currentcolor;
	    border-right-color: currentcolor;
	    border-bottom-color: currentcolor;
	    border-left-color: currentcolor;
	  border-radius: 4px;
	  font-size: 20px;
	  background: #fff !important;
	}
	.intro-image {
		padding-left: 10%;
		padding-right: 10%;
	}
	.logohome img {
  		width: 160px;
  	}
  	.noticia {
  		width: 400px;
  		max-width: 100%;
  		margin-left: auto;
  		margin-right: auto;
  	}
  	.navbar-default .navbar-nav li.sep {
	 	display: none;
	}
	.navbar-default .navbar-nav li {
  		margin-bottom: 15px;
	}
}

@media(max-width:498px) {
	body {
	  font-size: 17px;
	}
	header {
  		padding-top: 15px;
  		padding-bottom: 15px;
  	}
	header .navbar-brand img {
  		height: 28px;
  		margin-top: 9px;
	}
	h1 {
  	font-size: 38px;
	}

}