@import  url('https://fonts.googleapis.com/css?family=Passion+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
a {
  text-decoration: none;
  color: #FF5500;
}

a:hover {
  text-decoration: none;
  color: #76B52C;
}

.blue {
	color: #09F;
}

.green {
	color: #0A0;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666; 
}

.heading-section {
  text-align: center;
  padding: 80px 0 50px 0;
}
.text-right {text-align: right; float: right;}
.text-left {text-align: left; float: left;}
img.borderleft{padding:2px;margin:2px 13px 2px 0;}
img.borderleft{border:1px solid #d2d2d2;background:#d2d2d2;}

img.borderrig{padding:2px;margin: 0 0 3px 13px;}
img.borderrig{border:1px solid #d2d2d2;background:#d2d2d2;}

.heading-section h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
.heading-section ul,li {
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  color: #333;
  text-align: justify;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


.space30 {
	margin-bottom: 30px;
}

.space50 {
	margin-bottom: 50px;
}


/*-- Header --*/
#top-header {
  background-color: #000000;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 2px solid #DC4B1E; 
  font-size: 16px;
  vertical-align: middle;
  padding: 0 30px 0  30px;
  height: 80px; 
}

.HOME-account a {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.cart-info {
  text-align: right;
  padding: 8px 0;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.main-header{
width: 100%;
height: 80px;
}
.wrapper{ height:100%; width:100%; padding-top:0px;}
.fixed{position:fixed; top:0; z-index: 100;display: block; width: 100%;margin-top: 0;}

.logo {
  padding: 20px 20px 0 10px;
   z-index: 99;
}
.idioma{float: right;display:block;vertical-align:middle;color: #000000;padding-right: 40px;}
.idioma select{color:#000000; border-radius: 4px; border: 0px;  cursor: pointer; background: #AACF9E; padding: 3px;}

.idiomamovil{
	display: none;
	color:#ffffff; border-radius: 4px; border: 0px;  cursor: pointer; background: #0BA00B; padding: 3px;font-size: 10px; text-align: right;
	margin-top: 10px;
}
#movilidioma {display: none;text-align: center;}
.callusmovil{display: none;}
.contacmovil{display: none;background: #000000;}
.contacmovila{text-decoration: none; color: #ffffff;background: #DD290B;font-size: 9px; float: right;}
.contacmovila:hover{color: #000000;}
.callusmovilsp{display: none;}
.main-menu ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.main-menu li {
  list-style: none;
  display: inline-block;
    padding: 40px 0;
}

.main-menu a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #444;
  text-transform: uppercase;
  margin-right: 35px;
}

.main-menu a:hover {
  color: #f78e21;
}

.trivi{text-align:right;margin-top: 0;}
.search-box {
  font:bold 20px 'Open Sans',Arial,cursive;
  float: right;	
  text-align: right;
  margin-top: 0;
  position: relative;
  padding-right: 0;
  height: 80px;
  line-height: 25px;   
  color: #ED2224;  
  margin-top: 33px;
  left: 80px;
}
.whatssap{
	text-align: right;
	width: 247px;
	line-height: 0;	
    display: block;
    vertical-align: top;
    white-space: normal;
}
.middle{top:25px;vertical-align: middle;}

.movilimage{display: none;}
/*-- End Header --*/




/*-- Heading --*/

#heading {
  background-image: url(../images/bg-image.jpg);
  height: 140px;
  margin-top: 45px;
}

#heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

#heading span {
  color: #fff;
  text-transform: uppercase;
}

.heading-content {
  text-align: center;
  margin-top: 35px;
}

/*-- End Heading --*/




/*-- Timeline --*/

.timeline-thumb {
  position: relative;
  text-align: center;
  border-bottom: 3px solid #dbdbdb;
}

.timeline-thumb:hover {
  border-color: #f78e21;
}

.timeline-thumb .thumb img {
  width: 100%;
  overflow: hidden;
}
.timeline-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.timeline-thumb:hover .overlay {
 visibility: visible;
 overflow: hidden;
 opacity: 1;
 cursor: pointer;
}

.timeline-caption h4 {
  padding-top: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px 0;
}

.timeline-caption p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #f78e21;
}

/*-- End Timeline --*/




/*-- Our Team --*/

.team-thumb {
  position: relative;
  text-align: center;
}

.team-thumb .author img {
  width: 100%;
}

.team-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team-thumb:hover .overlay {
 visibility: visible;
 opacity: 1;
 cursor: pointer;
}

.author-caption ul {
  padding: 0;
  margin: 0;
}

.author-caption li {
  list-style: none;
  display: inline-block;
  margin-top: 40%;
}

.author-caption a {
  display: inline-block;
  background-color: rgba(250,250,250, 0.4);
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
}

.author-caption a:hover {
  background-color: #f78e21;
  color: #fff;
}

.author-details {
  margin-top: 15px;
  text-align: center;
}

.author-details h2 {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.author-details span {
  color: #f78e21;
  text-transform: uppercase;
}

/*-- End Our Team --*/




/*-- Products --*/

#product-heading {
  text-align: center;
  padding: 50px 0 30px 0;
}

#product-heading h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

#Container {
  margin-top: 10px;
}

#Container .mix {
  display: none;
}

.portfolio-wrapper {
  overflow: hidden;
  padding-top: 10px;
}


#filters,#filtersub {
  text-align: center;
}

#filters ul,#filtersub ul{
  margin: 0px;
  padding: 0px;
}

#filters li {
  cursor: pointer;
  list-style: none;
  display: inline-block;
}

#filters span {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #444;
  padding-left: 15px;
}


