/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

input[type="button"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0 0;
	margin: 0 0;
}

p {
	padding: 0 0;
	margin: 0 0;
}

ul {
	padding: 0 0;
	margin: 0 0;
}

body {
	padding: 0 0;
	margin: 0 0;
	font-family: 'Lexend', sans-serif;
}

/*.header-top {
  padding: 1em 0;
  background: #3FACFA;
 }
*/



.rojo {
	color: #B94841;
}

.separador {
	min-height: 40px;
	width: 100%;

}

.centrado {
	margin: 40px auto !important;
	width: 354px !important;
	border: solid 2px #B94841;
}

#home {
	height: 85vh;
	overflow: hidden;
}

.flexslider .slides img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center;
}

.header-top {
	padding: 0;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%
}


.logoh {
	width: 1060px;
	margin: 15vh auto 0 auto;
}

.logoh a {
	display: block;

}

.logoh a {
	font-size: 0px !important;
	color: #B94841;
	font-family: 'Lexend', sans-serif;
	text-transform: none;
	text-decoration: none;
	font-weight: 900;

}

.logoh img {
	margin: -1em 0 0 0;
	max-width: 100%;
	height: auto;

}

.logoh span {
	font-weight: 400;
}

.top-menu {
	width: 100%;
	padding: 35px 0;
}

.top-menu ul {
	width: 1060px;
	margin: 0 auto;

}

.top-menu ul nav {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.top-menu ul li {
	display: inline-block;
	padding-top: 0.3em;
}

.top-menu ul li a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 0.3em;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Lexend', sans-serif;

}

.top-menu ul li a.active {
	color: #ffffff;
}

