/*
Theme Name: Guilamo
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--red: #AC433F;
	--black: #333333;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	color: #333;
	font-weight: normal;
	line-height: 1.45em;
}
.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);
}
.red {
	color: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-red {
	background: var(--reds);
}
.transition, .boton, button, a {
	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: none;
	display: inline-block;
	color: var(--red);
	background: var(--white);
	border: 1px solid var(--red);
	padding: 11px 30px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	line-height: 1.4em;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: var(--red);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}


/**** HEADER ****/
header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}
.top {
	text-align:right;
	padding-top: 5px;
}
.language-chooser {
	list-style-type:none;
	margin:0;
	padding:0;
}
.language-chooser li {
	display: inline-block;
}
.carousel-home .item {
	height: 650px;
}
.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 {
  padding-top: 50px;
  text-align: center;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.4em;
}
.content-carousel h1 {
  font-size: 54px;
}
.content-carousel a {
	display: inline-block;
	font-size: 17px;
	border:1px solid #fff;
	color:#fff;
	padding: 11px 30px;
}
.content-carousel a:hover {
	border:1px solid var(--red);
	color:var(--white);
	background:var(--red);
}
.carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 0 1px;
    background-color: #EA0B13;
    border: 1px solid #fff;
}
.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 1px;
    background: rgba(255,255,255,0.8);
    border: 1px solid #ccc;
    border-radius: 20px;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 56px;
}
.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: #fff;
	font-size: 15px;
	border: none;
	text-transform: none;
	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: 'Raleway', sans-serif;
	border-bottom: 3px solid transparent;
	padding: 5px 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: #fff;
	border-bottom: 3px solid var(--red);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
	border-bottom: 3px solid var(--red);
}
.navbar-default .navbar-nav li {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-right {
    padding-top: 24px;
}
@media(min-width:1200px) {
	.navbar-default .navbar-nav li.cita a {
		border:1px solid #fff;
		padding: 10px;
		position:relative;
		top:-5px;
	}
	.navbar-default .navbar-nav li.cita a:hover {
		border:1px solid var(--red);
		background:var(--red) !important;
		color:#fff;
	}
}

@media (max-width: 1200px) {
  	.navbar-header {
    	float: none;
  	}
  	.navbar-left,.navbar-right {
      	float: none !important;
  	}
  	.navbar-toggle {
      	display: block;
  	}
  	.navbar-collapse {
      	border-top: 1px solid transparent;
      	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      	background:#fff;
      	padding-top:0;
      	padding-bottom: 5px;
  	}
  	.navbar-fixed-top {
      	top: 0;
      	border-width: 0 0 1px;
  	}
  	.navbar-collapse.collapse {
      	display: none!important;
  	}
  	.navbar-nav {
    	float: none !important;
    	margin-top: 0;
	    margin-bottom: 12px;
	    padding-right: 20px;
  	}
  	.navbar-nav>li {
      	float: none;
  	}
  	.navbar-nav>li>a {
      	padding-top: 10px;
      	padding-bottom: 10px;
  	}
  	.collapse.in{
      	display:block !important;
  	}
  	.navbar-default .navbar-toggle {
  		border-color: #ddd;
  		background: #fff !important;
  		margin-right: 0;
	}
	.navbar-default .navbar-nav li a {
		color: var(--black);
		border-bottom: 1px solid #d0d0d0;
		padding: 15px 15px;
	}
	.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
	.navbar-default .navbar-nav li a:focus {
		background: var(--red) !important;
		color: #fff;
		border-bottom: 1px solid var(--red);
	}
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:focus, 
	.navbar-default .navbar-nav > .active > a:hover {
	    background: var(--red) !important;
		color: #fff;
		border-bottom: 1px solid var(--red);
	}
}

.section1 {
	position:relative;
}
.section1 .imgsection {
	position: absolute;
	left:0;
	top:0;
	width:45%;
	display:block;
}
.section1 .imgsection img {
	width:100%;
	position:relative;
	z-index:1;
}
.section1 .imgsection::after {
	content:'';
	display:block;
	position:absolute;
	right:-12px;
	bottom: -12px;
	width: 100%;
	height:100%;
	background:#ecd4d3;
}
.intro-text img {
	width: 180px;
}
.intro-texts {
	margin-bottom: 50px;
}
h4 {
	font-size: 20px;
	color:var(--black);
}
h4 span {
	font-weight: 600;
}
.line {
	height:2px;
	background:var(--red);
	width: 102px;
	margin: 5px 0 20px 0;
}
.text-center .line {
	margin-left:auto;
	margin-right:auto;
}
.intro-text {
	padding-top: 50px;
	font-size: 40px;
	line-height:44px;
	color:var(--red);
	margin-bottom: 50px;
}
.intro-text span.normal {
	display:block;
	font-size: 17px;
	color: var(--black);
	line-height: 1.45em;
}
.bg-grey {
	background:#f5f0ed;
}
.foto-servicios {
	width: 400px;
	max-width:100%;
	position:relative;
	margin-bottom: 30px;
}
.foto-servicios::after {
	content:'';
	display:block;
	position:absolute;
	right:-12px;
	bottom: -12px;
	width: 100%;
	height:100%;
	background:#ecd4d3;
}
.foto-servicios > div {
	position: relative;
	z-index: 100;
}
.foto-servicios img {
	width: 100%;
}
.foto-servicios .contenidoservicio {
	display:block;
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 15px;
	color:#fff;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}
.foto-servicios .contenidoservicio span {
	display: block;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px;
}
.section2 {
	position:relative;
}
.section2 .imgsection {
	position: absolute;
	right:0;
	top:0;
	width:45%;
	display:block;
}
.section2 .imgsection img {
	width:100%;
	position:relative;
	z-index:1;
}
.section2 .imgsection::after {
	content:'';
	display:block;
	position:absolute;
	left:-12px;
	bottom: -12px;
	width: 100%;
	height:100%;
	background:#ecd4d3;
}
footer {
	background:#f4f4f4;
	padding-top: 40px;
	font-size:16px;
	padding-bottom: 30px;
}
footer h4 {
	margin-top: 0;
	color: var(--red);
	font-weight: 500;
	margin-bottom: 15px;
}
.contactos p {
	position:relative;
	padding-left: 30px;
}
.contactos p img {
	position:absolute;
	left:0;
	top:3px;
	width: 20px;
}
.logofooter {
	width: 190px;
}
.redes {
	text-align:right;
}
.redes img {
	width: 46px;
	margin-left: 3px;
}
@media(min-width:767px) {
	.developer {
		text-align:right;
	}
	.pleft {
		padding-left: 50px;
	}
}

.minimapa {
	margin-top: 20px;
}
.minimapa iframe {
	width: 100%;
	height: 270px;
}
.cab {
	background:url(images/slider.jpg) no-repeat center center;
	background-size:cover;
	text-align:center;
	padding-top: 170px;
	padding-bottom: 60px;
	position:relative;
}
.cab h1 {
	margin:0;
	padding:0;
	font-size: 40px;
	color:#fff;
}
.cab h1 span {
	font-weight:600;
}
.cab .ov {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
}
.instalaciones .foto-servicios {
	margin-bottom: 40px;
}
.formulario input[type="text"], .formulario input[type="email"], .formulario input[type="file"],
.formulario select {
	border: 1px solid #c0c0c0;
	padding: 10px 15px;
	margin-bottom: 16px;
	width: 100%;
	background: #fff;
	height: 48px;
}
.formulario textarea {
	border: 1px solid #c0c0c0;
	padding: 10px 15px;
	margin-bottom: 16px;
	width: 100%;
	height: 100px;
}
.formulario label {
	display:block;
	font-weight: normal;
}
.formulario .boton2 {
	background: var(--red);
	color:#fff;
	padding: 12px 40px;
	border:none;
	outline:none;
} 
.mapa iframe {
	width: 100%;
	height: 390px;
}
.btncollapse {
	-webkit-appearance:none;
	appearance:none;
	border:none;
	outline:none;
	color:var(--red);
	font-size: 19px;
	padding: 4px 0;
	background:#fff;
	display:block;
	width:100%;
	text-align:left;
	margin-bottom: 5px;
}
.faq {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.links a  {
	display: inline-block;
	padding: 8px 20px;
	border:1px solid var(--red);
	color:var(--red);
	margin: 1px;
}
.links a.active {
	background:var(--red);
	color:#fff;
}
.video iframe {
  max-height: 500px;
  z-index: 1;
  width: 747px;
  height: 500px;
}

@media(min-width:767px) {
	.section1, .section2 {
		min-height: 400px;
	}
}
.botonera {
	margin-top: 20px;
}
.botonera a {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--red);
  color: var(--red);
  margin-right: 1px;
  width: 177px;
  text-align: center;
  padding: 10px 10px;
  font-size: 15px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.mapa2 iframe {
	width: 100%;
	height: 600px;
}

@media(max-width:991px) {
	.content-carousel h1 {
  		font-size: 42px;
	}
	.intro-text { 
		padding-top:0;
	}
	.intro-text {
 		font-size: 28px;
  		line-height: 34px;
  	}
}


@media (max-width: 767px) {
  	.content-carousel h1 {
    	font-size: 40px;
  	}
  	.section1 .imgsection, .section2 .imgsection {
	  	position: relative;
  		left: inherit;
  		top: inherit;
  		right:inherit;
  		width: 90%;
  		display: block;
  		margin-bottom: 40px;
	}
	.intro-text {
   		font-size: 20px;
    	line-height: 26px;
    	margin-bottom: 0;
  	}
  	.foto-servicios {
  		width: 300px;
  		margin-left: auto;
  		margin-right: auto;
	}
	.redes {
		text-align:left;
	}
}


@media(max-width:498px) {
	.content-carousel h1 {
   		font-size: 34px;
   		margin-bottom: 0;
  	}
  	.content-carousel > div {
    	font-size: 20px;
  	}
  	.content-carousel h1 {
    	margin-bottom: 15px;
  	}
  	.intro-text {
   		font-size: 20px;
    	line-height: 1.4em;
  	}
  	footer {
  		font-size: 15px;
  	}
  	.cab h1 {
  		font-size: 30px;
  	}
  	.video iframe {
  		max-height: 250px;
  		z-index: 1;
  		width: 373px;
  		height: 250px;
	}
}

ul.language-chooser {
	display: inline-block;
}
.topdropdown, .topdropdown .dropdown {
	display: inline-block;
}
.qtranxs_widget_end {
	display: none;
}
.topdropdown button {
	background:var(--red);
	color:#fff;
	padding: 6px 12px;
	border:none;
	margin-right:20px;
	outline:none;
	font-size: 15px;
}
.dropdown-menu {
  z-index: 99999;
}
.dropdown-menu li a {
	display: block;
	padding: 12px;
}