#filters span:hover {
  color: #f78e21;
  transition: all 0.3s ease-in;
}

ul#filters ul {
 display: none;
 position: absolute;
 top: 20px;
 background: #fff;
 color: #fff;
 padding: 5px 5px 5px 5px;
 margin: 0;
 }
ul#filters ul li a:hover{
 color: #aaa073;
 cursor:pointer;
} 
ul#filters li:hover ul,ul#filters ul li:hover ul,ul#filters ul ul li:hover ul,ul#filters li.iehover ul,ul#filters ul li.iehover ul,ul#filters ul ul li.iehover ul {
 display: block;
 cursor:pointer;
}

.label-text a {
  color: #333;
}

.label-text a:hover {
  color: #f78e21;
}

.label-text h3 {
  margin: 10px 0 2px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.label-text span {
  color: #777;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  display: block;
  color: #f78e21
}
.label-text span.dias {
  color: #76B54B;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: block;  
}
.label-text span.datos {
  color: #76B54B;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: block;  
  font-size: 11px;
  text-align: justify;
}
.portfolio-thumb img {
  width: 100%;
}

.portfolio-thumb {
  position: relative;
}

.hover-iner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hover-iner a {
  position: absolute;
  top: 35%;
  left: 43%;
  margin-left: -18px;
  margin-top: -18px;
  background-color: rgba(0,0,0, 0.1);
  border: 1px solid #f78e21;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
}

.hover-iner img {
  width: auto;
}

.hover-iner span {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  margin-top: 190px;
  text-align: center;
  font-size: 13px;
  width: 100%;
  color: #f78e21;
  font-weight: 300;
}

.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-wrapper:hover .portfolio-thumb .hover {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.pagination {
  margin-top: 60px;
}

.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination li {
  list-style: none;
  display: inline-block;
}

.pagination a {
  background-color: #444;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
}

.pagination a:hover {
  background-color: #f78e21;
}

/*- End Products --*/


/*-- Single Post --*/

.image-post {
  overflow: hidden;
}
/*detalle paquetes*/
.detalle-package h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin-right: 20px;  
  padding-left: 10px;
  background-color: #76B54B;
  width: 12%;
  line-height: 30px;
}

.detalle-package span {
  display: inline-block;
  font-size: 13px;
  color: #f78e21;
} 

.product-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

.product-title span {
  display: inline-block;
  font-size: 13px;
  color: #f78e21;
} 

.product-content a {
  font-weight: 700;
  font-size: 13px;
}

.product-content p {
  margin-top: 5px;
  padding-bottom: 15px;
}

.comment-section h4 {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

.all-comments {
  margin-top: 40px;
  margin-bottom: 40px;
}

.comments {
  margin-top: 30px;
}

.author-thumb {
  float: left;
  margin-right: 30px;
}

.comment-body {
  background-color: #ffffff;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.comment-body h6 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0px;
}

.comment-body span {
  font-size: 14px;
  color: #f78e21;
}

.comment-body p {
  margin-top: 20px;
}

.comment-body a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #f78e21;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.replyed-form {
  margin-left: 130px;
}

.leave-comment h4 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
}