span.menu {
	display: none;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	//text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

nav a:hover,
nav a:focus {
	outline: none;

}

/* Effect 3: bottom line slides/fades in */
.cl-effect-3 a {
	padding: 8px 0;
}

.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;

	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;

	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.right-grid h3 {
	font-size: 2.5em;
	color: #000000;
}

.top-menu ul li a:hover {

	color: #ffffff;
}


/*  SECCIÓN ABOUT US */


.about-section {
	padding: 4em 0;
	padding: 0px 0 90px 0;
	background: #FFFFFF;
	background-image: url(../images/trama_estrellas.png);
	background-repeat: repeat;
	background-size: 300px;

}

h3.titular {
	font-size: 48px;
	color: #fff;
	font-family: 'Lexend', sans-serif;
	padding: 21px 0;
	font-weight: 400;
	background-color: #B94841;
	position: relative;
	text-align: center;
}

h3.titular::after {
	content: '';
	/* display: block; */
	margin: 0 auto;
	position: absolute;
	bottom: -24px;
	width: 50px;
	height: 25px;
	background-image: linear-gradient(to bottom right, transparent 50%, #B94841 0), linear-gradient(to top right, #B94841 50%, transparent 0);
	background-size: 50% 100%;
	background-repeat: no-repeat;
	background-position: left, right;
	rotate: 180deg;
	left: 49%;
}

.about-section blockquote {
	font-family: "EB Garamond", serif;
	font-size: 36px;
	line-height: 1.3;
	color: #B94841;
	margin: 60px 0;
	text-align: center;
}

#estrella {
	text-align: center;
	margin-bottom: 90px;
}

.about-section span {
	font-weight: 400;
	color: #B94841;
}

.about-grid {
	margin-bottom: 80px;
}

.about-grid h4 {
	font-size: 24px;
	color: #000;
	font-weight: 600;
}

.about-grid img {
	width: 50%;
	height: 300px;
	object-fit: cover;
	object-position: center;
	float: left;
	box-shadow: 0px 10px 20px -10px #000;
}

.about-grid:nth-child(3) img,
.about-grid:nth-child(4) img,
.about-grid:nth-child(3) h4,
.about-grid:nth-child(4) h4,
.about-grid:nth-child(3) p,
.about-grid:nth-child(4) p {
	float: right;
	text-align: right;
}

.about-grid h4 {
	font-size: 24px;
	color: #000;
	font-weight: 300;
	padding: 0.8em 0;
	font-family: 'Lexend', sans-serif;
	padding: 15px;
	width: 50%;
	float: left;
	text-transform: uppercase;
}

.about-grid span {
	color: #B94841;
	font-weight: 600;
}

.about-grid p {
	font-size: 16;
	color: #000000;
	line-height: 1.5em;
	padding: 15px;
	width: 50%;
	float: left;
	font-weight: 300;
	;

}

a.button {
	border: 1px solid #000;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 500;
	background: #2098d1;
	color: #000;
	border: none;
	border-radius: 4px;
	font-family: 'Exo', sans-serif;
}


.abajo {
	width: 100%;
	position: relative;
	background: #1e1e1e;
	margin: 0px auto;
	display: none;
}

a.abajo {
	color: #B94841;

}

a.abajo:hover {
	color: #fff;
}


oculto {
	display: none;
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #2098d1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e1e1e1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
	color: white;
}

.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.services-section {
	padding: 90px 0;
	background-color: #f6f6f6;;
}

.services-section h3 {
	font-size: 48px;
	text-transform: capitalize;
	color: #000;
	text-align: center;
	font-family: 'Lexend', sans-serif;
	font-weight: 300;
}

.services-section span {
	font-weight: 300;
	color: #000000;

}

.services-grids {
	margin:60px auto 0 auto;
	width: 960px;
	height: auto;

}

.services-grids .col-md-6 {
	width: 100% !important;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 40px;
}

.left-grid1 {
		float: left;
		width: 100%;
		margin-right: 0;
	}

.left-grid1 h4 {
	font-size: 48px;
	text-align: center;
	padding: 55px 34px;
	color: #000000;
	border: none;
	font-family: 'Lexend', sans-serif;
	background-color: #d9d9d9;
	border-radius: 6px;
	margin: 0 auto;
	max-width: 66%;
}

.left-grid1 h4:hover {
}

.service2 {
}

.left-grid2 {
	float: left;
	width: 100%;
}

.left-grid2 h4 {
	font-size: 12px;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0.2em;
	font-family: 'Lexend', sans-serif;
	text-align: center;
	max-width: 120px;
	margin: 13px auto 21px auto !important;
}

.left-grid2 p {
	font-size: 1.2em;
	color: #797272;
	display: none;
}

/* Galeria */

a.swipebox {
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
}

.gallery-section h3 {
	font-size: 3em;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin-bottom: 1em;
	font-family: 'Exo', sans-serif;
	font-weight: 700;

}

.gallery-section {
	padding: 4em 0 0;
	padding: 60px 0 30px 0;
}

.gallery-section span {
	font-weight: 700;
	color: #B94841;
}

.gallery-grids {
	background: #fff;
}

.gallery-grid1:hover {
	opacity: 0.7;
}

.gallery-grid01:hover {
	opacity: 0.7;
}

.gallery-grid02:hover {
	opacity: 0.7;
}

.gallery-grid03:hover {
	opacity: 0.7;
}

.gallery-grid img {

	width: 100%;
}

.gallery-grid {
	padding: 0px;
}

.gallery-grid10 {
	padding: 0px;
}

.gallery-grid01 img {
	width: 100%;
}

.gallery-grid02 img {
	width: 50%;
	float: left;
}

.gallery-grid03 img {
	width: 50%;
	float: left;
}

.gallery-grid11 {
	padding: 0;
}

/*----start-pricetables----*/


.price-tables {
	padding: 60px 0;
	background: #ffffff;
}

.price-tables h3 {
	font-family: 'Lexend', sans-serif;
	font-size: 24px;
	margin-bottom: 1em;
	font-weight: 300;
	text-align: center;
}

.price-tables a{
	display: block;
	margin: 0 auto;
	text-align: center;
}

div.centrado{
	display: none;
}

/*----//End-pricetables----*/
.team-section {
	padding: 3em 0;
	background: #07010D;
}

.team-section h3 {
	font-size: 3em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-family: 'Exo', sans-serif;
	margin-bottom: 1em;
	font-weight: 700;
}

.team-section span {
	font-weight: 400;
	color: #3FACFA;
}

/*--- slider-css --*/
.slider {
	position: relative;
}

.slider1 {
	position: relative;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 3em 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	width: 10%;
	border: 9px solid#eee;
	margin: 0 auto;
	border-radius: 85px;

}

.caption {

	text-align: center;
	padding: 1em 0;
	width: 46%;
	margin: 0 auto;

}

.caption1 p {

	font-size: 1.2em;
	color: #797272;
	line-height: 1.8em;
}

.caption h4 {
	color: #3FACFA;
	line-height: 1.5em;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Exo', sans-serif;
}

.caption1 h2 {
	color: #007ee5;
	line-height: 1.5em;
	font-size: 2.3em;
	text-align: center;
	text-transform: capitalize;
	font-weight: 500;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 20px;
	width: 20px;
	display: inline-block;
	border: 5px solid #fff;
	border-radius: 50%;
}

.callbacks_here a:after {
	border: 5px solid #1395F2;
	;

}

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs li {
	display: inline-block;
}

ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: -10%;
	z-index: 999;
	left: 47%;
}

