@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');


html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
	margin: 0;
  font-family: 'Open Sans';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color: #000;
}

html, html a {
	-webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}



.custom-page-title {
  position: fixed;
  top: 50%;
  left: 0;
  font-size: 120px;
  font-weight: 900;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  line-height: 150px;
  color: rgba(238,238,238,.25);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 700px) {

  .custom-page-title {
    display: none;
  }

}




h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
caption, tfoot,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none !important;
	outline: 0 !important;
  color: inherit;
}

.container {
	position: relative;

}

@media (max-width: 1000px) {

  .container {
  	padding-left: 15px !important;
    padding-right: 15px !important;
  }

}

@media (max-width: 2000px){

  .container {
      width: 1200px;
  }

}

@media (max-width: 1400px){

  .container {
    width: 1000px;
  }

}

@media (max-width: 1000px){

  .container {
    width: 750px;
  }

}

@media (max-width: 800px){

  .container {
    width: 100%;
  }

}

small { font-size: 12px; }

/*****************************************************/
/* Backtotop */
/*****************************************************/

.backtotop-container {
	position: fixed;
	bottom: 0px;
	right: 0;
}

#backtotop {
	position: fixed;
	bottom: 70px;
	right: -70px;
    z-index: 1000;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#backtotop a {
  display: block;
	width: 50px;
	height: 50px;
	background: #000 !important;
	line-height: 50px;
	text-align:center;
  color: #fff;
  font-size: 30px !important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  border: none;
  line-height: 50px !important;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

#backtotop.off {
    opacity: 0;
    right: -70px;
}

#backtotop.on {
    opacity: 1;
    right: 10px;
}

#backtotop a:hover {
	opacity: 0.6;
}

.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:10px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:0px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
  z-index:99;
}

.float:hover{
	color: #fff;
}

.my-float{
	margin-top:10px;
}

@media (min-width: 700px) {

  /*.float{
    display: none;
  }*/

}

.navbar-language {
  position: absolute;
  top: 70px;
  right: 120px;
}

@media (max-width: 1300px) {

  .navbar-language {
    right: 20px;
  }

}

.navbar-language > li > a {
  text-shadow: none;
	font-size:15px;
	color: #000;
	padding: 0 15px;
	line-height: 40px;
	display: block;
  background-color: #e5e5e5;
  border-radius: 4px;
}

.navbar-language > li > a:hover, .navbar-language > li > a:hover i {
    color: #999;
}

.navbar-language .dropdown > a  {
	font-size: 12px !important;
}

.navbar-language .dropdown > i {
	font-size: 13px !important;
}

.shrink .navbar-language .dropdown > a:after {
    background-position: 0 0;
}

.navbar-language .dropdown-menu {
	position: absolute;
	top: 46px;
	left: 0px;
	display: block;
	float: left;
	min-width: 60px;
	padding: 20px;
	margin: 0;
	font-size: 13px;
	list-style: none;
	background: #fff !important;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-clip: padding-box;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	opacity: 0;
	transform: scale(0.5);
  transition: transform 0.3s cubic-bezier(0.23, 1.5, 0.32, 1) 0s, opacity 0.3s cubic-bezier(0.23, 1.5, 0.32, 1) 0s;
}

.navbar-language .open .dropdown-menu {
    opacity: 1;
	transform: scale(1);
	visibility: visible;
}

.navbar-language .dropdown-menu:before, .navbar-language .dropdown-menu:after {
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    right: auto;
    left: 20px;
	bottom: 100%;
}

.navbar-language .dropdown-menu:before {
    border-bottom-color: #ccc;
    margin-bottom: 1px;
}


.navbar-language .dropdown-menu:after {
    border-bottom-color: #fff;
}

.navbar-language .dropdown-menu > li > a {
    clear: both;
    color: #000;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 0px;
    white-space: nowrap;
	text-align: left;
}

.navbar-language .dropdown-menu > li > a:hover {
	background: none;
	color: #999;
}



/***********************************************/
/* Forms *
/***********************************************/

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
}

.error {
	color: #FF0000;
	display: block;
	position: relative;
	margin: 10px 0;
}

input[type="text"].fullwidth, input[type="password"].fullwidth, select.fullwidth, textarea.fullwidth {
	border-radius: 3px;
  line-height: 50px;
  margin: 10px 0 15px;
	border: 1px solid #ccc;
	padding: 0px 15px;
	height: 50px;
	font-size: 15px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
		position: relative;
}



#credit_card_date_month {
	border-radius: 3px 0 0 3px;
	border-right: none;
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
	background-position: right 10px top 15px;
}

#credit_card_date_year {
	border-radius: 0px 3px 3px 0px;
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat;
	background-position: right 10px top 15px;
}


textarea.fullwidth {
  line-height: 25px;
  margin: 10px 0;
	border: none;
	padding: 12px 15px;
	font-size: 15px;
	color: #000;
}

.form span, .form span a {
	font-size: 12px;
	font-weight: 100;
	color: #000;
}

.form textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {
	box-shadow: none !important;
}

.fieldset { margin-bottom:10px; }

.fullwidth {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: gray;
}
::-moz-placeholder {
  color: gray;
}
:-ms-input-placeholder {
  color: gray;
}
:-moz-placeholder {
  color: gray;
}

button:disabled {
    background: #dddddd;
		color: #333;
}

.result {
	color: #666;
	border-radius: 3px;
	display: block;
}

.result.error {
	background: #fedede;
	color: #ff0000;
}

.contactForm input[type="text"].fullwidth, .contactForm input[type="password"].fullwidth, select.fullwidth {
	border-radius: 0px;
  height: 50px;
  margin: 10px 0;
	background: none;
	color: #000;
	font-size: 15px;
  font-weight: 500;
	box-shadow: none;
	border: none;
	padding: 0 15px;
  background-color: #fff;
	/*border: 1px solid rgba(0,0,0,0.1);*/
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.select {
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  content: "\f232";
}

.contactForm textarea {
	border-radius: 0px;
  margin: 10px 0;
	background: none;
	font-size: 15px;
  font-weight: 500;
  color: #000;
	height: 1.5;
	padding: 10px 15px;
	box-shadow: none;
	border: none;
  background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}

.contactForm input[type="text"].fullwidth:focus, .contactForm textarea:focus {
	border: 1px solid rgba(134,187,70,1);
}

.contactForm span, .contactForm span a {
	font-size: 14px;
	font-weight: 500;
}

.contactForm span a {
	text-decoration: underline;
}



.response .result-loading {
  background: none !important;
}

*:focus {
  outline: none;
  outline-style: none;
}

@-webkit-keyframes autofill {
     to {
       color: #fff;
       font-size: 16px;
       background: transparent;
     }
   }

   input:-webkit-autofill {
     -webkit-animation-name: autofill;
     -webkit-animation-fill-mode: both;
   }

.contact-btns {
  text-align: center;
  margin: 0;
  padding: 0;
}

.contact-btns li {
  display: inline-block !important;
  margin: 10px;
}

.btn-phone, .btn-email, .btn-maps {
  padding: 0px 20px 0px 35px;
  position: relative;
  display: block;
  color: #000;
  line-height: 20px;
  margin-bottom: 5px;
  text-align: left;
}

.btn-phone:after, .btn-email:after, .btn-maps:after {
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  left: 0px;
  color: #000;
  width: 20px;
    text-align: center;
}

.btn-phone:after {
  content: "\f095";
}

.btn-email:after {
  content: "\f2b6";
}

.btn-maps:after {
  content: "\f041";
}

.btn-phone:hover, .btn-email:hover, .btn-maps:hover {
  opacity: 0.6;
}

footer .mod-button, #module4728 .mod-button {
  margin: 0px !important;
}

footer .btn-phone, footer .btn-email, footer .btn-maps {
  color: #fff;
}

footer .btn-phone:after, footer .btn-email:after, footer .btn-maps:after {
  color: #fff;
}



.form input[type="text"].fullwidth, .form input[type="password"].fullwidth {
	border-radius: 4px;
  height: 50px;
  margin: 10px 0;
	background: none;
	color: #000;
	font-size: 14px;
	box-shadow: none;
	border: 2px solid #a7a7a7;
	padding: 0 10px;
}

.form textarea {
	border-radius: 4px;
    margin: 10px 0;
	background: none;
	color: #000;
	font-size: 15px;
	height: 120px;
	padding: 15px;
	box-shadow: none;
	border: 2px solid #a7a7a7;
}

.form span, .form span a {
	font-size: 12px;
	font-weight: 100;
	color: #000;
}

.form textarea:focus, .form input[type="text"]:focus {
	box-shadow: none !important;
	border: 1px solid #1a81cc !important;
}



.fieldset { margin-bottom:10px; }

.fullwidth {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.result .result-success {
  display: inline-block;
  background-color: #d8f2d5;
  padding: 15px 15px 15px 40px;
  color: #14ad1a;
  box-shadow: inset 0 0 1px 0px rgba(0,0,0,0.1);
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}

.result .result-success:after {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: 'FontAwesome';
  content: '\f00c';
  font-size: 20px;
  color: #14ad1a;
}

.result .result-error {
  display: inline-block;
  background-color: #ffe3e3;
  padding: 15px 15px 15px 40px;
  color: #eb2828;
  box-shadow: inset 0 0 1px 0px rgba(0,0,0,0.1);
  position: relative;
}

.result .result-error:after {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: 'FontAwesome';
  content: '\f00d';
  font-size: 20px;
  color: #eb2828;
}

.result .result-loading {
  display: inline-block;
  background-color: #f1f1f1;
  padding: 15px 15px 15px 40px;
  color: #666;
  box-shadow: inset 0 0 1px 0px rgba(0,0,0,0.1);
  position: relative;
}

.result .result-loading:after {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: FontAwesome;
  content: "\f021";
  font-size: 20px;
  color: #666666;
}

.result-loading:after { -webkit-animation: spin 1s infinite linear; -moz-animation: spin 1s infinite linear; -o-animation: spin 1s infinite linear; animation: spin 1s infinite linear; }

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.ion-loading-a { -webkit-animation-timing-function: steps(8, start); -moz-animation-timing-function: steps(8, start); animation-timing-function: steps(8, start); }
.ion-loading-c { margin: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }



/***********************************************/
/* Select *
/***********************************************/

.select {
  display: inline-block;
	position: relative;
	min-width: 250px;
	cursor: pointer;
  width: 100%;
}

.select select::-ms-expand {
  display: none;
}

.select:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #000;
  right: 10px;
  top: 10px;
  padding: 0;
  position: absolute;
  pointer-events: none;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
	outline:none;
  font-size: 20px;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0 40px 0 10px;
  font-size: 14px;
  line-height: 1.75;
  color: #999;
  -ms-word-break: normal;
  word-break: normal;
  position: relative;
	cursor: pointer;
	outline:none !important;
  border-radius: 0;
  height: 50px;
  margin: 10px 0;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
}

