html, body{
	margin:0;
	font-size: 100%;
	font-family: 'Roboto', sans-serif;
	background: #fff;
    font-weight: 400;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#7e7f6b !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#7e7f6b !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#7e7f6b !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#7e7f6b !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:#7e7f6b !important;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Cardo', serif;
    font-weight: 700;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.hide{
    display: none;
}
/*-- header --*/
/*--header -top--*/
.social-bnr-agileits{
	float:left;
	margin-left:1em;
}
/*--social-icons--*/
ul.social-icons3 {
    display: inline-block;
    padding: 0;
    margin-top: .55em;
}
.social-icons3 li{
	display:inline-block;
}
.social-icons3 li a{  
    display: block;
    height: 30px;
    width: 30px;
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	margin-right: 1em;
	-webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    line-height: 30px;
	color:#fff;
	text-align:center;
}
.social-icons3 li a.fab.fa-facebook-f.icon-border.facebook{
	 background:#4D669C;
}
.social-icons3 li a.fab.fa-instagram.icon-border.instagram{
	 background:#bc2a8d;
}
.social-icons3 li a.fab.fa-google-plus-g.icon-border.googleplus{
	 background:#d34836;
}
.social-icons3 li a.fab.fa-tripadvisor.icon-border.tripadvisor{
	 background:#00af87;
}
.social-icons3 li a:hover{
	text-decoration:none;
	opacity:0.8;
}
ul.datafiscal {
    padding: 20px 0 0 0;
}
.datafiscal li {
    display:inline-block;
}
ul.covid {
        margin-top: 1em;
}
.covid li{
    display:inline-block;
    padding: 0 2em;
}
.contact-bnr-w3-agile {
    float: right;
}
.contact-bnr-w3-agile ul li {
    list-style: none;
    display: inline-block;
       /*border-left: 1px solid #0066b2;*/
    padding: 13px 20px;
        color: #101010;
	font-size:14px;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-bnr-w3-agile ul li a{
	    color: #101010;
	text-decoration:none;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	text-transform: lowercase;
	font-size: 15px;
}
.contact-bnr-w3-agile ul li a:hover{
	 color: #ce8e5f;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-bnr-w3-agile ul li i {
    color: #000000;
    font-size: 16px;
    margin-right: 15px;
}
/*--idioma--*/
.idioma {
    float: right;
    margin: 10px;
}
.idioma li {
    display:inline;
    padding:0 5px;
}
/*--//idioma--*/
/*-- nav --*/
.logo-responsive {
    max-width: 250px;
    padding: .5em 0 .5em .5em;

}
.w3_navigation {
    background: #69462c;
    border-bottom: 5px #ce8e5f solid;
}
.w3_navigation .container{
    width: 100%!important;
}
.navbar-default {
    background: none;
    border: none;
    align-items: center;
}
.navbar {
    margin-bottom: 0;
}
.navbar-middle {
    width: 100%;
}
.navbar-default .navbar-nav a {
    font-weight: 500;
    letter-spacing: 1px;
}
.navbar-nav a {
    margin: 0;
    padding:0 5px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav a:hover{
    color:#fcfccc;
}
nav.navbar.navbar-default {
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    //justify-content: space-between;
    white-space: nowrap;
}
.navbar-default .navbar-nav a {
    color: #fcfccc;
}

/*-- nav-effect --*/
.menu__list {
    //position: relative;
}

.menu__item {
	display: block;
	//margin: 1em 0;
}

.menu__link {
	font-size: 1.2em;
	font-weight: 500;
	display: inline-block;
	//margin: 0;
	//padding: 2px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Iris */
.menu--iris .menu__item {
	margin:0 0.3em;
}
li.menu__item:nth-child(6) {
    margin-right: 0;
}
.menu--iris .menu__link {
	position: relative;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.menu--iris .menu__item--current .menu__link,.menu__link:hover {
	color:#ce8e5f;
}
.menu--iris .menu__link::before,
.menu--iris .menu__link::after {
	content: '';
	position: absolute;
    width: 100%;
	opacity: 0;
	border: 1px solid #fcfccc;
    transform: scaleX(0);
	-webkit-transition: all 0.3s, opacity 0.3s;
	transition: all 0.3s, opacity 0.3s;
}
.menu--iris .menu__link::before {
	top: -1px;
	left: 0;
}
.menu--iris .menu__link::after {
	right: 0;
	bottom: 0;
}
.menu--iris .menu__item--current .menu__link::before,
.menu--iris .menu__item--current .menu__link::after,.menu__link:hover::before,.menu__link:hover::after {
	opacity: 1;
	transform:scaleX(1);
}
/*-- //nav-effect --*/
/*-- //header --*/
/*-- banner-text --*/
.agileits-banner-info h4 {
    font-size: 4em;
    color: #fcfccc;
    letter-spacing: 10px;
        align-content: center;
}
.agileits-banner-info h3 {
    color: #ce8e5f;
    font-size: 1.5em;
    margin: 10px 0 0;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
}
.agileits-banner-info {
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
}
.agileits-banner-info p {
    color: #fcfccc;
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 5px;
    margin: 1em auto;
    font-weight: 400;
}
.agileits-banner-info img {
    max-width: 30%;
}
.agileits-banner-info .ahora {
    max-width: 15%;
}
/*-- //banner-text --*/
/*-- banner-top --*/
.w3layouts-banner-top{
    background: url(../imagenes/2022-1.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
}
.w3layouts-banner-top1{
	background: url(../imagenes/2022-2.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
}
.w3layouts-banner-top2{
	background: url(../imagenes/2022-3.jpg) no-repeat 0px 0px;
    background-size: cover;	
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;	
}
.w3layouts-banner-top,.w3layouts-banner-top1,.w3layouts-banner-top2{
    display: flex;
    align-items: center;
	min-height:700px;
}
.w3ls-banner {
    position: relative;
}
/*-- //banner-top --*/ 
/*--slider--*/
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display:block;
  float: left;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    display: block;
    z-index: 99;
}
.callbacks_tabs li {
    display:inline-block;
    margin: 0px 7px;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height:10px;
    width:10px;
    display: inline-block;
    background: #f5f5d8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background:#cc9966;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -o-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -moz-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}
/*-- //slider --*/
/*-- banner-bottom --*/
.banner-bottom{
	text-align: center;
}
/*-- grid-effect --*/
/* General grid styles */
.cbp-ig-grid {
	list-style: none;
	padding:0;
	margin: 0;
}

/* Clear floats */
.cbp-ig-grid:before, 
.cbp-ig-grid:after { 
	content: " "; 
	display: table; 
}

.cbp-ig-grid:after { 
	clear: both; 
}

/* grid item */
.cbp-ig-grid li {
	width: 25%;
    float: left;
    text-align: center;
    border-left: 1px solid #ce8e5f;
}

.cbp-ig-grid li:last-child{
	border-right: 1px solid #ce8e5f;
}

.w3_grid_effect {
    padding: 2em;
    background: #fcfccc;
}
/* the icon with pseudo class for icon font */
.cbp-ig-icon {
	padding: 1.5em 0 0;
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-icon:before {
	font-family:FontAwesome;
	font-size: 5em;
	speak: none;
	color: #69462c;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.w3_road:before {
	content: "\f236";
}

.w3_cube:before {
	content: "\f1b9";
}

.w3_users:before {
	content: "\f0f4";
}

.w3_ticket:before {
	content: "\f1eb";
}

/* title element */
.cbp-ig-grid .cbp-ig-title {
	margin: 20px 0 10px 0;
    padding: 20px 0 0 0;
    font-size: 1em;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    text-transform: uppercase;
    letter-spacing: 4px;
	color:#69462c;
}

.cbp-ig-grid .cbp-ig-title:before {
	content: '';
	position: absolute;
	background:#ce8e5f;
	width: 80%;
	height: 6px;
	top: 0px;
	left: 10%;
	margin-top: -10px;
	-webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.cbp-ig-grid .cbp-ig-category {
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
	color: #ce8e5f;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}

.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
	opacity: 1;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
/* Hover styles */
.cbp-ig-grid li > .w3_grid_effect:hover {
    background: #69462c;
}
.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-icon {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}
.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-icon:before {
	color: #ce8e5f;
}
.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title {
	color:#fcfccc;
}
.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title {
	-webkit-transform: translateY(-45px);
	-moz-transform: translateY(-45px);
	-ms-transform: translateY(-45px);
	transform: translateY(-45px);
}
.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title:before {
	background: #fcfccc;
	margin-top: 68px;
}

@media screen and (max-width: 62.75em) {
	.cbp-ig-grid li {
		width: 50%;
	}
}
@media screen and (max-width: 25em) { 
	.cbp-ig-grid {
		font-size: 80%;
	}
}
/*-- //banner-bottom --*/
/*--main--*/
.contact-w3ls,.advantages,.actividades,.w3l-visitors-agile,.plans-section,.team, section.pig-tripadvisor .tripadvisor{
	padding: 30px 0px;
}
.banner-bottom {
    padding: 30px 0 0;
}
h3.title-w3-agileits {
    font-size: 3em;
    color: #69462c;
	font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: .3em;
    text-align: center;  
	text-transform: capitalize;
	font-family:'Roboto', sans-serif;
}
.title-black-wthree{
	color:#69462c!important;
}
/*--//main--*/
/*--sevices-section--*/
.advantages {
    background: url(../imagenes/services.jpg)no-repeat;
    min-height: 350px;
    background-size: cover;
}
.advantage-bottom {
    display:flex;
}
.advantage-block {
    padding:2em 2em;
    background: rgba(0, 0, 0, 0.52);
    height: 100%;
    text-align: center;
}
.advantage-block:hover {
    background: rgba(0, 0, 0, 0.75);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.advantage-block h4 {
    font-size: 1.5em;
    color: #ce8e5f;
    margin: 0.5em 0em;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.advantage-block p {
    font-size: 16px;
    color: #fcfccc;
    /* line-height: 1.8em; */
    text-align: left;
    padding-left: 3em;
    line-height: 35px;
	letter-spacing: .8px;
}
.advantage-grid {
    padding: 0;
}
.left-w3ls {
    border-right: 1px solid #fcfccc;
}
.bottom-w3ls {
    border-top: 1px solid #fcfccc;
}
.advantage-block .fa-home,.advantage-block .fa-shopping-basket,.advantage-block .fa-virus {
    color: #fcfccc;
    font-size: 60px;
    margin-bottom: 0;
}

.advantage-block p i, .advantage-block ul i {
    color: #ce8e5f;
    font-size: 13px;
    margin-right: 10px;
}
.advantages h3.title-w3-agileits {
        color: #fcfccc;

}
/*--//services-section--*/
/*-- team --*/

.tab1 .team-img-w3-agile{
	  background: url(../imagenes/teamb1.jpg)no-repeat 0px 0px;
}
.tab2 .team-img-w3-agile{
	  background: url(../imagenes/teamb2.jpg)no-repeat 0px 0px;
}
.tab3 .team-img-w3-agile{
	  background: url(../imagenes/teamb3.jpg)no-repeat 0px 0px;
}
.tab4 .team-img-w3-agile{
	  background: url(../imagenes/teamb4.jpg)no-repeat 0px 0px;
}
.tab1 .team-img-w3-agile,.tab2 .team-img-w3-agile,.tab3 .team-img-w3-agile,.tab4 .team-img-w3-agile{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
    background-size: cover;
	min-height: 300px;
    width: 27%;
	margin-left: 4em;
}
.team-Info-agileits {
    text-align: left;
    padding: 4em 0 0 3em;
}
.team-Info-agileits h4 {
    font-size: 25px;
    letter-spacing: 1px;
    color: #69462c;
}
.team-Info-agileits span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #69462c;
    font-weight: 500;
}
.team-Info-agileits p {
    font-size: 16px;
    letter-spacing: .5px;
    color: #ce8e5f;
    line-height: 30px;
    margin: 1.5em 0 1em;
    font-weight: 500;
}
.resp-tabs-list li{
    opacity: .5;
}
li.resp-tab-item.resp-tab-active{
	opacity:1;
}
ul.resp-tabs-list {
    margin-left: 15em;
}
.resp-tabs-list li img {
    border-radius: 100%;
	-webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
/*-- //team --*/
/*--rooms & rates --*/
.price-gd-top {
    text-align: center;
    position: relative;
}
.price-gd-top h4 {
    font-size: 1.2em;
    color: #fcfccc;
    padding: 0.4em 1em;
    background: #69462c;
    width: 100%;
    font-weight: 400;
    position: absolute;
    top: 2em;
    right: 0em;
}
.price-selet h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}
.price-selet h3 span {
    font-size: .8em;
    text-decoration: line-through;
    margin-right: 2px;
}
.price-gd-bottom {
    background: #fff;
    text-align: center;
    padding: 1em 0em;
}
.price-gd-top img {
    width: 100%;
}
.price-selet {
    padding: 1em 0em;
    text-align: center;
    background: #fff;
}
.price-selet a {
    font-size: 1.5em;
    color: #69462c;
    display: inline-block;
    padding: 0.2em 1.5em;
    background: #fcfccc;
    text-decoration: none;
    border: 2px solid #ce8e5f;
}
.price-block {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.price-block:hover,.w3layouts-pricing:hover,.w3-agileits-vpn-grid:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
}
#habitaciones .title-w3-agileits {
    margin-bottom: 0;
}
#habitaciones h2 {
    font-size: 2em;
    color: #69462c;
    font-weight: 400;
    margin-bottom: .5em;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
/*--//rooms & rates --*/
/*-- Gallery Section --*/
.gallery-grid {
  padding: 0;
}
.gallery1 {
position:relative;
}
.gallery1 .textbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(105, 70, 44, 0.62);
}
.gallery1:hover .textbox {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery-grid img{
		width:100%;
}

.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
text-align:center;
}
.textbox h4 {
    font-size: 2em;
    color: #FFF;
    margin-top: 1.75em;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.textbox p {
     font-size: 26px !important;
    color: #fff;
    margin: 6px 0 0 0!important;
    padding: 3px 0;
}
/*-- //Gallery Section --*/
/*-- tripadvisor --*/
#CDSWIDSSP {
    width: 100% !important;
}
.agileits_tripadvisor{
    margin: 0 auto;
}
.tripadvisor-reviews {
    display: inline-block;
    padding: 0;
}
.tripadvisor-certificate {
    display: inline-block;
    text-align: center;
    padding: 10px 0 20px 0;
}

/*-- //tripadvisor --*/
/*--actividades-section--*/
section.actividades {
	background:url(../imagenes/actividades.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
}
.actividades-block {
    padding:2em 2em;
    background: rgba(0, 0, 0, 0.52);
    height: 100%;
    margin-top: 20px;
    overflow-y: auto;
}
.actividades-block:hover {
    background: rgba(0, 0, 0, 0.75);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.actividades-block h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    color: #ce8e5f;
    font-weight: 900;
    margin-bottom: .5em;
}
.actividades-block h4 {
    font-size: 2em;
    color: #fcfccc;
    margin-bottom: 0.5em;
    letter-spacing: 2px;
}
.actividades-block h2 {
    font-size: 1.4em;
    color: #fcfccc;
    margin: 0.5em 0;
}
.actividades-block h1 {
    font-size: 1.6em;
    color: #ce8e5f;
    margin: 1em 0 0.5em;
}
.actividades-block p {
    color: #fcfccc;
	letter-spacing: .5px;
    margin-bottom: .5em;
}
.actividades-block span {
    font-weight: 900;
}
.actividades-grid {
    padding: 0;
}
.actividades-buses {
    padding-left: 0!important;
    margin-bottom: 1em;
}
.actividades-buses p {
    margin-bottom: 1em;
}
.actividades-block p:last-child {
    margin-bottom: 0;
}
.actividades-block h1 i {
    color: #ce8e5f;
    font-size: 1em;
    margin-right: 10px;
}
.actividades-block h2 i, .actividades-block p i  {
    margin-right: 10px;
}
.actividades h3.title-w3-agileits {
    color: #fcfccc;
    margin-bottom: 0;

}
/*--//actividades-section--*/
/*-- contact --*/
section.contact-w3ls {
	background:url(../imagenes/contact.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
}
section.contact-w3ls .contact-agileits {
    margin-bottom: 30px;
}
section.contact-w3ls p.contact-agile1 {
    font-size: 15px;
	letter-spacing: 1px;
    font-weight: 500;
    padding-bottom: 10px;
    line-height: 29px;
    color: #fcfccc;
}
section.contact-w3ls p.contact-agile1 strong {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
    color: #ce8e5f!important;
	font-size: 16px;
}
section.contact-w3ls p.contact-agile1 a {
	color:#fcfccc;
}
section.contact-w3ls p.contact-agile1 a:hover {
	color:#ce8e5f;
}
section.contact-w3ls .contact-agileits, .contact-w3-agile1 {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 20px 35px;
}
section.contact-w3ls .pre-checkin, {
    margin: 0 auto 30px;
    background-color: rgba(0, 0, 0, 0.75);
}
section.contact-w3ls .contact-w3-agile1 {
    margin-top: 0;
    overflow: auto;
}
section.contact-w3ls h4 {
	font-size:3em;
	letter-spacing: 1.5px;
	font-weight:700;
	color:#fcfccc;
	padding-bottom:20px;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}
section.contact-w3ls label.contact-p1 {
    font-size: 17px;
	letter-spacing: 1px;
    font-weight: 400;
    color:#fcfccc;
    padding-bottom: 2px;
	font-family: 'Roboto', sans-serif;
}
section.contact-w3ls p.help-block {
    color:#ff0500!important;
}
section.contact-w3ls input#nombre, section.contact-w3ls input#email, section.contact-w3ls input#telefono, section.contact-w3ls input#pais, section.contact-w3ls select#habitacion, section.contact-w3ls input#checkin, section.contact-w3ls input#checkout, section.contact-w3ls textarea#comentarios, section.contact-w3ls input#apellido, section.contact-w3ls input#ciudad, section.contact-w3ls input#direccion, section.contact-w3ls input#provincia, section.contact-w3ls input#documento, section.contact-w3ls input#nacimiento, section.contact-w3ls input#edad, section.contact-w3ls input#ocupacion, section.contact-w3ls input#escalaanterior, section.contact-w3ls input#escalaproxima, section.contact-w3ls select#transporte, section.contact-w3ls input#patente, section.contact-w3ls input#vuelo, section.contact-w3ls select#empresa, section.contact-w3ls input#horario, section.contact-w3ls select#motivoviaje, section.contact-w3ls select#canales, section.contact-w3ls input#filtro, section.contact-w3ls input#numero {
	height:37px;
}
section.contact-w3ls textarea#comentarios {
    height: 100%;
    resize: none;
}
section.contact-w3ls input#nombre, section.contact-w3ls input#email, section.contact-w3ls input#telefono, section.contact-w3ls input#pais, section.contact-w3ls select#habitacion, section.contact-w3ls input#checkin, section.contact-w3ls input#checkout, section.contact-w3ls textarea#comentarios, section.contact-w3ls input#apellido, section.contact-w3ls input#ciudad, section.contact-w3ls input#direccion, section.contact-w3ls input#provincia, section.contact-w3ls input#documento, section.contact-w3ls input#nacimiento, section.contact-w3ls input#edad, section.contact-w3ls input#ocupacion, section.contact-w3ls input#escalaanterior, section.contact-w3ls input#escalaproxima, section.contact-w3ls select#transporte, section.contact-w3ls input#patente, section.contact-w3ls input#vuelo, section.contact-w3ls select#empresa, section.contact-w3ls input#horario, section.contact-w3ls select#motivoviaje, section.contact-w3ls select#canales, section.contact-w3ls input#filtro, section.contact-w3ls input#numero {
	font-size:17px;
	font-weight:400;
	color:#fcfccc;
	background-color:transparent;
	border-radius:0;
	border-color:#fcfccc;
	font-family: 'Roboto', sans-serif;
}
section.contact-w3ls #form-patente, section.contact-w3ls #form-bus {
    display: none;
}

section.contact-w3ls input#patente, section.contact-w3ls input#form-vuelo {
    text-transform: uppercase;
}

section.contact-w3ls .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.contact-w3ls .has-success .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.contact-w3ls .has-success .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.contact-w3ls .radio-inline {
    padding: 6px 0 0 25%;
    width: 45%;
    margin: 0;
    color: #fcfccc;
}

section.contact-w3ls button.btn.btn-primary, section.contact-w3ls button.btn.btn-add, section.contact-w3ls button.btn.btn-remove, section.contact-w3ls input[type="button"] {
	color:#ce8e5f;
    background-color:transparent;
    border: 2px solid #ce8e5f;
    font-size: 1em;
    padding: 10px 20px;	
	width:100%;
	font-family: 'Roboto', sans-serif;
	margin: 25px 0 8px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.contact-w3ls button.btn.btn-primary:hover {
	color: #fcfccc;
    background-color:#ce8e5f;
    border: 2px solid #ce8e5f;
}
.footer-icons-agileinfo{
	margin-left:0!important;
}
ul.datafiscal img {max-width: 70px;}

.contact-w3-agile1 span {
    color:#ce8e5f;
}
#mapa{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
#mapa iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.form-left, .connect-left {
    padding-left: 0;
}
.form-right, .connect-right {
    padding-right: 0;
}
.form-group {
    margin-bottom: 5px;
}
.form-group-sm {
    float: left;
    width: 48%;
}
.form-group-sm-2 {
    float: left;
    width: 48%;
    margin-left: 4%;
}
#success {
    margin: 50px 0;
    width: 100%;
}
#ui-datepicker-div {
    display: none;
}
.ui-datepicker th span {
    color: #fcfccc;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #fcfccc;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcfccc;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #69462c;
    background: #fcfccc;
}
section.contact-w3ls .alert {
    margin: 10px 0 5px;
}
/*-- //contact --*/
/*--copy-right--*/
.copy {
    text-align: center;
    background: #69462c;
}
.copy p {
    //text-align: center;
    color: #fcfccc;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 1em;
}
/*--//copy-right--*/
/*--//footer--*/
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 25px;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../imagenes/arr.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 32px;
    height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/
@media(max-width:1600px){
}
@media(max-width:1440px){
	.agileits-banner-info {
		padding: 5em 2em;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 640px;
	}
}
@media(max-width:1366px){
	.agileits-banner-info h4 {
		font-size: 3.5em;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 560px;
	}
	ul.resp-tabs-list {
		margin-left: 17em;
	}
}
@media(max-width:1280px){
	.textbox h4 {
		font-size: 1.7em;
	}
}
@media(max-width:1200px){
    .w3_grid_effect {
        padding: 1em;
    }
    .cbp-ig-grid .cbp-ig-title {
        font-size: .9em;
    }
    .price-gd-top h4 {
    font-size: 1em;
    }
    .price-gd-bottom {
		padding: 0.5em 0;
	}
}
@media(max-width:1120px){
	.menu__link {
		font-size: 1em;
	}
}
@media(max-width:1080px){
    .menu--iris .menu__link::before {
    	top: -2px;
    }
    .menu--iris .menu__link::after {
    	bottom: 0;
    }
	.agileits-banner-info h4 {
		font-size: 3.3em;
		letter-spacing: 23px;
	}
	.agileits-banner-info h3 {
		font-size: 1.2em;
		letter-spacing: 9px;
	}
	.agileits-banner-info p {
		font-size: .9em;
		letter-spacing: 9px;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 500px;
	}
	.cbp-ig-icon:before {
		font-size: 3em;
	}
	.cbp-ig-grid .cbp-ig-title {
		font-size: .9em;
		letter-spacing: 2px;
	}
	.cbp-ig-grid .cbp-ig-category {
		text-transform: uppercase;
		display: inline-block;
		font-size: .8em;
		letter-spacing: 1.5px;
	}
	h3.title-w3-agileits {
		font-size: 2.4em;
	}
    #habitaciones h2 {
        font-size: 1.2em;
    }
	.advantage-block p {
		padding-left: 1em;
	}
	.advantage-block h4 {
		letter-spacing: 2px;
	}
	.resp-tabs-list li img {
		border-radius: 100%;
		width: 85%;
		margin: 0 auto;
	}
	.resp-tabs-list li {
		padding: 11px 10px;
	}
	ul.resp-tabs-list {
		margin-left: 11.5em;
	}
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
		width: 33%;
	}
	.team-Info-agileits h4 {
		font-size: 23px;
	}
	.team-Info-agileits {
		padding: 3.3em 0 0 3em;
	}
	.team-Info-agileits p {
		margin: 1.3em 0 .8em;
	}
	.price-grid {
		padding: 0px 10px;
	}
	.price-selet h3 {
		font-size: 1.5em;
	}
	.price-selet a {
		padding: 0.5em 1.7em;
	}
	section.contact-w3ls h4 {
		font-size: 29px;
	}
	section.contact-w3ls label.contact-p1 {
		font-size: 15px;
		padding-bottom: 6px;
	}
	section.contact-w3ls p.contact-agile1 {
		line-height: 24.7px;
	}
	section.contact-w3ls button.btn.btn-primary {
		padding: 8px 20px;
	}
	section.contact-w3ls p.contact-agile1 {
		font-size: 13px;
	}
	.textbox h4 {
		font-size: 1.5em;
	}
}
@media(max-width:1024px){
	.agileits-banner-info h4 {
		font-size: 2.9em;
		letter-spacing: 20px;
	}
	.agileits-banner-info h3 {
		font-size: 1.1em;
		letter-spacing: 8px;
	}
	.agileits-banner-info p {
		letter-spacing: 9px;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 480px;
	}
	.textbox h4 {
		font-size: 1.3em;
	}
}
@media(max-width:1005px){
	.menu__link {
		font-size: .95em;
	}
	.cbp-ig-grid li:last-child,.cbp-ig-grid li:nth-child(3) {
		border-top: 1px solid #ce8e5f;
	}
	.cbp-ig-grid li:nth-child(2){
		border-right: 1px solid #ce8e5f;
	}
}
@media(max-width:991px){
    .menu__link {
		font-size: .9em;
	}
    .navbar {
        text-align: center;
    }
    .menu--iris {
        text-align: center;
    }
    .menu--iris .menu__link::after {
        bottom:-1px;
    }
    .menu--iris .menu__list {
        width: 100%;
        text-align: center;
    }
	.agileits-banner-info {
		padding: 4em 0em;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 460px;
	}
    .advantage-bottom {
    display:block;
    }
	.left-w3ls {
		border-bottom: 1px solid #fcfccc;
		border-right: none;
	}
	.advantage-grid {
		width: 80%;
		margin: 0 auto;
	}
	ul.resp-tabs-list {
		margin-left: 5em;
	}
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
		width: 40%;
		float: left;
		margin-left: 0em;
	}
	.team-Info-agileits {
		padding:3em 0 0 2.5em;
		float: left;
		width: 60%;
	}
	.price-grid {
		padding: 0px 10px;
		width: 41%;
		float: left;
		margin: 0 2.02em;
	}
	.price-grid:nth-child(1),.price-grid:nth-child(2){
		margin-bottom: 2em;
	}
	.price-gd-top h4 {
        font-size: 1.2em;
	}
	h3.title-w3-agileits {
		font-size: 2.3em;
	}
	section.contact-w3ls h4 {
		font-size: 2.3em;
		padding-bottom: 15px;
	}
	section.contact-w3ls .contact-agileits, .contact-w3-agile1 {
		padding: 20px 25px;
	}
	section.contact-w3ls p.contact-agile1 strong {
		font-size: 14px;
	}
	section.contact-w3ls p.contact-agile1 {
		font-size: 13px;
	}
	section.contact-w3ls p.contact-agile1 {
		padding-bottom: 4.5px;
	}
	.gallery-grid {
		padding: 0;
		float: left;
		width: 33%;
	}
	.textbox h4 {
		margin-top: 2.5em;
	}
    .actividades-block h5 {
        font-size: .9em;
    }
    .actividades-block h4 {
        font-size: 1.5em;
    }
    .actividades-block h2 {
        font-size: 1.2em;
    }
    .actividades-block h1 {
        font-size: 1.3em;
    }
    .actividades-block p {
        font-size: .9em;
    }
}
@media(max-width:900px){
    .menu__link {
		font-size: .8em;
	}
    .logo-responsive {
    max-width: 200px;
    }
	.social-icons3 li a {
		height: 25px;
		width: 25px;
		margin-right: .5em;
		font-size: 14px;
		line-height: 26px;
	}
	ul.social-icons3 {
		margin-top: .6em;
	}
	.contact-bnr-w3-agile ul li {
		padding: 10px 14px;
	}
	ul.resp-tabs-list {
		margin-left: 4.5em;
	}
	.form-group {
		margin-bottom: 0px;
	}
	section.contact-w3ls button.btn.btn-primary {
		margin: 21px 0 8px;
	}
}
@media(max-width:840px){
    .menu--iris .menu__item {
    margin: 0;
    }
}
@media(max-width:800px){
	.menu__link {
		font-size: .75em;
	}
	.agileits-banner-info h4 {
		font-size: 2.5em;
		letter-spacing: 18px;
	}
	.agileits-banner-info p {
		letter-spacing: 6px;
		font-size: .8em;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 373px;
	}
	h3.title-w3-agileits, section.contact-w3ls h4 {
		font-size: 2.1em;
	}
	.textbox h4 {
		margin-top: 1.8em;
		font-size: 1.2em;
	}
}
@media(max-width:768px){
	.cbp-ig-icon:before {
		font-size: 2.5em;
	}
	.advantage-block p {
		font-size: 14.5px;
		line-height: 33px;
	}
	.resp-accordion img{
		border-radius: 50%;
		   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
		-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
		-o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
		-ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
	}
	h2.resp-accordion:first-child,h2.resp-accordion {
		border-top: none !important;
		border:none!important;
	}
	.team-Info-agileits p {
		font-size: 14.5px;
	}
	.team-Info-agileits h4 {
		font-size: 20px;
	}
	h3.title-w3-agileits, section.contact-w3ls h4 {
		font-size: 2em;
		letter-spacing: 2px;
	}
}
@media(max-width:767px){
    .w3_navigation .container {
        padding: 0;
    }
    nav.navbar.navbar-default {
        display: block;
    }
    .navbar-left {
        float: left;
    }
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fcfccc;
	}
	.navbar-default .navbar-toggle {
	    float: right;
        border-color: #ce8e5f;
        margin: 27px 15px 0 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	.navbar-collapse {
		box-shadow: none;
        padding: 0;
        width: 100%;
	}
	.menu__list {
		margin: 0;
		padding: 0;
		background: #69462c;
		text-align: center;
        border-top: 2px solid #ce8e5f;
	}
	.menu--iris .menu__item {
		padding: 0.5em 0;
	}
	.menu--iris .menu__link {
        display: block;
		margin: 0;
        border-top: 1px solid #ce8e5f;
        color: #fcfccc;
        padding: 0;
	}
    .menu--iris .menu__link:hover {
        background-color: #ce8e5f;
        color: #69462c;
	}
    .navbar-default .navbar-nav a:hover {
        color: #69462c;
    }
    .menu--iris .menu__link::before, .menu--iris .menu__link::after {
        display: none;
    }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		width: 100%;
	}
	.navbar-toggle {
		margin: .8em 0 0;
	}
	.navbar-toggle {
		margin: 0;
		border-radius: 0;
		padding: 10px 10px;
	}
	.price-gd-top h4 {
		font-size: 1.2em;
	}
	.price-selet a {
		padding: 0.3em 1.7em;
	}
	.price-selet {
		padding: .5em 0em;
	}
	.price-selet h3 {
		padding: 0em 0em 0em 0em;
	}
    .tripadvisor-reviews, .tripadvisor-certificate {
        display: block;
    }
    .tripadvisor-certificate {
        padding-top: 20px;
    }
    .contact-agileits {
        width: 80%;
        margin: 0 auto;
    }
    .form-left, .connect-left, .form-right, .connect-right {
        padding: 0;
    }
    .connect-right {
        margin-top: 50px;
    }
}
@media(max-width:736px){
	.agileits-banner-info h4 {
		font-size: 2.1em;
		letter-spacing: 14px;
	}
	.agileits-banner-info h3 {
		font-size: 15px;
		letter-spacing: 6px;
	}
	.agileits-banner-info {
		padding: 2.5em 0em;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 340px;
	}
    .contact-w3ls, .advantages, .actividades, .w3l-visitors-agile, .plans-section, .team {
		padding: 20px 0px;
	}
    .banner-bottom {
        padding: 20px 0 0;
    }
	.w3ls_banner_bottom_grids {
		margin: 0;
	}
	.price-grid {
		margin: 0 1.5em;
	}
	.textbox h4 {
		font-size: 1.1em;
		letter-spacing: 3px;
	}
}
@media(max-width:667px){
    .banner-top .contact-bnr-w3-agile {
        display: none;
    }
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
		min-height: 318px;
	}
	.team-Info-agileits {
		padding: 1.8em 0 0 2em;
	}
	.price-grid {
		width: 48%;
		margin: 0 .3em;
	}
}
@media(max-width:640px){
	.agileits-banner-info h4 {
		font-size: 2em;
		letter-spacing: 12px;
	}
	.agileits-banner-info h3 {
		font-size: 13px;
	}
	.agileits-banner-info p {
		letter-spacing: 6px;
		font-size: .7em;
	}
	.callbacks_tabs a:after {
		height: 9px;
		width: 9px;
	}
	.callbacks_tabs li {
		margin: 0px 5px;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 280px;
	}
	.contact-bnr-w3-agile ul li i {
		font-size: 15px;
		margin-right: 9px;
	}
	.contact-bnr-w3-agile ul li {
		padding: 10px 9px;
	}
}
@media(max-width:600px){
    .cbp-ig-grid .cbp-ig-title {
		font-size: .8em;
	}
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
		min-height: 275px;
	}
    .advantage-grid {
        width: 100%;
    }
	.advantage-block {
		padding: 1.5em 1em;
	}
	.team-Info-agileits {
		padding: 1.1em 0 0 1.9em;
	}
	.team-Info-agileits p {
		margin: .6em 0 .1em;
	}
    .contact-agileits, .contact-w3-agile1 {
        width: 100%;
    }
	.textbox h4 {
		font-size: 1em;
	}
	.gallery-grid {
		padding: 0;
		float: left;
		width: 50%;
	}
}
@media(max-width:568px){
	#ui-datepicker-div {
		width: 215px;
	}
	.team-Info-agileits {
		padding: 0.2em 0 0 1.9em;
	}
	.price-grid {
		width: 100%;
		margin: 0 auto;
	}
	.priceing-table-main {
		width: 65%;
		margin: 0 auto;
	}
	.price-grid:nth-child(1), .price-grid:nth-child(2),.price-grid:nth-child(3) {
		margin-bottom: 1.5em;
	}
	.copy p {
		font-size: 13px;
	}
}
@media(max-width:480px){
	.contact-bnr-w3-agile ul li {
		padding: 10px 20px;
	}
	.navbar-toggle .icon-bar {
		width: 19px;
	}
	.navbar-default .navbar-toggle {
		margin-top: 28px;
		padding: 7px 8px;
	}
	.agileits-banner-info h4 {
		font-size: 1.5em;
		letter-spacing: 10px;
	}
	.agileits-banner-info p {
		margin: .5em auto;
		letter-spacing: 4px;
	}
	.agileits-banner-info {
		padding: 2em 0em;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 250px;
	}
    .cbp-ig-grid .cbp-ig-title {
		font-size: .7em;
		letter-spacing: 2px;
        line-height: normal;
	}
    .cbp-ig-grid .cbp-ig-category {
		font-size: .7em;
	}
	.advantage-block p {
		font-size: 14px;
		line-height: 30px;
	}
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
		min-height: 360px;
		width: 83%;
		margin: 0 auto;
		float: none;
	}
	.team-Info-agileits {
		padding: 1.5em 0 0 1.9em;
		width: 100%;
		float: none;
	}
	.team-Info-agileits p {
		font-size: 14px;
	}
	.team-Info-agileits span {
		font-size: 11px;
	}
	.team-Info-agileits h4 {
		font-size: 19px;
	}
	.priceing-table-main {
		width: 61%;
	}
	.price-gd-top h4 {
		font-size: 1.1em;
	}
	.price-selet h3 {
		font-size: 1.3em;
        margin-left: 5%;
	}
	.price-selet a {
		padding: 0.2em 1.5em;
	}
	section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone {
		height: 30px;
	}
	section.contact-w3ls button.btn.btn-primary {
		padding: 5px 20px;
	}
	section.contact-w3ls label.contact-p1 {
		font-size: 14px;
		padding-bottom: 2px;
	}
	.contact-w3-agile1 {
		width: 100%;
	}
	.copy p {
		font-size: 13px;
		line-height: 29px;
		padding: 10px 20px;
	}
}
@media(max-width:414px){
	.contact-bnr-w3-agile ul li {
		padding: 10px 9px;
	}
	.agileits-banner-info p {
		letter-spacing: 3px;
	}
	.agileits-banner-info {
		padding: 1.8em 0em;
	}
	.advantage-block {
		padding: 1.5em .8em;
	}
    .cbp-ig-grid .cbp-ig-category {
		font-size: .6em;
	}
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
		min-height: 355px;
		width: 100%;
	}
	.team-Info-agileits {
		padding: 1.5em 0 0 0em;
	}
	.priceing-table-main {
		width: 72%;
	}
    #habitaciones h2 {
        font-size: 1em;
    }
	.copy p {
		padding: 10px 21px;
	}
	.contact-bnr-w3-agile ul li {
		width: 100%;
		float: none;
		text-align: center;
	}
	.contact-bnr-w3-agile {
		float: none;
	}
	.contact-bnr-w3-agile ul li {
		padding: 7px 0px;
	}
	.textbox h4 {
		font-size: .9em;
	}
}
@media(max-width:384px){
	.agileits-banner-info h3 {
		letter-spacing: 5px;
	}
	.agileits-banner-info p {
		letter-spacing: 2px;
	}
	.callbacks_tabs li {
		margin: 0px 4px;
	}
	.advantage-block p {
		line-height: 28px;
	}
	.priceing-table-main {
		width: 78%;
	}
	.advantage-block h4 {
		font-size: 16px;
	}
}
@media(max-width:375px){
	.priceing-table-main {
		width: 80%;
	}
	.advantage-block {
		padding: 1.2em .8em;
	}
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
		min-height: 290px;
	}
}
@media(max-width:320px){
	.agileits-banner-info h4 {
		font-size: 1.3em;
		letter-spacing: 8px;
	}
	.agileits-banner-info h3 {
		letter-spacing: 3px;
		font-size: 12px;
	}
	.agileits-banner-info p {
		letter-spacing: 0.4px;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 230px;
	}
	.advantage-block p {
		padding-left: 0.5em;
	}
	.advantage-grid {
		width: 95%;
	}
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
		min-height: 245px;
	}
	.resp-tab-content {
		padding: 20px;
	}
	.priceing-table-main {
		width: 90%;
	}
	.price-gd-top h4 {
		font-size: 1.05em;
	}
	h3.title-w3-agileits {
		font-size: 1.8em;
		line-height: 33px;
	}
	section.contact-w3ls h4 {
		font-size: 21px;
	}
	section.contact-w3ls .contact-agileits, .contact-w3-agile1 {
		padding: 15px 17px;
	}
	.gallery-grid {
		padding: 0;
		float: left;
		width: 100%;
	}
}
/*--responsive--*/