input, textarea {
  padding: 10px;
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-top: 25px;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  color: #aaa;
  outline: none; 
}

textarea {
  height: 165px;
  max-height: 180px;
  max-width: 770px;
  line-height: 18px;
  width: 100%
}

.form label {
  margin-left: 10px;
  color: #999999;
}
.button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  
  text-align: center;
  background-color: #f78e21; 
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
}
.send button {
  width: 90px;
  color: #fff;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: none;
}

.leave input {
  width: 90px;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background-color: #f78e21; 
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}

/*-- End Single Post --*/




/*-- Contact Us --*/

.message-form input {
  margin-top: 0px;
}

.message-form  textarea {
  padding-bottom: 20px;
}

.send {
  margin-top: 20px;
}

.info p {
  padding-bottom: 20px;
}

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

.info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}

.info i {
  color: #f78e21;
  margin-right: 10px;
  font-size: 18px;
}

/*-- End Contact Us--*/




/*-- Side Bar --*/

.side-bar h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #f78e21;
  margin-top: 0px;
  padding: 9px 15px 9px 15px;
}

.archives-list ul {
  margin-top: 25px !important;
  padding-bottom: 30px !important;
  margin: 0;
  padding: 0;
}

.archives-list li {
  list-style: none;
  margin: 10px 0;
}

.archives-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #f78e21;
}

.archives-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
}

.archives-list a:hover {
  color: #f78e21;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 20px !important; 
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.posts {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.flickr-images {
  margin-top: 20px;
}

.flickr-images img {
  margin-top: 20px;
  overflow: hidden !important;
  width: 68px;
}

.flickr-images img:hover {
  border: 3px solid #f78e21;
  transition: all 0.1s ease-in;
  cursor: pointer;
}

/*-- End Side Bar --*/





/*-- Slider --*/

#slider {
  overflow: hidden;
  margin-top: 85px;
  position: relative;
}

.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 160px;
  color: #fff;
  font-family: 'Passion One', cursive;
}

.slider-caption h1 {
  font-family:'Passion One', cursive;
  font-size: 60px;
  padding-bottom: 10px;
  font-weight: bolder;
  color: #ffffff;
  text-transform: uppercase;
}


.slider-caption p {
  font-family:'Roboto', sans-serif;
  font-size:20px;
  color: #ffffff;
  line-height: 15px;
  background-color:rgba(0, 0, 0, 0.5);
  width: 70%; 
  text-align: center;
  padding: 20px 0 20px 0;
  display: inline-block;
  font-weight: bold;
}

.slider-caption a {
	font-family:'Roboto', sans-serif;	
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #f78e21;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight:bold;
}

/*-- End Slider --*/





/*-- Services --*/

.service-item {
  text-align: center;
}

.icon i {
  border-radius: 50%;
  border: 20px solid #f78e21;
  color: #f78e21;
  font-size: 28px;
  line-height: 80px;
  width: 120px;
  height: 120px;
}

.service-item h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-top: 25px;
}

/*-- End Services --*/





/*-- Latest Posts --*/

.blog-post {
  position: relative;
  margin-bottom: 30px;
}

.blog-thumb {
  overflow: hidden;
  position: relative;
}

.blog-thumb img {
  width: 100%;
}

.blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px;
}

.content-show a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.content-show span {
  color: #f78e21;
}

 #precio {
  color: #76B54B;
  font-weight: bold;
  float: right;
}
.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

/*-- End Latest Posts --*/





/*-- Testimonails --*/

.testimonails-content p {
  text-align: center;
  font-size: 15px;
  color: #333;
  font-style: italic;
}

.testimonails-content h6 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}

/*-- End Testimonails --*/





/*--Footer--*/

footer {
  background-color: #FFFFFF;
  margin-top: 120px;
}

.social-bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}

.social-bottom span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.social-bottom ul {
  margin: 0;
  padding: 0;
}

.social-bottom li {
  list-style: none;
  display: inline-block;
}

.social-bottom a {
  background-color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #bbb;
}

.social-bottom a:hover {
  background-color: #f78e21;
  color: #fff;
}

.subscribe-form {
  margin-top: 40px;
  padding-bottom: 40px;
}

.subscribe-form span {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left;
  margin-right: 26px;
}

.subscribeForm {
  position: relative;
  display: inline-block;
}

.subscribe-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url(../images/subscribe-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: transparent;
  content: '';
  margin-top: 0;
  border: 0;
}

.subscribe-form input#subscribe {
  padding: 4px 10px 4px 10px;
  line-height: 34px;
  height: 34px;
  max-width: 280px;
  width: 280px;
  margin-top: 0px;
  outline: 0;
  border-color: #f3f3f3;
}

.footer-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #000000; 
  padding-top: 40px;
  text-align: justify;
}
.top-footer{padding:0 50px 50px 50px;}
.menu-footer{
	background: #000000;
	color: #ffffff;
  	margin-top: 150px;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 16px;
  	padding: 20px 0 20px 80px;
	
}
.menu-footer a{text-decoration: none;color:#ffffff;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 16px;
  	font-weight: bold; 
  	padding-right: 50px;  	
  	text-transform: uppercase;
	}
.menu-footer a:hover{text-decoration: none;color:#F12325;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 16px;
  	font-weight: bold; 
  	padding-right: 50px;  	
  	text-transform: uppercase;
	}	
	
.bottom-footer{width: 92%; text-align: left; margin-left: 70px; 
display: inline-block;
  	text-transform: uppercase;
	  color:#000000;
	  font-weight: 700; 
	  font-style: italic;
}	
.bottom-footer h2{color:#000000;font-family: 'Open Sans', sans-serif;
  	font-size: 16px;
  	font-weight: bold;}
.copy-footer{color:#000000;font-family: 'Open Sans', sans-serif;font-size: 14px;padding: 50px;}

.menu-footermovil{display: none; background: #000000;
text-transform: uppercase;
	color: #ffffff;
  	margin-top: 20px;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 14px;
  	padding: 20px 0 20px 20px;}
.menu-footermovil a {color:#ffffff;}  	
.menu-footermovil a:hover{color:#F12325;}  	
.shop-list ul {
  margin: 0;
  padding: 0;
}

.shop-list li {
  list-style: none;
  margin: 10px 0;
}

.shop-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #f78e21;
}

.shop-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
}

.shop-list a:hover {
  color: #f78e21;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.recent-post-info a {
  color: #333;
}

.recent-post-info a:hover {
  color: #f78e21;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #f78e21;
}

.more-info p {
  padding-bottom: 20px;
}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}

.more-info i {
  color: #f78e21;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
  text-align: left;
  padding: 60px 0 15px 0;
}

/*-- End Footer --*/


/*tablas**/
 table { 
	width: 750px; 
	border-collapse: collapse; 
	margin:50px auto;
	}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
	}

th.hotel { 
	background: #76B54B; 
	color: white; 
	font-weight: bold; 
	}
th.precio { 
	background: #E36300; 
	color: white; 
	font-weight: bold; 
	font-size: 13px;
	}
td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 12px;
	}