h1 { margin: 20px 0; font-weight:bold; font-size: 24px;line-height: 40px }
h2 { margin: 20px 0; font-weight:bold; font-size: 24px; line-height: 40px }




/******************************************************************************/
/* Box */
/******************************************************************************/

.box {
	background-color: #fff;
	padding: 30px;
	border: 1px solid #d5d5d5;
  box-shadow: 0 0px 30px 0px rgba(0,0,0,0.05);
}

@media (max-width: 1000px) {

	.box {
		padding: 20px;
	}

}

.form-box {
	background-color: #f1f1f1;
	padding: 40px;
}

@media (max-width: 1000px) {

	.form-box {
		padding: 20px;
	}

}

/***********************************************/
/* Footer *
/***********************************************/

#footer {
	background-clip: padding-box;
	position: relative;
	margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}

#footer .mod-text, #creditos .mod-text {
  font-size: 15px;
  color: #fff !important;
}




#footer ul {
	list-style: none;
	padding: 0;
}

#footer p {
  color: #fff;
}


#footer .nav li a {
  padding: 0 0px 8px 0;
  text-decoration: none !important;
  color: #fff;
}

#footer a, #creditos a {
  text-decoration: none !important;
  color: #fff;
}

#footer a:not(.btn):hover, #footer a:not(.btn):focus, #creditos a:not(.btn):hover, #creditos a:not(.btn):focus {
	opacity: 0.6;
  background-color: inherit;
  color: #fff;
}


.heading-caption {
  position: relative;
}

.heading-caption > ul {
  position: relative;
  z-index: 2;
}

.heading-caption:after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(/img/pattern-2.png);
  background-size: cover;
  opacity: 1;
  z-index: 0;
}

/***********************************************/
/* Interweb *
/***********************************************/


.mod-title {
  font-family: 'Montserrat';
	color: #000 !important;
	margin: 0 0 20px 0;
	font-size: 35px;
  line-height: 1.5;
  letter-spacing: 0px;
	font-weight: 700;
  position: relative;
  text-transform: normal;
}

.mod-title-2 {
	color: #000;
	margin: 0 0 20px 0;
	font-size: 50px;
  line-height: 1.8px;
	text-align: left;
	font-weight: 600;
  position: relative;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.mod-title-2:first-line {
  color: transparent;
    -webkit-text-stroke: 1px #000000;
}

@media (max-width: 1000px) {

  .mod-title {
  	margin: 0 0 20px 0;
  	font-size: 25px;
    position: relative;
  }

  .mod-title-2 {
  	font-size: 16px;
    line-height: 25px;
  }

}

.mod-subtitle {
	font-weight: 500;
	color: #555;
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height: 1.8;
	text-transform: normal !important;
	position: relative;
	padding: 0px;
  letter-spacing: normal;
  text-align: left;
}

ul.social {
  overflow: hidden;
  display: block;
  text-align: left !important;
}

ul.social li {
  display: inline-block;
  height: 30px !important;
  line-height: 30px !important;
  margin: 0px 5px !important;
  overflow: hidden;
	background: none !important;
  width: 30px !important;
}

ul.social li a {
  color: #fff !important;
  font-size: 0 !important;
  line-height: 30px !important;
  padding-top: 0px !important;
  position: relative;
  top: 0;
  width: 30px !important;
	text-align:center;
	border: none;
	height: 30px !important;
	border-radius: 60px;
  border: 2px solid #fff;
  text-decoration: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

ul.social li a i {
  font-size: 15px;
  color: #fff !important;
}

ul.social li:hover {
  opacity: 0.6;
	background: none;
  color: #666 !important;
}

ul.social li:hover a {
  color: #666 !important;
}

#credits p {
  color: #000 !important;
}

.mod-quote {
	font-weight: 600;
	color: #73573f;
	font-size: 18px;
	line-height: 30px;
	text-align:left;
	text-transform: uppercase;
	border-radius: 0px;
	background: none;
	padding: 0px 10px 0 30px;
	margin: 0px 0;
  position: relative;
  border-left: 4px solid #73573f;
}

.mod-text {
  font-weight: 400;
  font-size: 16px;
	line-height: 28px;
  color: #333;
  text-align: justify;
}

.mod-text a, .mod-text a:hover {
  /*text-decoration: underline !important;
  color: #000 !important;*/
}

.mod-text.text-color-white a, .mod-text.text-color-white a:hover {
  color: #fff !important;
}

.mod-text ul {
	margin: 10px 0;
}

.mod-text ul li {
	margin: 0 0 5px 0;
	padding: 0px 0px 0px 25px;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}

.mod-text ul li:before {
	position: absolute;
	top: 1px;
	left: 0;
 	font-family: FontAwesome;
	content: "\f00c";
	color: #999;
}

/*.mod-text ul li:before {
	position: absolute;
	top: 1px;
	left: 0;
	background-image: url(../img/arr2.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  content: "";
}*/

.mod-image { text-align: left; margin: 0px 0 10px; }
.mod-image img { width: 100%; }
.mod-button { margin: 20px 0 0; }

.mod-video { position: relative; text-align:center; margin: 0px 0; display: block; -webkit-border-radius:10px; 	-moz-border-radius:10px; 	border-radius:10px;  }
.mod-video img { width: 100%; }
.mod-video a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: FontAwesome;
	content: "\f01d";
	color: #fff;
	font-size: 60px;
	transform: translate(-50%,-50%);
}

.mod-youtube { background-color: #ccc; position: relative; text-align:center; margin: 0px 0; display: block; min-height: 300px; width: 100%; }

.mod-accordion-3 {
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.6);
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.mod-accordion-3 .mod-title-collapse {
  font-size: 18px;
  padding: 20px;
  font-weight: 600;
}

.mod-accordion-3 .mod-title-collapse:hover {
  cursor: pointer;
  opacity: 0.8;
}

.mod-accordion-3 .collapseContent {
  padding: 0 20px 10px;
}

.mod-blackandwhite {
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
}

ul.languages {
  display: block;
}

ul.languages li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0px;
	background: none;
  width: auto;
  vertical-align: middle;
}

ul.languages li a {
  color: #000;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
  padding: 0px 6px 0px;
  position: relative;
  width: 100%;
	text-align:center;
	border: none;
}

.theme-home ul.languages li a {
  color: #fff;
}

ul.languages li a:after {
  content: "·";
  position: absolute;
  right: -4px;
}

ul.languages li:last-child a:after {
  content: "";
}

ul.languages li a:hover {
  opacity: 0.7;
}

ul.languages li.active {
  border-bottom: 2px solid #ccc;
}

.shrink ul.languages li a {
  color: #000;
}

.mod-image.fix img {
    width: auto !important;
}

.collapseShow {
    color: #72b7c2;
    display: block;
    font-size: 16px;
    font-weight: bold;
  margin: 0px 0 5px;
    padding: 10px 10px 10px 15px;
    position: relative;
	background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #72b7c2;
}
.collapseShow:hover {
    color: #72b7c2;
    background-color: #fff;
    opacity: 0.8;
    text-decoration: none;
}
.collapseShow::before {
    color: #72b7c2;
    content: "\f106";
    font-family: FontAwesome;
    font-size: 22px;
    left: auto;
    right: 20px;
    position: absolute;
    top: 4px;
}
.collapseHide {
    color: #72b7c2;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0 5px;
    padding: 10px 10px 10px 15px;
    position: relative;
		background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #72b7c2;
}
.collapseHide:hover {
  color: #72b7c2;
  background-color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.collapseHide::before {
    color: #72b7c2;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    left: auto;
    right: 20px;
    top: 6px;
}
.mod-collapse .nav-toggle {
}

.mod-collapse .collapseContent {
    background-color: #fff;
    margin: 0px 0 20px 0;
    padding: 20px;
    border: none !important;
}

.interweb_snippet_1, .interweb_snippet_2 {
  box-shadow: 0 0px 100px 0px rgba(0,0,0,0.1);
}

.interweb_snippet_1 .snippet_content {
    padding: 50px 100px 50px 50px !important;
}

.interweb_snippet_2 .snippet_content {
    padding: 50px 50px 50px 100px !important;
}

@media (max-width: 1000px) {

  .interweb_snippet_1 .snippet_content {
      padding: 30px !important;
  }

  .interweb_snippet_2 .snippet_content {
      padding: 30px !important;
  }

}


.deplace {
  margin: 0;
  padding: 100px;
}

@media (max-width: 1000px) {

  .deplace {
    margin: 0 !important;
    padding: 30px !important;
  }

}

.cliente-logo, .cliente-logo img {
  max-height: 50px;
}

.valign-container {
	display: table;
}

.valign-container .ui-sortable {
	display:table-cell;
	vertical-align:middle;
}

.valign  {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.vhalign  {
	position: absolute;
	top: 50%;
  left: 50%;
	transform: translate(-50%,-50%);
}

.text-size-13 {
		font-size: 13px;
}

.text-align-center {
	text-align: center !important;
}

.text-color-black {
	color: #000 !important;
}

.text-color-white {
	color: #fff !important;
}


/*****************************************************/
/* Home */
/*****************************************************/

.block {
  padding: 100px 0;
}

.block-1 .col-md-6:first-child {
  padding-left: 200px;
}

.block-2 .col-md-6:last-child {
  padding-right: 200px;
}

@media (max-width: 1000px) {

  .block {
    padding: 20px 0;
  }

  .block-1 .col-md-6:first-child {
    padding-right: 40px;
    padding-left: 40px;
  }

  .block-2 .col-md-6:last-child {
    padding-right: 40px;
    padding-left: 40px;
  }

}


/*****************************************************/
/* Pages */
/*****************************************************/

.margin {
	padding: 70px 0 0 0;
}

.page-margins {
	padding: 50px 0;
}

.page, .edit {
  background-clip: padding-box;
  padding: 120px 0 0px 0;
	min-height: 500px;
	position: relative;
	z-index: 80;
	margin: 0 auto -1px;
}

.theme-section .page, .theme-section .edit {
  padding: 120px 0 0px 0;
}

.margins {
  padding: 50px 0;
}

@media (max-width: 1000px) {

  .page, .edit {
    padding: 100px 0 0px 0 !important;
  }

}

.theme-home .page, .theme-home .edit {
  padding: 0px 0 0px 0 !important;
}

.edit .video {
  background-color: #ccc;
}





/*****************************************************/
/* Buttons */
/*****************************************************/

.btn-custom {
  background-color: #cb0100;
  color: #fff;
  display: inline-block;
  margin: 0;
	border-radius: 0px;
	box-shadow: none;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: none;
	padding: 0px 20px;
	line-height: 60px;
  border: none;
	text-transform: uppercase;
  box-shadow: 0 4px 1px 0px rgba(0,0,0,0.1);
}

.btn-custom:hover {
  color: #fff;
  background: #555;
}

.btn-custom:focus, .btn-custom:active {
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5) inset;
  color: #fff;
}

@media (min-width: 1px) and (max-width: 700px) {
	.btn-custom {
	  font-size: 13px;
		padding: 0px 20px;
	}
}

.btn-custom-2 {
  color: #fff !important;
  display: inline-block;
  margin: 0;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0px;
	text-decoration: none;
	text-shadow: none;
	padding: 0px 20px;
	line-height: 50px;
	text-transform: uppercase;
	border: 2px solid #fff;
  border-radius: 0px;
}

.btn-custom-2:hover {
  opacity: 0.7;
}

.btn-custom-2:focus, .btn-custom-2:active {

}

.btn-submit {
  display: inline-block;
  margin: 0;
	position: relative;
}

.btn-submit i {
  position: relative;
  top: 6px;
  font-size: 30px;
}

.btn-submit:after {
	content: '';
	right: 17px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0) rotate(0);
  opacity: 0;
  transition: opacity .15s ease;
	border-color: #fff rgba(255,255,255,.2) rgba(255,255,255,.2);
}