ul.callbacks_tabs.callbacks2_tabs {
	position: absolute;
	bottom: 10%;
	z-index: 999;
	left: 45%;
}

/*-- responsive-mediaquries --*/



@media(max-width:1024px) {
	.caption {
		width: 63%;
		top: 31%;
		left: 19%;
	}

}

@media(max-width:768px) {
	.caption {
		width: 70%;
		top: 22%;
		left: 13%;
	}

}

@media(max-width:640px) {
	.caption {
		width: 79%;
		top: 12%;
		left: 13%;

	}

	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}

}

@media(max-width:480px) {
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}

	.callbacks_tabs a:after {
		height: 4px;
		width: 4px;
	}

	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}

}

@media(max-width:320px) {
	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}

	.callbacks_tabs a:after {
		height: 4px;
		width: 4px;
	}

	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}

}

.blog-section {
	padding: 4em 0;
	padding: 30px 0;
}

.blog-section h3 {
	font-size: 16px;
	text-transform: none;
	color: #000;
	text-align: lef;
	font-family: 'Lexend', sans-serif;
	padding-left: 48px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	float: left;
	margin-left: 30px;
}

.blog-section h4 {
	font-size: 16px;
	text-transform: none;
	color: #000;
	text-align: lef;
	font-family: 'Lexend', sans-serif;
	padding-left: 48px;
	background-image: url(../images/instagram.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	float: left;
	margin-left: 30px;
}

.blog-section span {
	font-weight: 300;
	display: block;
	width: 100%;
}

.blog-section a{
	display: block;
	width: 100%;
	color: #000 !important;
	font-weight: 700;
}

.blog-leftgtid img {
	width: 100%;
	border: 10px solid #3FACFA;
	border-radius: 15px;
}

.blog-rightgtid img {
	width: 100%;
	border: 10px solid #3FACFA;
	border-radius: 15px;
}

.blog-grid a {
	font-size: 1.5em;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0.5em 0;
	font-family: 'Exo', sans-serif;
	text-decoration: none;
	display: block;
}

.blog-grid p {
	font-size: 1.2em;
	color: #797272;
	line-height: 1.8em;
}

.blog-grid p.date {
	font-size: 1.3em;
	font-weight: 500;
	color: #1395F2;
}

.blog-grid p.date a {
	font-size: 1em;
	font-weight: 400;
	color: #1395F2;
	display: inline-block;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}

.blog-grid1 p.date {
	font-size: 1.3em;
	font-weight: 500;
	color: #1395F2;
}

.blog-grid {
	// margin-bottom: 0em;
	border: none;
	border-radius: 0;
	height: 580px;
	margin: 0;
	width: 510px;
	padding: 3px;
	float: left;
	overflow: hidden;
}

.blog-grid1 h5 {
	font-size: 1.5em;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0.5em 0;
}

.blog-grid1 p {
	font-size: 1.2em;
	color: #797272;
	line-height: 1.8em;
}

/* Localización */

.mapa{
	width: 100%;
	padding: 60px 10%;
	display: grid;
	grid-template-columns: 4fr 1fr;
	grid-template-rows: 33% 33% 33%;
}

.mapa img{
	grid-row: 1 / 4;
}

#loc_map{
	padding: 0 15%;
}

/*** contact***/
.contact-section {
	background: #eee;
	padding: 0 0 90px 0;
}

.contact-grid{
	padding-top: 90px;;
}


.contact-section span {
	font-weight: 400;
	color: #B94841;
}

.contactdetails-grid h5 span {
	color: #B94841
}

.contactdetails-grid h4 {
	font-size: 20px;
	text-transform: uppercase;
	color: #B94841;
	margin-bottom: 1em;
	font-family: 'Lexend', sans-serif;
	font-weight: 300;;
}

.contact-text p {
	color: #515862;
	font-size: 15px;
	margin: 0 auto;
	font-weight: 300;
	line-height: 1.5em;
}

.contactdetails-grid p span {
	color: #B94841;
}

.contactdetails-grid h5 {
	font-size: 0px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 7px 3px;
	color: #000;
	font-family: 'Exo', sans-serif;

}

.contactdetails-grid h4 span {
	color: #B94841
}

.contactdetails-grid input[type="text"] {
	width: 90%;
	padding: 10px 10px;
	font-size: 15px;
	outline: none;
	border: 1px solid #dcdee0;
}

