@font-face {
		font-family: "Lato-Bold";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/Lato-Bold.ttf") format("truetype");
	}

@font-face {
		font-family: "Lato-Regular";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/Lato-Regular.ttf") format("truetype");
	}

@font-face {
		font-family: "Lato-Light";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/Lato-Light.ttf") format("truetype");
	}

@font-face {
		font-family: "glyphicons-halflings-regular";
		font-style: normal;
		font-weight: normal ;
		src: url("../fonts/glyphicons-halflings-regular.ttf") format("truetype");
	}


html, button, input, select, textarea {
	color: #222;
	
}



/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

/*::-moz-selection {
 background: #f2c2c9;
 color: #a4003a;
 text-shadow: none;
}
::selection {
	background:  #16a085;
	color: #a4003a;
	text-shadow: none;
}*/

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 3px;
	margin: 1em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -moz-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -o-linear-gradient(left, #fff, #e6e6e6, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */

input[type="checkbox"], input[type="radio"], input[type="file"], input[type="button"], input[type="reset"], input[type="submit"] , select, img , button  {
	cursor:none;
}

.ui-jqgrid .ui-jqgrid-sortable {
  cursor: none;
}

textarea {
	resize: vertical;
}


label.label input[type="file"] {
position: absolute;
top: -1000px;
}

.label {
cursor:none;
background-color: transparent;
border-width: 1px;
color: #333;

padding: 7px 15px;
border-radius: 10px;

border-style: solid;
border-color: #313131;
font-family: "Lato", sans-serif;
font-size: 1.1em;
font-weight: 500;
letter-spacing: 1.6px;
line-height: 24px;	

background: linear-gradient(transparent, transparent 33%, #ccc 33%, #000);
background-size: 100% 300%;
/*trasition effect for background*/
transition: background 1s;	
	
	
}

.label:hover {
	background:none;
/*background: #5cbd95;*/
}

.label:active {
/*background: #9fa1a0;*/
}

.label:invalid + span {
color: #000000;
}

.label:valid + span {
color: #ffffff;
}

canvas {
 /* position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  max-height: 100vh;*/
	width:100%;
	object-fit: contain; 
	
}

.canva_animation {
	
	width: 600px;
	height: 600px;
	

}




/* ==========================================================================
   General styles
   ========================================================================== */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
	height: 100%;
	/*position: relative;*/
	/*scroll-behavior: smooth;*/
}

body {
  	font-family: Lato-Regular, Helvetica, Arial, sans-serif;	
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.4;
	color: #555;
	/*overflow: hidden;*/
	/*min-height: 100vh;*/
	background: rgb(252, 252, 252);
	cursor: none;
}


.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
	/*width: 960px;*/
	z-index: 2;
	position: relative;
	
}

.row {
	margin-right: 0px;
	margin-left: 0px;
	/*margin-left: -15px;*/
	padding: 3px;
	
	
}

/****** cursor *******/

#tri-container{
    position: fixed;
	top:0;
	left:0;	
	z-index: 0;
	height: 100vh;
}

#tri-container .container {
	position: fixed; 	
	overflow: hidden;	
	width:100%;
    top:0;
	left:0;	
}

#tri-container .container .row{
	position: relative;
	display: inline-flex;
	margin-top: -30px;
	margin-left: -12px;
	padding-top: 1px;
    padding-bottom: 0px;
    margin-bottom: 2px;
		
}

#tri-container .container .row:nth-child(even){
	position: relative;
	display: inline-flex;
	margin-top: -5px;
	margin-left: -50px;
	margin-bottom: 30px;
}

.tri{
	position: relative;
	height: 65px;
	width: 76px;
	margin-left: 0px;
}

.tri span{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

.tri span:nth-child(1){
	clip-path: polygon(0 1.5%, 0 96.9%, 47.4% 96.9%);
}

.tri span:nth-child(2){
	clip-path: polygon(2.6% 0, 50% 95.4%, 97.4% 0);
}

.tri span:nth-child(3){
	clip-path: polygon(100% 1.5%, 52.6% 96.9%, 100% 96.9%);
}

#cursor{
	position: fixed;
	top: 0;
	left: 0;
	width: 400px;
	height: 400px;
	background: rgb(244, 244, 244);
	border-radius: 50%;
	transform: translate(-50%,-50%);
	filter: blur(30px);
	z-index: -1;
	transition: 0.4s ease-out;
	pointer-events: none;
}

.inner-cursor{
    position: fixed;
    z-index: 100000;
    left: 0px;
    width: 22px;
    height: 20px;
    transform: translate(-50%, -50%);
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 19.06"><g id="Capa_2" data-name="Capa 2"><g id="Layer_1-2" data-name="Layer 1"><path d="m21.97.32l-10.79,18.62c-.05.1-.17.14-.27.09-.04-.02-.07-.05-.09-.09l-1.05-1.82L19.65,0h2.11c.12-.02.22.06.24.18,0,.05,0,.1-.03.14ZM5.07,9l3.96,6.85,5.19-8.99h-3.95l-1.24,2.14h1.46l-1.46,2.57-1.46-2.57,1.97-3.43h5.44l1.21-2.14h-7.91l-3.21,5.57ZM1.11,2.14h3.96l-1.98,3.42,1.24,2.14,3.22-5.56h9.39L18.17,0H.24C.13-.02.02.06,0,.18c0,.05,0,.1.03.14l1.08,1.82Z" style="fill: %23fff;"/></g></g></svg>');
    background-repeat: no-repeat;
    mix-blend-mode: difference;
    pointer-events: none;
    transition: width 0.5s, height 0.5s;
    margin-top: 10px;
    margin-left: 11px;
}

.inner-cursor.grow {
    width: 15px;
    height: 15px;
    background-color: #ff0000;
    mix-blend-mode: multiply;
    background-image: none;
    border-radius: 50%;
    margin-left: 0px;
    margin-top: 0px;
    transition: width 0.2s, height 0.2s;
}

a:hover{
    cursor: none;
}

.grey-link{
	
	color:#000;
	font-weight: 600;
}

/**********  navbar****************/


.navbar {
    margin-bottom: 0;
   /* border-bottom: 1px solid rgba(255,255,255,.2);*/
	
}

.navbar-brand {
    font-weight: 400;
}
.navbar-brand {
  height: 20px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1{
  color: #555;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-languajes  { 
    list-style: none;  
    margin-top: 15px;  
	/*float:  right; */
	margin-bottom: 0px;
	display:inline;
}

.navbar-languajes > li { 
   float: left;
   position: relative;  
   margin-left:15px;
}

.navbar-languajes   > li > a {
  color: #000;
  font-size: 1em;
}


.nav-button {
  background-color: transparent;
  border-width: 1px;
  color: #111;
 
  padding: 7px 19px;
  border-radius: 10px;

  border-style: solid;
  border-color: #111;
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 24px;	
 
  /*background: linear-gradient(transparent, transparent 33%, #ccc 33%, #000);*/
  background-size: 100% 300%;
  /*trasition effect for background*/
  transition: background 1s;
		
	
}


.nav-button:hover{
	/*color:#fff;*/
		
	cursor:none;
	/*background-position: 100% 100%;*/
}

.nav-button-i {
  background-color: transparent;
  border-width: 1px;
  color: #fff;
 
  padding: 7px 19px;
  border-radius: 10px;

  border-style: solid;
  border-color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 24px;	
 
 /* background: linear-gradient(transparent, transparent 33%, #aaa 33%, #fff);*/
  background-size: 100% 300%;
  /*trasition effect for background*/
  transition: background 1s;
		
	
}


.nav-button-i:hover{
	/*color:#000;*/
	
	/*background: linear-gradient( #ddd 0%, #ccc 20%, #aaa 48%, #000 100%);
	animation: moveToLeft 1s linear ;  
    animation-duration: 0.4s;	
	animation-fill-mode: forwards;*/
	
	cursor:none;
	/*background-position: 100% 100%;*/
}


/*
@keyframes moveToLeft {
      0% {
		background-position: 0% 25%;   
		
      }
	   25% {
		   background-position: 25% 50%;  
      }	
	  50% {   
		   background-position: 50% 75%; 
      }
	 75% {
		 background-position: 75% 100%; 
      }	
	    100% {
       background: #000;
      }
     
    }
*/

/*
.nav-button.login{
	background-color: #fff;
	margin-right: 5px;
}
*/

.nav.navbar-nav {
   /* background-color: rgba(255,255,255,.4);*/
   margin-right:30px;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    /*background-color: rgba(255,255,255, .4);*/
	 background-color: transparent;
}




.navbar-custom ul.nav li a {
	font-size: 1.1em;
	letter-spacing: 1.1px;
    color: #000;
/*	text-transform: uppercase;*/
	font-weight: 400;
	margin-inline-end: 25px;
	padding-bottom: 3px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 13px;
	/*line-height: 30px;*/
}

.navbar-custom.top-nav-collapse ul.nav li a {	
	color: #555;
}

/*.navbar-custom.top-nav-collapse ul.nav li a:focus,*/
.navbar-custom.top-nav-collapse ul.nav a:hover,
.navbar-custom.top-nav-collapse ul.nav li.active a  {      
	color: #000;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	/*border-bottom: 1px solid #f5f5f5;*/

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 5px 15px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	/*background: #fefefe;*/
	 background-color: transparent;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #555;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
 background-color: transparent;
  border-color: #337ab7;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

/*.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}*/

.navbar-custom ul.nav a:hover
{
    outline: 0;
  /*  background-color: rgba(243, 11, 29,0.30);*/
	 background-color: transparent;
	color: #000;
}


/*.navbar-custom ul.nav li a:focus,*/
.navbar-custom ul.nav li.active a {
    outline: 0;
   /* background-color: rgba(243, 11, 29, 1);*/
	background-color: transparent;
	color: #000;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ccc;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.link_menu {
	color:#000;
	
}

/****/

/*a,.tp-caption a.btn:hover {
	color: #555;
}*/

/*.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #555;
}*/


/************  end navbar  ***************/



/* ===========================
--- Intro
============================ */



.intro {
	width:100%;
	position:relative;
	
	/*background: url(../theme/images/plaza.jpg) no-repeat top center ;*/
	/*background-size: cover ;*/
}

#intro.intro {
	padding:0% 0 0 0;
	/*height: 1070.44px;*/
 	max-height: 800px;
	width: 100%;
	margin-top: -90px;
	overflow: hidden;
	transition: opacity 1s;	
    pointer-events: none;
}


.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none ;
	text-shadow: -1px 0 1px #000;
}


 .elementor-background-video-container {
  transition: opacity 1s;
  pointer-events: none;
}
 .elementor-background,  .elementor-background-holder,  .elementor-background-video-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr;
}