.btn-submit.is-loading {
  color: transparent!important;
}

.btn-submit.is-loading:after {
  opacity: 1;
  -webkit-animation: btn-loader .5s linear infinite;
  animation: btn-loader .5s linear infinite;
  transition-delay: .15s;
}

@-webkit-keyframes btn-loader {
  from {
    transform: translate3d(-50%,-50%,0) rotate(0);
  }

  to {
    transform: translate3d(-50%,-50%,0) rotate(359deg);
  }
}

@keyframes btn-loader {
  from {
    transform: translate3d(-50%,-50%,0) rotate(0);
  }

  to {
    transform: translate3d(-50%,-50%,0) rotate(359deg);
  }
}




/*****************************************************/
/* Header*/
/*****************************************************/


.header-navigation {
  position: absolute;
  top: 0;
  right: 0;
	transition: all 0.5s ease 0s;
}

/*.nav-down .header-navigation {
	-moz-transform:translate3d(0,0,1px);
	-ms-transform:translate3d(0,0,1px);
	-webkit-transform:translate3d(0,0,1px);
	-o-transform:translate3d(0,0,1px);
	transform:translate3d(0,0,1px);
  background-color: none;
}

.scrollUp .header-navigation {
	-moz-transform: translate3d(0,-100%,1px);
  -ms-transform: translate3d(0,-100%,1px);
  -webkit-transform: translate3d(0,-100%,1px);
  -o-transform: translate3d(0,-100%,1px);
  transform: translate3d(0,-100%,1px);
}*/

#header-main {
  z-index: 100;
  width: 100%;
  height: 100px;
  padding: 15px;
}


.header-dark-title {
	font-size: 68px;
  line-height: 60px;
  font-weight: 600;
	color: #fff;
}

.header-dark-title2:before {
	content: "";
	position: absolute;
	left: -40px;
	top: 0px;
	width: 20px;
	height: 15px;
	background-color: #b91968;
	display: block;
}

.header-dark-title2:after {
	content: "";
	position: absolute;
	left: -40px;
	top: 20px;
	width: 20px;
	height: 8px;
	background-color: #7ad1ee;
	display: block;
}

.header-dark-subtitle {
	font-size: 20px;
	color: #fff;
}

@media (min-width: 1px) and (max-width: 700px) {
	.header-dark-title {
		font-size: 34px!important;

	}
}


/*****************************************************/
/* Productos */
/*****************************************************/

.category-text {
  margin: 30px auto;
  max-width: 500px;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
}

.category-cta {
  text-align: center;
  margin: 50px 0;
}

.category-cta a {
  margin: 0 20px 20px;
}




.heading-caption {
  max-width: 600px;
  margin: 0 20px 0 auto;
}

@media (max-width: 1000px) {

  .heading-caption {
    background-color: rgba(255,255,255,0.8);
    max-width: 500px;
    margin: 0 20px 0 auto;
  }

}

/*****************************************************/
/* Header*/
/*****************************************************/

#header-top {
	height: 100px;
	box-sizing: border-box;
	background-color: #ececec !important;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 9990;
  padding: 0 0px;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}

#header-top .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 100px;
  color: #fff;
}

#header-top .header-top-element {
  width: 250px;
}

#header-top .header-top-element:first-child {
  margin-right: auto;
  visibility: hidden;
}

#header-top .header-top-element:last-child {
  margin-left: auto;
  display: flex;
  align-items: center;
}



#header-top .header-top-logo {
  height: 80px;
  display: flex;
  justify-content: center;
}

#header-top .header-top-logo img {
  height: 100%;
}

.shrink #header-top {
  height: 0px;
}

#header-main {
  z-index: 100;
  width: 100%;
  height: 135px;
  padding: 15px;
}

#headers {
	background-color: none;
	transition: all ease-in .3s;
}

header nav {
	float: left;
	margin: 0 0 0 0px;
}

.header {
	background-color: #000;
	transition: all ease-in .3s;
}


#header-desktop .logo {
	position: absolute;
}

#header-desktop .logo img {
	vertical-align: middle;
  height: 100%;
}

.theme-home #header-desktop .logo img {
  filter: brightness(0) invert(1);
}

#header-desktop .logo {
	display: block;
  z-index: 99999;
  margin-left: 0px;
  height: 100px;
  width: 200px;
  transition: all ease-in .3s;
}

.shrink #header-desktop .logo {
  height: 75px;
}

.shrink #header-desktop .logo img, .shrink #header-mobile .logo img {
  filter: none !important;
}

#header-desktop .logo svg {
	height: 100%;
  width: 100%;
  fill: #fff;
}

.shrink #header-desktop .logo svg {
  fill: #000;
}

.theme-section #header-desktop .logo svg {
  fill: #000;
}


#header-desktop {
	height: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
	text-align: center;
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	z-index: 9990;
	transition: all 0.5s ease 0s;
  padding: 0 0px;
}

.shrink #header-desktop {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
  height: 100px;
}

.theme-section #header-desktop {
	background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

#header-desktop > .wrapper {
  height: 120px;
  display: flex;
  align-items: center;
  padding: 0 100px;
  transition: all 0.5s ease 0s;
}

.shrink #header-desktop {
	background-color: #fff;
  top: 0;
}

.shrink #header-desktop > .wrapper {
  height: 100px;
}

.header-white #header-desktop {
	background: #000;
  border-bottom: 1px solid #fff !important;
}

#header-desktop.shrink, #header-desktop.blocked {
	opacity: 1 !important;
}

#header-desktop ul.nav {
	text-align: right;
	margin-right: 0px;
	position: relative;
  margin-left: auto;
}

@media (max-width: 1300px) {

  #header-desktop .wrapper {
    padding: 0 30px;
  }

  #header-desktop ul.nav {
    padding: 0 0px 0 0;
  }

}

#header-desktop ul.nav > .active > a, #header-desktop ul.nav > .active > a:hover, #header-desktop ul.nav > .active > a:focus {
  box-shadow: none;
  text-decoration: none;
  /*color: #72b7c2 !important;*/
}

.shrink #header-desktop ul.nav > .active > a, .theme-section #header-desktop ul.nav > .active > a {
	border-bottom: 1px solid #000;
}

#header-desktop ul.nav li.dropdown.open > .dropdown-toggle, #header-desktop ul.nav li.dropdown.active > .dropdown-toggle, #header-desktop ul.nav li.dropdown.open.active > .dropdown-toggle {
	background-color: none !important;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #000 !important;
}

#header-desktop ul.nav > li {
  vertical-align: center;
}

#header-desktop ul.nav > li > a {
  text-shadow: none;
	padding: 0px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 15px;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.5s ease 0s;
  background: none !important;
}



.theme-section #header-desktop ul.nav > li > a {
	color: #000;
}

.shrink #header-desktop ul.nav > li > a {
	color: #000;
}

@media (max-width: 1300px) {

  #header-desktop ul.nav > li > a {
  	font-size: 13px;
    margin: 0 15px;
  }

}

#header-desktop ul.nav > li > a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {

	#header-desktop ul.nav > li > a {
		padding: 0px 0px 0px
	}

	#header-desktop ul.nav > li {
		position: relative;
		display: inline-block;
	}

	#header-desktop ul.nav .dropdown-toggle:focus {
		outline: 0;
	}

	#header-desktop ul.nav .dropdown-menu {
		position: absolute;
		top: 67px;
		left: 0;
		display: block;
		float: left;
		min-width: 160px;
		padding: 35px 0;
		margin: 0;
		font-size: 13px;
		list-style: none;
		background-color: #2C3E50;
		border: none;
		border-radius: 0px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
		background-clip: padding-box;
	}

	#header-desktop ul.nav .dropdown-menu:before {
		position: absolute;
	  content: "";
	  display: inline-block;
	  left: 25px;
	  position: absolute;
	  top: -12px;
		border-style: solid;
		border-width: 0 12px 12px 12px;
		border-color: transparent transparent #fff transparent;
	}

	#header-desktop ul.nav > li > .dropdown-menu {
		margin-top: 0px;
	}

	#header-desktop ul.nav > li > a:hover, #header-desktop ul.nav > li > a:focus {
	    background: none !important;
	}

	#header-desktop ul.nav .dropdown-menu .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}

	#header-desktop ul.nav .dropdown-menu > li > a {
    font-family: 'Arial';
		display: block;
		padding: 5px 30px;
		clear: both;
		font-weight: 300;
		line-height: 1.3;
		white-space: nowrap;
		color: #000;
    font-size: 14px;
		text-align: left;
		text-transform: normal;
	}

	#header-desktop ul.nav .dropdown-menu > li:last-child > a {
		border-bottom: 0px;
	}

	#header-desktop ul.nav .dropdown-menu > li > a:hover, #header-desktop ul .dropdown-menu > li > a:focus {
		text-decoration: none;
		background-color: none;
		opacity: 0.6;
		background: none !important;
	}

	#header-desktop ul.nav .dropdown-menu {
	  -webkit-transition: all 100ms ease-out;
	  -moz-transition: all 100ms ease-out;
	  -o-transition: all 100ms ease-out;
	  -ms-transition: all 100ms ease-out;
	  transition: all 100ms ease-out;
	  -webkit-transform: translateY(25px);
	  -moz-transform: translateY(25px);
	  -ms-transform: translateY(25px);
	  -o-transform: translateY(25px);
	  transform: translateY(25px);
	  opacity: 0;
		visibility: hidden;
	}

	#header-desktop ul.nav .open .dropdown-menu {
		display: block;
	  -webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  -o-transform: translateY(0px);
	  transform: translateY(0px);
	  opacity: 1;
		visibility: visible;
	}

}

