/*
Theme Name: ASG Dominicana
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #337ABD;
	--red: #D10000;
	--primary: #666666;
	--black: #242424;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: var(--primary);
	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);
}
.blue {
	color: var(--blue);
}
.red {
	color: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-red {
	background: var(--red);
}
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(--blue);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: 1px solid var(--red);
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	opacity: 0.9;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: var(--red);
	opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
}


/**** HEADER ****/
.container-menu {
	position: relative;
	padding-right: 44px;
}
.language-chooser {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 14px;
}
.language-chooser li.active {
	display: none;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    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(--primary);
	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: 'Roboto', sans-serif;
	padding: 10px 8px;
	font-weight: 500;
}
.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(--red);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: var(--red);
}
.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(--red) !important;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border: none;
	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: 15px !important;
	color: var(--primary);
	font-weight: normal;
	padding: 14px 15px;
    display: block;
    background: #fff;
    font-weight: 500;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--red);
}

.slider {
	background: url(images/slider.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 110px;
}
.contenido-slider {
	color: #fff;
	padding: 20px 30px;
	background-color: rgba(255, 0, 0, 0.3);
	font-size: 18px;
}
.contenido-slider p {
	font-style: italic;
}
.contenido-slider .linea {
	width: 100px;
	height: 3px;
	background: var(--red);
	margin-bottom: 20px;
}
.contenido-slider h1 {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
h1  {
	font-size: 46px;
}
.servicios-home {
	padding-top: 60px;
	color: #fff;
	padding-bottom: 40px;
}
.servicios-home .col-sm-3 {
	border-right: 2px solid #fff;
}
.servicios-home h2 {
	margin: 0;
}
.servicios-home .col-sm-9 {
	padding-left: 60px;
	font-style: italic;
	font-size: 17px;
	padding-top: 15px;
	margin-bottom: 60px;
}
.servicio {
	background: url(images/bg.jpg) repeat;
	position: relative;
	padding-left: 240px;
	padding-top: 20px;
	padding-right: 20px;
	height: 170px;
	margin-bottom: 40px;
}
.servicio h4 {
	color: #242424;
}
.servicio img {
	position: absolute;
	left: 0;
	top: 0;
	width: 225px;
}
.contenedor-servicios {
	position: relative;
	z-index: 1;
	top: -40px;
}
.bg-grey {
	background: #f2f2f2;
}
.line {
	width: 60px;
	height: 2px;
	background: var(--red);
	margin: 20px 0 30px 0;
}
.faq-contenido {
	position: relative;
	padding-left: 140px;
	display: none;
	padding-bottom: 20px;
	min-height: 120px;
}
.faq-contenido img {
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.faq-titulo {
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    color: var(--black);
    font-family: 'Roboto Slab', sans-serif;
    background: #e9e9e9;
}
.faq-titulo i {
    float: right;
    transition: 0.3s;
}
.faq-contenido h4 {
	color: var(--black);
	font-weight: normal;
}
.bg2 {
	background: #7f7b7b;
}
footer {
	background: var(--black);
	padding-top: 60px;
	color: #fff;
}
.oea {
	text-align: right;
	margin-top: -20px;
}

.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}
.cab h1 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.slim {
	font-weight: normal;
}
.mision h4 {
	font-weight: normal;
	color: var(--red);
	font-size: 17px;
}
.menuservicios a {
	display: block;
	background: #EFEFEF;
	padding: 10px 15px;
	position: relative;
	color: #444;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.menuservicios a.active {
	color: #fff;
	background: #626463;
}
.menuservicios a .fa {
	position: absolute;
	right: 10px;
	top: 12px;
}
@media(min-width:767px) {
	.pleft {
		padding-left: 35px;
	}
}
.noticia {
	display: block;
	width: 100%;
	height: 220px;
}
.leeermas {
	color: var(--black);
	font-size: 14px;
	letter-spacing: 1px;
}
.leeermas .fa {
	margin-left: 5px;
}
.imagenleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}
.formulario label {
	display: block;
	font-weight: 400;
}
.formulario input {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	margin-bottom: 16px;
}
.formulario textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	margin-bottom: 16px;
	height: 150px;
}
.contactos {
	padding-left: 80px;
	position: relative;
	min-height: 60px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}
.contactos img {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
}
.mapa iframe {
	width: 100%;
	height: 350px;
}
table {
	width: 100%;
}
table td {
	padding: 4px 5px;
}
.enlaces h4 {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 16px;
}



@media(max-width:991px) {
	.imagenleft {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
}


@media(max-width:767px) {
	.navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 3px 0px;
	  margin-top: 0;
	  margin-right: 0;
	  margin-bottom: 0;
	  background-color: transparent;
	  background-image: none;
	  border: 1px solid transparent;
	  border-radius: 4px;
	  border: none !important;
	  color: var(--black);
	  font-size: 23px;
	  background: #fff !important;
	}
	.navbar-default .navbar-nav li a {
  		padding: 13px 8px;
 	}
 	h1 {
  		font-size: 36px;
	}
	.contenido-slider {
  		font-size: 17px;
	}
	.servicios-home .col-sm-9 {
	  padding-left: 15px;
	  padding-top: 30px;
	}
	.oea {
  		text-align: left;
  		margin-top: 0;
	}
}


@media(max-width:498px) {
	h1 {
  		font-size: 32px;
	}
	header {
		padding-top: 20px;
	}
	header .navbar-brand img {
 		height: 34px;
	}
	.servicio {
	    background: url(images/bg.jpg) repeat;
	    position: relative;
	    padding-left: 180px;
	    padding-top: 10px;
	    padding-right: 15px;
	    height: auto;
	    margin-bottom: 40px;
	    padding-bottom: 15px;
	}
	.servicio img {
  		width: 172px;
	}
}