/*
Theme Name: Guia RD
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--green: #39B54A;
	--black: #000000;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 15px;
	color: #333;
	font-weight: normal;
	overflow-x: hidden !important;
}
.container, .container-fluid {
	width: 1100px;
	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);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-green {
	background: var(--green);
}
.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(--green);
}
.readmore, .boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--green);
	border: 1px solid var(--green);
	padding: 9px 30px;
	font-weight: normal;
	font-family: 'Helvetica Neue', sans-serif;
	border-radius: 4px;
	font-size: 15px;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: var(--green);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: bold;
}
h3 {
	margin: 20px 0;
}



/**** HEADER ****/
header {
	background: #f2f2f2;
}
.top {
	position: relative;
	padding-left: 250px;
}
.top .logo {
	position: absolute;
	left: 0;
	top: 10px;
	width: 160px;
}
.top-content {
	background: #e1e1e1;
	color: #000;
	padding: 8px 10px;
	position: relative;
}
.top-content::after {
	content: '';
	display: block;
	background: #e1e1e1;
	height: 100%;
	width: 300px;
	position: absolute;
	right: -300px;
	top: 0;
}
.top-content a {
	color: #000;
}
.top-content img {
	width: 20px;
	position: relative;
	top: -2px;
}
.top-content span.phone {
	margin-right: 15px;
}
.top-content span.email img {
	margin-right: 5px;
}
.redestop {
	text-align: right;
}
.redestop a {
	margin-left: 4px;
	margin-right: 4px;
	font-size: 17px;
}
@media(min-width: 991px) {
	header .navbar-brand {
		display: none;
	}
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li {
	padding-right: 16px;
	padding-left: 16px;
}
.navbar-default .navbar-nav li.first {
	padding-left: 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: 'Roboto', sans-serif;
	border-bottom: 4px solid transparent;
	padding-bottom: 25px;
	padding-top: 25px;
}
.navbar-default .navbar-nav li a::after {
	content: '';
	width: 1px;
	height: 10px;
	border-left: 1px solid #000;
	display: inline-block;
	position: absolute;
	top: 30px;
	right: -15px;
}
.navbar-default .navbar-nav li.last a::after {
	content: none;
}
.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(--green);
	border-bottom: 4px solid var(--green);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--green);
	border-bottom: 4px solid var(--green);
}
.dropdown-menu {
	list-style-type: none !important;
	background: #f2f2f2;
}
.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: transparent !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	background: #f2f2f2;
	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 #d0d0d0 !important;
	font-size: 15px !important;
	color: #000;
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: #f2f2f2;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #d0d0d0 !important;
	background: #f8f8f8 !important;
	color: var(--green);
}



