/*
Theme Name: Gaal Accounting
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--red: #A82125;
	--yellow: #FF9900;
	--black: #434649;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 17px;
	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);
}
.red {
	color: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.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(--red);
}
.boton {
	text-transform: none;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: 1px solid var(--red);
	padding: 9px 30px;
	font-weight: normal;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	border-radius: 30px;
	line-height: 1.4em;
	white-space: nowrap;
}
.boton2 {
	text-transform: none;
	display: inline-block;
	color: var(--white);
	background: transparent;
	border: 1px solid var(--white);
	padding: 9px 30px;
	font-weight: normal;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	border-radius: 30px;
	line-height: 1.4em;
	margin-bottom: 10px;
	margin-right: 10px;
	white-space: nowrap;
}
.boton2:hover, .boton2:focus {
	color: #fff;
	background: #fff;
	color: var(--black);
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: var(--white);
	background: #961317;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	color: var(--red);
	margin-bottom: 10px;
}


/**** HEADER ****/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding-top: 15px;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
	margin-top: -30px;
}
header .navbar-brand img {
    height: 72px;
}
.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: 17px;
	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: 'Playfair Display', serif;
	border-bottom: 2px solid transparent;
	padding: 10px 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: var(--black);
	border-bottom: 2px solid var(--red);
}
.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(--red);
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.appointment {
	text-align: right;
	margin-bottom: 10px;
}
h2 {
	font-size: 40px;
}


/**** HOME ****/
.carousel-home .item {
	height: 680px;
}
.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: var(--black);
	font-size: 20px;
}
.content-carousel > div {
	padding-left: 45%;
}

.content-carousel h1 {
	font-size: 60px;
	margin: 0 0 20px 0;
	padding: 0;
	color: var(--red);
}
.content-carousel h2 {
	font-size: 40px;
	margin: 0;
	padding: 0;
	color: var(--red);
}
.content-carousel a {
	margin-top: 30px;
	text-transform: none;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: 1px solid var(--red);
	padding: 9px 30px;
	font-weight: normal;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	border-radius: 30px;
	line-height: 1.4em;
}
.content-carousel a:hover, .content-carousel a:focus {
	color: var(--white);
	background: #961317;
}
.bg-grey {
	background: #f2f2f2;
}
.circulos {
	text-align: center;
}
.circulo {
	display: inline-block;
	width: 260px;
	height: 260px;
	margin: 0 15px 15px 15px;
	position: relative;
}
.circulo img {
	width: 100%;
}
.circulo .flex {
	-webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.circulo .block {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}
h3 {
	font-size: 22px;
}
.circulo h3 {
	color: #fff;
}
h3.supertitle {
	color:var(--black); 
	font-family: 'Nunito Sans', sans-serif; 
	margin-bottom:0; 
	padding-bottom:0;
	font-size: 20px;
}
.intro strong {
	font-weight: normal;
	color: var(--red);
}
.figure {
	color: #fff;
	position: relative;
	padding-left: 350px;
}
.figure h2 {
	color: #fff;
	margin-bottom: 20px;
}
.figure ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	display: block;
	margin-bottom: 30px;
}
.figure ul::before {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #fff;
	margin: 30px 0;
}
.figure ul::after {
	content: '';
	display: block;
	width: 100px;
	clear: both;
}
.figure li {
	float: left;
	width: 33.33%;
	margin: 0 0 5px 0;
	padding-right: 20px;
	padding-left: 13px;
	position: relative;
}
.figure li::after {
	content: '';
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.figure img {
	position: absolute;
	bottom: 0;
	left: -180px;
	width: 500px;
}
body {
	overflow-x: hidden;
}
.buying {
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(images/parallax.jpg) no-repeat right center;
	background-size: 50%;
}
.buying img {
	display: none;
}
.qutes {
	padding-top: 50px;
	padding-bottom: 30px;
}
.qutes img {
	width: 60px;
}
.qutes h2 {
	color: #fff;
	font-size: 34px;
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 210px;
	border: 1px solid #e0e0e0;
}
.fecha {
	font-style: italic;
}
.noticia {
	margin-bottom: 30px;
}
footer {
	background: #5c6165;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 16px;
}
footer a {
	color: #fff !important;
}
.logofooter {
	margin-bottom: 10px;
	width: 150px;
}
.irs {
	text-align: right;
}
.irs img {
	width: 220px;
	margin-top: -40px;
}
.social img {
	width: 40px;
	margin: 0 2px;
}
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	text-align: right;
	padding-top: 170px;
	padding-bottom: 40px;
}
.image-left {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.owl2 img {
	width: 40px !important;
	position: relative;
	top: inherit !important;
	bottom: inherit !important;
	left: inherit !important;
	right: inherit !important;
}
.owl2 .item {
	border-right: 1px solid #fff;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	min-height: 380px;
}
.owl2 {
	margin-left: -15px;
}
h4 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
}
.bg-red h4 {
	color: #fff;
}
.owl2 .owl-nav  {
	display: block !important;
	text-align: center;
	margin-top: 15px;
}
.owl-carousel .owl-nav button span {
	display: none;
}
.owl-carousel .owl-nav button.owl-next {
    background: url(images/right2b.png) no-repeat center center;
    background-size: cover;
    width: 44px;
    height: 44px;
   	border: 1px solid #fff;
   	margin: 0 2px;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left2b2.png) no-repeat center center;
    background-size: cover;
    width: 44px;
    height: 44px;
   	border: 1px solid #fff;
   	margin: 0 2px;
}
.quote2 {
	background: var(--red);
	color: #fff;
	font-style: italic;
	border-radius: 12px;
	padding: 20px;
	text-align: center;
	position: relative;
	top: -90px;
	left: -50px;
	z-index: 10;
}
.quote2 img {
	margin-bottom: 15px;
	width: 50px;
}
@media(min-width:767px) {
	.pright {
		padding-right: 40px;
	}
}
.servic h2 {
	font-size: 32px;
	margin-bottom: 20px;
}
.servic ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.servic ul li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 4px;
}
.servic ul li::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--red);
	position: absolute;
	left: 0;
	top: 10px;
}
.main-image {
	width: 100%;
	border: 1px solid #e0e0e0;
}
.formulario input {
	width: 100%;
	padding: 12px;
	margin-bottom: 16px;
	border: 1px solid #ccc;
}
.formulario textarea {
	width: 100%;
	padding: 12px;
	margin-bottom: 16px;
	border: 1px solid #ccc;
	height: 235px;
}
p.contactos {
	position: relative;
	padding-left: 25px;
}
p.contactos .fa {
	position: absolute;
	left: 0;
	top: 2px;
	color: var(--red);
	display: inline-block;
	width: 20px;
	text-align: center;
	font-size: 20px;
}
.mapa iframe {
	width: 100%;
	height: 200px;
}