video {
  max-width: 100%;
  width: 100%;
  margin: 0;
 
  border: none;
}

.html5-video {
  -o-object-fit: cover;
  object-fit: cover;
}

 


.elementor-background-video,  .elementor-background-video-embed,  .elementor-background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.background-overlay {
 
 /* height: 1070.44px;	*/
  height: 99%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000000 0%, #000000 100%);
  opacity: 0.3;
  mix-blend-mode: darken;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.background-overlay,  .elementor-background-slideshow {
 padding:0% 0 0 0;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}


/* ===========================
---  end Intro
============================ */

.title-xxl {
	font-family: "Lato-Bold",  sans-serif;	
	font-size: 3.6em;	
	color: #000;
	/*font-size: 54px;*/
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.1em;
}

.title-xl {
	font-family: "Lato-Bold",  sans-serif;	
	font-size: 3em;	
	color: rgb(84, 89, 95);	
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 24px;
}


.title-xl-b {
	font-family: "Lato-Bold",  sans-serif;	
	font-size: 3em;	
	color: rgb(84, 89, 95);	
	font-weight: 600;
	letter-spacing: 1.5px;
	line-height: 24px;
}

.title-l {
	font-family: "Lato-Bold",  sans-serif;	
	font-size: 2em;	
	color: rgb(84, 89, 95);	
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 24px;
}

.title-l-f {
	font-family: "Lato-Bold",  sans-serif;	
	font-size: 24px;	
	color: rgb(84, 89, 95);	
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 24px;
}


.title-m {	
	font-family: "Lato-Bold",  sans-serif;	
	font-size: 1.5em;	
	color: rgb(84, 89, 95);	
	font-weight: 500;
}

.title-m-f {	
	font-family: "Lato-Bold",  sans-serif;	
	font-size: 18px;	
	color: rgb(84, 89, 95);	
	font-weight: 500;
}

.title-ms {	
	font-family: "Lato-Bold",  sans-serif;	
	font-size: 1.2em;	
	font-weight: 500;
	/*text-shadow:
    1px 1px 2px black,
    0 0 1em black,
    0 0 0.2em black;
    color: #a97e63;*/
}

.title-ms-f {	
	font-family: "Lato-Bold",  sans-serif;	
	font-size: 16px;	
	font-weight: 500;
	/*text-shadow:
    1px 1px 2px black,
    0 0 1em black,
    0 0 0.2em black;
    color: #a97e63;*/
}


.title-s {	
	font-family: "Lato-Bold",  sans-serif;	
	font-size: 1em;	
	color: rgb(84, 89, 95);
	font-weight: 500;
}

.title-s-f {	
	font-family: "Lato-Bold",  sans-serif;	
	font-size: 14px;	
	color: rgb(84, 89, 95);
	font-weight: 500;
}

.title-s-r {
	font-family: "Lato-Regular",  sans-serif;	
	font-size: 1em;	
	color: #000;	
	font-weight: 500;
	letter-spacing: 1.8px;
	line-height: 24px;
}


.text-m {
	font-family: "Lato-Regular",  sans-serif;	
	font-size: 1.1em;
	color: rgb(51, 51, 51);
	font-weight: 400;
	letter-spacing: 1.1px;
	line-height: 27px;
	margin-block-end: 22px;
	margin-block-start: 0px;
	margin-bottom: 22px;
	text-align: justify;
}

.text-m-i {
	font-family: "Lato-Light",  sans-serif;	
	font-size: 1.5em;	
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 30px;
	margin-block-end: 22px;
	margin-block-start: 0px;
	margin-bottom: 22px;	
	font-style: italic;	
    color: rgb(51, 51, 51);
		
}


.text-s {
	font-family: "Lato-Regular",  sans-serif;	
	font-size: 1em;
	color: rgb(51, 51, 51);
	font-weight: 400;	
	letter-spacing: 0.4px;
	line-height: 24px;
	margin-block-end: 22px;
	margin-block-start: 0px;
	margin-bottom: 22px;
	text-align: justify;
}

.text-s-f {
	font-family: "Lato-Regular",  sans-serif;	
	font-size: 14px;
	color: rgb(51, 51, 51);
	font-weight: 400;	
	letter-spacing: 0.4px;
	line-height: 24px;
	margin-block-end: 22px;
	margin-block-start: 0px;
	margin-bottom: 22px;
	text-align: justify;
}

.text-xs {
	font-family: "Lato-Regular",  sans-serif;	
	font-size: 0.9em;
	color: rgb(51, 51, 51);
	font-weight: 400;	
	letter-spacing: 0.4px;
	line-height: 24px;
	margin-block-end: 22px;
	margin-block-start: 0px;
	margin-bottom: 22px;
	text-align: justify;
}

.text-xs-f {
	font-family: "Lato-Regular",  sans-serif;	
	font-size: 13px;
	color: rgb(51, 51, 51);
	font-weight: 400;	
	letter-spacing: 0.4px;
	line-height: 24px;
	margin-block-end: 22px;
	margin-block-start: 0px;
	margin-bottom: 22px;
	text-align: justify;
}


/************  Cards ************/

.card {
	font-family: "Lato-Regular",  sans-serif;	
	width: 600px;
	color: rgb(51, 51, 51);
	/*background-color: #ddd;*/
/*	border: 1px solid #ddd;*/
	margin: 20px;
	border-radius: 20px;

}

.card-fixed {
	font-family: "Lato-Regular",  sans-serif;	
	width: 600px;
	color: rgb(51, 51, 51);
	margin: 20px ;
	padding: 0px;
	height: 100px;
}

.js-card-fixed {		
	padding: 13px 50px;
}


.card-header{
	padding: 20px 20px 10px 20px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	font-weight: 700;
	font-size: 1.5em;

}

.card-body{
	font-family: "Lato-Light",  sans-serif;		
	padding: 20px 60px 10px 60px;
	height: 120px;
	text-align: center;
	bakcground-color: transparent;
	font-weight: 300;
	font-size: 1.5em;
} 


.stack-cards {
  --stack-cards-gap: 70px;
  --stack-cards-over-size: 70px;
}


/***** lottie ******/

#lottie-conteiner{
	margin-top:95px;
	
}

.lottie-text{
	margin-top:20px;		
}

/***** design ******/

.design-text{
	margin-top:40px;		
}



/******* Zoom ********/


.hero-section {
  width: 100%;
  height: 70rem;
  overflow: hidden;
  position: relative;
}

.hero-section img {
  max-width: 1900px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  transition: 0.4s ease-out;
}






/************  FAQs ************/

#faq-conteiner{
	margin-top:10px; 
	margin-bottom:60px;		
}

.accordion-group{
  padding: 15px 30px; 

}

.panel-default > .panel-heading {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 24px
}

.panel-default {	
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: rgb(235, 235, 235) ;
    border-left-color: transparent ;
}


.panel-title{		
	padding: 7px 10px 15px 20px;

}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: transparent;
}

.collapsing {
    transition: height 1s;
}

/*
[role="button"] {
  cursor: none;
}
*/

/************  end FAQs ************/


#map {
  width: 100%;
  height:600px;
}


p {
	line-height: 1.4;
	/*margin-bottom: 20px;*/
}



/* Links */
a {
	color: #555;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
	color: #999;
	text-decoration:  none;
	outline: 0;
}

a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}


.table-responsive td,th {
  padding: 2px 5px;
}



.filter-style { 	
	
	background-color: #fff;  
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #666666;
    height: 30px;
}

/******Fade in *****/

.fade-in{
  position: relative;
  transform: translateY(70px);
  opacity: 0;
  transition: 1.5s all ease;
}

.fade-in.active{
  transform: translateY(0);
  opacity: 1;
}


/******end Fade in *****/

/*********slider***********/

.slider-area{
	/*margin-top: 100px;*/
	margin-top: 0px;
	position: relative;
	/*max-height: 800px;*/
	
} 

#bg-slider .item img{
	width: 100%;
	/*height: 630px*/
}

/*.slider .owl-theme .owl-controls {
  margin-top: 20px;
  position: relative;
  text-align: center;
}


.slider .owl-pagination {
  bottom: 280px;
  position: absolute;
  right: 10px;
  width: 40px;
}*/


/************  Club ************/
.back_club{
	 margin-top: 20px;
	 background: url("../theme/images/header_my_settings.jpg") no-repeat center top;
	 position: relative;
	/* background-size: 100%;  */
	 padding-top:120px;
	 min-height:1000px;
}



/********Setting**********/
.setting-title {
	font-size:13px;
	color: #000;
	font-weight: 600;
}

.setting-value {
	font-size:13px;
	color: #111;
}

.setting-title-1 {
	font-size:13px;
	color: #000;
	font-weight: 600;
}

.setting-value-1{
	font-size:13px;
	color: #111;
}

.setting-value-2{
	font-size:12px;
	color: #111;
}