.contactdetails-grid input[type="text"]:hover {
	border: 1px solid #ffd2d2;
}

.contactdetails-grid textarea {
	width: 90%;
	padding: 10px 10px;
	font-size: 15px;
	height: 20em;
	resize: none;
	outline: none;
	border: 1px solid #dcdee0;
	margin-bottom: 30px;
}

.contactdetails-grid textarea:hover {
	border: 1px solid #ffd2d2;
}

.contactdetails-grid .pull-left{
	width: 100%;
}


.contactdetails-grid button[type="submit"] {
	float: left;
	padding: 5px 15px;
	font-size: 1.3em;
	margin: 5px 55px 0 0;
	color: #ffffff;
	font-weight: 400;
	border: none;
	border-radius: 3px;
	outline: none;
	text-transform: capitalize;
	background: #B94841;
}

.contactdetails-grid input[type="button"]:hover {
	background: #dcdee0;
}

.contactdetails-grid1{
	margin-top: 60px;
}

.contactdetails-grid1 p {
	font-size: 1.1em;
	color: #928483;
	line-height: 1.8em;
	margin-top: 0.2em;
}

.contactdetails-grid1 h4 {
	font-size: 2em;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 1em;
	font-family: 'Exo', sans-serif;
}

.footer-section {
	padding: 4em 0;
	background: rgb(29, 29, 29);
}

.footer-section .footer-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 4%;
	width: 100%;
	padding: 0 10%;
}

.footer-section .footer-bottom img{
	width: 320px;
	height: auto;
}

.footer-bottom p {
	font-size: 13px;
	color: #d5d6d7;
	font-weight: 400;
	margin-bottom: 11px;
}

.footer-bottom a {
	font-size: 12px;
	color: #B94841;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Lexend', sans-serif;
}

.footer-bottom a:hover {
	color: #d5d6d7;
}

.footer-bottom #address_footer{
	text-align: right;
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
}

.footer-bottom #info_footer {
	grid-row: 2;
	grid-column: 1 / 3;
	text-align: center;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #fff;
}


#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	overflow: hidden;
	width: 52px;
	height: 30px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top2.png") no-repeat 0px 0px;
}

/*--single--*/
.header.head-top {
	min-height: 90px;
}

.single {
	padding: 2em 0;
}

.single h2 {
	text-align: center;
	font-size: 1.5em;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0.5em 0;
	font-family: 'Exo', sans-serif;
}

.single-section {
	margin-top: 1em;
}

.single-pic {
	text-align: center;
	margin-bottom: 1em;
}

.single-section h3 {
	color: #171414;
	font-size: 1.5em;
	margin-bottom: 0.7em;
	font-family: 'Exo', sans-serif;

}

.single-section p {
	color: #777988;
	line-height: 1.8em;
	font-size: 1.1em;
	margin-bottom: 1em;
}

.content-grid-single p {
	color: #BBA198;
	line-height: 1.8em;
	font-size: 0.95em;
	margin-top: 1em;
}

.single-pic img {
	border: 10px solid #3FACFA;
	border-radius: 15px;
	width: 100%;
}

.content-form {
	margin-top: 2em;
}

.content-form h3,
.comments h3 {
	color: #3FACFA;
	margin-bottom: 1em;
	text-decoration: none;
	display: block;
	font-family: 'Exo', sans-serif;
	font-size: 1.7em;
}

.content-form form input[type="text"],
.content-form form textarea {
	padding: 10px 15px;
	width: 60%;
	color: #4E4F63;
	font-size: 1em;
	border: 1px solid #323352;
	background: transparent;
	outline: none;
	font-family: 'Lato', sans-serif;
	display: block;
	margin: 10px 0;
}

.content-form form textarea {
	height: 150px;
	resize: none;
}

