/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Roboto', sans-serif;
	background: #fff;
	position:relative;
}
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;
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Roboto', sans-serif;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
body a:focus {
    outline: none;
}
/*-- banner --*/
.w3ls-banner{
	/* min-height: 799px; */
    /* min-height: 740px; */
    min-height: 680px;
	background:url(../images/1a.jpg) no-repeat center 0px;
	background-size:cover;
	position: relative;
	animation: appearnow 2s;
}
@keyframes appearnow {
    0% {
			opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*-- top-header --*/
.header {
    padding-top: 2.5em;
}
.logo{
    float: left;
}
.logo h1 {
    font-size: 3.5em;
    line-height: 1em;
	font-weight: 300;
}
.logo h1 a,.logo h1 a:hover{
    color: #FFFFFF;
	text-decoration: none;
	outline:none;
}
/*-- //top-header --*/
/*-- banner-text --*/
.banner-w3ltext {
    margin-top: 8em;
    /* margin-top: 5em; */
    text-align: center;
}
.banner-w3ltext h3 {
    font-size: 1.8em;
    color: #fff;
    text-align: center;
    font-weight: 300;
    letter-spacing: 2px;
}
.banner-w3ltext h2 {
    font-size: 5em;
    color: #fff;
    text-align: center;
    /* margin: 0.5em 0; */
    letter-spacing: 5px;
    line-height: 1.2em;
    font-weight: 900;
		text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
}
.banner-w3ltext p {
    font-size: 1em;
    color: #fff;
    text-align: center;
    line-height: 2em;
    width: 31%;
    margin: 1em auto;
    font-weight: 300;
}
.wthree-btn {
    position: relative;
    display: inline-block;
    margin: 1em auto;
    text-transform: uppercase;
    overflow: hidden;
    border: 2px solid;
    padding: .7em 2em;
    color: #F44336;
	z-index: 9;
	font-size: 1.5em;
	outline:none;
	background: #ffffff;
}
.wthree-btn:focus{
	/* color: #fff; */
	color: #F44336;
	text-decoration:none;
	outline: none;
}
/*-- deals-effect --*/
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.wthree-btn:before, .wthree-btn:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 20px;
	height: 20px;
	background: #f44336;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	z-index: -1;
	transition:.5s all;
}
.wthree-btn:before {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wthree-btn:after {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.wthree-btn:hover {
	color: #fff;
}
.wthree-btn:hover:before {
	-webkit-animation: criss-cross-left 0.8s both;
	-moz-animation: criss-cross-left 0.8s both;
	-o-animation: criss-cross-left 0.8s both;
	-ms-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
}
.wthree-btn:hover:after {
	-webkit-animation: criss-cross-right 0.8s both;
	-moz-animation: criss-cross-right 0.8s both;
	-o-animation: criss-cross-right 0.8s both;
	-ms-animation: criss-cross-right 0.8s both;
	animation: criss-cross-right 0.8s both;
}
a.wthree-btn.w3btn2.w3btn2a {
    padding: .5em 1.5em;
    font-size: 0.9em;
}
/*-- //banner --*/
/*-- Nav style -- */
.cd-stretchy-nav {
    /* position: fixed; */
    /* position: relative; */
    position: absolute;
    z-index: 1202;
    top: 37px;
    right: 14%;
	pointer-events: none;
}
.cd-stretchy-nav .stretchy-nav-bg {
	/* this is the stretching navigation background */
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	border-radius: 30px;
	background: #753A11;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: height 0.2s, box-shadow 0.2s;
	-moz-transition: height 0.2s, box-shadow 0.2s;
	-o-transition: height 0.2s, box-shadow 0.2s;
	-ms-transition: height 0.2s, box-shadow 0.2s;
	transition: height 0.2s, box-shadow 0.2s;
}
.cd-stretchy-nav.nav-is-visible {
	pointer-events: auto;
}
.cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
	height: 100%;
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.cd-nav-trigger {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	height: 55px;
	width: 55px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	/* replace text with image */
	overflow: hidden;
	white-space: nowrap;
	color: transparent !important;
	pointer-events: auto;
}
.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
    position: absolute;
    width: 23px;
    height: 2px;
    background-color: #ffffff;
}
.cd-nav-trigger span {
	/* middle line of the hamburger icon */
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.cd-nav-trigger span::after, .cd-nav-trigger span::before {
	/* top and bottom lines of the hamburger icon */
	content: '';
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.cd-nav-trigger span::before {
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	transform: translateY(-7px);
}
.cd-nav-trigger span::after {
	-webkit-transform: translateY(7px);
	-moz-transform: translateY(7px);
	-ms-transform: translateY(7px);
	-o-transform: translateY(7px);
	transform: translateY(7px);
}
.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.nav-is-visible .cd-nav-trigger span {
	background-color: transparent;
}
.nav-is-visible .cd-nav-trigger span::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-stretchy-nav ul {
	position: relative;
	z-index: 2;
	padding: 60px 0 10px;
	visibility: hidden;
	-webkit-transition: visibility 0.3s;
	-moz-transition: visibility 0.3s;
	transition: visibility 0.3s;
	text-align: right;
}
.cd-stretchy-nav ul li {
    display: block;
}
.cd-stretchy-nav ul a {
    position: relative;
    display: block;
    width: 55px;
    height: 40px;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
    text-align: left;
}
.cd-stretchy-nav ul a::after {
    content: "\f015";
    position: absolute;
    right: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: .6;
    font: 14px/1 FontAwesome;
    font-size:1.2em;
}
.cd-stretchy-nav ul li:nth-of-type(2) a::after {
    content: "\f05a";
}
.cd-stretchy-nav ul li:nth-of-type(3) a::after {
    content: "\f03e";
	/* content: "\f085"; */
}
.cd-stretchy-nav ul li:nth-of-type(4) a::after {
    /* content: "\f03e"; */
    content: "\f0e5";
	font-size:1.1em;
}
.cd-stretchy-nav ul li:nth-of-type(5) a::after {
	content: "\f009";
}
.cd-stretchy-nav ul li:nth-of-type(6) a::after {
    content: "\f1ea";
    font-size:1.1em;
}
.cd-stretchy-nav ul li:nth-of-type(7) a::after {
    content: "\f003";
}
.cd-stretchy-nav.edit-content ul span {
    position: absolute;
    top: 6px;
    right: 64px;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 2px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}
.cd-stretchy-nav.edit-content ul span::after {
  /* triangle below the tooltip */
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.55);
}

.cd-stretchy-nav.edit-content.nav-is-visible ul span {
  /* reset default style */
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.no-touch .cd-stretchy-nav.edit-content.nav-is-visible ul a:hover span {
  opacity: 1;
  /* reset default style */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-stretchy-nav.nav-is-visible ul {
	opacity:1;
	visibility: visible;
}
.cd-stretchy-nav.edit-content.nav-is-visible ul a::after {
	/* navigation item icons */
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-animation: scaleIn 0.15s backwards;
	-moz-animation: scaleIn 0.15s backwards;
	animation: scaleIn 0.15s backwards;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul a.active,.cd-stretchy-nav.nav-is-visible ul li.active a{
	color: #ffffff;
}
.cd-stretchy-nav.nav-is-visible ul a.active::after ,.cd-stretchy-nav.nav-is-visible ul li.active a::after{
	opacity: 1;
}
.cd-stretchy-nav.nav-is-visible ul a.active::before {
	-webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
	-moz-transform: translateX(3px) translateY(-50%) scaleY(1);
	-ms-transform: translateX(3px) translateY(-50%) scaleY(1);
	-o-transform: translateX(3px) translateY(-50%) scaleY(1);
	transform: translateX(3px) translateY(-50%) scaleY(1);
	-webkit-transition: -webkit-transform 0.15s 0.3s;
	-moz-transition: -moz-transform 0.15s 0.3s;
	transition: transform 0.15s 0.3s;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover {
	color: #ffffff;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover::after {
	opacity: 1;
}
.no-touch .cd-stretchy-nav.nav-is-visible ul a:hover span {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}
.cd-stretchy-nav.nav-is-visible ul li:first-of-type a::after,
.cd-stretchy-nav.nav-is-visible ul li:first-of-type span {
	-webkit-animation-delay: 0.05s;
	-moz-animation-delay: 0.05s;
	animation-delay: 0.05s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(2) span {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) span {
	-webkit-animation-delay: 0.15s;
	-moz-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) span {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) span {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    -moz-transform: translateY(-50%) scale(0);
  }
  to {
    -moz-transform: translateY(-50%) scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/*-- //Nav style -- */
/*-- banner-bottom -- */
.serach-w3agile {
    background: #02B875;
    padding: 3em 0;
}
.place-grid h5 {
    font-size: 1.5em;
    color: #fff;
}
.sel {
    width: 100%;
    padding: .5em 1em;
    font-size: 1em;
    margin-top: 1em;
    outline: none;
    text-transform: capitalize;
    border: 1px solid #fff;
}
.place-grid input[type="submit"] {
    width: 100%;
    background: #2b2b2b;
    border: none;
    outline: none;
    color: #fff;
    padding: .6em;
    font-size: 1em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.place-grid input[type="submit"]:hover{
    background: #f44336;
}
.place-grid:nth-child(6) {
    margin-top: 2.6em;
}
h2.tittle {
    font-size: 3.5em;
    text-align: center;
	color: #05222A;
}
.popular-grid h4 {
    font-size: 2em;
    text-align: center;
    background: #05222A;
    padding: 0.5em;
    color: #fff;
}
.popular-text {
    text-align: center;
    border-left: 3px double #E8EBEF;
    border-right: 3px double #E8EBEF;
    border-bottom: 3px double #E8EBEF;
}
.popular-grid:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.popular-grid img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.detail-bottom ul {
    border-top: 1px solid #eee;
    padding: .5em 0;
}
.detail-bottom ul li.text-info {
    width: 53%;
    color: #777;
    font-size: 1em;
    font-weight: 400;
    float: left;
    text-align: left;
    margin-left: 0.8em;
    line-height: 2em;
}
.detail-bottom ul li.text-info1 {
    width: 20%;
    color: #777;
    font-size: 1em;
    font-weight: 400;
    float: right;
    text-align: right;
    margin-right: 0.8em;
    line-height: 2em;
}
/*-- //banner-bottom --*/
/*-- services --*/
.services,.about,.testimonials,.news{
	padding:5em 0;
}
h3.w3title{
    font-size: 3.8em;
    text-align: center;
    color: #2c49ad;
}
p.wthree-ttext{
    font-size: 1em;
    text-align: center;
    color: #777;
    line-height: 1.8em;
    width: 50%;
    margin: 1em auto 0;
    font-weight: 400;
}
.services-grids {
    text-align: center;
    margin-top: 6em;
}
.services-grids .icon-holder {
    display: inline-block;
    color: #fff;
    font-size: 1.8em;
    width: 76px;
    height: 42px;
    background: #9E9E9E;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1.8em;
}
.services-grids h4 {
    color: #02B875;
    font-size: 1.6em;
	margin:1.5em 0 .6em;
}
.services-grids p {
    width: 80%;
    margin: 0 auto;
    color: #9e9e9e;
}
.hexagon:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
    border-bottom: 20px solid #9E9E9E;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
	border-top: 20px solid #9E9E9E;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.services-grids:hover .icon-holder {
	background: #02B875;
}
.services-grids:hover .hexagon:before {
	border-bottom-color: #02B875;
}
.services-grids:hover .hexagon:after {
	border-top-color: #02B875;
}
/*-- //services --*/
/*-- about --*/
.about,.blog {
    background: #eeeeee;
}
.about-left {
    padding-right: 5em;
}
.about-right img{
	width:100%;
}
.about h3.w3title {
    margin-bottom: 0.5em;
	text-align:left;
}
.about h4 {
    font-size: 1.6em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.4em;
	margin-bottom: 0.8em;
}
p {
    font-size: 1.2em;
    line-height: 1.8em;
    color: #777;
		text-align: justify;
}
a.wthree-btn.w3btn2 {
    color: #f44336;
	border-color:#f44336;
}
a.wthree-btn.w3btn2:hover{
    color: #fff;
}
/*-- //about --*/
/*-- portfolio --*/
.filtr-item {
    padding: 1em;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
}
/* Filter controls */
ul.simplefilter {
    text-align: center;
    margin: 4em 0 2em;
}
.simplefilter li {
    color: #999;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.8em 2em;
    margin: 0 0.3em;
    border: 1px solid #e8e8e8;
	font-size:1em;
}
.simplefilter li:hover {
    border-color: #02b875;
    color: #02b875;
}
.simplefilter li.active {
	border-color: #02b875;
    background-color: #02b875;
    color: #fff;
}
.agileits-img a{
	display:block;
	overflow:hidden;
}
.agileits-img a img{
    width: 100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.agileits-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*--  Demo8 --*/
.agileits-img {
  background-color: #FFF;
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 0 #555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.agileits-img:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.agileits-img:hover {
  cursor: pointer;
}
.agileits-img:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.agileits-img:hover .wthree-pcatn {
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}
.agileits-img .wthree-pcatn {
    background-color: rgba(0, 0, 0, 0.54);
    bottom: 0;
    height: 28%;
    left: 0;
    padding: 15px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(150%) scale(1.5);
    -o-transform: translateY(150%) scale(1.5);
    -ms-transform: translateY(150%) scale(1.5);
    -webkit-transform: translateY(150%) scale(1.5);
    transform: translateY(150%) scale(1.5);
}
.agileits-img .wthree-pcatn h4 {
    font-size: 2em;
    color: #ffffff;
    text-align: center;
    font-weight: 200;
    letter-spacing: 2px;
}
/*-- //portfolio --*/
/*-- blog --*/
.blog-w3lgrids {
    margin-top: 4em;
}
.blog-w3img a {
    display: block;
    overflow: hidden;
}
.blog-w3img a img {
  width: 100%;
  -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.blog-w3img a img:hover{
	-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.blog-w3imgtext {
    padding: 0em 1.5em;
	-webkit-box-shadow: 0px 3px 1px #ccc;
	-moz-box-shadow: 0px 3px 1px #ccc;
    box-shadow: 0px 3px 1px #ccc;
}
.blog h4 {
    color: #02b875;
    font-size: 1.5em;
    padding: 0.8em 0 .5em;
    font-weight: 300;
    letter-spacing: 1px;
}
.blog h4 a{
	color:#02b875;
	text-decoration:none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
}
.blog  h4 a:hover {
	color:#f44336;
}
.blog p a {
	color:#f44336;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
}
.blog p a:hover{
	color: #02b875;
}
.blog p.w3-agilep {
    font-style: italic;
    margin: 0 0 0.5em;
}
.blog .w3lsmore {
    margin-top: 1.5em;
}
/*-- //blog --*/
/*-- testimonials --*/
.testimonials {
    background: url(../images/slid.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
}
.flexslider {
    width: 60%;
    margin: 0 auto;
}
.testimonials-grid {
    margin-top: 4em;
}
.testimonials-grid p {
    color: #fff;
    text-align: center;
    margin: 1.5em 0;
    font-size: 1.1em;
}
.testimonials-grid h5 {
    font-size: 1.5em;
    color: #f44336;
    text-align: center;
    font-weight: 400;
    letter-spacing: 2px;
}
.testimonials-grid h5 span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.8em;
    margin-left: .5em;
    font-weight: 100;
}
/*-- //testimonials --*/
/*-- news --*/
.news-grid-left {
    padding: 0 15em;
}
.news-grid-left:nth-child(1) {
    margin: 3em 0 2em 0;
}
.date{
    background: #2B2B2B;
    width: 125px;
    height: 125px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
}
.date p{
    color: #FFF;
    font-size: 3em;
    text-align: center;
    margin: 0;
    padding: .3em 0 0 0;
}
.date span {
    display: block;
    line-height: 0.6em;
    color: #fff;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    margin-top: -3px;
    font-weight: 300;
    letter-spacing: 4px;
}
.date-info {
    padding-left: 2em;
}
.date-info h5 {
    font-size: 1.5em;
    font-weight: 300;
}
.date-info h5 a{
	color:#02b875;
	text-decoration:none;
}
.date-info a:hover{
    color: #f44336;
}
.date-info p {
    margin: 1em 0 0;
}
.news-grid-left:hover .date {
    background: #02b875;
}
/*-- //news --*/
/*-- contact --*/
.contact p.wthree-ttext {
    color: #fff;
}
.contact-w3ls-row {
    width: 70%;
    margin: 4em auto 0;
}
.contact input[type="text"] {
    width: 48.5%;
    color: #fff;
    float: left;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .7em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #fff;
    -webkit-appearance: none;
    display: inline-block;
}
.contact input.email {
    float: right;
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #fff;
    min-height: 12em;
    -webkit-appearance: none;
}
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.8em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #02b875;
	border: 2px solid #02b875;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    width: 100%;
}
.contact input[type="submit"]:hover {
    background: none;
    color: #02b875;
    border-color: #02b875;
}
::-webkit-input-placeholder {
	color:#AFA5A0 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#AFA5A0 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#AFA5A0 !important;
}
:-ms-input-placeholder {
	color:#AFA5A0 !important;
}
.map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
}
.w3-agileaddress {
    padding: 3em 0;
    text-align: center;
}
.w3-agileaddress span.fa {
    font-size: 1.2em;
    color: #02b875;
    margin-bottom: 0.5em;
    border: 1px solid;
    padding: .6em 1em;
}
.address-grids p a{
	color: #777;
}
.address-grids p a:hover{
	color: #F44336;
}
/*-- //contact --*/
/*-- footer --*/
.footer {
    padding: 3em 0;
    text-align: center;
    /* background: #2B2B2B; */
    background: #ffffff;
}
.footer a{
	color: #000000 !important;
}
.footer p {
    color: #000000;
    margin-top: .5em;
    letter-spacing: 1px;
    font-weight: 300;
}
.footer p a{
    color: #02b875;
}
.footer p a:hover{
    color: #fff;
}
.social-button {
    display: inline-block;
    background-color: #fff;
    width: 32px;
    height: 32px;
    margin: 0 3px;
    line-height: 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99;
}
.social-button:before {
    content: '';
    background-color: #000;
    width: 120%;
    height: 120%;
    position: absolute;
    top: 102%;
    left: -118%;
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button .fa {
	font-size: 18px;
	vertical-align: middle;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	-moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-button.facebook:before {
	background-color: #3B5998;
}
.social-button.facebook .fa {
	color: #3B5998;
}
.social-button.twitter:before {
	background-color: #3CF;
}
.social-button.twitter .fa {
	color: #3CF;
}
.social-button.google:before {
	background-color: #DC4A38;
}
.social-button.google .fa {
	color: #DC4A38;
}
.social-button.dribbble:before {
	background-color: #F26798;
}
.social-button.dribbble .fa {
	color: #F26798;
}
.social-button.skype:before {
	background-color: #00AFF0;
}
.social-button.skype .fa {
	color: #00AFF0;
}
.social-button:focus:before, .social-button:hover:before {
	top: -10%;
	left: -10%;
}
.social-button:focus .fa, .social-button:hover .fa {
	color: #fff;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/*-- //footer --*/
/*-- about-modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal-body {
    padding: 0 2em 2.5em;
}
.modal-dialog {
    margin: 6em auto 0;
}
.modal-body.modal-spa img {
    width: 100%;
}
.modal-body h4 {
    font-size: 1.6em;
    color: #02B875;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 1em 0 .3em;
}
.bnr-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 0.5em 2em 0;
}
.bnr-modal button.close {
    color: #02B875;
    opacity: .9;
    font-size: 2.5em;
	outline:none;
}
.modal-body p {
    font-weight: 300;
}
/*-- //about-modal --*/

/* CUSTOM NIX*/
.fixlogo{
	position: absolute;
	top: 0px;
}
.sp-module-title{
	font-size: 18px;
}
.footertext h2, .footertext h3{
	text-align: left !important;
}
.footercopy{
	margin-top: 2.5em !important;
	font-size: 12px !important;
	text-align: center !important;
}


@keyframes zoominoutsinglefeatured {
    0% {
			transform: scale(0.5,0.5);
			opacity: 0;
    }
    100% {
        transform: scale(1,1);
				opacity: 1;
    }
}
.cardcontainer img {
	animation: zoominoutsinglefeatured 2s;
	opacity: 1;
	margin: 0 auto;
	/* margin-bottom: 50px; */
    margin-bottom: 0px;
}

.animateintro {
	animation: zoominoutsinglefeatured 3s;
	opacity: 1;
}

@keyframes glowinganim {
    0% {
			box-shadow: 0px 0px 40px 1px #ffffff;
    }
		50% {
			box-shadow: 0px 0px 40px 1px #024d9a;
    }
    100% {
        box-shadow: 0px 0px 40px 1px #ffffff;
    }
}
img.glowing{
	/* animation: glowinganim 2s infinite; */
	/* background-color: #fff; */
	/* box-shadow: 0px 0px 40px 1px #ff0076; */
	width: 430px;
}
.subtitleheadercontainer{
	/* width: auto; */
	margin: 0 auto;
  /* background-color: #000000d9; */
	/* padding: 10px; */
	/* border-radius: 25px; */
  padding: 22px;
	width: fit-content;
}
.subtitleheader{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 100 !important;
  font-size: 1.2em !important;
	letter-spacing: 1px !important;
	color: #fff !important;
	text-align: center !important;
	line-height: 1.4em !important;
}
.imagetitleamenities{
	display: inline-flex !important;
    padding: 16px;
    background-color: #492309;
    border-radius: 14px;
    margin-left: 5px;
    margin-right: 5px;
}
h3.sanchez{
	font-family: 'Roboto', sans-serif;
}
.iconaditi{
	display: inline !important;
}
.iconadititxt{
	display: inline !important;
	vertical-align: middle;
}
.listacommodi{
	font-family: 'Roboto', sans-serif;
	color: #007b90 !important;
	margin-left: 17px;
}
.listacommodi li{
	font-family: 'Roboto', sans-serif;
	color: #007b90 !important;
	font-size: 21px;
}
.divprecio{
	padding:10px;
	background-color: #dedede;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 3px solid #2c49ad !important;
}
.divprecio h3{
	color:#2c49ad !important;
	margin-bottom: 0px !important;
	text-align: center !important;
	text-shadow: 2px 2px 2px #1C6EA4 !important;
}
.divprecio h4{
	text-align: center !important;
	margin-bottom: 0px !important;
}
h4.subtitlsanchez{
	font-family: 'Roboto', sans-serif;
	color: #6d56a5 !important;
	font-size: 32px !important;
	text-shadow: 2px 2px 2px #ffffff !important;
}
.mtb5{
	margin-top: 5px;
	margin-bottom: 5px;
}

.codigoprop{
	margin:0 auto !important;
	line-height: normal !important;
}
.parrafotexto{
	font-size: 1.2em !important;
  padding: 10px !important;
  margin-bottom: 0px !important;
  line-height: normal !important;
  text-align: justify !important;
}
.gestoampliar{
	width: auto;
	background-color: #ffffff;
}
.gestoampliar img{
	width: 150px;
}

.gestoampliar h4{
	font-family: 'Roboto', sans-serif;
	color: #f44336 !important;
	font-size: 32px !important;
	margin-bottom: 0px !important;
	display: inline !important;
  padding-left: 20px !important;
}
hr.horizontalhr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
hr.horizontalhrshadow {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
#about2{
	padding:2em !important;
}
.txtcenter{
	text-align: center !important;
}
#imagelightbox
{
	position: fixed;
	z-index: 9999;

	-ms-touch-action: none;
	touch-action: none;
}
.contacto{
	background:url(../images/bgcontacto.jpg) repeat center 0px;
	background-size:cover;
	position: relative;
}
.button-default:hover{
	color: #f44336 !important;
}

.horizontalMenu {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 300;
    /* bottom: 27px;
    position: relative; */
}
ul.horizontalMenuUL {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #E1DBD8;
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content:center;
  }
  
li.horizontalMenuLI {
    float: left;
}
  
li.horizontalMenuLI a {
    display: block;
    color: #B7A69F;
    text-align: center;
    padding: 4px 20px;
    text-decoration: none;
}

li.horizontalMenuLI a:hover:not(.active) {
    background-color: #B7A69F;
    color: #000000;
}
  
li.horizontalMenuLI a.active {
    background-color: #B7A69F;
    color: #000000;
}
.videocontainer{

}
.mt-10{
    margin-top: 10px;
}
.mb-30{
    margin-bottom: 30px;
}
.displayfleximage{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.videoinner{
    border-radius: 3px;
    display: block;
    contain: content;
    /* margin-top:50px; */
    margin-top:0px;
}

.formanasmai{
    width: 80%;
    padding: 25px;
    background-color: #E1DBD8;
    border-radius: 3px;
    margin: 0 auto;
}
.w3titleform{
    color: #606060;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 12px;
}
.inputanasmai{
    border-radius:20px;
    font-size:20px;
    height:44px;
}
.anasmaisubmitbtn{
    background-color: #6BA130 !important;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    font-weight: bold;
    border-radius: 20px;
    padding: 2px 20px;
}
.anasmaisubmitbtn:hover{
    color: #ffffff !important;
    background-color: #547d27 !important;
}

.ta-center{
    text-align: center !important;
}
.btncontainer{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.anasmailabel{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: bold !important;
    color:#4C3225;
}

.bannersegundo{
    min-height: 600px;
	background:url(../images/bannersegundo.jpg) no-repeat center 0px;
	background-size:cover;
	position: relative;
	animation: appearnow 2s;
}
.segundobannertitle1{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.segundobannertitle1 img{
    width: 100%;
    max-width:440px;
}
.segundobannertitle2{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin-top:150px;
}
.segundobannertitle2 img{
    width: 85%;
    /* max-width:440px; */
}
.segundobannertitle3{
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center; */
    display: block;
    max-width: 530px;
}
.segundobannertitle3 img{
    width: 100%;
}
.segundobannertitle3cont{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    bottom: 0px;
    position: absolute;
    width: 100%;
}
.bannertercer{
    min-height: 600px;
	background:url(../images/bannertercer.jpg) no-repeat center 0px;
	background-size:cover;
	position: relative;
	animation: appearnow 2s;
}
.textanasmai{
    max-width: 480px;
    padding: 20px;
    margin-top:60px;
    background-color:#ffffff00;
}
.textanasmai p{
    color: #606060;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    font-weight: normal !important;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 20px;
}

.iconosanasmai{
    background-color: #E9E8E7;
}
.itemsanasmai{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.containeritems{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}

.itemanasmai{
    background-color: #754E3B;
    width: 130px;
    height: 130px;
    border-radius: 100px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.itemanasmai:hover{
    background-color: #6ba130;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.itemanasmai img{
    width: 100%;
    padding:10px;
}
.anasmaititle{
    color: #3A2219;
    font-family: 'Roboto', sans-serif;
    font-size: 2.6em;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 33px;
}
.anasmaititlegallery{
    color: #754E3B;
    font-family: 'Roboto', sans-serif;
    font-size: 4em;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 33px;
}
.galleryback{
    background-color: #EDE5DE;
}
.itemtext{
    color: #606060;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 21px;
    text-align: center;
    max-width: 102px;
    margin-top: 10px;
}
.bannercuarto{
    min-height: 820px;
	background:url(../images/bannercuarto.jpg) no-repeat center 0px;
	background-size:cover;
	position: relative;
	animation: appearnow 2s;
}
.titleimagecontainer{
    display: flex;
    align-content: center;
    width: 100%;
    bottom: 0;
    position: absolute;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.bannercuartotitle {
    width: 90%;
    max-width: 600px;
    margin-bottom: 50px;
}
.cercadetodoicons {
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.cercadetodoitem {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.cercadetodo{
    background-color: #ffffff !important;
}
.cercadetodoitem img {
    width: 90px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.cercadetodotext {
    background-color: #E8DDDD;
    color: #3F230F;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    border-radius: 15px;
    padding: 6px 23px;
}
.cercadetodomapa{
    width: 100%;
}
.agendatucita{
    min-height: 600px;
	background:url(../images/agendatucitabg.jpg) no-repeat center 0px;
	background-size:cover;
	position: relative;
	animation: appearnow 2s;
}
.textanasmaiagendatucita img{
    /* max-width: 580px; */
    width: 100%;
    float: right;
}
.agendatucitarow{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.agendatucitacols{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    flex-wrap: wrap;
}
.agendatucitavirtual{
    max-width: 200px;
    margin-left: 1px;
    margin-right: 10px;
}
.agendatucitaproyecto{
    max-width: 260px;
    margin-left: 10px;
    margin-right: 1px;
}
.agendatucitaclick{
    max-width: 170px;
    margin-top: 20px;
    filter: contrast(60%);
}
.agendatucitaclick:hover{
    filter: contrast(100%);
}
.footerlogos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.footeranasmai{
    max-width: 230px;
    margin-top: 10px;
}
.footersubien{
    max-width: 110px;
    margin-left: 30px;
    margin-right: 30px;
}
.footerinversiones{
    max-width: 110px;
}
.footertextcont{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
}
.footertextrow{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.footertextcol{
    display: flex;
    width: 250px;
    align-content: center;
    align-items: center;
}
.footericon{
    margin-right:7px;
}
.footertextp{
    color: #606060;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
}

/*-- Whatsapp Icon --*/
.whatsappIcon{
    background: url('../images/whatsappIcon.png');
    width: 93px;
    height: 93px;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2000;
}

.whatsappIcon a{
    width: 100%;
    height: 100%;
    display: block;
}




/*---------------------- responsive-design -------------------- */
@media(max-width:1280px){
    .cd-stretchy-nav {
        right: 9%;
    }
    .textanasmai{
        max-width: 480px;
        padding: 20px;
        margin-top:60px;
        background-color:#ffffff00;
    }
    }
    @media(max-width:1080px){
    .banner-w3ltext h2 {
        font-size: 4.5em;
    }
    .header {
        padding-top: 2em;
    }
    .cd-stretchy-nav {
        top: 26px;
    }
    .w3ls-banner {
        min-height: 710px;
    }
    .banner-w3ltext {
        margin-top: 12em;
    }
    .about-left {
        padding-right: 1em;
    }
    .about h4 {
        font-size: 1.5em;
    }
    .agileits-img .wthree-pcatn {
        height: 32%;
    }
    .blog-w3lgrids {
        margin-top: 3em;
    }
    .testimonials-grid {
        margin-top: 3em;
    }
    .flexslider {
        width: 63%;
    }
    .map iframe {
        min-height: 300px;
    }
    .textanasmai{
        max-width: 480px;
        padding: 20px;
        margin-top:60px;
        background-color:#ffffffde;
    }
    
    }
    @media(max-width:991px){
    .cd-stretchy-nav {
        right: 11%;
    }
    .banner-w3ltext h2 {
        font-size: 4em;
        letter-spacing: 3px;
        margin:0.3em 0 .1em;
    }
    .w3ls-banner {
        min-height: 650px;
    }
    .place-grid:nth-child(4), .place-grid:nth-child(5) {
        margin-top: 2em;
    }
    .place-grid:nth-child(6) {
        margin-top: 4em;
    }
    .sel {
        margin-top: 0.5em;
    }
    .services, .about, .testimonials, .news {
        padding: 4em 0;
    }
    p.wthree-ttext {
        width: 60%;
    }
    .services-grids p {
        width: 100%;
    }
    .services-grids {
        padding: .5em;
        margin-top: 5em;
    }
    .agileits-img .wthree-pcatn h4 {
        font-size: 1.8em;
    }
    .agileits-img .wthree-pcatn {
        height: 40%;
    }
    .flexslider {
        width: 85%;
    }
    .banner-w3ltext {
        margin-top: 11em;
    }
    .testimonials-grid {
        margin-top: 2em;
    }
    .testimonials-grid h5 {
        letter-spacing: 1px;
    }
    .news-grid-left {
        padding: 0 6em;
    }
    .date-info {
        padding-right: 0;
    }
    .date {
        width: 110px;
        height: 110px;
    }
    .date p {
        font-size: 2.6em;
    }
    .date-info p {
        margin: 0.6em 0 0;
    }
    .contact-w3ls-row {
        width: 85%;
        margin: 3em auto 0;
    }
    }
    @media(max-width:900px){
    .w3ls-banner {
        min-height: 610px;
    }
    .banner-w3ltext {
        margin-top: 10em;
    }
    h3.w3title {
        font-size: 3.4em;
    }
    .textanasmai{
        max-width: 480px;
        padding: 20px;
        margin-top:60px;
        background-color:#ffffff00;
    }
    
    }
    
    @media(max-width:800px){
    .banner-w3ltext h2 {
        font-size: 3.6em;
        letter-spacing: 2px;
    }
    .w3ls-banner {
        min-height: 550px;
    }
    .banner-w3ltext {
        /* margin-top: 9em; */
        margin-top: 3em;
        margin-bottom: 6em;
    }
    .logo h1 {
        font-size: 3.2em;
    }
    .about h4 {
        margin-bottom: 0.2em;
    }
    .modal-dialog {
        margin: 3em auto 0;
    }
    .map iframe {
        min-height: 250px;
    }
    .footer {
        padding: 2em 0;
    }
    .textanasmai{
        max-width: 480px;
        padding: 20px;
        margin-top:60px;
        background-color:#ffffff00;
    }
    
    }
    @media(max-width:768px){
    .logo {
        padding-left: 2em;
    }
    .cd-stretchy-nav .stretchy-nav-bg {
        width: 50px;
        height: 49px;
    }
    .cd-nav-trigger {
        width: 50px;
        height: 49px;
    }
    .cd-stretchy-nav {
        right: 8%;
    }
    .cd-stretchy-nav ul a {
        width: 51px;
    }
    .banner-w3ltext h2 {
        font-size: 3.4em;
    }
    .w3ls-banner {
        min-height: 525px;
    }
    .serach-w3agile {
        padding: 2em 0;
    }
    .place-grid h5 {
        font-size: 1.3em;
    }
    h3.w3title {
        font-size: 3.2em;
    }
    .simplefilter li {
        font-size: 0.9em;
    }
    .news-grid-left:nth-child(1) {
        margin: 3em 0 1em 0;
    }
    .textanasmai{
        max-width: 480px;
        padding: 20px;
        margin-top:60px;
        background-color:#ffffff00;
    }
    
    }
    @media(max-width:736px){
    .services-grids p {
        width: 78%;
    }
    .services-grids {
        margin-top: 4em;
    }
    .about h4 {
        font-size: 1.3em;
    }
    .wthree-btn {
        font-size: 0.9em;
    }
    .agileits-img .wthree-pcatn {
        height: 29%;
    }
    .modal-dialog {
        margin: 3em auto;
        width: 90%;
    }
    .news-grid-left {
        padding: 0 3em;
    }
    .contact textarea {
        min-height: 9em;
    }
    .textanasmai{
        max-width: 480px;
        padding: 20px;
        margin-top:60px;
        background-color:#ffffff00;
    }
    
    }
    @media(max-width:667px){
    .banner-w3ltext {
        margin-top: 8em;
    }
    .place-grid:nth-child(6) {
        margin-top: 3.9em;
    }
    .services, .about, .testimonials, .news {
        padding: 3.5em 0;
    }
    p.wthree-ttext {
        width: 70%;
    }
    .contact input[type="text"] {
        margin-bottom: 1em;
    }
    .w3-agileaddress {
        padding: 2.5em 0;
    }
    
    ul.horizontalMenuUL{
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #E1DBD8;
        position: absolute;
        /* bottom: 37px; */
        bottom: 0px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .textanasmai{
        max-width: 480px;
        padding: 20px;
        margin-top:60px;
        background-color:#ffffffe8;
    }
    
    }
    @media(max-width:600px){
    .banner-w3ltext h2 {
        font-size: 2.8em;
        letter-spacing: 1px;
    }
    .banner-w3ltext h3 {
        font-size: 1.5em;
    }
    .banner-w3ltext {
        /* margin-top: 7em; */
        margin-top: 1em;
        margin-bottom: 6em;
    }
    .w3ls-banner {
        min-height: 450px;
    }
    .place-grid:nth-child(4), .place-grid:nth-child(5) {
        margin-top: 1.5em;
    }
    .place-grid:nth-child(6) {
        margin-top: 3.4em;
    }
    .agileits-img .wthree-pcatn {
        height: 35%;
    }
    }
    @media(max-width:568px){
    .news-grid-left {
        padding: 0 1em;
    }
    p.wthree-ttext {
        width: 80%;
    }
    .logo {
        padding-left: 1em;
    }
    
    ul.horizontalMenuUL{
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #E1DBD8;
        position: absolute;
        bottom: 0px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .textanasmai{
        max-width: 480px;
        padding: 20px;
        margin-top:60px;
        background-color:#ffffffe8;
    }
    .footertextrow{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
    }
    .footerlogos{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .footersubien{
        max-width: 110px;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 14px;
        margin-bottom: 10px;
    }
    
    }
    
    @media(max-width:480px){
    .services, .about, .testimonials, .news {
        padding: 3em 0;
    }
    p.wthree-ttext {
        width: 90%;
    }
    .services-grids p {
        width: 85%;
    }
    .services-grids {
        margin-top: 3em;
    }
    ul.simplefilter {
        margin: 3em 0 1em;
    }
    .simplefilter li {
        padding: 0.8em 1.4em;
    }
    .filtr-item {
        padding: 0.5em;
    }
    .agileits-img .wthree-pcatn h4 {
        font-size: 1.6em;
        letter-spacing: 1px;
    }
    .agileits-img .wthree-pcatn {
        height: 40%;
    }
    .blog-w3lgrids {
        margin-top: 2em;
    }
    .testimonials-grid p {
        font-size: 1em;
    }
    .flexslider {
        width: 90%;
    }
    .news-grid-left {
        padding: 0 0em;
    }
    .date {
        float: none;
        margin: 0 auto;
    }
    .date-info {
        padding: 1em 0 0;
        width: 100%;
        text-align: center;
    }
    .contact-w3ls-row {
        width: 95%;
    }
    .contact input[type="submit"] {
        padding: 0.6em 4em;
    }
    .address-grids {
        padding: 0;
        float: none;
        width: 100%;
    }
    .address-grids:nth-child(2){
        margin:1em 0;
    }
    p {
        font-size: 0.9em;
    }
    .w3-agileaddress span.fa {
        font-size: 1em;
        margin-bottom: 0.3em;
    }
    .cd-stretchy-nav ul a {
        height: 35px;
    }
    .cd-stretchy-nav ul {
        padding: 48px 0 10px;
    }
    .simplefilter li {
        font-size: 0.8em;
        margin: 0 0.1em;
        padding: 0.8em 1.2em;
    }
    h3.w3title {
        font-size: 2.8em;
    }
    ul.horizontalMenuUL{
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #E1DBD8;
        position: absolute;
        bottom: 0px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .textanasmai{
        max-width: 480px;
        padding: 20px;
        margin-top:60px;
        background-color:#ffffffe8;
    }
    .footertextrow{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
    }
    .footerlogos{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .footersubien{
        max-width: 110px;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 14px;
        margin-bottom: 10px;
    }
    
    }
    @media(max-width:414px){
    .logo {
        padding-left: 0;
    }
    .logo h1 {
        font-size: 2.8em;
    }
    .cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
        width: 19px;
        height: 2px;
    }
    .cd-stretchy-nav .stretchy-nav-bg ,.cd-nav-trigger{
        width: 45px;
        height: 45px;
    }
    .cd-stretchy-nav ul a {
        width: 45px;
        height: 35px;
    }
    .cd-stretchy-nav ul a::after {
        font-size: 1.1em;
        right: 16px;
    }
    .cd-stretchy-nav {
        right: 5%;
    }
    .cd-stretchy-nav ul li:nth-of-type(4) a::after ,.cd-stretchy-nav ul li:nth-of-type(6) a::after,.cd-stretchy-nav ul li:nth-of-type(7) a::after{
        font-size: 0.9em;
    }
    .cd-stretchy-nav.edit-content ul span {
        right: 53px;
    }
    .map iframe {
        min-height: 200px;
    }
    .banner-w3ltext h2 {
        font-size: 2.4em;
    }
    .w3ls-banner {
        min-height: 425px;
    }
    
    ul.horizontalMenuUL{
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #E1DBD8;
        position: absolute;
        bottom: 0px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .textanasmai{
        max-width: 480px;
        padding: 20px;
        margin-top:60px;
        background-color:#ffffffe8;
    }
    .footertextrow{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
    }
    .footerlogos{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .footersubien{
        max-width: 110px;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 14px;
        margin-bottom: 10px;
    }
    
    }

    @media(max-width:384px){
    .banner-w3ltext h2 {
        font-size: 2em;
        letter-spacing: 1px;
    }
    .w3ls-banner {
        min-height: 380px;
    }
    .banner-w3ltext {
        /* margin-top: 6em; */
        margin-top: 1em;
        margin-bottom: 6em;
    }
    img.glowing{
        width: 80%;
    }
    .place-grid {
        width: 50%;
        padding: 0 .5em;
    }
    .place-grid:nth-child(3){
        margin-top: 1.5em;
    }
    .place-grid:nth-child(6) {
        margin-top: 3.2em;
    }
    .services, .about, .testimonials, .news {
        padding: 2em 0;
    }
    h3.w3title {
        font-size:2.6em;
    }
    .txtcenter{
        text-align: center;
    }
    p.wthree-ttext {
        font-size: 0.9em;
    }
    p.wthree-ttext {
        width: 100%;
    }
    .services-grids p {
        width: 100%;
    }
    .simplefilter li {
        padding: 0.7em 0.8em;
        font-size: 0.8em;
    }
    .filtr-item {
        padding: 0.5em;
        width: 100%;
        float: none;
    }
    .agileits-img .wthree-pcatn {
        height: 27%;
    }
    .blog-w3lgrids {
        padding: 0;
    }
    .testimonials-grid p {
        font-size: 0.9em;
    }
    .testimonials-grid {
        margin-top: 1em;
    }
    .contact input[type="text"],.contact textarea {
        width: 100%;
        font-size: 0.9em;
    }
    .contact input[type="submit"] {
        font-size: 0.9em;
    }
    .about-left {
        padding: 0;
    }
    .about h4 {
        font-size: 1.2em;
    }
    ul.simplefilter {
        margin: 1em 0;
    }
    .blog-w3imgtext {
        padding: 0 1em;
    }
    .contact-w3ls-row {
        width: 100%;
    }
    ul.horizontalMenuUL{
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #E1DBD8;
        position: absolute;
        bottom: 0px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .textanasmai{
        max-width: 480px;
        padding: 20px;
        margin-top:60px;
        background-color:#ffffffe8;
    }
    .footertextrow{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
    }
    .footerlogos{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .footersubien{
        max-width: 110px;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 14px;
        margin-bottom: 10px;
    }
    
    }
    @media(max-width:375px){
    .simplefilter li {
        padding: 0.7em 2em;
        margin-top: 1em;
    }
    .flexslider {
        width: 100%;
    }
    .modal-body {
        padding: 0 1em 1.5em;
    }
    .modal-body h4 {
        font-size: 1.4em;
    }
    .footertextrow{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
    }
    .footerlogos{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .footersubien{
        max-width: 110px;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 14px;
        margin-bottom: 10px;
    }
    }

    @media(max-width:320px){
    .logo h1 {
        font-size: 2.5em;
    }
    .header {
        padding-top: 1.5em;
    }
    .cd-stretchy-nav {
        top: 18px;
    }
    .banner-w3ltext h3 {
        font-size: 1.2em;
        letter-spacing: 1px;
    }
    .banner-w3ltext h2 {
        font-size: 1.8em;
        letter-spacing: 1px;
    }
    .w3ls-banner {
        min-height: 325px;
    }
    .banner-w3ltext {
        margin-top: 5em;
    }
    .sel {
        font-size: 0.9em;
    }
    .place-grid:nth-child(3),.place-grid:nth-child(4),.place-grid:nth-child(4) {
        margin-top: 1em;
    }
    .place-grid input[type="submit"] {
        font-size: 0.9em;
    }
    .place-grid:nth-child(6) {
        margin-top: 3.2em;
    }
    h3.w3title {
        font-size: 2.3em;
    }
    .about h4 {
        font-size: 1.1em;
    }
    .modal-dialog {
        margin: 1em auto;
    }
    .agileits-img .wthree-pcatn {
        height: 31%;
    }
    #swipebox-title {
        font-size: 13px !important;
    }
    .blog h4 {
        font-size: 1.3em;
    }
    .wthree-btn {
        font-size: 0.8em;
    }
    a.wthree-btn.w3btn2.w3btn2a {
        padding: .5em 1.2em;
    }
    .testimonials-grid h5 {
        font-size: 1.2em;
    }
    ul.horizontalMenuUL{
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #E1DBD8;
        position: absolute;
        bottom: 0px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .textanasmai{
        max-width: 480px;
        padding: 20px;
        margin-top:60px;
        background-color:#ffffffe8;
    }
    .footertextrow{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
    }
    .footerlogos{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .footersubien{
        max-width: 110px;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 14px;
        margin-bottom: 10px;
    }
    
    }
    /*-- //responsive-design --*/