.setting_author{
	font-size:12px;
	color: #111;
	/*font-weight: 600;*/
}

.setting_date{
	font-size:12px;
	color: #555;
	
}

.setting_date_min{
	font-size:12px;
	color: #555;
}


/*********** Blog **************/


.post-align-img-img{
  display: flex;
  justify-content: right;
  align-items: right;
	
}

.post-align-text{
  display: flex;
  justify-content: left;
  align-items: left;
	
}

.post-top{		
	margin-top: 15px;
}

.post-title {
	font-size:0.8em;
	color: #555;
	font-weight: 600;
}

.post-value {
	font-size:0.8em;
	color: #fff;
}

.post_author{
	font-size:1em;
	color: #fff;
	/*font-weight: 600;*/
}

.post_date{
	font-size:0.8em;
	color: #fff;
	
}

.post_date_min{
	font-size:0.7em;
	color: #fff;
}

.comment-avatar {
	width: 50px;
	height: 50px;
	border: 1px solid #e1e1e1;
	padding: 5px;
	border-radius: 50%;
}

.comment-sub {
	padding-left: 40px !important;
}

.comment-text {	
	font-size: 0.85em;
	color: #fff;
}

.comment-list li {
	margin: 0px 0px 5px;
	display: inline-block;
	width: 100%;
}

.comment-meta {
	margin-left: 75px;
	margin-bottom: 5px;
	/*font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;*/
	font-size:0.9em;
}

.comment-list li p {
	margin-left: 75px;
	line-height: 21px;
}

.comment-meta li a {
}

.comment-meta em {
	font-style: normal;
	margin-left: 6px;
}

.reply {
	/*float: right;*/
	font-size: .8em;
	padding: 4px 9px !important;
	/*border: 1px solid #ccc;*/
	margin-left: 75px;
}

.reply:hover {
	background: transparent !important;
	color: #000 !important;
	/*border: 1px solid #000;*/
	
}



.no-margin-top {
	margin-top: 0px !important;
}


#blog-slider .owl-prev {
	background: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #000;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -22px;
	border-radius: 0px;
	transition: .4s;
}

#blog-slider .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 35px;
	color: #000;
	line-height: 60px;
	transition: .4s;
}

#blog-slider .owl-next {
	background: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -22px;
	border-radius: 0px;
	transition: .4s;
}

#blog-slider .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 35px;
	color: #000;
	line-height: 60px;
	transition: .4s;
}

#blog-slider .owl-prev:hover {
	background: #000;
	color: #fff;
}

#blog-slider .owl-next:hover {
	background: #000;
	color: #fff;
}

#blog-slider .owl-prev:hover:after ,
#blog-slider .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}






/*#bg-slider .owl-prev {
	background: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #000;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -22px;
	border-radius: 0px;
	transition: .4s;
}

#bg-slider .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 35px;
	color: #000;
	line-height: 60px;
	transition: .4s;
}

#bg-slider .owl-next {
	background: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -22px;
	border-radius: 0px;
	transition: .4s;
}

#bg-slider .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 35px;
	color: #000;
	line-height: 60px;
	transition: .4s;
}

#bg-slider .owl-prev:hover {
	background: #000;
	color: #fff;
}

#bg-slider .owl-next:hover {
	background: #000;
	color: #fff;
}

#bg-slider .owl-prev:hover:after ,
#bg-slider .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}
*/



/*********rating ***********/


ul.rating_list {	
	list-style: none;
	padding-left: 15px;
}

ul.rating_list li {	
	margin:10px;
}

.number_serie{
  color: #000;
  background-color: transparent;
  border-color: transparent;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 24px
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */


#home {
	background: #fff;	
	/*margin-top: 95px;*/
	padding: 0;	
}

#home .conteiner , #home .row , #home-publicity .col-xs-12  {
	 padding: 0px;
}

#home-about .col-xs-12  {
	 padding: 10px 10px 0px 10px ;
}

#home-about .col-md-6 {
	 padding: 0px 20px 0px 20px ;
	/* padding: 20px 20px 0px 20px ;*/
}


/*#about {
	background: #ccc;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}*/

/*#about .conteiner , #about  .row , #about .col-md-8 , #about .col-md-4 {
	 padding: 0px;
}*/

#home-publicity {
    background-color: #fff;
    color: #fff;
	margin: 0px;
	padding: 0px;
}

#home-publicity a   {
     color: #fff;
}


.publication-title {	
	/*font-style:italic;*/
	display: block;
	background: rgba(256,256,256,0.4);
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
}

.gallery-title {	
	font-style:italic;
	display: block;
	background: rgba(0,0,0,0.2);
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
}


#home-about{
    background-color: #fff;
    color: #555;
}

#home-about p{
	text-align:justify;
}



#home img {
/*margin-top: 0;*/
}

#header-show {
	background: #000;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}



.img_news { 
  width:60px ;
 /* height :50px*/ ;
  margin: 0;
  padding: 0;  
}

.img_show_news {
  width:160px ;
  height :120px ;
  box-shadow: 0 0 10px black;
  border:3px white solid;  
  margin: 10px 30px 10px 10px;
}

.show_news td
{
  text-align: left;
  vertical-align: middle ;
}

.news 
{ 	
    background: none repeat scroll 0% 0% #dddcdd;
   /* border-top: 1px solid #E9CB86;  */
   
    position: relative;
    color: #111111;	
	width: 100% ;	
	/*cursor: pointer;*/
	
}
			
.news tr
{  
  border-top: 1px  solid  #0D6AA0;
}

.news th
{
 /* text-align:center;  
  vertical-align: middle;
  padding: 7px;
  background-color: #0D6AA0  ;
  font-size: 14px; 
  color: #FFFFFF ; 
  border: 1px  solid  #0D6AA0;*/
   border: 0;
   border-collapse: separate;
   -webkit-background-origin: border !important;
   -moz-background-origin: border !important;
   background-origin: border-box !important;
   background: #4C84A9;
   background: linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;
   background: -webkit-linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;
   background: -moz-linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;
   background: -o-linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;
   background: -ms-linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;
   background: linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;
   -svg-background: linear-gradient(top, #7DA8C5 0, #4F89B0 43%, #345B74 100%) no-repeat;  
   padding:0 5px;
   margin:0 auto;
   height:21px;
   color: #FFFFFF ;
}

.news td
{
  text-align: left;
 
  padding:5px;
 /* background-color:#e2e5e7 ;*/
  font-size: 12px; 
  
}




/************** products ***************/

/*ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}*/

.product {
	position: relative;
	padding: 0 15px 30px;
	margin:5px;
	
}


.space40 {
	margin-bottom: 40px;
}



.shop-content {
	background: #fff;
	padding: 100px 0;
}

.shop-grid li {
	width: 33.3333%;
	float: left;
	padding: 0 15px 30px;
	margin:5px;
}



.product .text-center {
	/*border: 1px solid #e5e5e5;*/
	padding: 10px 10px 15px;
	/*cursor: pointer;*/
	transition: .4s;
}

.product .text-center {
	/*border: 1px solid #e5e5e5;*/
	padding: 10px 10px 15px;
	/*cursor: pointer;*/
	transition: .4s;
}



.product:hover .text-center {
	/*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
	transition: .4s;
}

.logregform label {
	font-weight:400;
	font-size:13px;
}

.product-overlay {
	display: block;
	height: 50px;
	background: rgba(0,0,0,0.2);
	line-height: 50px;
	position: absolute;
	bottom: -60px;
	width: 100%;
	left: 0px;
	right: 0px;
	transition: .5s;
}

.product:hover .product-overlay {
	bottom: 0px;
	transition: .5s;
}

.product-thumbnail img {
	transform: scale(1);
	transition: .4s;
}

.product:hover .product-thumbnail img {
	transform: scale(1.1);
	transition: .4s;
}

.product-overlay a {
	font-size: 20px;
	margin: 0;
	color: #fff;
	width: 50%;
	float: left;
	text-align: center;
}

.product-overlay a:hover {
	color: #fff;
	background: #000 !important;
}

.product-overlay a:first-child {
	background: rgba(0,0,0,0.2);
}

.product-title {
	margin: 10px 0 5px;
}

.product-title a {
	color: #000;
	font-size: 17px;
}

.product-price {
    font-size: 20px;
	letter-spacing: -1px;
	font-weight: 300;
	margin: 0 auto 15px;
	display: table;
	
}

.add_to_cart_button {
	padding: 0px !important;
	font-size: 10px;
	border-radius: 3px !important;
	padding: 11px 12px !important;
}



.product-thumbnail {
	position: relative;
	/*overflow: hidden;*/
}


.badge {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding-top: 15px;
	font-size: 10px;
	position: absolute;
	top: -6px;
	right: -6px;
	font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;
	z-index:77;
}

.badge span {
	font-size: 13px;
}

.red {
	background: #f00;
	line-height: 50px;
	padding-top: 0px;
	font-size: 12px;
}

.blue {
	background: #8dcff4;
}



/******************/

.product-title {
	color: #555;
}

.product-name{
/*   max-height: 120px;*/
   /* margin: 15px 0px 15px 0px;*/
	color: #555;
	text-align:left;
    font-family: "Lato-Bold", Helvetica, Arial, sans-serif;	
    font-size: 1.7em;
}


.product-description{
	/*margin: 15px 0px 15px 0px;*/
	color: #555;
	text-align:justify;
	/*min-height: 120px;	*/

}
.product-description p{
	line-height: 1.3;
}

.product-link{
    line-height: 2;
}

.product-link a {
	color: #555;
	float: left;
	text-decoration:underline;
}

.product-price-2 {
    font-family: "Lato-Bold", Helvetica, Arial, sans-serif;	
	font-size: 1.4em;
	letter-spacing: -1px;	
	/*margin: 0 auto 0px;*/
	color: #555;
	text-align:left;   
	
}


.product-more {
	display: block;
	height: 50px;
	/*background: rgba(0,0,0,0.2);*/
	line-height: 50px;
	position: absolute;
	bottom: -100px;
	width: 100%;
	left: 0px;
	right: 0px;
	transition: .5s;
	padding-right: 80px;
}

.product-more a {
	width: 50%;
	color: #555;	
	text-decoration:underline;
	
}

.Show_Product {
  /*cursor:pointer;*/
}

.product-quality{
	align: left;
	
}

/******************/

#parallax_1 {
  background: url("../theme/images/site_img_1.jpg") no-repeat center top fixed;
	/*style="background: url(assets/theme/images/footer_bg.jpg) 50% 0 no-repeat fixed;"*/
	
	
/*  background-size: cover;*/
	
}