#header-desktop ul.nav > li.highlight > a, #header-desktop ul.nav > li.highlight.active > a {
	padding: 0 20px !important;
	line-height: 40px;
	color: #fff !important;
  background: #668e34 !important;
}

#header-desktop ul.nav > li.highlight > a:hover {
  color: #fff !important;
  background: #000 !important;
	opacity: 0.8;
}

.header-shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=0 );
}

.header-white .header-shadow {
	display: none;
}

.shrink .header-shadow {
	display: none;
}

.dropdown-menu {
  line-height: 20px;
  background-color: #fff !important;
  box-shadow: 0 0 30px rgba(0,0,0,0.2) !important;
}

@media (max-width: 1300px) {
  .container {
      width: 100% !important;
  }
}


/*****************************************************/
/* Heade Mobile */
/*****************************************************/

header#header-mobile {
	display: none;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999 !important;
	transition: all 0.5s ease 0s;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.shrink header#header-mobile {
	background-color: #fff;
  height: 100px;
}

.theme-section #header-mobile {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
  height: 100px;
}

header#header-mobile #header-top .header-top-element:last-child {
  justify-content: flex-end;
}

header#header-mobile #header-top .wrapper {
  padding: 0 25px;
}

header#header-mobile .wrapper {
  position: relative;
}

header#header-mobile .logo img {
  max-height: 100px;
  padding: 20px;
}

.theme-home #header-mobile .logo img {
  filter: brightness(0) invert(1);
}

#header-mobile .logo-black { display: none; }

#header-mobile.shrink .logo-white { display: none; }

#header-mobile .logo-black, #header-mobile .logo-white {
	display: none;
}

.shrink #header-mobile .logo-black {
	display: block;
}

.shrink #header-mobile .logo-white {
	display: none;
}

#header-mobile .logo-white {
	display: block;
}

#header-mobile .logo-black {
	display: none;
}

.theme-section #header-mobile .logo-white {
	display: none;
}

.theme-section #header-mobile .logo-black {
	display: block;
}

@media (max-width: 1000px) {

  header#header-mobile {
  	display: block;
  }

	header#header-mobile .logo {
	   padding: 0px 0;
	}

  header#header-mobile ul.social {
    display: none;
  }

  header#header-mobile ul.languages {
    margin: 0;
  }




}

#mobile-menu ul.languages {
  display: block;
  position: relative;
  line-height: 120px;
}

#mobile-menu ul.languages li a {
    padding: 0px 10px;
}

/*****************************************************/
/* Menú */
/*****************************************************/

.sliding-menu-open,  .sliding-menu-open:focus {
	height: 100%;
	width: 75px;
	color: #141414;
	display: block;
	float: right;
	line-height: 120px;
	text-align: center;
	position: absolute;
	right: 100px;
	top: 0;
}

@media (max-width: 1000px) {

	.sliding-menu-open,  .sliding-menu-open:focus {
		right: 0px;
	}

}

#sliding-menu {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  position: fixed;
  top: 0;
  max-width: 500px;
  width: 100%;
  z-index: 999 !important;
	background: rgba(255,255,255,0.9);
	/*transform: translate3d(100%, 0px, 0px) !important;*/
  -webkit-transform: translate3d(100vw,0,0) translateX(-0%);
    -moz-transform: translate3d(100vw,0,0) translateX(-0%);
    -o-transform: translate3d(100vw,0,0) translateX(-0%);
    transform: translate3d(100vw,0,0) translateX(-0%);

}

#sliding-menu-overlay {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
	opacity: 0;
	transition: all 0.5s ease 0s;
	background-color: rgba(0,0,0,0.6);
	visibility: hidden;
	z-index: 99;
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
}

.menu-anim #sliding-menu-overlay, .show-menu #sliding-menu-overlay {
	opacity: 1;
	visibility: visible;
}

#sliding-menu-inner {
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

#outer-container {
	position: relative;
	left: 0px;
	transition: all 0.5s ease 0s;
  z-index: 9;
}

#sliding-menu {
  -webkit-transition: all 0.6s cubic-bezier(.77, 0, .175, 1) 0.0s;
  -moz-transition: all 0.6s cubic-bezier(.77, 0, .175, 1) 0.0s;
  -o-transition: all 0.6s cubic-bezier(.77, 0, .175, 1) 0.0s;
  transition: all 0.6s cubic-bezier(.77, 0, .175, 1) 0.0s;
}

.menu-anim #sliding-menu, .show-menu #sliding-menu {
  /*transform: translate3d(0%, 0px, 0px) !important;*/
  -webkit-transform: translate3d(100vw,0,0) translateX(-100%);
    -moz-transform: translate3d(100vw,0,0) translateX(-100%);
    -o-transform: translate3d(100vw,0,0) translateX(-100%);
    transform: translate3d(100vw,0,0) translateX(-100%);
}

#sliding-menu .close {
  width: 30px;
	height: 30px;
	color: #000;
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 1;
	z-index: 2;
}

#sliding-menu .close:before, #sliding-menu .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 23px;
  width: 1px;
  background-color: #000;
}

#sliding-menu .close:before {
  transform: rotate(45deg);
}

#sliding-menu .close:after {
  transform: rotate(-45deg);
}



/*****************************************************/
/* Edit mode */
/*****************************************************/

.edit-mode #header-desktop {
	right: auto !important;
	position: relative;
}

.edit-mode .edit {
  padding: 0 !important;
	z-index: 91;
  background-color: #fff;
}

img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
  image-rendering: auto;
}

.border-bottom { border-bottom: 1px solid #f1f1f1; }
.border-top { border-top: 1px solid #f1f1f1; }
.border-left { border-left: 1px solid #f1f1f1; }
.border-right { border-right: 1px solid #f1f1f1; }

.background-cover {
	position: relative;
	background-size:cover;
  color: white;
	background-repeat: none;
	background-position: left 50%;
}

.background-overlay:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.row-fluid-no-margin {
  margin-left: 0px !important;
}

.row-fluid-no-margin .col-md-4 {
  width: 33.333% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.row-fluid-no-margin .col-md-6 {
  width: 50% !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 1000px) {

	.row-fluid-no-margin .col-md-4 {
		width: 100% !important;
	}

	.row-fluid-no-margin .col-md-6 {
		width: 100% !important;
	}

	.col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-8 {
		padding-bottom: 20px;
	}

}

/*.col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 35px;
    padding-left: 35px;
}*/

.highlights_module .col-md-12, .highlights_module .col-md-2, .highlights_module .col-md-3, .highlights_module .col-md-4, .highlights_module .col-md-5, .highlights_module .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


/*****************************************************/
/* Responsive */
/*****************************************************/

@media only screen and (min-width : 1px) and (max-width : 1000px) {

	.head { background-size:cover !important; }

	#header-main, #header-desktop, #header-desktop-sticky-wrapper { display: none; }


    #mobile-menu > .nav > .dropdown {
    		display: block !important;
    		overflow: hidden;
    	}

	#header-desktop ul.nav > .dropdown {
		overflow: auto;
	}






}


@media (min-width: 481px) and (max-width: 979px) {

.static-page {
    margin: 0;
}

}

@media (min-width: 1px) and (max-width: 480px) {

.static-page {
    margin: 0;
}

}

.border-left { border-left: 1px solid #e5e5e5; }
.border-right { border-right: 1px solid #e5e5e5; }

.gray { background: #fafafa; border-bottom: 1px solid #f1f1f1; }





.products-list {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
  grid-auto-rows: 1fr;
}

.products-list .item {
  padding: 10px;
}

.products-list .item .wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.6s ease 0s;
  text-align: center;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.products-list .item .title {
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 40%;
  background-color: #000000;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-list .item:nth-child(2n) .title {
  background-color: #73573f;
}

.products-list .item .text {
  color: #555;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  width: 60%;
  padding: 20px;
  align-items: center;
  display: flex;
}

@media (max-width: 1400px) {

  .products-list {
    grid-template-columns: auto auto;
  }

}

@media (max-width: 800px) {

  .products-list {
    grid-template-columns: auto;
  }

}

.products-list .item a:hover {
  /*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);*/
}

.products-list .item a .image-wrapper {
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e5;
}

.products-list .item a .image-wrapper .overlay {
  background-color: rgba(255,255,255,0.1);
  border: 2px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.products-list .item a .image-wrapper .image {
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease 0s;
	background-color: #e5e5e5;
}

.products-list .item a .caption {
  padding: 20px 0

}

.products-list .item a:hover .image-wrapper .image {
  transform: scale(1);
}

.products-list .item a:hover .image-wrapper .overlay {
  opacity: 1;
}


@media (max-width: 1000px) {

  .col-md-4 {
    width: 50% !important;
    float: left;
  }

}

@media (max-width: 500px) {

  .col-md-4 {
    width: 100% !important;
  }

}

.proyectos-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  justify-content: center;
  margin-top: 30px;
}

.proyectos-list .item {
  display: grid;
  width: 25%;
}


/*****************************************************/
/* Events */
/*****************************************************/

#events.margin, #events-post.margin {
  padding-top: 0px;
}

#events > .container {
  padding: 50px 40px 100px;
}

#events .container {
  max-width: 1300px;
}

#events-post .container {
  max-width: 1000px;
}

@media (max-width: 1000px) {
  #events > .container {
    padding: 50px 20px;
  }
}

#events {
	margin: 0 0 0px 0;
  background-color: #000;
}

.categories-list {
    position: relative;
    margin-right: -20px;
}

.categories-list ul {
  padding: 0;
}

.categories-list .item {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  padding-bottom: 20px;
  transition: all 0.6s ease 0s;
}

.categories-list .item.show {
  opacity: 1;
}

@media (max-width: 1000px) {
  .categories-list .item {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
  }
}

.categories-list .item > a {
  display: block;
  /*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);*/
	transition: all 0.2s ease 0s;
  display: block;
}

.categories-list .item a:hover {
  /*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);*/
}