th.inicial { 
	background: #76B54B; 
	color: white; 
	font-weight: bold; 
	}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
		font-size: 12px;
	}
	#top-header,.main-header{display:none;height:0px;}  
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	}

}





/*--- RESPONSIVE ---*/


@media screen and (min-width: 768px) and (max-width: 1030px) {
	

.logo { display: block; padding: 20px 0 20px 0px;float:  left;width: 150px;}
.search-box {
  font:bold 18px 'Open Sans',Arial,cursive;
  float: right;	
  text-align: right;
  margin-top: 33px;
  position: relative;
  padding: 10px;
  height: 70px;
  line-height: 20px;   
  color: #ED2224; 
  
}
#top-header,.main-header{font-size: 13px;}  
.trivi{text-align:right;float: right;z-index: 98;}
 
.whatssap{	width: 210px;	}
.col-md-3{width: 50%;} 
.col-md-3l{width: 50%;margin-left: auto;} 
.idiomamovil{display:none;}	


.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 8%;
  font-family: 'Open Sans', sans-serif;

}
  .about{padding: 40px 10px 0 10px;}
  
  .slider-caption h1{
    display: block;
    font-size: 30px;
  }
  .slider-caption p{
    display: none;
  }
.slider-caption a {
  margin-top: 5px;
  text-decoration: none;
  display: inline-block;
  background-color: #f78e21;
  width: 150px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
}
@media screen and (max-width: 990px) {

  .HOME-account {
    text-align: center;
    display: block;
  }
.search-box { 
    display: block;
    float: right;  
    font-size: 13px;
    text-align: right; 
	line-height: 15px;  
	padding-right: 20px; 
  } 
.trivi{text-align:center;position: relative;}  
  
  .whatssap{
	width: 25px;
	}
  .cart-info {
    text-align: center;
    display: block;
  }


  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: left;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }
  
   
}
@media screen and (min-width: 567px) and (max-width: 800px)  {
  .search-box { 
    display: block;
    float: right;  
    font-size: 13px;
    text-align: right; 
	line-height: 15px;  
	padding-right: 20px; 
	padding-top: 10px;
	
  } 
.trivi{text-align:center;position: relative;width: 50px;}  
  .whatssap img{
	width: 25px;
	}
	.whatssap{width: 180px;}
 .col-md-3l{margin-left: 40%;} 
 .content-show span{float: left;}
 #precio{float: right;} 
.logo img{width: 140px;top: 0;}  
.trivi{display: none;}

.hornav{height: 40px;background: #000000;}
.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 50px;
  font-family: 'Open Sans', sans-serif;
} 
#top-header{font-size: 10px;}
  .about{padding: 40px 10px 0 10px;}
  .slider-caption h1{
    display: block;
    font-size: 30px;
  }
  .slider-caption p{
    display: none;
  }
.slider-caption a {
  margin-top: 25px;
  text-decoration: none;
  display: inline-block;
  background-color: #f78e21;
  width: 150px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
  .content-hide p {
    margin-top: 15px;
    float: left;
  }
.detalle-package h3 {
  width: 100%;
}
  .comment-body {
 	width: 100%;
 }
}

@media screen and (max-width: 568px) {

  .HOME-account {
    text-align: center;
    display: block;
  }

  .cart-info {
    text-align: center;
    display: block;
  }
.bottom-footer{width: 100%; text-align: left;margin-left: 0;  }
.menu-footer{ 
  	font-size: 8px; 
}
 
  .about{padding: 40px 10px 0 10px;}
  .search-box { 
    display: block;
    float: right; 
    margin-bottom: 20px;
    font-size: 12px;
    padding-right: 20px;
    line-height: 20px;    
  }
  .trivi{text-align:center;position: relative;}  
  .whatssap{
	width: 25px;
	}
  .content-hide p {
    display: none;
  }
 
.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 2%;
  font-family: 'Open Sans', sans-serif;
}
  .slider-caption h1{
    display: block;
    font-size: 20px;
  }
  .slider-caption p{
    display: none;
  }
.slider-caption a { 
  text-decoration: none;
  display: inline-block;
  background-color: #f78e21;
  width: 100px;
  height: 15px;
  text-align: center;
  color: #fff;
  line-height: 14px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  margin-top: 2%;
}
 .heading-content h2 { 
  display: block;
  font-size: 10px;
}
.heading-content span {
  font-size:10px;
}
.detalle-package h3 {
  width: 100%;
}
.detalle-package span {
  display: block;
  width: 100%;
}
.product-content img{
  display: block;
  width: 100%;
}
.product-content,.product-content p{
  display: block;
  width: 98%;
}

  .service-item {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: 60px;
  }

  .bottom-footer {
    text-align: left;
  }

  .timeline-thumb{
    margin-top: 30px;
    border-bottom: none;
  }

  .team-thumb {
    margin-top: 30px;
  }

  .side-bar {
    margin-top: 100px;
  }

  .side-bar h4 {
    width: 100%;
  }

  .send-message input {
    margin-top: 20px;
  }

  .info {
    margin-top: 60px;
    text-align: center;
  }

  

  .main-menu li {
    display: block;
    margin-top: -60px;
    margin-right: -35px;
  }

  #heading-section img {
    display: none;
  }

  .divide-line img {
    display: none;
  }

  .top-footer {
    display: none;
  }
 .author-thumb {
  width: 100%;
  float: left; 
 }
 .comment-body {
 	width: 100%;
 	float: left; 
 }
 .noimagen{
 height: 10px;
}
}