#parallax_1 .overlay {
  background: rgba(27, 28, 29, 0.0);
  min-height: 400px;
}

#parallax_2 {
  background: url("../theme/images/site_img_2.jpg") no-repeat center top fixed;	
 /* background-size: cover;*/
	
}

#parallax_2 .overlay {
  background: rgba(27, 28, 29, 0.0);
  min-height: 400px;
}


.parallax_title {   
    font-family: "Lato-Bold", Helvetica, Arial, sans-serif;	
	font-size: 2em;	
	text-shadow: 5px 5px 5px rgba(0, 0, 0, .8);
}

#products {
	/*background: #fff;	*/
	padding-right: 0;
	padding-left: 0;
	padding-top: 40px;
}


#products .conteiner , #products  .row , #products .col-md-6 , #products .col-xs-12 {
	 padding: 0px;
}



.shop-content {
	background: #fff;
	padding: 100px 0;
}


#contact {
	position: relative;
	background: #291814;
/*	background-image: url("../theme/images/footer-negro-ver-2-1.jpg");
	background-position-x: 50%;
	background-position-y: 50%;
	background-repeat: no-repeat;*/
/*	background-size: cover;*/
	color: #fff;
	
	font-weight: 400;
	line-height: 27px;
	border-bottom: 1px solid #444;
	font-size: 1em;
	margin: 0; 
	padding-bottom:40px; 
	padding-top:40px;
}

.contact-logo {		
	
	
}

#contact .conteiner , #contact .row , #contact .col-md-3 {
	 padding:  0px;
	 
}


#contact div.text a {
	color: rgb(153, 153, 153);
	text-decoration: none ;
	
}

#contact div.text a:hover {
	color: #fff;
	/*text-decoration: underline ;*/
	 
}



ul.social-buttons {
	/*font-family: "glyphicons-halflings-regular", Helvetica, Arial, sans-serif;	*/
	margin: 0;
}
ul.social-buttons li a {
	outline: 0;
	color:  rgb(153, 153, 153);
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #fff;
}


#footer-bottom {
	position: relative;
	background: #291814;
	color:  rgb(153, 153, 153);
	width: 100%;
	font-size: 0.9em;    
	min-height: 80px;
	/*border-bottom: 1px solid #aaa;*/
	text-align: center;
   /* box-shadow: 0 15px 6px rgba(0, 0, 0, 0.4) ;*/
	
}

#footer-bottom .conteiner , #footer-bottom .row , #footer-bottom .col-md-6 {
	 padding:  0px;	
	
}

#footer-bottom  a {
	color:  rgb(153, 153, 153);
	text-decoration: none ;
}
#footer-bottom a:hover {
	color: #fff;
	text-decoration: underline ;
}

.footer-copyright{
	text-align: right ;
}

.footer-legal{
	text-align: left;

}

/***********   grid  *********/

	
.grid .conteiner , .grid  .row , .grid .col-xs-12 , .grid .col-md-10{
	 padding: 0px;
}


.ui-jqgrid .ui-jqgrid-view {
    font-size: 1em;
}

.ui-jqgrid .ui-jqgrid-titlebar {
    font-size: 1em;
}

.ui-jqgrid tr.jqgrow td {
	 white-space: normal !important;
	 height:auto;
	 vertical-align:text-top;
	 padding-top:2px;
}

.box_column {

 font-size: .9em;

}


/*******code bar ***********/

   div#display {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}

@media print{
  div#display {
    display: flex;
    height: auto;
    width: 100%;
    align-items: center;
  }
}

#display #field,#display center {
    margin: auto;
}



#field img{
    height: 150px;
    max-width: 100%
}

div#code {
    font-weight: 700;
    font-size: 19px;
    text-align: justify;
    text-align-last: justify;
	color: #000;
}

#label_code {
    font-family: "Arial"; 
	font-weight: 700;   
    font-size: 20px;
    text-align: justify;
    text-align-last: justify;
	color: #000;
}


/************* form ****************/

.form-edition .col-xs-12 , .form-edition .col-md-5 , .form-edition .col-md-7 , .form-edition .col-md-4 , .form-edition .col-md-8 {
    padding-left: 5px;
    padding-right: 5px;   
	margin-top:10px;
}

/*.form-control-1 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    height: 26px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
*/

.form-control-1 {
    background-color: #f5f5f5;
    background-image: none;
    border-bottom: 1px solid #000;
	border-top : none;
	border-left : none;
	border-right : none;
   /* border-radius: 4px;*/
 /*   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
    color: #555;
    height: 26px;
   /* transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
}




/*
.form-control-2 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  
}*/

.form-control-2 {
    background-color: #f5f5f5;
    background-image: none;
    border-bottom: 1px solid #000;
	border-top : none;
	border-left : none;
	border-right : none;
  /*  border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
    color: #555;
   /* transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
  
}



.form-control-3 {
    background-color: #f5f5f5;
 /*   background-image: none;*/
    border: none;
    border-radius: 4px;
  /*  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
    color: #666666;
    /*transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
  
}

.form-control-3 > label {
	
	font-style: normal;
	padding-left: 5px;
	
}

.form-control-4 {
    background-color: #f5f5f5;
    background-image: none;
	padding: 5px;
    border: 1px solid #bbb;
    border-bottom: 1px solid #000;
	border-top : none;
	border-left : none;
	border-right : none;
	height: 30px;
  /*  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;*/
    color: #666666;
  /*  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
  
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
	margin-left: 5px;
}

ul.courses_programmed_list {	
	list-style: none;
	padding-left: 15px;
}

ul.courses_programmed_list li {	
	margin:0px;
}

ul.courses_programmed_list label {	
	font-weight: 400;
}


td, th {
    padding: 2px;
	vertical-align: top;
}

.white {
   color:#fff;
}

.gray {
   color:#ccc;
}

.brown{
   color: #555;
}

.msg-error  {
	color: red;
}


/**********ui-dialog***********/

.ui-dialog {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  /* background: #ccc none repeat scroll 0 0;*/
   border-radius: 6px; 

}

.ui-dialog-buttonpane {
   background: #fff  none repeat scroll 0 0;
	
}

.ui-dialog .ui-dialog-titlebar-close {
	
	background-image: url("../theme/images/ui-dialog-titlebar-close.png");
	background-position: 0px 0px; 
	
}


/*******************************/

.calendarBody {
  background-color: #eee ;	
  
}

.DatePicker{
  z-index: 1000;	
	
}

/**********.ui-widget ***********/


.ui-widget {
	font-family: "Lato-Regular";
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Lato-Regular";
	font-size: 1.1em;
	
}


.ui-jqgrid .ui-jqgrid-view input, 
.ui-jqgrid .ui-jqgrid-view select, 
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
    font-family: "Lato-Regular";
	font-size: 1.1em;
}


.ui-widget-header {
    background:#5f4946 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
	font-size: 1.1em;
}


.ui-widget-content {
	background: #ffffff;
	color: #555;
}

.ui-widget .ui-widget-content  {
   /* border-radius: 6px; */
}





/************  boton ********************/


.ui-dialog-buttonset button , 
.btn-default {
  /*  color: #fff;
    background-color: #000;
    border-color: #000;
    border: 0; 	
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;	*/
  margin-left:15px;
  background-color: transparent;
  border-width: 1px;
  color: #333;

  padding: 4px 15px;
  border-radius: 10px;

  border-style: solid;
  border-color: #313131;
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 1.1px;
  line-height: 24px;	

  background: linear-gradient(transparent, transparent 33%, #ccc 33%, #000);
  background-size: 100% 300%;
  /*trasition effect for background*/
  transition: background 1s;
	
  /* text-transform: capitalize; */
}



.ui-dialog-buttonset button:focus , 
.btn-default:focus,
.btn-default.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.ui-dialog-buttonset button:hover ,
 .btn-default:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
	 
  cursor:none; 
  /*color:#fff;  
  background-position: 100% 100%; */
	 
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  /*border-color: #ccc;*/
}
.btn-default .badge {
  color: #000;
  background-color: #fff;
}

.btn-default-inv{
  /*  color: #fff;
    background-color: #000;
    border-color: #000;
    border: 0; 	
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;	*/
  /*margin-left:15px;*/
  background-color: transparent;
  border-width: 1px;
  color: #fff;

  padding: 10px 30px;
  border-radius: 10px;

  border-style: solid;
  border-color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 24px;	

  background: linear-gradient(transparent, transparent 33%, #ccc 33%, #000);
  background-size: 100% 300%;
  /*trasition effect for background*/
  transition: background 1s;
  
}



.btn-default-inv:focus,
.btn-default-inv.focus {
  color: #fff;
  background-color:transparent;
  border-color: #fff;
}


 .btn-default-inv:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
	 
  cursor:none; 
  /*color:#fff;  
  background-position: 100% 100%; */
	 
}

.btn-default-inv:active,
.btn-default-inv.active
{
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-default_club {
 
  margin-left:15px;
  border-width: 1px;
  color: #111;

  padding: 10px 15px;
  border-radius: 10px;

  border-style: solid;
  border-color: rgba(255,255, 255, 0.2);
  font-family: "Lato", sans-serif;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 24px;	

  background: rgba(255,255, 255, 0.2);
  /*background-image:linear-gradient(180deg, #00000000 0%, #00000000 100%);*/
 
  box-shadow: 2px 2px 10px black;
  	
}


/*.ui-dialog-buttonset button , 
.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border: 0; 	
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;	
	
  
  
}

.ui-dialog-buttonset button:focus , 
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.ui-dialog-buttonset button:hover ,
 .btn-default:hover {
  color: #fff;
  background-color: #555;
  border-color: #555;
	 
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #000;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #000;
}*/


/****  invoices **/

.invoice {  
    color: #222222 ;
	margin:  0;
	padding: 0;
	border-collapse: collapse;
}

.invoice tr {  
    border: 1px  solid  #aaaaaa;
}

.invoice td
{
   	border: 1px  solid  #aaaaaa;
}

.invoice th
{
   border: 1px  solid  #aaaaaa;
   text-align:center ;
   background: #dddddd;  
   padding:0 5px;
   height:25px;
   font-size: 16px;
   color: #222222;
   margin:  0;
}

/* ==========================
--- Gallery
============================= */

/*
.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}	
*/


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}

/*********** gmap3 *************/

.gmap3{
  margin: 20px auto;
  border: 1px dashed #C0C0C0;
  width: 850px;
  height: 600px;
}
.cluster{
  color: #FFFFFF;
  text-align:center;
  font-family: 'Arial, Helvetica';
  font-size:11px;
  font-weight:bold;
 /* cursor: pointer;*/
}
.cluster-1{
  background-image:url(../theme/images/m1.png);
  line-height:53px;
  width: 53px;
  height: 52px;
}
.cluster-2{
  background-image:url(../theme/images/m2.png);
  line-height:53px;
  width: 56px;
  height: 55px;
}
.cluster-3{
  background-image:url(../theme/images/m3.png);
  line-height:66px;
  width: 66px;
  height: 65px;
}


#ask {
   display:none;	
	
}