.categories-list .item .image-wrapper {
  height: 300px;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.categories-list .item .image-wrapper .overlay {
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.categories-list .item a:hover .image-wrapper .overlay {
  opacity: 1;
}

.categories-list .item .image-wrapper .image {
  height: 300px;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease 0s;
	background-color: #e5e5e5;
}

.categories-list .item .caption {
  padding: 20px 0;
}

.categories-list .item h3 {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
		text-align: left;
    line-height: 30px;
    margin-top: 0;
		text-transform: none !important;
}

.categories-list .item .image img {
    width: 100%;
}

.categories-list .item .foot {
  color: #000;
  font-size: 11px;
  font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
}

.gama-title {
  font-size: 32px;
  line-height: 50px;
  font-weight: 300;
  background-color: #001E6A;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 20px;
}

@media (max-width: 1000px) {

  .gama-title {
    display: block !important;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
  }

}

/*****************************************************/
/* Checkbox and Radio */
/*****************************************************/

.checkbox, .radio {
	padding: 0;
	position: relative;
  margin-bottom: 20px !important;
}

.checkbox label, .radio label {
  padding-left: 35px !important;
	text-transform: none;
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
    opacity: 0;
    position: absolute;
    z-index: -1;
}
input[type="checkbox"]:disabled + label:before, input[type="radio"]:disabled + label:before {
    background-color: #f6f7f9 !important;
    cursor: not-allowed;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    -moz-appearance: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 24px 24px !important;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 24px !important;
    margin-left: -35px;
    outline: 0 none;
    position: absolute;
    top: -1px;
    vertical-align: middle;
    width: 24px !important;
    z-index: 1;
		border: 1px solid rgba(0,0,0,0.2);
}
input[type="radio"] + label:before {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\'%3E%3Cpath fill=\'%23fff\' d=\'M12 23c6.075 0 11-4.925 11-11s-4.925-11-11-11c-6.075 0-11 4.925-11 11s4.925 11 11 11z\'%3E%3C/path%3E%3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 100%;
    transition: background 0.1s ease 0s;
}
input[type="radio"]:checked + label:before {
    background-color: #00cca5;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\'%3E%3Cpath fill=\'%23fff\' d=\'M12 23c-6.075 0-11-4.925-11-11s4.925-11 11-11c6.075 0 11 4.925 11 11s-4.925 11-11 11zM12 20c4.418 0 8-3.582 8-8s-3.582-8-8-8c-4.418 0-8 3.582-8 8s3.582 8 8 8z\'%3E%3C/path%3E%3C/svg%3E");
    background-position: 0 0;
    transition: background 0.2s ease 0s;
}
input[type="checkbox"] + label:before {
    background: #fff;
    border-radius: 0px !important;
    transition: all 0.1s ease 0s;
}
input[type="checkbox"]:checked + label:before {
    background-color: #000 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\'%3E%3Cpath fill=\'%23fff\' d=\'M10.175 13.944l-2.75-2.75-1.75 1.75 4.5 4.5 8.75-8.75-1.75-1.75-7 7z\'%3E%3C/path%3E%3C/svg%3E") !important;
    background-position: -1px -1px !important;
    background-repeat: no-repeat !important;
    border: 1px solid #000 !important;
    transition: all 0.2s ease 0s;
}



/*****************************************************/
/* Gradients */
/*****************************************************/

.gradient {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #0e9ca1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}

.gradient-1:after {
  content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0d6fad; /* Old browsers */
	background: -moz-linear-gradient(right,  #0d6fad 0%, #0e9ca1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right,  #0d6fad 0%,#0e9ca1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0d6fad 0%,#0e9ca1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6fad', endColorstr='#0e9ca1',GradientType=0 ); /* IE6-9 */
	z-index: -1;
}

.gradient-2 {
	background: url(https://interactivos.net/2019/img/blur.png),linear-gradient(45deg, #0b1847 0%, rgba(11,24,71,0) 70%),linear-gradient(135deg, #105e8e 10%, rgba(16,94,142,0) 80%),linear-gradient(225deg, #031e40 10%, rgba(3,30,64,0) 80%),linear-gradient(315deg, #084577 100%, rgba(8,69,119,0) 70%);
  background-repeat: no-repeat;
  background-position: 90%;
}


/*****************************************************/
/* Arrow */
/*****************************************************/

.scroll-btn {
    background: rgba(0, 0, 0, 0) url("../img/sprite2.png") no-repeat scroll -155px -219px;
    bottom: 40px;
    height: 46px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    transition: all 0.35s ease-in-out 0s;
    width: 42px;
    z-index: 999;
}
@keyframes arrows {
0% {
    bottom: 40px;
}
10% {
    bottom: 50px;
}
20% {
    bottom: 40px;
}
30% {
    bottom: 50px;
}
40% {
    bottom: 30px;
}
50% {
    bottom: 50px;
}
60% {
    bottom: 40px;
}
70% {
    bottom: 50px;
}
80% {
    bottom: 30px;
}
90% {
    bottom: 50px;
}
100% {
    bottom: 40px;
}
}
.scroll-btn {
    animation: 3.8s ease 1s normal none infinite running arrows;
    cursor: pointer;
}

@media (max-width: 1000px) {

	.scroll-btn {
		display: none;
	}

}



/*****************************************************/
/* Content */
/*****************************************************/

.block-info {
	padding: 50px;
	background-color: #f1f1f1;
	text-align: center;
}

.block-info .mod-text {
	font-size: 18px;
	text-align: center;
}


/*****************************************************/
/* Fotos */
/*****************************************************/

.fotos {
	padding: 20px;
}

.fotos #owl {
	margin: 0 auto;
	max-width: 500px;
}

.advance-overlay {
  position: absolute;
	top: 300px;
  left: 0;
  opacity: 1 !important;
	z-index: 99999;
}

@media (max-width: 1000px) {

	.advance-overlay {
	  display: none;
	}

}

.svg-image {
    -webkit-animation: overlay-image-effect 3s infinite alternate ease-in-out;
    -moz-animation: overlay-image-effect 3s infinite alternate ease-in-out;
    -ms-animation: overlay-image-effect 3s infinite alternate ease-in-out;
}

@-webkit-keyframes overlay-image-effect {
	from {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0)
	}
	to {
		-webkit-transform: translate(0, 30px);
		-moz-transform: translate(0, 30px);
		-ms-transform: translate(0, 30px);
		-o-transform: translate(0, 30px)
	}
}

@-moz-keyframes overlay-image-effect {
	from {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0)
	}
	to {
		-webkit-transform: translate(0, 30px);
		-moz-transform: translate(0, 30px);
		-ms-transform: translate(0, 30px);
		-o-transform: translate(0, 30px)
	}
}

@-ms-keyframes overlay-image-effect {
	from {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0)
	}
	to {
		-webkit-transform: translate(0, 30px);
		-moz-transform: translate(0, 30px);
		-ms-transform: translate(0, 30px);
		-o-transform: translate(0, 30px)
	}
}

@-o-keyframes overlay-image-effect {
	from {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0)
	}
	to {
		-webkit-transform: translate(0, 30px);
		-moz-transform: translate(0, 30px);
		-ms-transform: translate(0, 30px);
		-o-transform: translate(0, 30px)
	}
}

@keyframes overlay-image-effect {
	from {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0)
	}
	to {
		-webkit-transform: translate(0, 30px);
		-moz-transform: translate(0, 30px);
		-ms-transform: translate(0, 30px);
		-o-transform: translate(0, 30px)
	}
}


.gradient-1 {
	background: #a354b4; /* Old browsers */
	background: -moz-linear-gradient(top,  #a354b4 0%, #4e2973 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a354b4 0%,#4e2973 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a354b4 0%,#4e2973 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a354b4', endColorstr='#4e2973',GradientType=0 ); /* IE6-9 */
}



/*****************************************************/
/* Tabla */
/*****************************************************/

.tabla {
	width: 100%;
}

.tabla th {
	background-color: #ccc;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px;
}

.tabla td {
	background-color: #fff;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	padding: 8px;
	border-top: 1px solid #f1f1f1;
}


/*****************************************************/
/* Loader */
/*****************************************************/

#loader-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
	background: #23232a;
	transition: all 0.5s ease;
}

body.loaded #loader-wrapper, body.edit-mode #loader-wrapper {
  /*opacity: 0;*/
	visibility: hidden;
	left: 100%;
}

.loaderShortcode {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.loaderShapeLeft {
  background: url(../img/loader-shape.png) no-repeat center center;
  animation: spinRight 2s linear infinite;
  opacity: 0;
}

.loaderLogo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 150px;
	height: 150px;
	/*animation: 1s fadeIn;*/
	animation: fadeIn 1s cubic-bezier(1,-0.52,0,1.76);
  /*animation-fill-mode: forwards;*/
	/*-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	animation-delay: 0.1s;*/
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
		visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes spinRight {
  from {
		opacity: 0;
      transform: rotate(0deg);
  }
  to {
		opacity: 0.01;
      transform: rotate(360deg);
  }
}

@-webkit-keyframes spinRight {
  from {
		opacity: 0;
    transform: rotate(0deg);
  }
  to {
		opacity: 0.01;
    transform: rotate(360deg);
  }
}




#page-transition{
	z-index: 9999999;
	position: fixed;
	left: 0;
	width: 100%;
	background: #f1f1f1;
	height: 100%;
	-moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 0vh;
	-webkit-transition: all 0.6s cubic-bezier(.77, 0, .175, 1) 0.0s;
  -moz-transition: all 0.6s cubic-bezier(.77, 0, .175, 1) 0.0s;
  -o-transition: all 0.6s cubic-bezier(.77, 0, .175, 1) 0.0s;
  transition: all 0.6s cubic-bezier(.77, 0, .175, 1) 0.0s;
}

#page-transition {
	top: -90px
}

#page-transition.show {
	top: 0;
	height: 100vh
}


/*****************************************************/
/* Hamburger */
/*****************************************************/

.nav-main {
	height: 100px;
	width: 85px;
	z-index: 999999;
}

#header-mobile .nav-main {
	position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1000px) {

	.nav-main {
    display: block !important;
	}

}

.shrink .nav-main {
	/*background-color: #000;*/
}

.nav-main .nav-toggle {
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 87px;
	height: 100%;
	cursor: pointer;
	z-index: 3
}

.nav-main .nav-toggle .open,
.nav-main .nav-toggle .close {
	opacity: 1;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease
}

.nav-main .nav-toggle .open:hover,
.nav-main .nav-toggle .close:hover {
	opacity: 0.5 !important;
}



.nav-main .nav-toggle .open {
	margin: 0;
	padding: 33px 30px;
	width: 86px;
	height: 100px;
  display: flex;
  align-items: center;
}

.nav-main .nav-toggle .open .lines {
	position: relative;
	width: 24px;
	height: 20px
}

.nav-main .nav-toggle .open .line {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}

.theme-home .nav-main .nav-toggle .open .line {
	background: #fff;
}

.theme-home.shrink .nav-main .nav-toggle .open .line {
	background: #000;
}