@media screen and (max-width: 1000px) {

  .slider-caption h1{
    display: block;    
  }
  .slider-caption p{
    display: none;
  } 
}

@media screen and (max-width: 600px) {

  .heading-section img {
    display: none;
  }	
  
  body {
    overflow-x: hidden;
  } 
.content-show span{float: left;}
 .logo,.trivi {display: none;}
.idioma {display:none;}
.idiomamovil{display:block;float: right;} 
.contacmovil{display: block;background: #000000;position: relative;} 
.movilimage{display:block; width: 100%;background: #ffffff;height:50px;position: relative;top: 40px;}
#movilidioma {display: block; background: #0BA00B; text-align: center; height: 30px;}
.callusmovil{display: block; text-align: center; color: #ffffff; font-size: 12px; position: absolute;margin-left: 25%; margin-top: 10px;}
.callusmovilsp{display: block; text-align: center; color: #ffffff; font-size: 12px; position: absolute;margin-left: 18%; margin-top: 10px;}

.imglogomovil{position: absolute;  width:100px ;}
.imgwhatsmovil{position:absolute ; float: right; margin-left: 80%;}
}

@media screen and (min-width: 995px) {

  .hover-iner span {
  margin-top: 160px;
  }
}  
@media screen and (max-width: 375px) {

  .whatssap{
	width: 25px;
	}

  body {
    overflow-x: hidden;
  }
 
.bottom-footer{width: 100%; text-align: left;margin-left: 0;}
.idioma {display:none;}
.idiomamovil{display:block; text-align: left;}
.main-header{display:none;}	
.movilimage{display:block; width: 100%; }
#movilidioma {display: none; background: #0BA00B; text-align: center; height: 30px;float: right;}
.callusmovil{display: block; text-align: center; color: #ffffff; font-size: 12px; z-index: 99;position: absolute;margin-left: 25%; margin-top: 10px;}
.callusmovilsp{display: block; text-align: center; color: #ffffff; font-size: 12px; z-index: 99;position: absolute;margin-left: 18%; margin-top: 10px;}
.contacmovil{display: block;background: #000000;} 
.imglogomovil{position: absolute; z-index: 3; width:100px ;}
.imgwhatsmovil{position:absolute ; z-index: 2; float: right; margin-left: 80%;}
footer {
  background-color: #FFFFFF;
  margin-top: 0px;
}
.top-footer{padding:0;}
.footer-title{display: block;}
.menu-footer{display: none;	}
.menu-footermovil{display: block;}
}

/*--- END RESPONSIVE ---*/