.gm-ui-hover-effect{
	width: 30px;  !important;
    height: 30px;  !important;
}

.gm-style-iw-chr {  
  height: 30px;
}

/**** lenis ***/

  .section {
    height: 130vh;
    margin-bottom: 5px;
  }
  
     
  .box {
    width: 50%;
    height:100vh;
   /* background: lightblue;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;	  
	color: #fff;
	margin:0 0 0 0; 
	padding: 40% 2% 20% 2%;
  }

  .text-description {
	  width: 50%;
	  height: 100vh;
	/*  background: lightgreen;*/
	  display:  flex;	 
	  align-items: top;
	  justify-content: center;	 
	  color: #fff; 
	  margin: 0 0 0 0 ; 
	  padding:40% 2% 0 2% ;
	  
  }

  .text-block{
	min-height: 40vh;
	height: 40vh;  
	/*background-color: lightgrey;*/
  }

  
  /*.text {
    text-align: center;
    max-width: 200px;
  }
*/

 .flex-container {
   display: flex;
   flex-direction: row;
   /*background-color: DodgerBlue;*/	 
 }


 .flex-container-r {
   display: flex;
   flex-direction: row-reverse;
	/*background-color: DodgerBlue;	*/
 }


.img-zoom-10 {
	
	margin-top:-10%; 
	margin-bottom: -10%; 
	max-width:120%; 
}

.img-zoom-5 {
	
	margin-top:-10%; 
	margin-bottom: -10%; 
	max-width:107%; 
}


.img-standar {
	
	margin-top:2%; 
	margin-bottom: 2%; 
	max-width:100%; 
}


.img-zoom-20 {
	
	margin-top:-20%; 
	margin-bottom: -20%; 
	max-width:140%; 
}




  


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width:319px)  {
	
	
	body {
        font-size: 13px;
		cursor: auto;
    }	

	.navbar-custom {
       background-color: #fff;
	   cursor: auto;
	   border-bottom: 1px solid #000;
    }
	
	.navbar-user{
		padding:3px 20px 5px 0; 
		margin:0;
		
	}
	
    .nav { 
       padding-left: 5px;
	}
	
	.navbar-custom ul.nav li a{
		padding-bottom: 0;	
		padding-top: 2px;		
	}
	
	.navbar-custom.nav.navbar-nav {
       background-color: #fff;
	   margin-bottom: 40px;
	}	
	
	.top-nav-collapse{
       background-color: #fff;
		
	}	
	
	.logo-up{
		width:150px;
		margin-left:10px; 
		margin-top:5px;
	}
	
	.logo-up-club{
		width:140px;
		margin-left:25px; 
		margin-top:5px;
	} 
	
	
	
	.top-title{
		padding-top: 90px; 
		
	}
	
	
	/*#home-video {		
		margin-top:80px;
		padding:0;
	}*/
	
	#intro.intro {    
     margin-top: 80px;
	 max-height: 150px;	
	}
		
	.title-xxl {     
      font-size: 1.5em;
	}
	
	.title-xl {     
      font-size: 1.4em;
	}
	
	
		
	.title-l {	 
	  font-size: 1.3em;
	  font-weight: 500;
	  letter-spacing: 1.3px;
	  line-height: 24px;
	}
	
	.title-lm {	 
	  font-size: 1.2em;
	  font-weight: 500;
	  letter-spacing: 1.3px;
	  line-height: 24px;
	}
	
	
	.title-m {	 
	  font-size: 1.1em;
	  font-weight: 500;
	  letter-spacing: 1.3px;
	  line-height: 24px;
	}
	
	.title-s {
	  font-size: .9em;
	  color: #000;	
	  font-weight: 500;
	  letter-spacing: 1px;
	  line-height: 24px;
	}
	
	.title-s-r {
	  font-family: "Lato-Regular", sans-serif;
	  font-size: 1em;
	  color: #000;	
	  font-weight: 500;
	  letter-spacing: 1.1px;
	  line-height: 24px;
	}
	
	.text-m {	
	  font-size: 1em;
	  color: rgb(51, 51, 51);
	  font-weight: 400;
	  letter-spacing: normal;
	  line-height: 25px;
	}

	.text-s {	  
	  font-size: .9em;
	  color: rgb(51, 51, 51);
	  font-weight: 400;
	  letter-spacing: normal;
	  line-height: 24px;	
	}
	
	
	.design-text{
		margin-top:20px;	
		
	}
	
	.text-m-i {
	font-family: "Lato-Light",  sans-serif;	
	font-size: 1.2em;	
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 23px;
	font-style: italic;	
    
   }
	
	.title-xl-b {     
      font-size: 1.6em;
	 }
	
	
	
	
	.card {		
		width: 260px;
		color: rgb(51, 51, 51);	
		margin: auto;
		border-radius: 10px;		
	}

    .card-fixed {	
		width: 260px;
		color: rgb(51, 51, 51);
		margin: auto;
		height: 110px;
	}
	
	.js-card-fixed {		
		padding: 10px 25px;
	}

	.card-header{
		padding: 10px 5px 5px 5px;
		height: 30px;
		text-align: center;
		vertical-align: middle;
		background-color: transparent;
		font-weight: 600;
		font-size: .9em;
	}

	.card-body{		
		padding: 10px 5px 5px 5px;
		height: 80px;
		text-align: center;
		bakcground-color: transparent;
		font-weight: 300;
		font-size: .9em;
	}	

	.stack-cards {
		--stack-cards-gap: 43px;
	}
	
	.card-text-bottom{
		
		margin-top: -8px
	}
	
	#lottie-conteiner{
	   margin-top:30px;	
    }
	
	.lottie-text{
		margin-top:15px;		
	}
	
	
	#faq-conteiner{
		margin-top:10px; 
		margin-bottom:20px;		
	}
	
	.accordion-group{
		padding: 0px; 		
	}
	
		
	.panel-heading {
	    padding: 3px 0px;
		
	}
	
	
	.panel-title{		
		padding: 5px 10px 5px 10px;
		font-size: .9em;
	}
	
	.product {	
	   padding: 0 10px 0px ;
    }
	
	.row-product{
		border-bottom: 1px solid #ddd; 
		margin-top: 20px;
	}	
		
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
		
	
	.product-thumbnail {
	   min-height: 170px;
	   max-height: 450px;
	   /*overflow: hidden;*/
    }
	
	.product-description{
	   min-height: 50px;
	   overflow: hidden;
    }
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
		font-size: 1em;
	}
	
	.hero-section {	
	  height: 200px;	  
	}
	
	
	#map {
	  width: 100%;
	  height:300px;
	}
	
	
  
  .box {
    width: 100%;
    height: 100vh;
    padding:60% 2% 60% 2% ;
   }	
	

  .text-description {
	  width: 100%;
	  height: 100vh;
	  
  }
  
 
   .flex-container {
     display: flex;
     flex-direction: column;
    }

    .flex-container-r {
     display: flex;
     flex-direction: column;
    }

   
	
	.post-align-img{
	  display: flex;
	  justify-content: center;
	  align-items: center;

	}

	.post-align-text{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	
	.post-top{		
		margin-top: 0px;
	}
	
	
	#contact {	
		min-height: none;
	}
	
	.contact-location{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
		
	}
	
		
	.contact-social{
		
	}
	
	.contact-logo {	
				
	}
		
	  	
	.footer-copyright{
	  text-align: center ;
	}
	
	.footer-legal{
	  text-align: center;

	}

	.back_club{
		background: url("../theme/images/header_my_settings.jpg") no-repeat center bottom;
		/*background-size: 100%; */
		padding-top: 80px;
		padding-bottom:60px;
		background-size: 300%;  
		min-height:550px;
	}
	
	
	
		
}

