/* Stylesheet */

/* Reset Styles
***********************/
html {height: 100%;}
body {font-family: 'Inter', sans-serif;color:#4A4A4A;font-size: 16px;line-height: 27px;margin:0;padding:0;height:100% !important;position: relative;}
.row {max-width: 75rem;}

/*initialization*/
a {color: #1CB499;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:hover,
a:focus {color: #149b82;}
p a {color: #1CB499;text-decoration: none;}
p a:hover {color: #149b82;text-decoration: underline;}
::selection {background: #149b82;color:#fff;}
::-moz-selection {background: #149b82;color:#fff;}

/*Utility*/
.uppercase {text-transform: uppercase;}
.lowercase {text-transform:inherit !important;}
.overflow {overflow: hidden;}
.underline {text-decoration: underline;}
.separador {height: 4px;margin: 0 0 .8rem;width: 80px;background-color: #ED3545;display: inline-block;}
.italic {font-style: italic;}
.box-shadow {box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);}
.pointer {cursor:pointer;}
.rounded {border-radius: 50% !important;}
.rounded-none { border-radius: 0 !important;}
.rounded-img {height:47px !important;width:47px !important;overflow: hidden;}
.radius {border-radius: 5px !important;}
.radius-top {border-radius: 6px 6px 0 0 !important;}
.radius-none { border-radius: 0 !important;}
.icon-rounded-small {height:37px;width:37px;}
.icon-xsmall {/*max-width:40px;*/max-height:40px;width:100%;height:100%;}
.icon-small {/*max-width:70px;*/max-height:60px;width:auto;height:100%;}
.icon {/*max-width:100px;*/max-height:100px;width:auto;height:100%;}
.icon-medium {/*max-width:120px;*/max-height:120px;width:auto;height:100%;}
.icon-medium2 {/*max-width:120px;*/max-height:200px;width:auto;height:100%;}
.icon-large {/*max-width:250px;*/max-height:250px;width:auto;height:100%;}
.icon-rounded {width:100px;height:100px;position: relative;}
.blendmode {mix-blend-mode: multiply;}
@media only screen and (max-width: 64em) {
	.icon-medium {max-width:100px;max-height:100px;}
}
.w-75 {max-width: 75%}

/*text editor*/
.content-single img[data-align="center"] {display: block;margin: 0 auto;}
.content-single img[data-align="right"] {display: block;margin: 0 0 0 auto;}

/*hr*/
hr {border-color: #ccc;max-width: 100%;}
hr.grey {border-color: #F8F1EE;border-width: 4px;}

/*separate*/
.separate {background-color: #9DAFBD;height:1px;width: 100%;margin-bottom:0.5em;}
.separate.small {width: 55px}

/*text-decoration*/
.dashed {text-decoration: underline dashed;}
.dotted {text-decoration: underline dotted;}

/*titles*/
h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif;font-weight:700;color:#4A4A4A;}
.h1, .h2, .h3, .h4, .h5, .h6 {font-weight:700;color:#4A4A4A;}
/*h1 {font-size: 3.5em;}
h2 {font-size: 3em;}*/
h1, .h1 {font-size: 2.4em !important;line-height: 1.2;}
h2, .h2 {font-size: 2em !important;}
h3, .h3 {font-size: 1.5rem !important;}

/*font*/
.montserrat {font-family: 'Montserrat', sans-serif;}
.inter {font-family: 'Inter', sans-serif;}

.fw-300 {font-weight:300 !important;}
.fw-400 {font-weight:400 !important;}
.fw-500 {font-weight:500 !important;}
.fw-600 {font-weight:500 !important;}
.fw-700 {font-weight:700 !important;}
.fw-900 {font-weight:900 !important;}
.fs-07 {font-size: 0.7em;}
.fs-08 {font-size: 0.8em;}
.fs-09 {font-size: 0.9em;}
.fs-1 {font-size: 1em;}
.fs-11 {font-size: 1.1em;}
.fs-12 {font-size: 1.2em;}
.fs-13 {font-size: 1.3em;}
.fs-15 {font-size: 1.5em;}
.fs-2 {font-size: 2em;}
.fs-25 {font-size: 2.5em;}
.fs-3 {font-size: 3em;}
.fs-35 {font-size: 3.5em;}
.fs-4 {font-size: 4em;}
.fs-45 {font-size: 4.5em;}
.fs-5 {font-size: 5em;}
.xxsmall {font-size:0.5em;}
.xsmall {font-size:0.8em;}
.small {font-size:0.9em;}
.medium {font-size:1.2em;}
.large {font-size:1.6em;}
.xlarge {font-size:2em;line-height: 1.2;}
.xxlarge {font-size:2.5em;line-height: 1.2;}
.no-wrap { white-space: nowrap;}
@media only screen and (max-width: 40em) {
	.medium {font-size:1.1em;}
	.large {font-size:1.3em;}
	.xlarge {font-size:1.6em;}
}

/*display*/
.d-block {display: block;}
.d-inline {display: inline !important;}
.d-inline-block {display: inline-block !important;}
.v-align-top {vertical-align:top;}
.v-align-middle {vertical-align:middle;}
.v-align-bottom {vertical-align:bottom;}
.display-table {display:table;}
.display-table img {display:table-cell;vertical-align:bottom;}

/*width*/
.w-25 {width: 25%;}
.w-50 {width: 50%;}
.w-65 {width: 65%;}
.w-75 {width: 75%;}
.w-90 {width: 90%;}
.w-100 {width: 100%;}
@media only screen and (max-width: 40em) {
	.w-25,
	.w-50,
	.w-75,
	.w-90,
	.w-100 {width: 100%;}
}

/*ul*/
ul.inline {list-style: none;margin-left:0;margin-bottom:0;}
ul.inline li {display: inline-block;margin:0 0.5em;}
ul.inline li:first-child {margin-left:0;}
ul.inline-list {list-style: none;margin-left:0;margin-bottom:0;}
ul.inline-list li {display: inline-block;margin-right:0.5em;}
ul.inline-list li:last-child {margin-right:0;}
div.inline-list ul {list-style: none;margin-left:0;margin-bottom:0;}
div.inline-list ul li {display: inline-block;margin-right:0.5em;}
div.inline-list ul li:last-child {margin-right:0;}
.item ul.inline li {margin-left:0em;}
ul.style-none {list-style: none;margin:0;}
ul.style-none li {display:block;margin:0 0 0.8em !important;}
ul.list-tick {list-style: none;margin-left:0;margin-bottom:1em !important;margin-right:0 !important;}
ul.list-tick > li {margin-bottom: 1.2em;padding-left: 2em;position: relative;}
ul.list-tick > li:last-child {margin-bottom:0;}
ul.list-tick > li::before {position: absolute;left: 0;top: 0px;content: '\E843' !important;font-family: "fontello" !important;color: #E4032C;border-radius: 50%;font-size: 1.2em;}
ul.list-tick-dark {list-style: none;margin-left:0;margin-bottom:1em !important;margin-right:0 !important;}
ul.list-tick-dark > li {margin-bottom: 0.8em;padding-left: 1.5em;position: relative;}
ul.list-tick-dark > li:last-child {margin-bottom:0;}
ul.list-tick-dark > li::before {position:absolute;left:0;top:4px;content: '\E806' !important;font-family: "fontello" !important;color: #ffffff;background-color: #005D74;border-radius:50%;font-size:0.6em;padding:0.1em 0.5em 0em 0.7em;}
ul.list-doc-dark {list-style: none;margin-left:0;margin-bottom:1em !important;margin-right:0 !important;}
ul.list-doc-dark > li {margin-bottom: 0.8em;padding-left: 1.5em;position: relative;}
ul.list-doc-dark > li:last-child {margin-bottom:0;}
ul.list-doc-dark > li::before {position:absolute;left:0;top:4px;content: '\F15C' !important;font-family: "fontello" !important;color: #ffffff;background-color: #005D74;border-radius:50%;font-size:0.5em;padding:0.2em 0.6em 0.25em 0.7em;}
ul.list-arrow {list-style: none;margin-left:0;margin-bottom:1em !important;margin-right:0 !important;}
ul.list-arrow > li {margin-bottom: 0.5em;padding-left: 1.2em;position: relative;}
ul.list-arrow > li:last-child {margin-bottom:0;}
ul.list-arrow > li::before {position:absolute;left:0;top:0px;content: '\E80B' !important;font-family: "fontello" !important;color: #005D74;font-size: 1.2em;}
ul.list-border-bottom > li {position: relative;padding-bottom:0.8em;}
ul.list-border-bottom > li::before {position:absolute;left:0;bottom:0px;content:'';width:100px;height:1px;background-color: #919191;}
ul.list-border-bottom > li:last-child::before {display: none;}

/*opacity*/
.opacity-0 {opacity: 0;}
.opacity-01 {opacity: 0.1;}
.opacity-02 {opacity: 0.2;}
.opacity-03 {opacity: 0.3;}
.opacity-04 {opacity: 0.4;}
.opacity-05 {opacity: 0.5;}
.opacity-06 {opacity: 0.6;}
.opacity-07 {opacity: 0.7;}
.opacity-08 {opacity: 0.8;}
.opacity-09 {opacity: 0.9;}
.opacity-fixed {height:100%;width: 100%;position:absolute;background-color: rgba(0,0,0,0.4);left:0;top:0;}
.opacity-blue::before {background: rgba(35, 47, 90, 0.6);height: 100%;width: 100%;position: absolute;content:"";top: 0;left: 0;z-index: 0;}
.opacity-blue * {position: relative;}
.opacity-blue2::before {background: rgba(35, 47, 90, 0.3);height: 100%;width: 100%;position: absolute;content:"";top: 0;left: 0;z-index: 0;}
.opacity-blue2 * {position: relative;}
.opacity-darkblue::before {background: rgba(35, 47, 90, 0.9);height: 100%;width: 100%;position: absolute;content:"";top: 0;left: 0;z-index: 0;}
.opacity-darkblue * {position: relative;}
.opacity-black::before {background-color: rgba(0,0,0,0.4);width:100%;height: 100%;position:absolute;content:"";top: 0;left:0;z-index: 0;}
.opacity-black * {position: relative;}
.opacity-darkblack::before {background-color: rgba(0,0,0,0.6);width:100%;height: 100%;position:absolute;content:"";top: 0;left:0;z-index: 0;}
.opacity-darkblack * {position: relative;}
.opacity-darkgrey::before {background-color: rgba(44,54,54,0.48);width:100%;height: 100%;position:absolute;content:"";top: 0;left:0;z-index: 0;}

/*colors////// */
.none {color: transparent;}
.white {color: #fff;}
.lightgrey {color:#A7ABAA;}
.black {color: #000000;}
.grey {color:#4A4A4A;}
.cleargrey {color:#f1f1f1;}
/*main colors*/
.primary {color:#1CB499;}
.secondary {color:#F5FE93;}

/*bg colors////// */
.bg-none {background-color: transparent;}
.bg-white {background-color: #fff;}
.bg-lightgrey {background-color:#A7ABAA;}
.bg-lightgrey2 {background-color:#D8DDDD;}
.bg-black {background-color: #000000;}
.bg-grey {background-color:#4A4A4A;}
.bg-cleargrey {background-color:#F1F1F1;}
/*main colors*/
.bg-primary {background-color:#1CB499;}
.bg-secondary {background-color:#F5FE93;}

/*theme-color */
.white-theme-color *,
.white-theme-color *:hover {
	color:#fff;
}
.grey-theme-color *,
.grey-theme-color *:hover {
	color:#595959;
}
.cleargrey-theme-color *,
.cleargrey-theme-color *:hover {
	color:#C1BDBD;
}
.black-theme-color * {
	color:#000000;
}
.black-theme-color a:hover {color: #222;}

/*d-flex ///////////////*/
.d-flex {
	display:flex;
}
.d-inline-flex {
	display:inline-flex;
}
.d-flex-auto {
	flex:auto;
}
/*ordre horitzontal*/
.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
/*ordre vertical*/
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
/*justificats horitzontals*/
.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
/*alineats verticals*/
.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
/*alineats verticals interiors*/
.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}
/*mateix ample*/
.equalW {
    flex: 1;
}
.flex-grow {
    flex-grow: 1;
}
.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

/* positioning */
.relative {position: relative !important;}
.fixed {position: fixed !important;}
.abs {position: absolute !important;}
.abs.top {top: 0px;}
.abs.left {left: 0px;}
.abs.bottom {bottom: 0px;}
.abs.right {right: 0px;}
.abs.center {top: 50%;left: 50%;transform: translate(-50%, -50%);}
.horizontal-center {left: 50%;transform: translate(-50%, 0);}
.vertical-center {top: 50%;transform: translate(0, -50%);}
.extend {left: 0;top: 0;right: 0;bottom: 0;width: 100% !important;height: 100% !important;}
.black-veil {position: absolute;background-color: rgba(51, 51, 51, 0.8);left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;z-index: 0;pointer-events: none;}
.z0 {z-index: 0;}
.z1 {z-index: 1;}
.z2 {z-index: 2;}
.z3 {z-index: 3;}
.z4 {z-index: 4;}
.z10 {z-index: 10;}
.z100 {z-index: 100;}

/*buttons*/
button {cursor: pointer;}
.button {letter-spacing: 0.5px;font-family: 'Montserrat', sans-serif;padding: 0.6em 1.5em;font-size: 1rem;color: #fff;border: none;background-color: #1CB499;box-shadow: none;cursor: pointer;border-radius:10px;line-height: inherit;}
.button:hover,
.button:focus {background-color: #149b82 !important;border:none !important;color: #fff;}
.button.secondary {letter-spacing: 0.5px;font-family: 'Montserrat', sans-serif;padding: 0.6em 1em;font-size: 1rem;color: #4A4A4A;border: none;background-color: #F5FE93;box-shadow: none;cursor: pointer;border-radius:10px;line-height: inherit;}
.button.secondary:hover,
.button.secondary:focus {background-color: #F9EB00 !important;border:none !important;}
.button.white {color: #E4032C;border: none;background-color: #fff;}
.button.white:hover,
.button.white:focus {background-color: #CC0328;border:none;color: #fff !important;}
.button.white:hover *,
.button.white:focus * {color: #fff !important;}
.button.border {background-color: transparent;box-shadow: 0px 0px 0px 3px #3D3935 inset;color: #3D3935;}
.button.border:hover,
.button.border:focus {background-color: #3D3935;color: #fff;box-shadow: 0px 0px 0px 3px #3D3935 inset;}
.button.border-white {background-color: transparent;box-shadow: 0px 0px 0px 3px #fff inset;color: #fff;}
.button.border-white:hover,
.button.border-white:focus {background-color: #fff;color: #E4032C;box-shadow: 0px 0px 0px 3px #fff inset;}
.button.border-red {background-color: transparent;box-shadow: 0px 0px 0px 3px #E4032C inset;color: #E4032C;}
.button.border-red:hover,
.button.border-red:focus {background-color: #C90528;color: #fff;box-shadow: 0px 0px 0px 3px #C90528 inset;}
.button.small {padding: 0.85em 1em;font-size:0.8em;}
.button.box-shadow {box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6);}

/*bgfixed*/
.bgfixed {background-attachment: fixed !important;}

/*bgimage*/
.bgimage {min-height: 110px;background-position: center center;background-size: cover;background-repeat: no-repeat;display: block;width: 100%;position: relative;}
.bgimage.top {background-position: top center;}
.bgimage.bottom {background-position: bottom center;}
.bgimage.right {background-position: center right;}
.bgimage.left {background-position: center left;}
.bg-blendmode {background-blend-mode: multiply;}
.xxs {height: 64px;min-height: 64px;}
.xs {height: 80px;min-height: 114px;}
.sm {height: 110px;min-height: 110px;}
.l {height: 180px;min-height: 180px;}
.xl {height: 226px;min-height: 226px;}
.xxl {height: 310px;min-height: 310px;}
.xxxl {height: 440px;min-height: 440px;}
.xxxxl {height: 510px;min-height: 510px;}
.huge {height: 580px;min-height: 580px;}
.min-100x100 {min-height: 100%;}
.h-100 {height: 100%;}
@media only screen and (max-width: 40em) {
    .huge {height: 500px;min-height: 500px;}
}
@media only screen and (max-width: 90em) {
	.xxxl {height: 360px;min-height: 360px;}
	.xxxxl {height: 470px;min-height: 470px;}
}
@media only screen and (max-width: 64em) {
	.xxxl {height: 300px;min-height: 300px;}
	.xxxxl {height: 390px;min-height: 390px;}
}
@media only screen and (max-width: 40em) {
	.xxxl {height: 250px;min-height: 250px;}
	.xxxxl {height: 340px;min-height: 340px;}
}

/*line*/
.xsLine{padding:0.3em 0;}
.smallLine{padding:0.8em 0;}
.mediumLine{padding:1.8em 0;}
.line{padding:3em 0;}
.largeLine {padding: 5em 0;}
.xlargeLine {padding: 8em 0;}
.xlLine {padding: 10em 0;}
.xxlLine {padding: 12em 0;}
.xxxlLine {padding: 12em 0;}

/*margins*/
.xsMargin {margin-bottom:0.3em;}
.smallMargin {margin-bottom:0.8em;}
.mediumMargin {margin-bottom:1.5em;}
.largeMargin {margin-bottom:2.5em;}
.xlMargin {margin-bottom:3.5em;}
.xxlMargin {margin-bottom:5.5em;}

/*borderline*/
.borderline {position:relative;}
.borderline::after {background: #0AC5C3 none repeat scroll 0 0;bottom: 0;content: "";display: block;height: 7px;width: 50px;position: absolute;bottom:0;left:0;transition: all 0.2s ease-in-out 0s;}
.borderline.white::after {background: #fff none repeat scroll 0 0;}
.center-line::after {left: 50%;transform: translate(-50%, 0);}
/*.borderline.active::after,
.borderline:hover::after {width: 40%;}*/

/*border*/
/*.dotted {border-style: dotted !important;}
.dashed {border-style: dashed !important;}*/
.ba-0 {border:none;}
.ba-1 {border:1px solid #ddd;}
.bl-0 {border-left: none !important;}
.br-0 {border-right: none !important;}
.bb-0 {border-bottom: none !important;}
.bt-0 {border-top: none !important;}
.bl-1 {border-left: 1px solid #ddd;}
.br-1 {border-right: 1px solid #ddd;}
.bb-1 {border-bottom: 1px solid #ddd;}
.bt-1 {border-top: 1px solid #ddd;}
.ba-1-blue {border:1px solid #0AC5C3;}
.bt-1-blue {border-top: 1px solid #0AC5C3;}
.bb-1-blue {border-bottom: 1px solid #0AC5C3;}
.bl-1-blue {border-left: 1px solid #0AC5C3;}
.br-1-blue {border-right: 1px solid #0AC5C3;}
.ba-2-blue {border: 2px solid #0AC5C3;}
.bt-2-blue {border-top: 2px solid #0AC5C3;}
.bb-2-blue {border-bottom: 2px solid #0AC5C3;}
.bl-2-blue {border-left: 2px solid #0AC5C3;}
.br-2-blue {border-right: 2px solid #0AC5C3;}
.ba-4-blue {border: 4px solid #0AC5C3;}
.bt-4-blue {border-top: 4px solid #0AC5C3;}
.bb-4-blue {border-bottom: 4px solid #0AC5C3;}
.bl-4-blue {border-left: 4px solid #0AC5C3;}
.br-4-blue {border-right: 4px solid #0AC5C3;}
.ba-1-darkblue {border:1px solid #0AC5C3;}
.bt-1-darkblue {border-top: 1px solid #0AC5C3;}
.bb-1-darkblue {border-bottom: 1px solid #0AC5C3;}
.bl-1-darkblue {border-left: 1px solid #0AC5C3;}
.br-1-darkblue {border-right: 1px solid #0AC5C3;}
.ba-2-darkblue {border: 2px solid #0AC5C3;}
.bt-2-darkblue {border-top: 2px solid #0AC5C3;}
.bb-2-darkblue {border-bottom: 2px solid #0AC5C3;}
.bl-2-darkblue {border-left: 2px solid #0AC5C3;}
.br-2-darkblue {border-right: 2px solid #0AC5C3;}
.ba-4-darkblue {border: 4px solid #0AC5C3;}
.bt-4-darkblue {border-top: 4px solid #0AC5C3;}
.bb-4-darkblue {border-bottom: 4px solid #0AC5C3;}
.bl-4-darkblue {border-left: 4px solid #0AC5C3;}
.br-4-darkblue {border-right: 4px solid #0AC5C3;}
.ba-1-white {border: 1px solid white;}
.bt-1-white {border-top: 1px solid white;}
.bb-1-white {border-bottom: 1px solid white;}
.bl-1-white {border-left: 1px solid white;}
.br-1-white {border-right: 1px solid white;}
.ba-2-white {border: 2px solid white;}
.bt-2-white {border-top: 2px solid white;}
.bb-2-white {border-bottom: 2px solid white;}
.bl-2-white {border-left: 2px solid white;}
.br-2-white {border-right: 2px solid white;}
.ba-4-white {border: 4px solid white;}
.bt-4-white {border-top: 4px solid white;}
.bb-4-white {border-bottom: 4px solid white;}
.bl-4-white {border-left: 4px solid white;}
.br-4-white {border-right: 4px solid white;}
.ba-5-white {border: 5px solid white;}
.bt-5-white {border-top: 5px solid white;}
.bb-5-white {border-bottom: 5px solid white;}
.bl-5-white {border-left: 5px solid white;}
.br-5-white {border-right: 5px solid white;}
.ba-6-white {border: 6px solid white;}
.bt-6-white {border-top: 6px solid white;}
.bb-6-white {border-bottom: 6px solid white;}
.bl-6-white {border-left: 6px solid white;}
.br-6-white {border-right: 6px solid white;}

/*padding*/
.pa-0 {padding:0;}
.px-0 {padding-left:0;padding-right:0;}
.py-0 {padding-top:0;padding-bottom:0;}
.pt-0 {padding-top:0;}
.pr-0 {padding-right:0;}
.pb-0 {padding-bottom:0;}
.pl-0 {padding-left:0;}
.pa-02 {padding:0.2em;}
.px-02 {padding-left:0.2em;padding-right:0.2em;}
.py-02 {padding-top:0.2em;padding-bottom:0.2em;}
.pt-02 {padding-top:0.2em;}
.pr-02 {padding-right:0.2em;}
.pb-02 {padding-bottom:0.2em;}
.pl-02 {padding-left:0.2em;}
.pa-03 {padding:0.3em;}
.px-03 {padding-left:0.3em;padding-right:0.3em;}
.py-03 {padding-top:0.3em;padding-bottom:0.3em;}
.pt-03 {padding-top:0.3em;}
.pr-03 {padding-right:0.3em;}
.pb-03 {padding-bottom:0.3em;}
.pl-03 {padding-left:0.3em;}
.pa-05 {padding:0.5em;}
.px-05 {padding-left:0.5em;padding-right:0.5em;}
.py-05 {padding-top:0.5em;padding-bottom:0.5em;}
.pt-05 {padding-top:0.5em;}
.pr-05 {padding-right:0.5em;}
.pb-05 {padding-bottom:0.5em;}
.pl-05 {padding-left:0.5em;}
.pa-08 {padding:0.8em;}
.px-08 {padding-left:0.8em;padding-right:0.8em;}
.py-08 {padding-top:0.8em;padding-bottom:0.8em;}
.pt-08 {padding-top:0.8em;}
.pr-08 {padding-right:0.8em;}
.pb-08 {padding-bottom:0.8em;}
.pl-08 {padding-left:0.8em;}
.pa-1 {padding:1em;}
.px-1 {padding-left:1em;padding-right:1em;}
.py-1 {padding-top:1em;padding-bottom:1em;}
.pt-1 {padding-top:1em;}
.pr-1 {padding-right:1em;}
.pb-1 {padding-bottom:1em;}
.pl-1 {padding-left:1em;}
.pa-15 {padding:1.5em;}
.px-15 {padding-left:1.5em;padding-right:1.5em;}
.py-15 {padding-top:1.5em;padding-bottom:1.5em;}
.pt-15 {padding-top:1.5em;}
.pr-15 {padding-right:1.5em;}
.pb-15 {padding-bottom:1.5em;}
.pl-15 {padding-left:1.5em;}
.pa-2 {padding:2em;}
.px-2 {padding-left:2em;padding-right:2em;}
.py-2 {padding-top:2em;padding-bottom:2em;}
.pt-2 {padding-top:2em;}
.pr-2 {padding-right:2em;}
.pb-2 {padding-bottom:2em;}
.pl-2 {padding-left:2em;}
.pa-25 {padding:2.5em;}
.px-25 {padding-left:2.5em;padding-right:2.5em;}
.py-25 {padding-top:2.5em;padding-bottom:2.5em;}
.pt-25 {padding-top:2.5em;}
.pr-25 {padding-right:2.5em;}
.pb-25 {padding-bottom:2.5em;}
.pl-25 {padding-left:2.5em;}
.pa-3 {padding:3em;}
.px-3 {padding-left:3em;padding-right:3em;}
.py-3 {padding-top:3em;padding-bottom:3em;}
.pt-3 {padding-top:3em;}
.pr-3 {padding-right:3em;}
.pb-3 {padding-bottom:3em;}
.pl-3 {padding-left:3em;}
.pa-35 {padding:3.5em;}
.px-35 {padding-left:3.5em;padding-right:3.5em;}
.py-35 {padding-top:3.5em;padding-bottom:3.5em;}
.pt-35 {padding-top:3.5em;}
.pr-35 {padding-right:3.5em;}
.pb-35 {padding-bottom:3.5em;}
.pl-35 {padding-left:3.5em;}
.pa-4 {padding:4em;}
.px-4 {padding-left:4em;padding-right:4em;}
.py-4 {padding-top:4em;padding-bottom:4em;}
.pt-4 {padding-top:4em;}
.pr-4 {padding-right:4em;}
.pb-4 {padding-bottom:4em;}
.pl-4 {padding-left:4em;}
.pa-45 {padding:4.5em;}
.px-45 {padding-left:4.5em;padding-right:4.5em;}
.py-45 {padding-top:4.5em;padding-bottom:4.5em;}
.pt-45 {padding-top:4.5em;}
.pr-45 {padding-right:4.5em;}
.pb-45 {padding-bottom:4.5em;}
.pl-45 {padding-left:4.5em;}
.pa-5 {padding:5em;}
.px-5 {padding-left:5em;padding-right:5em;}
.py-5 {padding-top:5em;padding-bottom:5em;}
.pt-5 {padding-top:5em;}
.pr-5 {padding-right:5em;}
.pb-5 {padding-bottom:5em;}
.pl-5 {padding-left:5em;}
.pa-55 {padding:5.5em;}
.px-55 {padding-left:5.5em;padding-right:5.5em;}
.py-55 {padding-top:5.5em;padding-bottom:5.5em;}
.pt-55 {padding-top:5.5em;}
.pr-55 {padding-right:5.5em;}
.pb-55 {padding-bottom:5.5em;}
.pl-55 {padding-left:5.5em;}
.pa-6 {padding:6em;}
.px-6 {padding-left:6em;padding-right:6em;}
.py-6 {padding-top:6em;padding-bottom:6em;}
.pt-6 {padding-top:6em;}
.pr-6 {padding-right:6em;}
.pb-6 {padding-bottom:6em;}
.pl-6 {padding-left:6em;}
.pa-10 {padding:10em;}
.px-10 {padding-left:10em;padding-right:10em;}
.py-10 {padding-top:10em;padding-bottom:10em;}
.pt-10 {padding-top:10em;}
.pr-10 {padding-right:10em;}
.pb-10 {padding-bottom:10em;}
.pl-10 {padding-left:10em;}

/*margin*/
.ma-0 {margin:0;}
.mx-0 {margin-left:0;margin-right:0;}
.my-0 {margin-top:0;margin-bottom:0;}
.mt-0 {margin-top:0;}
.mr-0 {margin-right:0;}
.mb-0 {margin-bottom:0;}
.ml-0 {margin-left:0;}
.ma-02 {margin:0.2em;}
.mx-02 {margin-left:0.2em;margin-right:0.2em;}
.my-02 {margin-top:0.2em;margin-bottom:0.2em;}
.mt-02 {margin-top:0.2em;}
.mr-02 {margin-right:0.2em;}
.mb-02 {margin-bottom:0.2em;}
.ml-02 {margin-left:0.2em;}
.ma-03 {margin:0.3em;}
.mx-03 {margin-left:0.3em;margin-right:0.3em;}
.my-03 {margin-top:0.3em;margin-bottom:0.3em;}
.mt-03 {margin-top:0.3em;}
.mr-03 {margin-right:0.3em;}
.mb-03 {margin-bottom:0.3em;}
.ml-03 {margin-left:0.3em;}
.ma-05 {margin:0.5em;}
.mx-05 {margin-left:0.5em;margin-right:0.5em;}
.my-05 {margin-top:0.5em;margin-bottom:0.5em;}
.mt-05 {margin-top:0.5em;}
.mr-05 {margin-right:0.5em;}
.mb-05 {margin-bottom:0.5em;}
.ml-05 {margin-left:0.5em;}
.ma-1 {margin:1em;}
.mx-1 {margin-left:1em;margin-right:1em;}
.my-1 {margin-top:1em;margin-bottom:1em;}
.mt-1 {margin-top:1em;}
.mr-1 {margin-right:1em;}
.mb-1 {margin-bottom:1em;}
.ml-1 {margin-left:1em;}
.ma-15 {margin:1em;}
.mx-15 {margin-left:1.5em;margin-right:1.5em;}
.my-15 {margin-top:1.5em;margin-bottom:1.5em;}
.mt-15 {margin-top:1.5em;}
.mr-15 {margin-right:1.5em;}
.mb-15 {margin-bottom:1.5em;}
.ml-15 {margin-left:1.5em;}
.ma-2 {margin:2em;}
.mx-2 {margin-left:2em;margin-right:2em;}
.my-2 {margin-top:2em;margin-bottom:2em;}
.mt-2 {margin-top:2em;}
.mr-2 {margin-right:2em;}
.mb-2 {margin-bottom:2em;}
.ml-2 {margin-left:2em;}
.ma-25 {margin:2.5em;}
.mx-25 {margin-left:2.5em;margin-right:2.5em;}
.my-25 {margin-top:2.5em;margin-bottom:2.5em;}
.mt-25 {margin-top:2.5em;}
.mr-25 {margin-right:2.5em;}
.mb-25 {margin-bottom:2.5em;}
.ml-25 {margin-left:2.5em;}
.ma-3 {margin:3em;}
.mx-3 {margin-left:3em;margin-right:3em;}
.my-3 {margin-top:3em;margin-bottom:3em;}
.mt-3 {margin-top:3em;}
.mr-3 {margin-right:3em;}
.mb-3 {margin-bottom:3em;}
.ml-3 {margin-left:3em;}
.ma-35 {margin:3.5em;}
.mx-35 {margin-left:3.5em;margin-right:3.5em;}
.my-35 {margin-top:3.5em;margin-bottom:3.5em;}
.mt-35 {margin-top:3.5em;}
.mr-35 {margin-right:3.5em;}
.mb-35 {margin-bottom:3.5em;}
.ml-35 {margin-left:3.5em;}
.ma-4 {margin:4em;}
.mx-4 {margin-left:4em;margin-right:4em;}
.my-4 {margin-top:4em;margin-bottom:4em;}
.mt-4 {margin-top:4em;}
.mr-4 {margin-right:4em;}
.mb-4 {margin-bottom:4em;}
.ml-4 {margin-left:4em;}
.ma-45 {margin:4.5em;}
.mx-45 {margin-left:4.5em;margin-right:4.5em;}
.my-45 {margin-top:4.5em;margin-bottom:4.5em;}
.mt-45 {margin-top:4.5em;}
.mr-45 {margin-right:4.5em;}
.mb-45 {margin-bottom:4.5em;}
.ml-45 {margin-left:4.5em;}
.ma-5 {margin:5em;}
.mx-5 {margin-left:5em;margin-right:5em;}
.my-5 {margin-top:5em;margin-bottom:5em;}
.mt-5 {margin-top:5em;}
.mr-5 {margin-right:5em;}
.mb-5 {margin-bottom:5em;}
.ml-5 {margin-left:5em;}
.ma-55 {margin:5.5em;}
.mx-55 {margin-left:5.5em;margin-right:5.5em;}
.my-55 {margin-top:5.5em;margin-bottom:5.5em;}
.mt-55 {margin-top:5.5em;}
.mr-55 {margin-right:5.5em;}
.mb-55 {margin-bottom:5.5em;}
.ml-55 {margin-left:5.5em;}
.ma-6 {margin:6em;}
.mx-6 {margin-left:6em;margin-right:6em;}
.my-6 {margin-top:6em;margin-bottom:6em;}
.mt-6 {margin-top:6em;}
.mr-6 {margin-right:6em;}
.mb-6 {margin-bottom:6em;}
.ml-6 {margin-left:6em;}
.ma-auto { margin: auto;}
.mt-auto, .my-auto { margin-top: auto;}
.mb-auto, .my-auto { margin-bottom: auto;}
.mr-auto, .mx-auto { margin-right: auto;}
.ml-auto, .mx-auto { margin-left: auto;}

/*arrow_box*/
.arrow_box {position: relative;}
.arrow_box:after {top: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(101, 103, 92, 0);border-top-color: #65675c;border-width: 30px;margin-left: -30px;}
.arrow_box-left {position: relative;}
.arrow_box-left:after {top: 100%;left: 98%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(101, 103, 92, 0);border-top-color: #efefef;border-width: 10px;margin-left: -30px;}
.box-arrow:after {top: -2px;left: 50%;transform: translate(-50%, 0);border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(255, 255, 255, 0);border-bottom-color: #ffffff;border-width: 11px;}
.arrow-red:after {border-bottom-color: #E4032C;border-width: 11px;}

/*forms*/
input::-webkit-placeholder,
input::-moz-placeholder,
textarea::-webkit-placeholder,
textarea::-moz-placeholder,
input::placeholder,
textarea::placeholder,
select,
input[placeholder],
[placeholder],
 *[placeholder] {opacity: 1 !important;color:#999 !important;}
form .placeholder {margin-bottom: 0;color: #999;}
form *:focus {border:1px solid #ddd !important;}
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
[type="file"],
textarea,
select {border-radius: 0;box-shadow: none;border-color:#ddd;font-weight: 300;margin-bottom: 0;}
label {font-weight: 300;}
form .form-item {margin-bottom: 1rem;}
form .form-item .description {font-size: 0.8rem;font-weight:300;color:#888;}
label {font-weight: 300;}
form .form-item.js-form-type-checkbox {margin-bottom: 1em;}
form .form-item.js-form-type-checkbox label .form-field-optional {display: none;}
form .form-item.js-form-type-checkbox label {display:inline;}
form .form-item.js-form-type-checkbox input[type="checkbox"] {margin-bottom: 0;}
form .form-item label a {font-weight: normal;text-decoration: underline;text-decoration-color: #0AC5C3;color: #0AC5C3;}
/*form .form-item label.form-required::after {content:' *';color:red;}*/
.form-white form label {color: white;}
.g-recaptcha div {
  margin: auto;
  margin-bottom: 1.5em;
}

/*form-border*/
.form-border form *:focus {border-width:0 0 2px 0 !important;background-color:transparent;border-color:#999 !important;box-shadow: none !important;}
.form-border [type="text"],
.form-border [type="password"],
.form-border [type="date"],
.form-border [type="datetime"],
.form-border [type="datetime-local"],
.form-border [type="month"],
.form-border [type="week"],
.form-border [type="email"],
.form-border [type="number"],
.form-border [type="search"],
.form-border [type="tel"],
.form-border [type="time"],
.form-border [type="url"],
.form-border [type="color"],
.form-border [type="file"],
.form-border textarea,
.form-border select {background: transparent;border-width: 0 0 2px 0;border-color:#999;border-style: solid;padding: 0.5rem 0;}
.form-border.white-theme-color form *:focus {border-color:#fff !important;}
.form-border.white-theme-color [type="text"],
.form-border.white-theme-color [type="password"],
.form-border.white-theme-color [type="date"],
.form-border.white-theme-color [type="datetime"],
.form-border.white-theme-color [type="datetime-local"],
.form-border.white-theme-color [type="month"],
.form-border.white-theme-color [type="week"],
.form-border.white-theme-color [type="email"],
.form-border.white-theme-color [type="number"],
.form-border.white-theme-color [type="search"],
.form-border.white-theme-color [type="tel"],
.form-border.white-theme-color [type="time"],
.form-border.white-theme-color [type="url"],
.form-border.white-theme-color [type="color"],
.form-border.white-theme-color [type="file"],
.form-border.white-theme-color textarea,
.form-border.white-theme-color select {border-color:#fff;}
.form-border.white-theme-color select option {color:#999 !important;}
.form-border.white-theme-color input::-webkit-placeholder,
.form-border.white-theme-color input::-moz-placeholder,
.form-border.white-theme-color textarea::-webkit-placeholder,
.form-border.white-theme-color textarea::-moz-placeholder,
.form-border.white-theme-color input::placeholder,
.form-border.white-theme-color textarea::placeholder,
.form-border.white-theme-color select,
.form-border.white-theme-color input[placeholder],
.form-border.white-theme-color [placeholder],
.form-border.white-theme-color *[placeholder] {opacity: 1 !important;color:#fff !important;}
.form-border.white-theme-color a {color:#fff;text-decoration: underline;}
.form-border.white-theme-color a:hover {color:#fff;opacity: 0.8;}

/*form-border*/
.form-border form *:focus {border-width:0 0 2px 0 !important;background-color:transparent;border-color:#999 !important;box-shadow: none !important;}
.form-border [type="text"],
.form-border [type="password"],
.form-border [type="date"],
.form-border [type="datetime"],
.form-border [type="datetime-local"],
.form-border [type="month"],
.form-border [type="week"],
.form-border [type="email"],
.form-border [type="number"],
.form-border [type="search"],
.form-border [type="tel"],
.form-border [type="time"],
.form-border [type="url"],
.form-border [type="color"],
.form-border [type="file"],
.form-border textarea,
.form-border select {background: transparent;border-width: 0 0 2px 0;border-color:#999;border-style: solid;padding: 0.5rem 0;}
.form-border.white-theme-color form *:focus {border-color:#fff !important;}
.form-border.white-theme-color [type="text"],
.form-border.white-theme-color [type="password"],
.form-border.white-theme-color [type="date"],
.form-border.white-theme-color [type="datetime"],
.form-border.white-theme-color [type="datetime-local"],
.form-border.white-theme-color [type="month"],
.form-border.white-theme-color [type="week"],
.form-border.white-theme-color [type="email"],
.form-border.white-theme-color [type="number"],
.form-border.white-theme-color [type="search"],
.form-border.white-theme-color [type="tel"],
.form-border.white-theme-color [type="time"],
.form-border.white-theme-color [type="url"],
.form-border.white-theme-color [type="color"],
.form-border.white-theme-color [type="file"],
.form-border.white-theme-color textarea,
.form-border.white-theme-color select {border-color:#fff;}
.form-border.white-theme-color select option {color:#999 !important;}
.form-border.white-theme-color input::-webkit-placeholder,
.form-border.white-theme-color input::-moz-placeholder,
.form-border.white-theme-color textarea::-webkit-placeholder,
.form-border.white-theme-color textarea::-moz-placeholder,
.form-border.white-theme-color input::placeholder,
.form-border.white-theme-color textarea::placeholder,
.form-border.white-theme-color select,
.form-border.white-theme-color input[placeholder],
.form-border.white-theme-color [placeholder],
.form-border.white-theme-color *[placeholder] {opacity: 1 !important;color:#fff !important;}
.form-border.white-theme-color a {color:#fff;text-decoration: underline;}
.form-border.white-theme-color a:hover {color:#fff;opacity: 0.8;}

/*z-index*/
.upbutton {z-index:100;}
.headerbar {z-index:100;}
.textslide {z-index:1;position: relative;}
.breadcrumbs-bar {z-index:1;position: relative;}

/*upbutton*/
#footer .upbutton {margin-top:-8em;display: inline-block;height: 55px;width: 55px;cursor:pointer;z-index:1;}
#footer .upbutton:hover {opacity: 1 !important;}

/*greyscale*/
.greyscale {
  	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: grayscale(1); /* Current draft standard */
    -webkit-filter: grayscale(1); /* New WebKit */
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: gray; /* IE6+ */
	/*opacity: 0.4;*/
}
.greyscale:hover {
	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: grayscale(0); /* Current draft standard */
    -webkit-filter: grayscale(0); /* New WebKit */
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: gray; /* IE6+ */
	opacity: 1;
}

/*box-same*/
.box-same {position: relative;width: 100%;}
.box-same:before {content: "";float: left;padding-top: 100%;/* initial ratio of 1:1*/}

/*a-bg*/
.a-bg {position: relative;display: block;}
.a-bg:hover .bgimage {-webkit-transform: scale(1.15);transform: scale(1.15);}
.a-bg .opacity {opacity: 0;}
.a-bg:hover .opacity {opacity: 1;}
.a-bg * {
	transition: all 0.3s;
   -webkit-transition: all 0.3s;
}

/*a-bgcolor*/
.a-bgcolor:hover .more {color:#2F4D5C;}
.a-bgcolor:hover .in {-webkit-transform: translateY(-8px);transform: translateY(-8px);}
.a-bgcolor.hvr-sweep-to-top::before {background-color: #2F4D5C;}
.a-bgcolor.hvr-sweep-to-top:hover {color: #1E1E1E;}
.a-bgcolor * {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

/*a-effect*/
.a-effect {display:block;position: relative;text-align: center;}
.a-effect * {text-decoration:none !important;}
.a-effect:hover {text-decoration:none !important;background-color: #004357;}
.a-effect:hover * {color:#fff;}
.a-effect .descript-a-effect {opacity: 1;}
.a-effect:hover .descript-a-effect {opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.a-effect .a-text {display: block;padding:1.5em 1.5em 3em 1.5em;}
.a-effect:hover .a-text {-webkit-transform: translate(0, 20%);transform: translate(0, 20%);}
.a-effect .a-more {display: block;}
.a-effect:hover .a-more{-webkit-transform: translate(0, -15%);transform: translate(0, -15%);}
.a-effect * {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/*owl /////*/
.owl-carousel img {/*max-height:120px;*/max-width: 100%;width: auto !important;display:inline-block !important;}
.owl-carousel .owl-nav {margin:0 !important;}
/*outside nav*/
.owl-carousel .owl-prev,
.owl-carousel .owl-next {position: absolute;top: 50%;transform: translate(0, -50%);}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {background:transparent !important;}
.owl-carousel .owl-prev {left: -4em;}
.owl-carousel .owl-next {right: -4em;}
.owl-carousel .owl-prev span {padding: 0 0.09em 0 0;}
.owl-carousel .owl-next span {padding: 0 0 0 0.09em;}
/*inside nav*/
.owl-carousel.in-arrows .owl-prev {left: 0.5em;}
.owl-carousel.in-arrows .owl-next {right: 0.5em;}
/*bottom right nav*/
.owl-carousel.nav-bottom-right .owl-nav {position: absolute;bottom: 3em;right: 3em;}
.owl-carousel.nav-bottom-right .owl-prev,
.owl-carousel.nav-bottom-right .owl-next {position: unset;top: inherit;left: inherit;right: inherit;transform: none;display: inline-block !important;}
.owl-carousel.nav-bottom-right .owl-prev:hover span,
.owl-carousel.nav-bottom-right .owl-next:hover span {background-color: #2A7886 !important;color:white !important;}
@media only screen and (max-width: 40em) {
    .owl-carousel.nav-bottom-right .owl-nav {right: 1em;}
}
/*top right nav*/
.owl-carousel.nav-top-right .owl-nav {position: absolute;top: -6em;right: 0em;}
.owl-carousel.nav-top-right .owl-prev,
.owl-carousel.nav-top-right .owl-next {position: unset;top: inherit;left: inherit;right: inherit;transform: none;display: inline-block !important;}
.owl-carousel.nav-top-right .owl-prev:hover span,
.owl-carousel.nav-top-right .owl-next:hover span {background-color: #2A7886 !important;color:white !important;}
@media only screen and (max-width: 64.063em) {
	.owl-carousel.nav-top-right {padding-top: 3em;}
    .owl-carousel.nav-top-right .owl-nav {top: -1em;}
}
/*normal dots*/
.owl-carousel .owl-dots {margin-top: 1.5em !important;}
.owl-carousel .owl-dots .owl-dot span {width: 12px;height: 12px;margin: 5px;background: #fff;}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {background: #1CB499;}
/*white dots*/
.owl-carousel.white-theme .owl-dots .owl-dot span {background: transparent;border: 2px solid #fff;}
.owl-carousel.white-theme .owl-dots .owl-dot.active span,
.owl-carousel.white-theme .owl-dots .owl-dot:hover span {background: #fff;}
/*top dots*/
.owl-carousel.dots-top .owl-dots {position: absolute !important;left: 50%;transform: translate(-50%, 0);margin:0;top:-2em;}
/*bottom dots*/
.owl-carousel.dots-bottom .owl-dots {position: absolute !important;left: 50%;transform: translate(-50%, 0);margin:0;bottom:-3.5em;}
/*bottom left dots*/
.owl-carousel.dots-bottom-left .owl-dots {position: absolute !important;left: 3em;bottom:3em;transform: none;margin:0;}
@media only screen and (max-width: 40em) {
    .owl-carousel.dots-bottom-left .owl-dots {left: 1em;}
}

/*table-responsive*/
/*table.table-responsive {line-height: 21px;border-collapse: collapse;margin: 0;padding: 0;width: 100%;table-layout: fixed;font-size: 0.75em;}
table.table-responsive * {vertical-align: top;}
table.table-responsive tr {background-color: #fff;border-bottom: 1px solid #ddd;padding: .3em;}
table.table-responsive thead th {border-right:1px solid #fff;}
table.table-responsive thead th:last-child {border-right:none;}
table.table-responsive thead th,
table.table-responsive thead td {padding: 0.5em;font-weight: bold;text-align: left;color:#fff;background-color: #2F4D5C;}
table.table-responsive tbody th,
table.table-responsive tbody td {padding: 0.5em;}
table.table-responsive thead,
table.table-responsive tbody,
table.table-responsive tfoot {border:none;}
table.table-responsive a {color:#2F4D5C;text-decoration: underline;}
table.table-responsive a:hover {text-decoration: none;}
table.table-responsive .img-zoom {position: relative;border:1px solid #ddd;display:inline-block;}
table.table-responsive .img-zoom .magnified {position:absolute;bottom:0;right:0;padding: 0 0.3em;font-size: 0.8em;background-color:#2F4D5C;}
table.table-responsive .img-zoom img {max-width: 45px;max-height: 45px;}
table.table-responsive.custom thead th,
table.table-responsive.custom thead td {color:#1E1E1E;background-color:#F2F2F2;}
table.table-responsive.custom tr {border-bottom: 1px dashed #ddd;}
table.table-responsive.custom thead th {border-right:none;}
@media only screen and (max-width: 63.9em) {
	table.table-responsive {border: 0;}
	table.table-responsive thead {border: none;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
	table.table-responsive tbody td.fw-700 {padding:0.8em 0.5em;background-color:#2F4D5C;color:#fff;text-transform: uppercase;}
	table.table-responsive tbody td.fw-700::before {color:#fff !important;}
	table.table-responsive tr {border: 1px solid #ddd;padding:0;}
	table.table-responsive tr {display: block;margin-bottom: 2em !important;}
	table.table-responsive td {border-bottom: 1px solid #ddd;display: block;text-align: right;}
	table.table-responsive td::before {content: attr(data-label);float: left;font-weight: bold;color: #2F4D5C;text-transform: none;}
	table.table-responsive td:last-child {border-bottom: 0;}
	table.table-responsive.custom tr {border-bottom: 1px solid #ddd;}
}*/

/*swipebox*/
/*#swipebox-bottom-bar,
#swipebox-top-bar {text-shadow: 1px 1px 1px black;background: #000;opacity: 0.95;}*/

/*column-small-p*/
.column-small-p .column {margin-bottom: 0.15em;padding:0 0.1em;}


/* ==========================================================================
   HEADER
   ==========================================================================*/
#header {background-color: transparent;}

/*elements*/
.center-elements {line-height: 1;}
.left-elements,
.right-elements {padding:5em 0;}
.scrolled .left-elements,
.scrolled .right-elements {padding:1.35em 0;}
@media only screen and (max-width: 64em) {
	.left-elements,
	.right-elements {padding:2em 0 !important;}
}
@media only screen and (max-width: 40em) {
	.left-elements,
	.right-elements {padding:2em 0 !important;}
}

/*section*/
/*.section-intro {min-height: 100vh;background-color: transparent;}
.section-in .section-image {padding-top:10em;}
@media only screen and (max-width: 64em) {
	.section-in .section-image {padding-top:8em;}
}*/

/*text-slide*/
/*.textslide a.swipebox:hover i {color:#0AC5C3 !important;}*/
@media only screen and (max-width: 40em) {
	/*.textslide h2 {font-size:1.5em;}*/
}
@media only screen and (min-width: 64.063em) {
	/*.textslide h1 {font-size:4em;line-height: 1.2;}*/
}
@media only screen and (max-width: 64.063em) {
	/*.section-in .textslide {padding-top: 0em;}*/
}

/*brandbar /////////////////////// */
.brandbar {background:transparent;z-index:3;}
.brandbar .brand img {max-height: 97px;}
.scrolled.brandbar .brand img {max-height: 65px;}
.brandbar ul.inline-list li {margin-right: 1em !important;}
.main_nav-bar.active .brand {opacity: 0;display: none;}
@media only screen and (min-width: 40em) {
	.main_nav-bar.active .brandbar.cd-auto-hide-header.scrolled  {background-color: transparent;box-shadow: none;}
}
@media only screen and (max-width: 64em) {
	.brandbar .brand img,
	.scrolled.brandbar .brand img {max-height: 65px;}
}
@media only screen and (max-width: 40em) {
	.brandbar .brand img,
	.scrolled.brandbar .brand img {max-height: 45px;}
}
@media only screen and (max-width: 30em) {
	.brandbar ul.inline-list li {margin-right: 0.2em !important;}
	.brandbar .mx-1 {margin:0 0.5em 0 0 !important;}
}

/*hamburger-icon*/
#hamburger-icon {width:35px;height:20px;position:relative;display:inline-block;margin-top:0.3rem;}
#hamburger-icon .icon-line {display:block;background:#222;width:35px;height:4px;position:absolute;left:0;border-radius:2px;transition: all 0.4s;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;}
#hamburger-icon .line-1{top:0;}
#hamburger-icon .line-2 {top:50%;}
#hamburger-icon .line-3 {top:100%;}
#hamburger-icon:hover .line-1,
#hamburger-icon:focus .line-1{transform: translateY(-2px);-webkit-transform: translateY(-2px);-moz-transform: translateY(-2px);}
#hamburger-icon:hover .line-3,
#hamburger-icon:focus .line-3 {transform: translateY(2px);-webkit-transform: translateY(2px);-moz-transform: translateY(2px);}
#hamburger-icon.active .line-1 {background:#fff;transform: translateY(10px) translateX(0) rotate(45deg);-webkit-transform: translateY(10px) translateX(0) rotate(45deg);-moz-transform: translateY(10px) translateX(0) rotate(45deg);}
#hamburger-icon.active .line-2 {background:#fff;opacity: 0;}
#hamburger-icon.active .line-3 {background:#fff;transform: translateY(-10px) translateX(0) rotate(-45deg);-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);-moz-transform: translateY(-10px) translateX(0) rotate(-45deg);}
@media only screen and (max-width: 30em) {
	#hamburger-icon .icon-line {width: 30px;}
}

/*main_nav-panel*/
/* .main_nav-panel {display:none;} */
.main_nav-panel {
  position: fixed;
  display: none;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100vh;
	opacity: 0;
	transition: opacity 0.5s ease, left 0s linear 0.5s;
}
.main_nav-panel.active{display: block;opacity: 1;transform: translatey(0px);min-height: 100vh}

/*main_nav*/
.main_nav {opacity:0;visibility:hidden;transition: all 200ms ease-in-out;}
.main_nav.active {opacity:1;visibility:visible;width: 100%;min-height: 100vh;width: 100%;}
@media only screen and (max-width: 64em) {
    .main_nav.active .pt-10 {padding-top:6em;}
}
@media only screen and (max-width: 40em) {
    .main_nav .contact-info {font-size: 0.9em;}
}

/*main_nav-accordion*/
#main_nav-accordion.style-none li {margin-bottom:0 !important;border-bottom: 1px solid #fff;padding: 1.3em 0;}
#main_nav-accordion.style-none li:last-child {border-bottom: none;}
#main_nav-accordion li a.main_nav-accordion-title {display:inline-block;font-weight: 400;font-size: 1.3em;color:#fff;}
#main_nav-accordion li[data-accordion-item] a.main_nav-accordion-title {position: relative;}
#main_nav-accordion li[data-accordion-item] a.main_nav-accordion-title::before {transition: -webkit-transform .15s ease-in;transition: transform .15s ease-in;transition: transform .15s ease-in,-webkit-transform .15s ease-in;content: '\e807';font-family: 'fontello';position: absolute;right:-22px;top: 55%;transform: translate(0, -50%);font-size: 0.5em;}
#main_nav-accordion li[data-accordion-item].is-active a.main_nav-accordion-title::before {top: 30%;-webkit-transform: rotate(180deg);transform: rotate(180deg);}
#main_nav-accordion li.is-active a.main_nav-accordion-title,
#main_nav-accordion li a.main_nav-accordion-title:hover {color:#fff;}
#main_nav-accordion .accordion-content {background-color: transparent;border:none;padding:0;margin-bottom:0.5em;}
#main_nav-accordion .accordion-content a {display:inline-block;font-weight: 300;font-size: 1.2em;color:#fff;}
#main_nav-accordion .accordion-content a:hover {color:#fff;opacity: 0.8;}
/*@media only screen and (min-width: 64em) {
	#main_nav-accordion .accordion-content a {font-size:1.4em;}
}*/
@media only screen and (max-width: 64em) {
    /*#main_nav-accordion li a.main_nav-accordion-title {font-size: 1.5em;}*/
    /*#main_nav-accordion .accordion-content a {font-size: 1em;}*/
    /*#main_nav-accordion li[data-accordion-item] a.main_nav-accordion-title::before {right:-17px;}*/
}
@media only screen and (max-width: 30em) {
    /*#main_nav-accordion li a.main_nav-accordion-title {font-size: 1.2em;}*/
}

/*is-locked*/
.is-locked{overflow: hidden;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;}

/*brandbar scrolled ////// */
/*no scrolled*/
@media only screen and (max-width: 63.9em) {
	/*.brandbar .brand img {max-height: 52px;}
	.brandbar .icon-phone-ringing,
	.brandbar .icon-user {font-size: 1.2em;}*/
}
/*@media only screen and (max-width: 63.9em) {
	.brandbar .brand img {max-height: 75px;}
}*/
@media only screen and (max-width: 40em) {
	/*.brandbar .brand img {max-height: 32px;}*/
}
@media only screen and (max-width: 32em) {
	/*.brandbar .brand img {max-height: 28px;}*/
}

/*si scrolled*/
.brandbar.cd-auto-hide-header.scrolled {background: #fff;border-bottom:none;box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);}

/*nav-app*/
.nav-app li a{position:relative;padding:1em 0em;font-size: 1em;color:#4A4A4A;font-weight: 600;}
.nav-app > li > a:hover,
.nav-app > li > a:focus,
.nav-app li a.is-active {color:#1CB499;}
@media only screen and (max-width: 90em) {
	.nav-app li a{font-size: 1em;}
}

/*languages*/
/*.languages a::after {display: none;}
.languages #languages-dropdown {max-width:100px !important;padding:1.2em 0 0 0;border:none;border-radius:0;background-color: transparent;box-shadow:none;}
.languages #languages-dropdown ul {margin-bottom:0 !important;}
.languages #languages-dropdown ul li {border-bottom:1px solid #ddd;margin-bottom:0 !important;}
.languages #languages-dropdown ul li:last-child {border-bottom:none;}
.languages #languages-dropdown ul li a {color:#999 !important;display: block;padding:0.5em 0;}
.languages #languages-dropdown ul li a:hover,
.languages #languages-dropdown ul li a.active {color:#666 !important;}*/

/*molletes*/
.breadcrumbs-bar .breadcrumbs {margin-bottom: 0;}
.breadcrumbs-bar .breadcrumbs * {color:#fff;text-transform: none;}
.breadcrumbs-bar .breadcrumbs li {float: none;display: inline-block; font-size:1em;}
.breadcrumbs-bar .breadcrumbs li:not(:last-child)::after {color:#fff;}
@media only screen and (max-width: 40em) {
    .breadcrumbs-bar {display: none;}
}

/* ==========================================================================
   DRUPAL CUSTOM
   ==========================================================================*/
/*-local-tasks*/
div[id*="-local-tasks"] {padding:1em 1em 0;border-bottom:1px solid #ddd;border-top:1px solid #ddd;text-align:center;}
div[id*="-local-tasks"] ul {list-style: none;}
div[id*="-local-tasks"] ul li {display:inline-block;margin:0.3em;}
div[id*="-local-tasks"] ul li a {border-radius:5px;padding:0.5em 1em;background-color: #f1f1f1;display:inline-block;}
div[id*="-local-tasks"] ul li a:hover {background-color: #ddd;}
div[id*="-local-tasks"] ul li a.is-active {background-color: #ddd;}
form.user-login-form,
form.user-pass,
form.user-register-form {max-width: 600px;margin: 3em auto 3em auto;padding: 0 1em;}
body.path-user .cd-auto-hide-header,
body.user-logged-in .cd-auto-hide-header,
body.user-logged-in #container-main {position: inherit;margin-top: 0 !important;}
body.user-logged-in .contextual-region {margin:1em;max-width: 75rem;margin-right: auto;margin-left: auto;}


/* ==========================================================================
   CONTAINER-MAIN
   ==========================================================================*/
#container-main {background-color:#fff;margin-top:270px;}
@media only screen and (max-width: 64em) {
	#container-main {margin-top:170px;}
	/*#container-main {padding-top: 140px;}*/
}
@media only screen and (max-width: 40em) {
	#container-main {margin-top: 100px;padding-top: 0px;}
}

/*sobre*/
@media only screen and (max-width: 64em) {
	#sobre .pr-3 {padding-right:0;}
	#sobre .mr-2 {margin-right:0;}
}
@media only screen and (max-width: 40em) {
	#sobre.py-6 {padding-top:3.5em;}
}

/*caracteristicas*/
@media only screen and (max-width: 40em) {
	.caracteristicas .px-1{
		padding:0 !important;
	}
}


/*news-bar-list*/
.news-bar-list .column.column-block {margin-bottom:3.875rem;}
.news-bar-list .column:nth-child(even) {text-align: right;}
.news-bar-list a.categorie {min-width: 250px;text-align: left;}
.news-bar-list a.categorie i {float:right;}
.news-bar-list a.categorie i::before {transition: -webkit-transform .35s ease-in;transition: transform .35s ease-in;transition: transform .35s ease-in,-webkit-transform .35s ease-in;}
.news-bar-list a.categorie.hover i::before {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.news-bar-list #categories-dropdown {min-width: 250px;text-align: left;}
.news-bar-list #categories-dropdown a {color:#0AC5C3;}
.news-bar-list #categories-dropdown a:hover {color:#0AC5C3;}
.news-bar-list #categories-dropdown a.active {font-weight: 700;color:#0AC5C3;}
.news-bar-list #categories-dropdown ul li:last-child {margin:0 !important;}
@media only screen and (max-width: 40em) {
	.news-bar-list .column:nth-child(even) {text-align: left;}
}

/*beneficios*/
#beneficios img.blendmode {max-height: 45px;}

/*comofunciona*/
.row.como-funciona {max-width: 95rem;}
.como-funciona .icon-medium {height: 80px;}
@media only screen and (max-width: 64em) {
	.como-funciona {display: block;}
}

/* ==========================================================================
   CUSTOM ICONS
   ==========================================================================*/
.custom-icon {
	margin-right: 0.5rem;
}

/* ==========================================================================
   SOBRE BATSI
   ==========================================================================*/
#bg-gradient {
	background-image: linear-gradient(to right, #FEF9B2 , #C6F8FF);
	height: 10%;
}

#bg-gradient img {
	position: relative;
	z-index: -1000;
}

.contact-icons {
	float: left;
  width: 30px;
  line-height: 22px;
  height: 30px;
}

/* ==========================================================================
   FOOTER
   ==========================================================================*/
#footer .brand img {max-height: 52px;width: auto;height: 100%;}
#footer a {text-decoration: none;}
#footer a:hover {text-decoration: none;opacity: 0.8;}
/*#footer .develop a:hover {text-decoration: underline;}*/
@media only screen and (max-width: 40em) {
	#footer .brand img {margin-bottom:1em !important;margin-right: 0 !important;}
	#footer .brand span {display: block;}
	#footer .contact-info {margin:2em 0;}
	#footer .contact-info li {margin-bottom:0 !important;}
	#footer .legal-info li:first-child {display: block;}
}

/*form-bar*/
.form-bar .form-required::after {content:'*';font-size: 1em;margin-left: 0.3em;}
.form-bar label {font-weight: 400;color: white;margin-bottom: 1em;}
.form-bar .webform-flexbox {margin: 2em 0em;}
.form-bar [type="text"],
.form-bar [type="password"],
.form-bar [type="date"],
.form-bar [type="datetime"],
.form-bar [type="datetime-local"],
.form-bar [type="month"],
.form-bar [type="week"],
.form-bar [type="email"],
.form-bar [type="number"],
.form-bar [type="search"],
.form-bar [type="tel"],
.form-bar [type="time"],
.form-bar [type="url"],
.form-bar [type="color"],
.form-bar [type="file"],
.form-bar textarea,
.form-bar select {font-family: 'Inter',sans-serif;height: 3.438rem;border: none;border-radius: 6px;background-color: #D3D3D3;box-shadow: none;padding: 1rem;font-size: 0.9em;}
.form-bar textarea {height:auto;}
.form-bar select {padding:1em 1.5em 1em 1em;}
.form-bar .js-form-type-checkbox label {font-size: 0.8em;}
.form-bar .js-form-type-checkbox label a {color:#fff;}
.form-bar .js-form-type-checkbox label a:hover,
.form-bar .js-form-type-checkbox label a:focus {color:#fff;text-decoration: underline;}
.form-bar #edit-actions-submit {min-width: 170px;}
.form-bar select option {color:#555;}
.form-bar option:hover {color:#222;}
@media only screen and (min-width: 40em) {
	.form-bar #edit-actions {text-align: right;}
}
.ui-widget-overlay {background: rgb(0, 0, 0);opacity: .5;}
.webform-confirmation-modal {padding: 1em;text-align: center;}
.webform-confirmation-modal .ui-widget-header {border: none;background: transparent;}
.webform-confirmation-modal .ui-widget-header .ui-dialog-title {display: none;}
.webform-confirmation-modal .ui-widget-header .ui-dialog-titlebar-close {background: transparent;border: none;}
.webform-confirmation-modal .ui-widget-header .ui-dialog-titlebar-close:focus-visible {outline: none;}
.webform-confirmation-modal .ui-widget-content img {max-height:100px;}

/* ==========================================================================
   Media Queries
   ==========================================================================*/
/* Small screens */
@media only screen {
	.show-for-xlarge {display: none !important;}
	.hide-for-xlarge {display: inline-block !important;}
} /* Define mobile styles */
@media only screen and (max-width: 40em) {


} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium screens */
@media only screen and (min-width: 40.063em) {} /* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 63.9em) {


} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 84em) {}

/* Large screens */
@media only screen and (min-width: 64.063em) {} /* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {

} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* XLarge screens */
@media only screen and (min-width: 90.063em) {
	.show-for-xlarge {display: inline-block !important;}
	.hide-for-xlarge {display: none !important;}
} /* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {

} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XXLarge screens */
@media only screen and (min-width: 120.063em) {

} /* min-width 1921px, xxlarge screens */