.nav-main .nav-toggle .open .line:nth-child(1) {
	top: 0
}

.nav-main .nav-toggle .open .line:nth-child(2) {
	margin-top: -1px;
	top: 50%;
	-moz-animation-delay: 0.36s;
	-webkit-animation-delay: 0.36s;
	animation-delay: 0.36s
}

.nav-main .nav-toggle .open .line:nth-child(3) {
	bottom: 0;
	-moz-animation-delay: 0.42s;
	-webkit-animation-delay: 0.42s;
	animation-delay: 0.42s;
	-moz-animation-timing-function: cubic-bezier(.18, .89, .63, 1.26);
	-webkit-animation-timing-function: cubic-bezier(.18, .89, .63, 1.26);
	animation-timing-function: cubic-bezier(.18, .89, .63, 1.26)
}

.nav-main .nav-toggle:hover .open,
.nav-main .nav-toggle:hover .close {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}


.nav-main.is-opened .nav-toggle .close .line:nth-child(1) {
	-moz-animation: close-in-1 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.6s 1 normal forwards;
	-webkit-animation: close-in-1 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.6s 1 normal forwards;
	animation: close-in-1 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.6s 1 normal forwards;
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.nav-main.is-opened .nav-toggle .close .line:nth-child(2) {
	-moz-animation: close-in-2 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.5s 1 normal forwards;
	-webkit-animation: close-in-2 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.5s 1 normal forwards;
	animation: close-in-2 0.3s cubic-bezier(.18, .89, .67, 1.16) 0.5s 1 normal forwards;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.nav-main.is-opened .nav-container {
	display: block
}





.social-mobile {
	margin: 50px 0 0;
	padding: 20px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: -100px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	transition-delay: 2s;
	-moz-transition-delay: 1.08s;
	-webkit-transition-delay: 1.08s;
	background-color: rgba(0,0,0,0.2);
}

body.show-menu .social-mobile {
	bottom: 0px;
}

.social-mobile ul {
	width: 100%;
  overflow: hidden;
}
.social-mobile ul li {
    display: inline-block;
    margin: 10px 2px;
}
.social-mobile ul li a {
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 0px 20px;
    position: relative;
    top: 0;
    height: 20px;
	text-align:center;
}

.social-mobile ul li a i {
	float: left;
}

.social-mobile ul li a span {
	float: left;
	margin-left: 15px;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 20px;
}

.social-mobile ul li a:hover {
    background: none;
    color: #bbb;
}

.sheen-underline {
  position: relative; }

.sheen-underline span {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
  will-change: transform;
}

.sheen-underline.acceso-clientes span {
  display: none;
}

.sheen-underline span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background: #001E6A;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.48s cubic-bezier(0.7, 0.3, 0, 1);
    -moz-transition: -moz-transform 0.48s cubic-bezier(0.7, 0.3, 0, 1);
    transition: -webkit-transform 0.48s cubic-bezier(0.7, 0.3, 0, 1);
    -o-transition: transform 0.48s cubic-bezier(0.7, 0.3, 0, 1);
    transition: transform 0.48s cubic-bezier(0.7, 0.3, 0, 1);
    transition: transform 0.48s cubic-bezier(0.7, 0.3, 0, 1), -webkit-transform 0.48s cubic-bezier(0.7, 0.3, 0, 1);
}

.header-white .sheen-underline span:before {
	 background: #fff;
}

.sheen-underline:hover span:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.sheen-underline.active span:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}



.scroll-info {
	overflow: hidden;
	width: 100%;
	height: 80px;
	z-index: 999;
	transform: scaleX(-50%);
	text-align: center;
}

.scroll-info .label {
	display: none;
	margin: 0;
	position: absolute;
	top: 0;
	right: 100%;
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	color: #15161a;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .15em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase
}

.scroll-info .svg-separator {
	margin: 0 auto
}

@media only screen and (max-width:1680px) and (max-height:850px) and (orientation:landscape) {

}

.svg-separator {
	margin: 0 auto 50px;
	overflow: hidden;
	width: 100%;
	height: 153px
}

.svg-separator svg {
	margin: 0 auto;
	width: 7px;
	height: 293px;
	-webkit-animation: loopSeparator 3s linear infinite;
	animation: loopSeparator 3s linear infinite
}

@-webkit-keyframes loopSeparator {
	0% {
		-webkit-transform: translateY(-141px);
		transform: translateY(-141px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes loopSeparator {
	0% {
		-webkit-transform: translateY(-141px);
		transform: translateY(-141px)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

/*.row {
    margin-right: -40px;
    margin-left: -40px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 40px;
    padding-left: 40px;
}*/


/*****************************************************/
/* Cookies */
/*****************************************************/

.cookies {
  position:fixed;
	display:block!important;
	left:0px;
	bottom:0px;
	z-index:999;
	background-color: #fff;
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0);
	transition:opacity .5s ease,-webkit-transform .5s ease;
	transition:transform .5s ease,opacity .5s ease;
	transition:transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
  width: 100%;
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.cookies  p {
  display: inline-block;
  font-weight:400;
	font-size:13px;
	line-height:1.5em;
	letter-spacing:0px;
	text-transform:normal;
	margin: 0;
  padding-right:35px;
	line-height:1.8666em;
	color:#666
}

.cookies  a {
  font-weight:900;
	color: #666;
}

.cookies .accept {
  margin-left: 20px;
  background-color: #666;
  color: #fff;
  display: inline-block;
  margin: 0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
  text-shadow: none;
  padding: 0px 20px;
  line-height: 35px;
  border: none;
  text-transform: uppercase;
  box-shadow: 0 4px 1px 0px rgba(0,0,0,0.1);
}


.cookies.hidden {
  opacity:0;
	-webkit-transform:translateY(100%);
	transform:translateY(100%)
}

.cookies .element-cookies {
  position:relative;
}

.cookies  .close_button {
  position:relative;
	padding:25px;
	margin:0;
	top:-25px;
	right:-20px;
	float:right;
	width:15px;
	height:15px;
	background-color:transparent;
	border:0;
	outline:0
}

.cookies.noTouch:not([style-scope])  .close_button:hover::after,.cookies.noTouch:not([style-scope])  .close_button:hover::before {
  -webkit-transform:translateX(-50%) translateY(-50%) rotate(90deg);
	transform:translateX(-50%) translateY(-50%) rotate(90deg)
}

.cookies  .close_button::after,.cookies  .close_button::before {
  content:'';
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:1px;
	height:100%;
	max-height:15px;
	background-color:#000;
	-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) rotate(-45deg);
	transform:translateX(-50%) translateY(-50%) translateZ(0) rotate(-45deg);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	transition:-webkit-transform .25s ease;
	transition:transform .25s ease;
	transition:transform .25s ease,-webkit-transform .25s ease
}

.cookies  .close_button::after {
  -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg);
	transform:translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg)
}

.cookies  .module-wrapper {
  padding: 15px 20px;
}

@media (max-width:1000px) {

  .cookies .accept {
    margin: 10px 0 0 0;
  }

	.cookies {
	  left:0;
		right:0;
		bottom:0
	}

	.cookies  .close_button {
	  position:absolute;
		top:50%;
		right:0;
		-webkit-transform:translateY(-50%);
		transform:translateY(-50%)
	}

	.cookies  .module-wrapper {
	  padding:20px;
		width:100%;
		max-width:none
	}

}

.image-container {
	overflow: hidden;
	position: relative
}

.image-container:before {
	display: block;
	padding-top: 70%;
	content: ""
}

.image-container .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: translate3d(-20px, 0, 0);
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
	-moz-transition: opacity 0s linear 0.6s, -moz-transform 1s cubic-bezier(.165, .84, .44, 1) 0.6s;
	-o-transition: opacity 0s linear 0.6s, -o-transform 1s cubic-bezier(.165, .84, .44, 1) 0.6s;
	-webkit-transition: opacity 0s linear, -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition-delay: 0.6s, 0.6s;
	transition: opacity 0s linear 0.6s, transform 1s cubic-bezier(.165, .84, .44, 1) 0.6s
}

.image-container .mask {
	margin: 0 -10px 0 0;
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 100%;
	left: 0;
	background: rgba(0,0,0,0.2);
	z-index: 3;
	-moz-transition: bottom 0.4s cubic-bezier(.165, .84, .44, 1) 0s, right 0.4s cubic-bezier(.77, 0, .175, 1) 0.3s, margin 0.4s cubic-bezier(.77, 0, .175, 1) 0.3s, left 0.4s cubic-bezier(.77, 0, .175, 1) 0.6s;
	-o-transition: bottom 0.4s cubic-bezier(.165, .84, .44, 1) 0s, right 0.4s cubic-bezier(.77, 0, .175, 1) 0.3s, margin 0.4s cubic-bezier(.77, 0, .175, 1) 0.3s, left 0.4s cubic-bezier(.77, 0, .175, 1) 0.6s;
	-webkit-transition: bottom 0.4s cubic-bezier(.165, .84, .44, 1), right 0.4s cubic-bezier(.77, 0, .175, 1), margin 0.4s cubic-bezier(.77, 0, .175, 1), left 0.4s cubic-bezier(.77, 0, .175, 1);
	-webkit-transition-delay: 0s, 0.3s, 0.3s, 0.6s;
	transition: bottom 0.4s cubic-bezier(.165, .84, .44, 1) 0s, right 0.4s cubic-bezier(.77, 0, .175, 1) 0.3s, margin 0.4s cubic-bezier(.77, 0, .175, 1) 0.3s, left 0.4s cubic-bezier(.77, 0, .175, 1) 0.6s
}

.image-container.is-visible .image {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.image-container.is-visible .mask {
	margin-right: 0;
	right: -1px;
	bottom: 0;
	left: 100%
}

.scroll-reveal {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}

.scroll-reveal.is-revealed {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}

.scroll-reveal .split-line {
	display: block;
	overflow: hidden;
	position: relative;
	top: 2px;
	text-align: left!important
}

.scroll-reveal .split-word {
	display: inline!important;
	position: relative;
	top: -2px
}

.preloader-wrap {
  pointer-events: none;
  position: fixed;
  z-index: 9999999;
	background: #f1f1f1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.62, 0.02, 0.34, 1);
  -moz-transition: all 0.3s cubic-bezier(0.62, 0.02, 0.34, 1);
  -o-transition: all 0.3s cubic-bezier(0.62, 0.02, 0.34, 1);
  transition: all 0.3s cubic-bezier(0.62, 0.02, 0.34, 1);
}

body.loaded .preloader-wrap, body.edit-mode .preloader-wrap {
  visibility: hidden;
	left: 0;
  opacity: 0;
}

.preloader-wrap .preloader-icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 60px;
  margin: -30px 0 0 -2px;
  -webkit-transition: opacity 0.45s cubic-bezier(0.62, 0.02, 0.34, 1);
  -moz-transition: opacity 0.45s cubic-bezier(0.62, 0.02, 0.34, 1);
  -o-transition: opacity 0.45s cubic-bezier(0.62, 0.02, 0.34, 1);
  transition: opacity 0.45s cubic-bezier(0.62, 0.02, 0.34, 1);
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

.preloader-wrap .preloader-icon-wrap .logo-stick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-transform: skew(-34deg);
  -moz-transform: skew(-34deg);
  -ms-transform: skew(-34deg);
  -o-transform: skew(-34deg);
  transform: skew(-34deg);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

body.loaded .preloader-wrap .preloader-icon-wrap .logo-stick {
  display: none;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}





/*****************************************************/
/* CTA */
/*****************************************************/

.cta {
  max-width: 1200px;
  margin: 0 auto -50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	padding: 150px 0px 0px 0px;
  box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
  z-index: 9;
}

.cta-w {
  background-color: #72b7c2;
  padding: 50px;
}

.cta-max {
  max-width: 1000px;
  margin: 0 auto;
}

.landing-header {
  background-color: #03A9F5;
  background: url(https://interactivos.net/2019/img/blur.png),linear-gradient(45deg, #0b1847 0%, rgba(11,24,71,0) 70%),linear-gradient(135deg, #105e8e 10%, rgba(16,94,142,0) 80%),linear-gradient(225deg, #031e40 10%, rgba(3,30,64,0) 80%),linear-gradient(315deg, #084577 100%, rgba(8,69,119,0) 70%);
  background-repeat: no-repeat;
  background-position: 90%;
  padding: 200px 10px 50px;
}







/*****************************************/
/* Loader */
/*****************************************/

.ajax-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99999;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.circle-loader {
    animation: 1.5s ease 0s normal none infinite running dash, 1s linear 0s normal none infinite running rotate;
    fill: transparent;
    stroke: #000;
    stroke-width: 3;
}
@keyframes dash {
0% {
    stroke-dasharray: 1, 95;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -25;
}
100% {
    stroke-dasharray: 85, 95;
    stroke-dashoffset: -93;
}
}
@keyframes rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.tito {
  position: relative;
  text-align: center;
  background-color: #305baa !important;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  max-width: 300px;
  margin: 20px auto 0;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 5px;
}

.tito:before {
  content: '';
  position: absolute;
  left: -18px;
  top: 7px;
  width: 35px;
  height: 35px;
  background-color: #305baa !important;
  transform: rotate(45deg);
}

.tito:after {
  content: '';
  position: absolute;
  right: -18px;
  top: 7px;
  width: 35px;
  height: 35px;
  background-color: #305baa !important;
  transform: rotate(45deg);
}


/*****************************************************/
/* Carousel */
/*****************************************************/

#owl-demo .owl-item {
  height: 600px;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	z-index: 999;
	color: #000;
	transform: translateY(-50%);
	width: 100%;
	height: 50px;
  text-align: center;
}

#product .owl-carousel .owl-nav {
	bottom: 0 !important;
  top: unset;
  right: 0;
	transform: translateY(-50%);
  width: 100px;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	color: #000;
	width: 50px;
  height: 50px;
	border-radius: 0;
	text-align: center;
  border: none;
  background: none;
  line-height: 50px !important;
  position: absolute;
}

.owl-carousel .owl-nav .owl-prev {
	left: -50px !important;
}

.owl-carousel .owl-nav .owl-next {
	right: -50px !important;
}

.owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
	color: #000 !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	opacity: 0.6;
}