/**** HOME ****/
.carousel-home .item {
	height: 500px;
}
.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: left;
	width: 100%;
	padding-left: 50%;
	max-width: 100%;
	margin: 0 auto;
	font-size: 18px;
}
.content-carousel h1 {
	font-size: 42px;
}
.carousel-indicators {
 	position: absolute;
  	bottom: 10px;
  	left: 0;
  	z-index: 15;
  	width: 100%;
  	padding-left: 50%;
  	margin-left: 0;
  	text-align: left;
  	list-style: none;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0 1px;
    background-color: var(--green);
    border: 1px solid #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 1px;
    background: rgba(255,255,255,0.8);
    border: 1px solid #ccc;
    border-radius: 20px;
}
.shadow {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
}
.img-about {
	margin-top: -130px;
}
.img-about img {
	border: 12px solid #fff;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
}
h2, h3, h4 {
	color: #000;
}
h2 {
	font-size: 42px;
}
h2 + .linea {
	display: block;
	width: 70px;
	height: 3px;
	background: var(--green);
	margin: 15px 0 24px;
}
.text-center h2 + .linea {
	margin-left: auto;
	margin-right: auto;
}
.parallax {
	background: url(images/parallax.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
}
.statistics {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.statistics img {
	margin-bottom: 15px;
	width: 160px;
}
.bg-grey {
	background: #f6f6f6;
}
.noticia {
	background: #fff;
	margin-bottom: 30px;
}
.noticia .imgnoticia {
	display: block;
	width: 100%;
	height: 240px;
}
.content-noticia {
	padding: 15px;
}
.content-noticia a.title {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-weight: 500;
	display: block;
	font-size: 16px;
	margin-bottom: 6px;
}
.content-noticia .min-height {
	min-height: 130px;
}
.owl2 .owl-dots, .owl2 .owl-nav {
	display: none !important;
}
.owl2 img {
	width: auto !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
footer {
	background: #0b0607;
	padding-top: 30px;
	color: #fff;
	padding-bottom: 20px;
}
footer a {
	color: #fff;
}
h4 {
	font-size: 17px;
	margin-bottom: 10px;
}
footer h4 {
	color: var(--green);
}
form.suscripcion {
	position: relative;
	width: 400px;
	max-width: 100%;
}
form.suscripcion input {
	width: 100%;
	max-width: 100%;
	height: 42px;
	color: #333;
	padding-left: 10px;
	padding-right: 80px;
}
form.suscripcion button {
	position: absolute;
	right: 0;
	top: 0;
	height: 42px;
}
p.contactos {
	position: relative;
	padding-left: 27px;
}
p.contactos img {
	position: absolute;
	left: 0;
	top: 3px;
	width: 19px;
}
@media(min-width: 767px) {
	.developer {
		text-align: right;
	}
}
.redesfooter {
	margin-bottom: 30px;
}
.redesfooter a {
	color: #fff;
	background: var(--green);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 7px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
}
.cab {
	background: url(images/slide.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom:40px;
}
.misiones {
	background: url(images/mision.png) no-repeat center center;
	background-size: cover;
}
.mision, .vision {
	float: left;
	width: 50%;
	padding: 15px;
	height: 210px;
}
.mision {
	background: rgba(225,225,225,0.9);
}
.vision {
	background: rgba(235,235,235,0.9);
}
.valores, .proposito {
	float: left;
	width: 50%;
	padding: 15px;
	height: 140px;
}
.proposito {
	background: rgba(225,225,225,0.9);
}
.valores {
	background: rgba(235,235,235,0.9);
}
.objetivo {
	float: left;
	width: 50%;
	padding: 15px;
	min-height: 150px;
}
.bg1, .bg4, .bg5, .bg8 {
	background: rgba(225,225,225,0.9);
}
.bg2, .bg3, .bg6, .bg7 {
	background: rgba(235,235,235,0.9);
}
.formulario input {
	width: 100%;
	border: 1px solid #d0d0d0;
	margin-bottom: 15px;
	padding: 12px;
}
.formulario textarea {
	width: 100%;
	border: 1px solid #d0d0d0;
	margin-bottom: 15px;
	padding: 12px;
	height: 120px;
}
.mapa iframe {
	width: 100%;
	height: 340px;
}
.articulo {
	margin-bottom: 40px;
}
.articulo .postthumbnail .shadow {
	border: 10px solid #fff;
	width: 100%;
	height: 280px;
	display: block;
}
.fecha {
	color: #888;
}
h3 {
	font-size: 20px;
	line-height: 1.3em;
}
.main-image img {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25);
	border: 10px solid #fff;
}
.paginacion a {
	display: inline-block;
	margin: 0 3px;
}
.informe {
	margin-bottom: 40px;
}
.informe h3 {
	padding-right: 10px;
}
.informe .postthumbnail .shadow {
	display: block;
	width: 100%;
	height: 300px;
	border: 10px solid #fff;
}
@media(min-width: 1100px) {
	.informe .postthumbnail .shadow {
		height: 350px;
	}
	.boletin {
		padding: 0 20px;
	}
}
.legislacion {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 15px;
	border: 1px solid #e0e0e0;
	position: relative;
	padding: 12px 180px 12px 15px;
	min-height: 55px;
	border-radius: 8px;
}
.legislacion span {
	font-weight: bold;
}
.legislacion a.boton {
	position: absolute;
	top: 6px;
	right: 10px;
}




@media(max-width: 991px) {
	.coltop {
		padding-left: 0;
		padding-right: 0;
	}
	.top {
		padding-left: 0;
		padding-right: 0;
	}
	.top .logo {
		display: none;
	}
	.navbar-header {
    	float: none;
  	}
  	.navbar-brand {
	 	float: none;
	  	height: auto;
	  	padding: 0 10px;
	  	font-size: 18px;
	  	line-height: 20px;
	  	width: 154px;
	}
  	.navbar-left,.navbar-right {
    	float: none !important;
  	}
  	.navbar-toggle {
    	display: block;
  	}
  	.navbar-default {
	  	margin-top: 8px;
	  	margin-bottom: 8px;
	}
  	.navbar-collapse {
    	border-top: 1px solid transparent;
      	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  	}
  	.navbar-collapse.collapse {
    	display: none!important;
  	}
  	.navbar-nav {
      	float: none!important;
      	margin-top: 0;
  	}
  	.navbar-nav>li {
      	float: none;
  	}
  	.navbar-nav>li>a {
      	padding-top: 10px;
      	padding-bottom: 10px;
  	}
  	.collapse.in{
      	display:block !important;
  	}
  	.navbar-toggle {
	 	margin-top: 38px;
	 	padding: 0 15px 0 0;
	 	border: none !important;
	 	background: none !important;
	 	text-align: right;
	 	margin-right: 0;
	}
  	.navbar-default .navbar-toggle .icon-bar {
		background: #000;
		height: 2px;
		border-radius: 0;
		float: right;
		margin-bottom: 5px;
	}	
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-default .navbar-nav li a {
		color: #000;
		font-size: 15px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #e0e0e0 !important;
		font-weight: normal;
	}
}

@media(max-width: 767px) {
	.top span.email {
		display: none;
	}
	.carousel-home .item {
		height: 450px;
	}
	.content-carousel > div {
		padding-left: 0;
		padding-right: 15%;
	}
	.content-carousel h1 {
  		font-size: 34px;
	}
	.img-about {
		margin-top: 0;
	}
	.carousel-indicators {
 		width: 100%;
  		padding-left: 15px;
  	}
  	h2 {
		font-size: 32px;
	}
	.mision, .vision, .valores, .proposito {
		float: none;
		width: 100%;	
		height: auto;
	}
	.mision, .valores {
		background: rgba(225,225,225,0.9);
	}
	.vision, .proposito {
		background: rgba(235,235,235,0.9);
	}
	.objetivo {
		float: none;
		width: 100%;	
		height: auto;
		min-height: 10px;
	}
	.bg1, .bg3, .bg5, .bg7 {
		background: rgba(225,225,225,0.9);
	}
	.bg2, .bg4, .bg6, .bg8 {
		background: rgba(235,235,235,0.9);
	}
	.legislacion {
		padding: 12px 15px 12px 15px;
	}
	.legislacion a.boton {
		margin-top: 15px;
		position: relative;
		top: inherit;
		right: inherit;
	}
}


@media(max-width: 498px) {
	.content-carousel h1, h2 {
  		font-size: 24px;
	}
	h3, .h3 {
		font-size: 20px;
	}
}