@media screen and (min-width:320px) and (max-width : 557px)  {
	
	body {
        font-size: 14px;
		cursor: auto;
    }	

	.navbar-custom {
       background-color: #fff;
	   cursor: auto;
	   border-bottom: 1px solid #000;
    }
	
	.navbar-user{
		padding:3px 20px 5px 0; 
		margin:0;
		
	}
	
    .nav { 
       padding-left: 5px;
	}
	
	.navbar-custom ul.nav li a{
		padding-bottom: 0;	
		padding-top: 2px;		
	}
	
	.navbar-custom.nav.navbar-nav {
       background-color: #fff;
	   margin-bottom: 40px;
	}	
	
	.top-nav-collapse{
       background-color: #fff;
		
	}	
	
	.logo-up{
		width:150px;
		margin-left:10px; 
		margin-top:5px;
	}
	
	.logo-up-club{
		width:140px;
		margin-left:5px; 
		margin-top:3px;
		
	}
	
	
	.top-title{
		padding-top: 100px; 
	}
	
	/*#home-video {		
		margin-top:80px;
		padding:0;
	}*/
	
	#intro.intro {    
     margin-top: 80px;
	 max-height: 230px;	
	}
	
	.title-xxl {     
      font-size: 1.5em;
	}
	
	.title-xl {     
      font-size: 1.4em;
	}
		
	.title-l {	 
	  font-size: 1.3em;
	  font-weight: 500;
	  letter-spacing: 1.3px;
	  line-height: 24px;
	}
	
	.title-m {	 
	  font-size: 1.1em;
	  font-weight: 500;
	  letter-spacing: 1.3px;
	  line-height: 24px;
	}
	
	.title-s {
	  font-size: 1em;
	  color: #000;	
	  font-weight: 500;
	  letter-spacing: 1px;
	  line-height: 24px;
	}
	
	.title-s-r {
	  font-family: "Lato-Regular", sans-serif;
	  font-size: 1em;
	  color: #000;	
	  font-weight: 500;
	  letter-spacing: 1.1px;
	  line-height: 24px;
	}
	
	.text-m {	
	  font-size: 1em;
	  color: rgb(51, 51, 51);
	  font-weight: 400;
	  letter-spacing: normal;
	  line-height: 25px;
	}
	
	.text-s {	  
	  font-size: 1em;
	  color: rgb(51, 51, 51);
	  font-weight: 400;
	  letter-spacing: normal;
	  line-height: 24px;	
	}
	
	
	.design-text{
	  margin-top:20px;	
		
	}
	
	.text-m-i {
	font-family: "Lato-Light",  sans-serif;	
	font-size: 1.2em;	
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 23px;
	font-style: italic;	
    
   }
	
	.title-xl-b {     
      font-size: 1.6em;
	 }
	
	
	.card {		
		width: 260px;
		color: rgb(51, 51, 51);	
		margin: auto;
		border-radius: 10px;		
	}

    .card-fixed {	
		width: 260px;
		color: rgb(51, 51, 51);
		margin: auto;
		height: 110px;
	}
	
	.js-card-fixed {		
		padding: 10px 25px;
	}

	.card-header{
		padding: 10px 5px 5px 5px;
		height: 30px;
		text-align: center;
		vertical-align: middle;
		background-color: transparent;
		font-weight: 600;
		font-size: .9em;
	}

	.card-body{		
		padding: 10px 15px 5px 15px;
		height: 80px;
		text-align: center;
		bakcground-color: transparent;
		font-weight: 300;
		font-size: .9em;
	}	

	.stack-cards {
		--stack-cards-gap: 43px;
	}
	
	#lottie-conteiner{
	   margin-top:30px;	
    }
	
	.lottie-text{
		margin-top:15px;		
	}
	
	
	#faq-conteiner{
		margin-top:10px; 
		margin-bottom:20px;		
	}
	
	.accordion-group{
		padding: 0px; 		
	}
	
		
	.panel-heading {
	    padding: 3px 0px;
		
	}
	
	
	.panel-title{		
		padding: 5px 10px 5px 10px;
		font-size: .9em;
	}
	
	.product {	
	   padding: 0 10px 0px ;
    }
	
	.row-product{
		border-bottom: 1px solid #ddd; 
		margin-top: 20px;
	}	
		
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
		
	
	.product-thumbnail {
	   min-height: 170px;
	   max-height: 450px;
	   /*overflow: hidden;*/
    }
	
	.product-description{
	   min-height: 50px;
	   overflow: hidden;
    }
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
		font-size: 1em;
	}
	
	.hero-section {	
	  height: 200px;	  
	}
	
	
	#map {
	  width: 100%;
	  height:300px;
	}
	
	
  
  .flex-container {
     display: flex;
     flex-direction: column;
  }

	
  .flex-container-r {
      display: flex;
      flex-direction: column;
  }
	
	
   .box {
      width: 100%;
      height: 100vh;
      padding:80% 2% 85% 2% ;
   }	
	

  .text-description {
	  width: 100%;
	  height: 100vh;
	 
  }
	
	
	
	.post-align-img{
	  display: flex;
	  justify-content: center;
	  align-items: center;

	}
	
	.post-align-text{
	  display: flex;
	  justify-content: center;
	  align-items: center;

	}
	
	.post-top{
		
		margin-top: 0px;
	}
	
	
	#contact {	
		min-height: none;
	}
	
	.contact-location{
		 display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	}
	
		
	.contact-social{
		
	}
	
	.contact-logo {	
				
	}
		
	  	
	.footer-copyright{
	  text-align: center ;
	}
	
	.footer-legal{
	  text-align: center;

	}

	.back_club{
		background: url("../theme/images/header_my_settings.jpg") no-repeat center bottom;
		/*background-size: 100%; */
		padding-top: 80px;
		padding-bottom:60px;
		background-size: 300%;  
		min-height:600px;
	}
}