.owl-carousel .item-carousel .image {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.owl-carousel .owl-item img {
	border-radius: 15px;
  padding: 0 !important;
}

.owl-carousel .item-carousel .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  text-shadow: 0 0 60px rgba(0,0,0,0.7);
  max-width: 500px;
  text-align: center;
}

.owl-carousel .item-carousel .caption .tit {
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	line-height: 40px;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

.owl-carousel .item-carousel .caption .tex {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.owl-carousel .item-carousel .caption .btns {
	margin-top: 20px;
	text-align: center;
}

.owl-carousel .item-carousel .caption .btns a {
	color: #fff;
	font-size: 15px;
	background-color: #f0ad4e;
	border-radius: 4px;
	line-height: 40px;
	padding: 0 15px;
	display: inline-block;
}

.owl-carousel .item-carousel .caption .btns a:hover {
	color: rgba(255,255,255,0.6);
}

@media (max-width: 1000px) {

	.owl-carousel .item-carousel .caption .tit {
		font-size: 20px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.owl-carousel .item-carousel .caption .tex {
		font-size: 15px;
		line-height: 30px;
	}

  .owl-carousel .owl-nav {
    top: auto;
    bottom: -100px !important;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: calc(50% - 50px) !important;
  }

  .owl-carousel .owl-nav .owl-next {
  	right: calc(50% - 50px) !important;
  }

}




#mobile-menu {
	position: relative;
	top: 20px;
 	padding: 0px;
  z-index: 1000;
}

#mobile-menu .dropdown-menu {
  background: none !important;
  box-shadow: none !important;
}

#mobile-menu ul {
	list-style: none;
	margin: 60px 40px;
}

#mobile-menu ul li a {
  color: #000;
  font-size: 14px;
  display: block;
  position: relative;
  padding: 10px 0;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: 600;
}

#mobile-menu ul li a:hover{
  opacity: 0.8;
}

#mobile-menu ul li a .sf-sub-indicator {
float: right;

}

#mobile-menu ul li a:hover, #mobile-menu ul li a:focus {
    background: none !important;
}

#mobile-menu ul li ul {
	position: relative;
	background: none;
	display: none;
	border: none;
	padding: 0 0 0 0px;
	margin: 0 0 20px 0;
	width: 100%;
}

#mobile-menu ul li ul li a {
  color: #000;
  font-size: 14px;
  display: block;
  position: relative;
  padding: 5px 10px;
	text-decoration: none;
	text-transform: none;
	font-weight: 600;
}

#mobile-menu  .open > a {
    background: none !important;
}

.tits {
  background-color: #e5e5e5;
  background-image: url(../img/overlay-1.png?v=1);
  background-repeat: no-repeat;
  background-position: right;
  padding: 10px;
}





.pattern:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../img/bg4.png);
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 0;
  opacity: 0.9;
}

.projects-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  justify-content: center;
  margin-top: 30px;
}

.projects-list-vertical {
  flex-direction: column;
  align-content: flex-end;
}

.projects-list .item {
  display: grid;
  width: 15%;
  box-sizing: border-box;
  padding-right: 40px;
  padding-bottom: 40px;
  transition: all 0.6s ease 0s;
  display: flex;
    flex-direction: column;

}

.projects-list .item .img {
  width:100%;
  background-color: #fff;
  font-size: 0;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

.projects-list .item .img img {
  width:100%;
  opacity: 0.9;
}

.projects-list .item:hover .img {
  opacity: 0.7;
}


.projects-list .item .caption {
  text-align: left;
  padding: 10px 0;
  background-color: #fff;
  position: relative;
}

.projects-list .item .caption .title {
  color: #668e34;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1200px) {

  .projects-list .item {
    display: grid;
    width: 20%;
  }

}

@media (max-width: 700px) {

  .projects-list .item {
    display: grid;
    width: 33.333%;
  }

}

@media (max-width: 500px) {

  .projects-list .item {
    display: grid;
    width: 50%;
  }

}






.collections-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  justify-content: center;
  margin-top: 30px;
}

.collections-list-vertical {
  flex-direction: column;
  align-content: flex-end;
}

.collections-list .item {
  display: grid;
  width: 100%;
  box-sizing: border-box;
  padding-right: 40px;
  padding-bottom: 40px;
  transition: all 0.6s ease 0s;
  max-width: 900px;
  position: relative;
}

.collections-list .item a {
  background-color: #f5f5f5;
}

.collections-list .item .img {
  width:100%;
  background-color: #9c9c9c;
  font-size: 0;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  margin: 0 auto;
}

.collections-list .item .img img {
  width: 100%;
  opacity: 0.9;
}

.collections-list .item:hover .img {
  opacity: 0.7;
}

.collections-list .item .caption {
  text-align: left;
  padding: 10px;
  background-color: #fff;
  -webkit-transition: all 0.6s cubic-bezier(.77, 0, .175, 1) 0.0s;
  -moz-transition: all 0.6s cubic-bezier(.77, 0, .175, 1) 0.0s;
  -o-transition: all 0.6s cubic-bezier(.77, 0, .175, 1) 0.0s;
  transition: all 0.6s cubic-bezier(.77, 0, .175, 1) 0.0s;
  width: 80%;
  transform: translateY(-40px);
  position: absolute;
  bottom: 0;
}

.collections-list .item .caption .title {
  color: #000;
  font-size: 20px;
}

.collections-list .item .caption .subtitle {
  color: #000;
  font-size: 14px;
  margin-top: 5px;
}

.collections-list .item:hover .caption {
  transform: translateY(-70px);
}

@media (max-width: 1200px) {

  .collections-list .item {
    display: grid;
    width: 50%;
  }

}

@media (max-width: 700px) {

  .collections-list .item {
    display: grid;
    width: 100%;
  }

}



.product-title {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
}

.product-title-mobile {
  display:none;
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
}

.product-description {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  font-weight: 600;
}

.product-description-mobile {
  display:none;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {

  .product-title {
    display: none;
  }

  .product-title-mobile {
    display:block;
  }

  .product-description {
    display: none;
  }

  .product-description-mobile {
    display:block;
  }

}



.progress-bar-item {
  position: relative;
  color: #888888;
}

.progress-bar-item .progress-bar-value {
  position: absolute;
  top: 0;
  right: 0;
  color: #888888;
  font-size: 13px;
  font-weight: 600;
}

.progress {
  height: 10px;
  border-radius:0px;
}

.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.progress-bar-item .progress-bar-concept {
  display:block;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  text-transform:uppercase;
  color: #000;
	line-height: 17px;
	margin-bottom:5px;
}

.progress-bar {
  text-align: left;
  border-radius:0px;
  transition-duration: 2s;
  background-color: #666;
}

.price-block {
  display: none;
  margin: 10px 0;
}

.price-block.show {
  display: block;
}

.icons-list {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom:  1px solid #e5e5e5;
}

.icons-list li {
  display: inline-block;
  width: 60px;
  margin: 0 2px;
}

.icons-list li img {
  display: block;
  width: 100%;
}





.infobox {
	position: absolute;
	z-index: 999;
	max-width: 400px;
  width: 100%;
  height: 200px;
	background: #fff;
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
  transform: translate(-50%,-50%);
}

.infobox.show {
	opacity: 1;
	visibility: visible;
}

.infobox .infobox-close {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #000;
	padding: 20px;
	font-size: 18px;
}

.infobox .infobox-close:hover {
	opacity: 0.5;
}

.infobox .content {
	padding: 30px;
}

.infobox .content .station-header .caption h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:4}
.tp-dottedoverlay.twoxtwo				{	background:url(../img/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(../img/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(../img/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(../img/gridtile_3x3_white.png)}



#testimonials {
  margin: 0 auto;
  max-width: 500px;
}

#testimonials .carousel-quote {
  width: 50px;
  height: 50px;
  content: "";
  margin: 0 auto 30px;

}

#testimonials .carousel-quote:after {
  width: 50px;
  height: 50px;
  display: inline-block;
  content: '';
  background-color: white;
  -webkit-mask: url(../img/quote.svg) no-repeat 50% 50%;
  mask: url(../img/quote.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}

#testimonials .item {
  text-align: center;
  padding: 30px 50px;
  margin: 20px;
  box-sizing: border-box;
  display: block;
}