.content-form form input[type="submit"] {
	background: #3FACFA;
	padding: 9px 1.3em;
	border: none;
	font-size: 1em;
	margin-bottom: 1em;
	color: #fff;
	outline: none;
	font-weight: 400;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.content-form form input[type="submit"]:hover {
	background: #323352;
}

.comments {
	margin-top: 2em;
}

.comment-info {
	margin-bottom: 2em;
}

.comment-info h4 {
	font-size: 1em;
	color: #000;
	font-family: 'Exo', sans-serif;
	margin: 0px;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.comment-info p {
	color: #777988;
	line-height: 1.5em;
	font-size: 1.1em;
	margin-bottom: 0.5em;

}

.comment-info h5 {
	color: #000;
	font-size: 0.95em;
	display: block;
	margin-bottom: 1em;
}

.comment-info a {
	color: #000;
	background: transparent;
	padding: 0.5em 1.5em;
	text-decoration: none;
	font-size: 0.85em;
	display: inline-block;
	border: 1px solid #323352;
}

.comment-info a:hover {
	color: #fff;
	background: #3FACFA;
	border: 1px solid#3FACFA;
}

.comment-grid {
	margin-bottom: 2.5em;
}

/* Cookies */

.inner span {
	font-weight: 900;
	color: #b1adad;
}

.inner a.ok{
	text-decoration: underline !important;
}

a#info:hover{
	color: #fff !important;
}

/*-- responsive-mediaqueries --*/
@media(max-width:1280px) {
	.banner-info {
		width: 79%;
	}

	.logoh{
		padding-left: 10%;
		padding-right: 10%;
	}

	.logoh a {
		font-size: 2.0em;
	}

	.top-menu ul li a {

		margin: 0 0.3em;
		font-size: 1.2em;
	}

}

@media(max-width:1024px) {


	.top-menu ul nav {
		display: block;
	}

	span.menu {
		display: block;
		cursor: pointer;
		margin-right: 13px;
	}

	.top-menu {
		float: right;
		text-align: right;
		margin-top: 0.8em;
		margin-right: 00;
	}

	.top-menu ul {
		display: none;
	}

	.top-menu ul li {
		display: block;
		margin: 0em;
		border-bottom: 1px solid #cec9c9;
		border-right: none;
		padding: 6px 0;
	}

	.top-menu ul {
		margin: 13px auto;
		width: 95%;
		background: rgba(255, 255, 255, 0.8);
		text-align: center;
		border-radius: 6px;
	}

	.top-menu ul li a {
		font-size: 16px;
    margin: 0px;
    color: #000;
    padding: 13px 0;
	}

	.banner-info h1 {
		font-size: 2.5em;
	}

	.about-grid img {
		width: 100%;
		height: auto;
		float: none;
		margin: 0 auto;
	}

	.about-grid h4 {
		padding: 30px 0 10px 0;
		width: 100%;
	}

	.about-grid p {
		padding: 0px 0 90px 0;
		width: 100%;
	}

	.services-grids {
		margin: 60px auto 0 auto;
		width: 100%;
		height: auto;
	}

	.services-grids .col-md-6 {
		width: 100% !important;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 40px;
	}

	.contactdetails-grid1 {
		margin-top: 60px;
		float: left;
		width: 100%;
	}

	.blog-grid {
		// margin-bottom: 0em;
		border: none;
		border-radius: 0;
		/* height: 580px; */
		margin: 0;
		width: 45%;
		padding: 3px;
		float: left;
		overflow: hidden;
	}

	.mapa {
		width: 100%;
		padding: 60px 0;
		display: block;
		grid-template-columns: 4fr 1fr;
		grid-template-rows: 33% 33% 33%;
	}

	#address_mapa{
		display: none;
	}

	#loc_map{
		padding: 0;
	}

	.footer-section .footer-bottom {
		grid-template-columns: 1fr;
		grid-column-gap: 0;
	}

	.footer-bottom #address_footer {
		text-align: left;
		color: #fff;
		font-size: 16px;
		margin-top: 30px;
		grid-row: 2;
		grid-column: 1;
	}

	.footer-bottom #info_footer {
		grid-row: 3;
		grid-column: 1;
		text-align: left;
		margin-top: 40px;
		padding-top: 40px;
		border-top: 1px solid #fff;
	}

	#logo_footer{
		grid-row: 1;
		grid-column: 1;
	}

	#toTop {
		display: none !important;
	}

}

@media(max-width:768px) {

	.logoh {
		width: 100%;
		margin: 15vh auto 0 auto;
	}

	.services-grids .col-md-6 {
		width: 100% !important;
		display: grid;
		grid-template-columns: 1fr;
		margin-bottom: 0px;
	}

	.left-grid1 h4 {
		font-size: 48px;
		padding: 55px 34px;
	}

	.left-grid2 h4 {
		font-size: 14px;
		color: #000;
		font-weight: 900;
		text-transform: uppercase;
		margin-bottom: 0.2em;
		font-family: 'Lexend', sans-serif;
		text-align: center;
		max-width: 120px;
		margin: 21px auto 34px auto !important;
	}

	.blog-grid {
		width: 100%;
		height: auto;
		margin-bottom: 45px;
	}

	.blog-section h3 {
		margin-left: 0;
	}

	.footer-section .footer-bottom {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 4%;
		width: 100%;
		padding: 0 5%;
	}
}