@media screen and (min-width:558px) and (max-width : 767px)  {
	
	body {
        font-size: 14px;		
    }	

	.navbar-custom {
       background-color: #fff;
	   cursor: auto;
	   border-bottom: 1px solid #000;
    }
	
	.navbar-user{
		padding:3px 20px 5px 0; 
		margin:0;
		
	}
	
    .nav { 
       padding-left: 5px;
	}
	
	.navbar-custom ul.nav li a{
		padding-bottom: 0;	
		padding-top: 2px;		
	}
	
	.navbar-custom.nav.navbar-nav {
       background-color: #fff;
	   margin-bottom: 40px;
	}	
	
	.top-nav-collapse{
       background-color: #fff;
		
	}	
	
	.logo-up{
		width:150px;
		margin-left:10px; 
		margin-top:5px;
	}
	
	.logo-up-club{
		width:140px;
		margin-left:5px; 
		margin-top:3px;
	}
	
	.top-title{
		padding-top: 1s0px; 
	}
	
	/*#home-video {		
		margin-top:86px;
		padding:0;
	}*/
	
	#intro.intro {    
     margin-top: 80px;
	 max-height: 380px;	
	}
	
	
	
	.title-xxl {     
      font-size: 1.5em;
	}
	
	.title-xl {     
      font-size: 1.4em;
	}
		
	.title-l {	 
	  font-size: 1.3em;
	  font-weight: 500;
	  letter-spacing: 1.3px;
	  line-height: 24px;
	}
	
	.title-s {
	  font-size: 1em;
	  color: #000;	
	  font-weight: 500;
	  letter-spacing: 1.1px;
	  line-height: 24px;
	}
	
	.title-s-r {
	  font-family: "Lato-Regular", sans-serif;
	  font-size: 1em;
	  color: #000;	
	  font-weight: 500;
	  letter-spacing: 1.1px;
	  line-height: 24px;
	}
	
	.text-m {	
	  font-size: 1em;
	  color: rgb(51, 51, 51);
	  font-weight: 400;
	  letter-spacing: normal;
	  line-height: 25px;
	}
	
	.text-s {	  
	  font-size: 1em;
	  color: rgb(51, 51, 51);
	  font-weight: 400;
	  letter-spacing: normal;
	  line-height: 24px;	
	}
	
	
	.design-text{
		margin-top:20px;	
		
	}
	
	.text-m-i {
	font-family: "Lato-Light",  sans-serif;	
	font-size: 1.2em;	
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 23px;
	font-style: italic;	
    
   }
	
	.title-xl-b {     
      font-size: 1.6em;
	 }
	
	
	.card {		
		width: 320px;
		color: rgb(51, 51, 51);	
		margin: auto;
		border-radius: 10px;		
	}

    .card-fixed {	
		width: 320px;
		color: rgb(51, 51, 51);
		margin: auto;
		height: 110px;
	}
	
	.js-card-fixed {		
		padding: 10px 25px;
	}

	.card-header{
		padding: 10px 5px 5px 5px;
		height: 30px;
		text-align: center;
		vertical-align: middle;
		background-color: transparent;
		font-weight: 600;
		font-size: .9em;
	}

	.card-body{		
		padding: 10px 15px 5px 15px;
		height: 80px;
		text-align: center;
		bakcground-color: transparent;
		font-weight: 300;
		font-size: .9em;
	}	

	.stack-cards {
		--stack-cards-gap: 43px;
	}
	
	#lottie-conteiner{
	   margin-top:30px;	
    }
	
	.lottie-text{
		margin-top:15px;		
	}
	
	
	#faq-conteiner{
		margin-top:10px; 
		margin-bottom:20px;		
	}
	
	.accordion-group{
		padding: 0px; 		
	}
	
		
	.panel-heading {
	    padding: 3px 0px;
		
	}
	
	
	.panel-title{		
		padding: 5px 10px 5px 10px;
		font-size: .9em;
	}
	
	.product {	
	   padding: 0 10px 0px ;
    }
	
	.row-product{
		border-bottom: 1px solid #ddd; 
		margin-top: 20px;
	}	
		
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
		
	
	.product-thumbnail {
	   min-height: 170px;
	   max-height: 450px;
	   /*overflow: hidden;*/
    }
	
	.product-description{
	   min-height: 50px;
	   overflow: hidden;
    }
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
		font-size: 1em;
	}
	
	.hero-section {	
	  height: 200px;	  
	}
	
	
	#map {
	  width: 100%;
	  height:300px;
	}
	
	
  
  
  .box {
    width: 100%;
    height: 100vh;
    padding:80% 2% 80% 2% ;
   }	
	

  .text-description {
	  width: 100%;
	  height: 100vh;
	 
  }
  
 
 .flex-container {
   display: flex;
   flex-direction: column;
  }
	
  .flex-container-r {
   display: flex;
   flex-direction: column;
  }


  
	.post-align-img{
	  display: flex;
	  justify-content: center;
	  align-items: center;

	}

	.post-align-text{
	  display: flex;
	  justify-content: center;
	  align-items: center;

	}
	
	.post-top{		
		margin-top: 0px;
	}
	
	.pull-right-lg {
        float:none;
    }
	
	
	#contact {	
		min-height: none;
	}
	
	.contact-location{
		 display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	}
	
		
	.contact-social{
		
	}
	
	.contact-logo {	
			
	}
		
	  	
	.footer-copyright{
	  text-align: center ;
	}
	
	.footer-legal{
	  text-align: center;

	}
	
	.back_club{
		background: url("../theme/images/header_my_settings.jpg") no-repeat center bottom;
		/*background-size: 100%; */
		padding-top: 80px;
		padding-bottom:60px;
		background-size: 200%;  
		min-height:650px;
	}

}



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

    body {
        font-size: 14px;
    }
   
  	
	.navbar {
        padding: 10px 0 8px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

   
    .top-nav-collapse {
       padding: 0px 0 8px 0;
        background-color: #fff;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #000;
    }
	
	.logo-up{
		width:150px;
		margin-left:25px; 
		margin-top:5px;
	}
	
	.logo-up-club{
		width:150px;
		margin-left:25px; 
		margin-top:5px;
	}
	
	.navbar-user{
		padding:20px 50px 0 0; 
		margin:0;
		
	}
	
	#intro.intro {    
     margin-top: 0px;
	 max-height: 500px;	
	}
	
	
	
	
	.top-title{
		padding-top: 120px; 
	}
	
	.card {		
		width: 320px;
		color: rgb(51, 51, 51);	
		margin: auto;
		border-radius: 10px;		
	}

    .card-fixed {	
		width: 320px;
		color: rgb(51, 51, 51);
		margin: auto;
		height: 110px;
	}
	
	.js-card-fixed {		
		padding: 10px 25px;
	}

	.card-header{
		padding: 10px 5px 5px 5px;
		height: 30px;
		text-align: center;
		vertical-align: middle;
		background-color: transparent;
		font-weight: 600;
		font-size: .9em;
	}

	.card-body{		
		padding: 10px 15px 5px 15px;
		height: 80px;
		text-align: center;
		bakcground-color: transparent;
		font-weight: 300;
		font-size: .9em;
	}	

	.stack-cards {
		--stack-cards-gap: 43px;
	}
	
	   
    .pull-right-lg {
        float: none;
    }
		
	.publication-img {
	  /*  min-height: 380px;
		max-height: 380px;*/
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	
	.publication-title {
	    margin-top: -63px;
		padding-top: 8px;		
		height: 63px;
		
	}
	
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
	
	.product-thumbnail {
	  /* min-height: 290px;
	   max-height: 290px;*/
	   /*overflow: hidden;*/
    }
	
	
	
	.product-description{
	/*   max-height: 120px;*/
	   overflow: hidden;
    }
	
	.product-item {
	   margin-left: 5px; 
	   margin-right: 5px;
	  
	}
	
	
	.hero-section {	
	  height: 70rem;	  
	}

	
	#map {
	  width: 100%;
	  height:600px;
	}
	
	  
  
   .box {
    width: 100%;
    height: 100vh;
    padding:40% 2% 50% 2% ;
   }	
	

  .text-description {
	  width: 100%;
	  height: 100vh;
	 
  }

  .flex-container {
    display: flex;
    flex-direction: column;
  }

  .flex-container-r {
    display: flex;
    flex-direction: column;
  }	
	
	
	.img-zoom-10 {
	
		margin-top:60%; 
		margin-bottom: 20%; 
		max-width:70%; 
		
    }


	.img-standar {

		margin-top:60%; 
		margin-bottom: 20%; 
		max-width:70%; 
	}
	

	.post-align-img{
	  display: flex;
	  justify-content: right;
	  align-items: right;

	}

	.post-align-text{
	  display: flex;
	  justify-content: left;
	  align-items: left;

	}
	
	.post-top{		
		margin-top: 15px;
	}
	
	div.edition-grid  {
	  min-height: 580px;

	}
	
	#footer-contact {	
		min-height: 426px;
	}
	
	
	.contact-us {
		margin-top: 80px; 
		padding:20px;
		text-align: left;
	}
	
	.contact-location{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column;
	}
	
	.contact-mail{
		margin-top: 80px;
		text-align: left;
	}
	
	.contact-social{
		
	}
	
	.footer-copyright{
		text-align: right ;
	}

	.footer-legal{
		text-align: left;

	}
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
	}
	
	.row-product{
		border-bottom: 1px solid #ddd; 
		margin-top: 50px;
	}
	
	
	.back_club{
		background: url("../theme/images/header_my_settings.jpg") no-repeat center bottom;
		/*background-size: 100%; */
		padding-top: 80px;
		padding-bottom:60px;
		background-size: 200%;  
		min-height:800px;
	}
	
	.setting-title-1 {
		font-size:14px;
		color: #000;
		font-weight: 600;
	}
	
	.setting-value-1{
		font-size:14px;
		color: #111;
	}
    .setting-value-1{
		font-size:13px;
		color: #111;
	}
	
}	

@media screen and (min-width: 992px) and (max-width: 1199px) {

   body {
        font-size: 14px;
    }
   
  	
	.navbar {
        padding: 10px 0 8px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

   
    .top-nav-collapse {
       padding: 0px 0 8px 0;
        background-color: #fff;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #000;
    }
	
	.logo-up{
		width:176px;
		margin-left:25px; 
		margin-top:5px;
	}
	
	.logo-up-club{
		width:150px;
		margin-left:25px; 
		margin-top:5px;
	}
	
	
	.navbar-user{
		padding:20px 50px 0 0; 
		margin:0;
		
	}
	
	#intro.intro {    
    margin-top: 0px;
    max-height: 520px;
	}
	
	
	
	.top-title{
		padding-top: 120px; 
	}
	
	.card {		
		width: 500px;
		color: rgb(51, 51, 51);	
		margin: auto;
		border-radius: 10px;		
	}

    .card-fixed {	
		width: 500px;
		color: rgb(51, 51, 51);
		margin: auto;
		height: 110px;
	}
	
	.js-card-fixed {		
		padding: 10px 25px;
	}

	.card-header{
		padding: 10px 5px 5px 5px;
		height: 30px;
		text-align: center;
		vertical-align: middle;
		background-color: transparent;
		font-weight: 600;
		font-size: .9em;
	}

	.card-body{		
		padding: 10px 15px 5px 15px;
		height: 80px;
		text-align: center;
		bakcground-color: transparent;
		font-weight: 300;
		font-size: .9em;
	}	

	.stack-cards {
		--stack-cards-gap: 43px;
	}
	
	   
    .pull-right-lg {
        float: right;
    }
		
	.publication-img {
	  /*  min-height: 380px;
		max-height: 380px;*/
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	
	.publication-title {
	    margin-top: -63px;
		padding-top: 8px;		
		height: 63px;
		
	}
	
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
	
	.product-thumbnail {
	  /* min-height: 290px;
	   max-height: 290px;*/
	   /*overflow: hidden;*/
    }
	
	
	
	.product-description{
	/*   max-height: 120px;*/
	   overflow: hidden;
    }
	
	.product-item {
	   margin-left: 5px; 
	   margin-right: 5px;
	  
	}
	
	
	.hero-section {	
	  height: 70rem;	  
	}

	
	#map {
	  width: 100%;
	  height:600px;
	}

	
	.post-align-img{
	  display: flex;
	  justify-content: right;
	  align-items: right;

	}
	
	.post-align-text{
	  display: flex;
	  justify-content: left;
	  align-items: left;

	}
	
	.post-top{		
		margin-top: 15px;
	}
	
	div.edition-grid  {
	  min-height: 580px;

	}
	
	#footer-contact {	
		min-height: 426px;
	}
	
	
	.contact-us {
		margin-top: 80px; 
		padding:20px;
		text-align: left;
	}
	
	.contact-location{
	  display: flex;
	  justify-content: left;
	  align-items: left;
	  flex-direction: column;
	}
	
	.contact-mail{
		margin-top: 80px;
		text-align: left;
	}
	
	.contact-social{
		
	}
	
		
	
	.footer-copyright{
		text-align: right ;
	}

	.footer-legal{
		text-align: left;

	}
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
	}
	
	.row-product{
		border-bottom: 1px solid #ddd; 
		margin-top: 50px;
	}
	
		
	.back_club{
		background: url("../theme/images/header_my_settings.jpg") no-repeat center bottom;
		/*background-size: 100%; */
		padding-top: 80px;
		padding-bottom:60px;
		background-size: 100%;  
		min-height:600px;
	}
	
	.setting-title-1 {
		font-size:14px;
		color: #000;
		font-weight: 600;
	}
	
	.setting-value-1{
		font-size:14px;
		color: #111;
	}
	
	.setting-value-2{
		font-size:13px;
		color: #111;
	}
	
	

}

	
	/*and (min-width: 1200px) {*/