#testimonials .item .name {
  text-align: center;
  font-size: 14px;
  margin: 20px 0px 0;
  font-weight: 300;
  color: #fff;
}

#testimonials .item .text {
  text-align: center;
  font-size: 18px;
  margin: 0px 0 5px;
  font-weight: 600;
  color: #fff;
}

#testimonials .owl-prev, #testimonials .owl-next {
  background-color: #f1f1f1;
}

#testimonials .owl-prev i, #testimonials .owl-next i {
  font-size: 50px;
  color: #fff;
  opacity: 0.6;
}

#testimonials .owl-prev {
  left: -40px !important;
}

#testimonials .owl-next {
  right: -40px !important;
}

@media (max-width: 700px) {

  #testimonials .item {
    padding: 30px 20px;
    margin: 20px;
  }

  #testimonials .owl-prev {
    left: -20px !important;
  }

  #testimonials .owl-next {
    right: -20px !important;
  }

}

.icono {
  float: left;
  margin: 0 20px 20px 0;
  height: 150px;
}

.boxy {
  background: #1a9cdc;
  background: url(https://interactivos.net/2019/img/blur.png),-moz-linear-gradient(-45deg, #1a9cdc 0%, #1b3c79 100%);
  background: url(https://interactivos.net/2019/img/blur.png),-webkit-gradient(left top, right bottom, color-stop(0%, #1a9cdc), color-stop(100%, #1b3c79));
  background: url(https://interactivos.net/2019/img/blur.png),-webkit-linear-gradient(-45deg, #1a9cdc 0%, #1b3c79 100%);
  background: url(https://interactivos.net/2019/img/blur.png),-o-linear-gradient(-45deg, #1a9cdc 0%, #1b3c79 100%);
  background: url(https://interactivos.net/2019/img/blur.png),-ms-linear-gradient(-45deg, #1a9cdc 0%, #1b3c79 100%);
  background: url(https://interactivos.net/2019/img/blur.png),linear-gradient(135deg, #1a9cdc 0%, #1b3c79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a9cdc', endColorstr='#1b3c79', GradientType=1 );
  padding: 30px;
  box-shadow: 0 0 40px 0px rgba(0,0,0,0.2);
}




/*****************************************************/
/* Distribuidores */
/*****************************************************/

.distribuidores-search {
  background-color: rgba(0,0,0,0.1);
  padding: 40px;
  text-align: center;
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto;
}


#distribuidores .control-group {
  display: inline-block;
  width: 300px;
  margin: 0 5px;
}

@media (max-width: 800px) {

  .distribuidores-search {
    width: 100% !important;
  }

  #distribuidores .control-group {
    margin: 0 5px 10px;
    width: 100% !important;
  }

}

.result .result-list {
  margin: 0 0 10px 0;
  display: inline-block;
  background-color: #fff;
  padding: 20px;
  color: #000;
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 15px;
}

.result .result-list .name {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 900;
}

.result .result-list.featured {
  border: 1px solid #da1708;
}

.result .result-list ion-icon {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 20px;
  color: #000;
}



:root {
  --background-gradient: linear-gradient(30deg, #f39c12 30%, #f1c40f);
  --gray: #34495e;
  --darkgray: #2c3e50;
}

select {
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  flex: 1;
  padding: 0 5px;
  color: #000;
  font-size: 18px;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  border-radius: 0 !important ;
}

select::-ms-expand {
  display: none;
}

.selectx {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  border-radius: .25em;
  overflow: hidden;
}

.selectx:before {
  background-color: #000;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 2px;
}

.selectx:after {
  font-family: 'FontAwesome';
  content: '\f107';
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #000;
  transition: .25s all ease;
  pointer-events: none;
}

.to-tabs-holder {
	position: relative;
	display: block;
}
.to-tabs {
	position: relative;
	display: inline-block;
	min-width: 100%;
	margin: 0 0 0px 0;
	padding: 0px 25px;
  text-align: center;
}
.block-tabs .to-tabs {
	display: block;
	width: 100%;
	padding: 0;
}
.to-tabs li {
	position: relative;
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0px 0;
	margin-bottom: 0;
	margin-left:0;
	list-style-type:none;
	cursor: pointer;
}

.to-tabs li span {
	padding: 0 20px;
	font-weight: 300;
	color: #666;
	font-size: 16px;
}

.to-tabs li.active-tab span {
	color: #000;
}

.tabe.active-tab {
  background-color: #f1f1f1;
}

.block-tabs .to-tabs li {
	display: block;
	width: 100%;
	text-align: center;
}

.block-tabs .to-tabs li:last-child {
	border-bottom: none;
}
.to-tabs-holder.tab .to-tabs li {
	overflow: visible;
}
.to-tabs-content {
	display: block;
	margin: 0px 0 0 0;
	text-align: left;
	cursor: default;
	transform: translateZ(0);
  border-top: none;
  padding: 30px 40px 20px;
  background-color: #f1f1f1;
}
.to-tabs-content .to-tab {
	display: none;
}
.to-tabs-content .to-tab.active-tab {
	display: block;
}
.to-tabs-holder .clear {
	padding: 0;
}
.to-tabs li.to-tabs-line {
	position: absolute;
	display: block;
	height: 2px;
	bottom: -1px;
	left: 0;
	background: #000;
}
.product .to-tabs li.to-tabs-line {
	bottom: -2px;
}
.block-tabs .to-tabs li.to-tabs-line {
	display: none;
}
.to-tabs li.to-tabs-overlay {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid;
	border-color: inherit;
}
.to-tabs li.to-tabs-overlay {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.block-tabs .to-tabs li.to-tabs-overlay {
	border-radius: 0;
}
.to-tabs li span,
.to-tabs-line {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.buttons {
  margin-bottom: 20px;
}

.btn-upload, .btn-upload:hover {
  text-decoration: underline !important;
}

.owl-clients img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}


@media (max-width: 800px) {

  .iconos img {
    max-width: 100px !important;
  }

}

.highlight_element {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 8px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  overflow: hidden;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.highlight_element:before {
  content: '';
  width: 100%;
  height: 4px;
  border-radius: 0%;
  background-color: #000;
  opacity: 1;
  position: absolute;
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
}

.highlight_element:after {
  content: '';
  width: 80px;
  height: 90px;
  border-radius: 0%;
  background-color: #000;
  opacity: 1;
  position: absolute;
  -webkit-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
}

.highlight_element:before {
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.highlight_element:after {
  bottom: 0px;
  left: 30px;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
}

.highlight_element .fix img {
    width: 50px !important;
}

.highlight_icon img {
  /*width: 50px !important;*/
width: 100% !important;
  font-size: 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #9cc554;
}

.highlight_title {
  margin: 0 !important;
  font-size: 30px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  margin: 10px 20px 20px !important;
  -webkit-transition: all .3s ease;
  transition: all .4s ease;
  text-transform: normal;
}

.highlight_text {
  color: #666E82 !important;
  font-size: 16px !important;
  line-height: 34px !important;
  margin: 0 20px 25px !important;
  -webkit-transition: all .2s ease;
  transition: all .4s ease;
}

.highlight_link {
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .4s ease;
  z-index: 10;
  position: relative;
  margin: 0 18px 0 18px;
}

.highlight_icon {
  -webkit-transition: all .2s ease;
  transition: all .4s ease;
}



[class*=col-] .highlight_element_1:before, [class*=col-] .highlight_element_1:after {
  background-color: #009900 !important;
}

[class*=col-] .highlight_element_2:before, [class*=col-] .highlight_element_2:after {
  background-color: #ffcc00 !important;
}

[class*=col-] .highlight_element_3:before, [class*=col-] .highlight_element_3:after {
  background-color: #2058c7 !important;
}

[class*=col-] .highlight_element_4:before, [class*=col-] .highlight_element_4:after {
  background-color: #cc0099 !important;
}




[class*=col-] .highlight_element:hover .highlight_icon,
[class*=col-] .highlight_element:hover .highlight_title,
[class*=col-] .highlight_element:hover .highlight_text {
  -webkit-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
}



[class*=col-]:nth-child(1) .highlight_element:hover:before, [class*=col-]:nth-child(2) .highlight_element:hover:before {
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

[class*=col-]:nth-child(1) .highlight_element:hover:after, [class*=col-]:nth-child(2) .highlight_element:hover:after {
  bottom: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

[class*=col-]:nth-child(2) .highlight_element:hover {
  /*background-color: #ffcc00 !important;*/
}

[class*=col-]:nth-child(2) .highlight_element:hover .highlight_icon,
[class*=col-]:nth-child(2) .highlight_element:hover .highlight_title,
[class*=col-]:nth-child(2) .highlight_element:hover .highlight_text {
  /*color: #fff !important;*/
}

[class*=col-]:nth-child(1) .highlight_element:hover .highlight_link,
[class*=col-]:nth-child(2) .highlight_element:hover .highlight_link,
[class*=col-]:nth-child(3) .highlight_element:hover .highlight_link  {
  filter: invert(100%) sepia(0%) saturate(1576%) hue-rotate(-21deg) brightness(137%) contrast(100%);
  -webkit-transform: translate(15px, 0px);
          transform: translate(15px, 0px);
}



/*****************************************************/
/* Whatsapp */
/*****************************************************/

.float {
	position:fixed;
	width:50px;
	height:50px;
  line-height: 50px;
	bottom:10px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
  z-index:99;
  display: block;
}

.float:hover {
	color:#FFF;
  opacity: 0.8;
}

.my-float {
	margin-top:0px;
}

@media (min-width: 700px) {

  .float {
    /*display: none;*/
  }

}