@media(max-width:767px) {
	.navbar-toggle {
	  margin-top: -53px;
	  background: var(--red) !important;
	  color: #fff !important;
	}
	.appointment {
  		padding-right: 64px;
	}
	header .navbar-brand {
 		margin-top: -48px;
	}
	.navbar-collapse {
		background: #fff;
	}
	.navbar-default .navbar-nav li a {
  		padding: 12px 12px 12px 12px;
	}
	.carousel-home .item {
  		height: 480px;
	}
	h2 {
  		font-size: 30px;
	}
	.qutes h2 {
  		font-size: 28px;
	}
	.content-carousel h2 {
  		font-size: 30px;
  		text-shadow: 1px 1px 1px #FFFFFF;
  	}
  	.content-carousel h1 {
  		font-size: 42px;
  		text-shadow: 1px 1px 1px #FFFFFF;
  	}
  	.content-carousel {
  		padding-top: 60px;
  		font-size: 17px;
	}
	.content-carousel > div {
  		padding-left: 15%;
	}
	.circulo {
  		margin: 0 15px 30px 15px;
 	}
 	.figure img {
 		display: none;
  	}
  	.figure {
  		padding-left: 20px;
	}
	.buying {
		background: none !important;
		padding-bottom: 0;
	}
	.buying img {
		display: block;
		width: 100%;
		margin-top: 40px;
	}
	.noticia {
	  margin-bottom: 30px;
	  width: 400px;
	  max-width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}
	.irs {
  		text-align: center;
	}
	.irs img {
  		margin-top: 30px;
  		margin-bottom: 30px;
	}
	.figure li {
  		width: 50%;
  	}
  	.image-left {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.quote2 {
		top: inherit;
		left: inherit;
		margin-top: 30px;
	}
}


@media(max-width:498px) {
	.content-carousel > div {
  		padding-left: 0;
	}
	.content-carousel h2 {
   		font-size: 24px;
    }
    .content-carousel h1 {
    	font-size: 40px;
    }
    .figure li {
  		width: 100%;
  		float: none;
  	}
  	.owl2 .item {
		border-right: none;
	}
}