@media screen and (min-width: 1200px) and (max-width: 1500px) {

    body {
        font-size: 15px;
    }
   
  	
	.navbar {
        padding: 10px 0 8px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

   
    .top-nav-collapse {
       padding: 0px 0 8px 0;
        background-color: #fff;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #000;
    }
	
	.logo-up{
		width:176px;
		margin-left:25px; 
		margin-top:5px;
	}
	
	.logo-up-club{
		width:150px;
		margin-left:25px; 
		margin-top:5px;
	}
	
	.navbar-user{
		padding:20px 50px 0 0; 
		margin:0;
		
	}
	
	/*.owl-theme .owl-controls {
		margin-top: -30px;
		text-align: center;
	}*/ 
	
	
	#intro.intro {    
    margin-top: 0px;
    max-height: 800px;
	}
	
	
	.top-title{
		padding-top: 120px; 
	}
	   
    .pull-right-lg {
        float: right;
    }
		
	.publication-img {
	  /*  min-height: 380px;
		max-height: 380px;*/
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	
	.publication-title {
	    margin-top: -63px;
		padding-top: 8px;		
		height: 63px;
		
	}
	
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
	
	.product-thumbnail {
	  /* min-height: 290px;
	   max-height: 290px;*/
	   /*overflow: hidden;*/
    }
	
	
	
	.product-description{
	/*   max-height: 120px;*/
	   overflow: hidden;
    }
	
	.product-item {
	   margin-left: 5px; 
	   margin-right: 5px;
	  
	}
	
	
	.hero-section {	
	  height: 70rem;	  
	}

	
	#map {
	  width: 100%;
	  height:600px;
	}

	
	.post-align-img{
	  display: flex;
	  justify-content: right;
	  align-items: right;

	}
	
	.post-align-text{
	  display: flex;
	  justify-content: left;
	  align-items: left;

	}
	
	.post-top{		
		margin-top: 15px;
	}
	
	div.edition-grid  {
	  min-height: 580px;

	}
	
	#footer-contact {	
		min-height: 426px;
	}
	
	
	.contact-us {
		margin-top: 80px; 
		padding:20px;
		text-align: left;
	}
	
	.contact-location{
	  display: flex;
	  justify-content: left;
	  align-items: left;
	  flex-direction: column;
		
	}
	
	.contact-mail{
		margin-top: 80px;
		text-align: left;
	}
	
	.contact-social{
		
	}
	
		
	
	.footer-copyright{
		text-align: right ;
	}

	.footer-legal{
		text-align: left;

	}
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
	}
	
	.row-product{
		border-bottom: 1px solid #ddd; 
		margin-top: 50px;
	}
	
	.back_club{
		background: url("../theme/images/header_my_settings.jpg") no-repeat center bottom;
		/*background-size: 100%; */
		padding-top: 80px;
		padding-bottom:60px;
		background-size: 100%;  
		min-height:750px;
	}
	
	.setting-title-1 {
		font-size:15px;
		color: #000;
		font-weight: 600;
	}
	
	.setting-value-1{
		font-size:15px;
		color: #111;
	}
	.setting-value-2{
		font-size:15px;
		color: #111;
	}
}



@media screen and (min-width: 1501px) and (max-width: 2000px) {

    body {
        font-size: 15px;
    }
   
  	
	.navbar {
        padding: 10px 0 8px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

   
    .top-nav-collapse {
       padding: 0px 0 8px 0;
        background-color: #fff;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #000;
    }
	
	.logo-up{
		width:176px;
		margin-left:25px; 
		margin-top:5px;
	}
	
	.logo-up-club{
		width:150px;
		margin-left:25px; 
		margin-top:10px;
	}
	
	.navbar-user{
		padding:20px 50px 0 0; 
		margin:0;
		
	}
	
	/*.owl-theme .owl-controls {
		margin-top: -30px;
		text-align: center;
	}*/ 
	
	
	#intro.intro {    
    margin-top: 0px;
    max-height: 800px;
	}
	
	
	.top-title{
		padding-top: 120px; 
	}
	   
    .pull-right-lg {
        float: right;
    }
		
	.publication-img {
	  /*  min-height: 380px;
		max-height: 380px;*/
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	
	.publication-title {
	    margin-top: -63px;
		padding-top: 8px;		
		height: 63px;
		
	}
	
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
	
	.product-thumbnail {
	  /* min-height: 290px;
	   max-height: 290px;*/
	   /*overflow: hidden;*/
    }
	
	
	
	.product-description{
	/*   max-height: 120px;*/
	   overflow: hidden;
    }
	
	.product-item {
	   margin-left: 5px; 
	   margin-right: 5px;
	  
	}
	
	
	.hero-section {	
	  height: 70rem;	  
	}

	
	#map {
	  width: 100%;
	  height:600px;
	}

	
	.post-align-img{
	  display: flex;
	  justify-content: right;
	  align-items: right;

	}
	
	.post-align-text{
	  display: flex;
	  justify-content: left;
	  align-items: left;

	}
	
	.post-top{		
		margin-top: 15px;
	}
	
	div.edition-grid  {
	  min-height: 580px;

	}
	
	#footer-contact {	
		min-height: 426px;
	}
	
	
	.contact-us {
		margin-top: 80px; 
		padding:20px;
		text-align: left;
	}
	
	.contact-location{
	  display: flex;
	  justify-content: left;
	  align-items: left;
	  flex-direction: column;
	}
	
	.contact-mail{
		margin-top: 80px;
		text-align: left;
	}
	
	.contact-social{
		
	}
	
		
	
	.footer-copyright{
		text-align: right ;
	}

	.footer-legal{
		text-align: left;

	}
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
	}
	
	.row-product{
		border-bottom: 1px solid #ddd; 
		margin-top: 50px;
	}
	
	.back_club{
		background: url("../theme/images/header_my_settings.jpg") no-repeat center bottom;
		/*background-size: 100%; */
		padding-top: 80px;
		padding-bottom:60px;
		background-size: 100%;  
		min-height:850px;
	}
	
	.setting-title-1 {
		font-size:15px;
		color: #000;
		font-weight: 600;
	}
	
	.setting-value-1{
		font-size:15px;
		color: #111;
	}
	.setting-value-2{
		font-size:15px;
		color: #111;
	}
}

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

    body {
        font-size: 15px;
    }
   
  	
	.navbar {
        padding: 10px 0 8px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

   	
	
	.top-nav-collapse {
		padding: 0px 0 8px 0;
		background-color: #fff;
	  }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #000;
    }
	
	.logo-up{
		width:176px;
		margin-left:25px; 
		margin-top:5px;
	}
	
	.logo-up-club{
		width:150px;
		margin-left:25px; 
		margin-top:5px;
	}
	
	.navbar-user{
		padding:20px 50px 0 0; 
		margin:0;
		
	}
	
	/*.owl-theme .owl-controls {
		margin-top: -30px;
		text-align: center;
	}*/ 
	
	
	#intro.intro {    
    margin-top: 0px;
    max-height: 900px;
	}
	
	
	.top-title{
		padding-top: 120px; 
	}
	   
    .pull-right-lg {
        float: right;
    }
		
	.publication-img {
	  /*  min-height: 380px;
		max-height: 380px;*/
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	
	.publication-title {
	    margin-top: -63px;
		padding-top: 8px;		
		height: 63px;
		
	}
	
	.gallery-title {
	    margin-top: -35px;	
		padding-top: 8px;		
		height: 35px;
	}
	
	.product-thumbnail {
	  /* min-height: 290px;
	   max-height: 290px;*/
	   /*overflow: hidden;*/
    }
	
	
	
	.product-description{
	/*   max-height: 120px;*/
	   overflow: hidden;
    }
	
	.product-item {
	   margin-left: 5px; 
	   margin-right: 5px;
	  
	}
	
	
	.hero-section {	
	  height: 70rem;	  
	}

	
	#map {
	  width: 100%;
	  height:600px;
	}

	
	.post-align-img{
	  display: flex;
	  justify-content: right;
	  align-items: right;

	}
	
	.post-align-text{
	  display: flex;
	  justify-content: left;
	  align-items: left;
      flex-direction: column;
	}
	
	.post-top{		
		margin-top: 15px;
	}
	
	div.edition-grid  {
	  min-height: 580px;

	}
	
	#footer-contact {	
		min-height: 426px;
	}
	
	
	.contact-us {
		margin-top: 80px; 
		padding:20px;
		text-align: left;
	}
	
	.contact-location{
		
	  display: flex;
	  justify-content: left;
	  align-items: left;
		
	}
	
	.contact-mail{
		margin-top: 80px;
		text-align: left;
	}
	
	.contact-social{
		
	}
	
		
	
	.footer-copyright{
		text-align: right ;
	}

	.footer-legal{
		text-align: left;

	}
	
	.price_show tr {
		height: 20px;
		padding: 0;
		margin: 0;
	}
	
	.price_show td {
		padding: 0;
		margin: 0;
	}
	
	.row-product{
		border-bottom: 1px solid #ddd; 
		margin-top: 50px;
	}
	
	.back_club{
	    background: url("../theme/images/header_my_settings.jpg") no-repeat center top;
		padding-top: 100px;
		padding-bottom:60px;
		background-size: 100%;  
		min-height:850px;
	
	}
	
	.setting-title-1 {
		font-size:15px;
		color: #000;
		font-weight: 600;
	}
	
	.setting-value-1{
		font-size:15px;
		color: #111;
	}
	.setting-value-2{
		font-size:15px;
		color: #111;
	}

}