@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fa-solid-900.eot');
  src: url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 900;
  font-style: solid;
}

body, html {
	background-color: #fff;
	color: #525252;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin:0px;
	padding:0px;
	position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, img { display:block }
table { border:none; border-collapse:collapse }
a {
	cursor:pointer;
	text-decoration:none;
	outline:none;
}
p, form, input, ul, ol, h1, h2, h3, h4, h5, h6, figure, hr, span, blockquote, fieldset {
	margin:0px;
	padding:0px;
}
ul li { list-style-type:none; list-style-position:outside }
ol li { list-style-position: inside }
img { border:0px; display:inline-block }
input, textarea, select {
	border-radius:0px;
	color:#2a363d;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 400;
	border:none;
	resize:none;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
p {
	font-size: 1.2em;
	line-height: 1.5;
	padding-bottom: 10px;
}
i {
	font-family: "FontAwesome" !important;
	font-weight: 900;
}

strong { font-weight: 500 }
.generalWrap {
	margin:auto;
	max-width:1280px;
	position:relative;
	width: inherit;
}
.generalWrap.v2 {
	max-width:1105px;
}
@media only screen and (max-width:1370px) {
	.generalWrap { padding: 0 60px }
}
@media only screen and (max-width:889px){
	.generalWrap {padding: 0 30px;}
}
h1 {
	font-size: 34px;
	font-weight: 400;
	padding-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	color: #fcfcfc;
	text-transform: uppercase;
}
h3 {
	color:#6f6f6f;
	color:#259bd7;
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 5px;
}

h4 {
	padding: 8px 0px;
	font-size: 1.2em;
	font-weight: 500;
}

header {
	background-color: #fff;
	height: 82px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2000;
}
header #logo {
	background-image: url(../img/logo.png);
	height: 154px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 298px;
	background-repeat: no-repeat;
}

header .btnMenu {
	display: none;
	text-align: end;
	padding: 15px 20px;
	font-size: 1.5em;
	position: absolute;
	right: 10px;
}
header .btnMenu i {
	font-family: "FontAwesome";
	font-weight: 900;
	color: #009de4;
}

@media only screen and (max-width:1065px){
	header { height: 55px;}
	header #logo {
		left: 48.7%;
		height: 124px;
		width: 253px;
		background-size: contain;
	}
}
@media only screen and (max-width:960px){
	header #logo { left: 49%}
}
@media only screen and (max-width: 889px){
	header #logo {
		left: 7%;
		width: 173px;
		height: 103px;
	}
	header .btnMenu {
		display: block;
	}
}

@media only screen and (max-width:699px){
	header #logo {
		left: 13%;
		width: 169px;
	}
}

nav {
	display: grid;
	grid-template-columns:  repeat(7,auto);
	gap: 46px;
	justify-content: center;
}
nav a {
	color: #1d1d1d;
	font-size: 15px;
	font-weight: 500;
	margin-top: 30px;
	position: relative;
	text-transform: uppercase;
	transition:all 0.3s ease;
}
nav a span {
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	transition:all 0.3s ease;
}
nav a:hover span, nav a.current span { border-color: #cccccc }

nav a:before {
	background-color: #cccccc;
	border-radius: 50%;
	content: "";
	height: 7px;
	position: absolute;
	right: -26px;
	top: 7px;
	width: 7px;
}
nav a:nth-child(4):before,
nav a:nth-child(7):before { display: none }
nav a:nth-child(1) { margin-left: 0px }
nav a:nth-child(4) { margin-right: 280px }


@media only screen and (max-width:1064px){
	nav { gap: 37px;}
	nav a { margin-top: 17px;}
	nav a:nth-child(4) { margin-right: 244px;}
	nav a:nth-child(1) { margin-left: 0px }
}

@media only screen and (max-width:960px){
	nav { 
		justify-content: left;
		gap: 32px;
	}
	nav a:before { right: -18px;}
	nav a:nth-child(1) {margin-left: 13px;}
}

@media only screen and (max-width: 889px){
	nav { 
		display: none;
		position: relative;
		top: 39px;
		z-index: -1;
		background-color:#ffffffe8;
		height: 100vh;
	}

	nav a {
		display: block;
		text-align: center;
		margin: 0;
		padding: 14px 0;
	}
	nav a:nth-child(3), nav a:nth-child(1) {margin: 0;}
}

footer {
	background-color: #373c40;
	background-image: url(../img/leafs.png);
	background-repeat: no-repeat;
	background-position: center -200px;
	color: #fff;
	font-size: 17px;
	padding: 64px  0;
	position: relative;
	width: 100%;
}
/*footer:before {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	bottom: 8px;
	width: 100%;
	z-index: 1400;
}*/
footer .generalWrap {
	display: grid;
	grid-template-columns: repeat(3,auto);
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	position: relative;
}
footer .generalWrap p {
	font-weight: 500;
	padding: 0 25px;
	text-align: center;
	word-wrap: break-word;
}
footer .generalWrap p:nth-child(3),
footer .generalWrap p:nth-child(4) { border-right: none }
   
footer .generalWrap p:nth-child(4) > i {
	font-family: 'FontAwesome';
	font-weight: 400;
}

footer .generalWrap a {
	color: #fff;
}

footer .generalWrap a:hover {
	color:#259bd7 ;
}
footer .generalWrap .col4 {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-columns: repeat(4, 70px);
	gap: 10px;
	justify-content: center;
	align-items: center;
	/* margin: 20px 0px; */
}

/* footer .generalWrap .col4 p:hover > a {} */


@media only screen and (max-width: 820px){
	footer .generalWrap { 
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}
	footer .generalWrap .col4 {
		grid-template-columns: repeat(2,70px);
	}
	footer .generalWrap p {padding: 0px;}
}


@media only screen and (max-width: 420px){
	footer {padding:47px 0;}
	footer .generalWrap { 
		grid-template-columns: repeat(1,1fr);
		gap: 20px;
	}
	footer .generalWrap .col4 {
		grid-template-columns: repeat(4, auto);
	}
}

main {
	padding-top: 82px;
	min-height: 500px;
	position: relative;
}
@media only screen and (max-width:1064px){
	main {
		padding-top: 56px;
	}
}



/* ----------- Magnific -----------*/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200000;
	overflow: hidden;
	position: fixed;
	background-color: #45565c;
	opacity: 0.66;
	filter: alpha(opacity=66);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200002;
	position: fixed;
	outline: none !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow {
	background-color: transparent;
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#modalBox2 button.mfp-close {
	background-color: rgba(255,255,255,0.9);
	border-radius: 0 0 0 14px;
}
button::-moz-focus-inner { padding: 0; border: 0 }
.mfp-close {
	cursor: pointer;
	font-size: 13px;
	height: 34px;
	line-height: 33px !important;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	width: 34px;
}
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close-btn-in .mfp-close { color: #a8b1b6; font-family: "FontAwesome";}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
	width: 100%;
}
.mfp-counter {
	color: #334b98;
	font-size: 12px;
	position: absolute;
	top: 7px;
	right: 10px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 14px rgba(41, 41, 41, 0.4);
    background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar {
	margin-top: -40px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	background-color: #fff;
	box-shadow: 0 0 14px rgba(41, 41, 41, 0.4);
	color: #303030;
	font-size: 13px;
	font-weight: 400;
	min-height: 34px;
	text-align: left;
	line-height: 18px;
	word-wrap: break-word;
	padding: 8px 36px 10px 14px;
}
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
	.mfp-img-mobile img.mfp-img { padding: 0; }
	.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
	.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; }
	.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
	.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
	.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
@media all and (max-width: 900px) {
	.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
	.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
	.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
	.mfp-container { padding-left: 6px; padding-right: 6px; }
}





.banner {
	/* border-top: 82px solid #fff; */
	overflow: hidden;
	position: relative;
}
.banner:before,
.banner:after {
	background-color: #259bd7;
	content: "";
	height: 1px;
	left: 0;
	opacity: 1;
	position: absolute;
	width: 100%;
	z-index: 1400;
}
.banner:before { top: 8px }
.banner:after { bottom: 8px }

.banner svg {
	bottom: -18%;
	height: 76%;
	left: -5%;
	position: absolute;
	z-index: 0;

	animation: spin 2s 1 forwards;
}
.banner svg path {
	/*mix-blend-mode: screen;*/
	opacity: 0.3;
}
.banner svg path:nth-child(1) { animation: leaf 10s infinite forwards }
.banner svg path:nth-child(2) { animation: leaf 8s infinite forwards }
.banner svg path:nth-child(3) { animation: leaf 8s infinite forwards }
@keyframes spin {
    from {
    	left: -20%;
    	opacity: .4;
        transform:rotate(-60deg);
    }
    to {
    	left: -5%;
    	opacity: 1;
        transform:rotate(10deg);
    }
}
@keyframes leaf {
    0% { transform:rotate(0deg) }
    50% { transform:rotate(8deg) }
    100% { transform:rotate(0deg) }
}

@media only screen and (max-width:1065px){
	.banner svg {height: 53%;}
}

#mainSlider,
#mainSlider .item {
	height: calc(100vh - 82px);
	position: relative;
}
#mainSlider video {
	position: relative;
	object-fit: cover;
	object-position: bottom center;
	height: 100%;
	width: 100%;
}

@media only screen and (max-width:790px){
	#mainSlider, #mainSlider .item {
		height: calc(100vh - 239px);
	}
}

@media only screen and (max-width:455px){
	#mainSlider, #mainSlider .item {
		height: calc(100vh - 380px);
	}
	#mainSlider .overlay p {
		font-size: 36px;
	}
}

@supports (-ms-ime-align:auto) { /* edge hack */
	#mainSlider video { height: initial }
}
#mainSlider figure {
	background-size: cover;
	background-position: center top;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}
#mainSlider .item figure,
#mainSlider .item video {
	transition: all 500ms ease-in-out;
	transform: scale(1.25, 1.25);
}
#mainSlider .slick-active .item figure,
#mainSlider .slick-active .item video {
	transform: scale(1, 1);
}
#mainSlider .overlay {
	align-items: end;
	background-image: linear-gradient(rgba(29,29,29,0), rgba(29,29,29,.4));
	display: grid;
	height: 100%;
	left: 0;
	padding-bottom: 8%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	animation-duration: 0.4s;
}

/* #mainSlider .overlay .txtBox {
	padding-top: 2px;
} */

#mainSlider .overlay p {
	color: #fff;
	font-size: 56px;
	font-weight: 500;
	line-height: 60px;
	margin: auto;
	position: relative;
	text-align: center;
	text-shadow: 0 0 30px rgba(42,54,61,0.6);
}
#mainSlider .overlay p.small {
	font-size: 23px;
	font-weight: 400;
	line-height: 31px;
	margin-top: 8px;
	max-width: 600px;
}
#mainSlider .overlay .wrapBtn {
	margin: auto;
	max-width: 200px;
	overflow: hidden;
	padding: 5px;
}
#mainSlider .overlay a {
	background-color: #009de4;
	border-radius: 40px;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: 500;
	margin-top: 18px;
	padding: 10px 16px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition:all 0.3s ease;
}
#mainSlider .overlay a:hover {
	/*background-color: rgba(199,123,121,1);*/
}
/* Transitions */
#mainSlider .animated {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
	filter: alpha(opacity=0 * 100);
}
#mainSlider .activate {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
	filter: alpha(opacity=1 * 100);
}


@media only screen and (max-width: 960px){
	#mainSlider .overlay {padding-bottom: 28%;}
	#mainSlider .overlay p {font-size: 46px;}
	#mainSlider .overlay p.small {
		font-size: 20px;
		width: 405px;
	}
	#mainSlider .overlay .txtBox {
		padding-top: 65px;
	}
}

/* @media only screen and (max-width:) */
@media only screen and (max-width:480px){
	#mainSlider .overlay .txtBox {
		padding-top: 12px;
	}
	#mainSlider .overlay p {
		font-size: 20px;
		line-height: 0;
	}
	#mainSlider .overlay p.small {
		 width: 68%;
		 font-size: 14px;
		}
	#mainSlider .overlay a {
		font-size: 10px;
		margin-top: 0;
		padding: 6px 10px;
	}
}


/* Slider */
.slick-slider {
	margin-bottom: 0;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus { outline: none }
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after { clear: both }
.slick-loading .slick-track { visibility: hidden }
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide { float: right }
.slick-slide img { display: block !important }
.slick-slide.slick-loading img { display: none }
.slick-slide.dragging img { pointer-events: none }
.slick-initialized .slick-slide { display: block }
.slick-loading .slick-slide { visibility: hidden }
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none }

/* fcc */
.slick-dots { bottom: 94px !important }
.slick-dots li { margin: 0 0 !important }
.slick-dots li button:before { color: #8b2231 !important; font-size: 11px !important }
.slick-dots li.slick-active button:before { color: #8b2231 !important }
.slick-dotted.slick-slider { margin-bottom: 0 !important }

.slick-next:before, .slick-prev:before {
	color: rgba(255,255,255,0.8) !important;
	font-family: "FontAwesome" !important;
	font-weight: 900 !important;
	font-size: 32px !important;
	opacity: 1 !important;
}
.slick-prev:before { content: "\f053" !important }
.slick-next:before { content: "\f054" !important }
.slick-next, .slick-prev {
	height: 32px !important;
	width: 32px !important;
	z-index: 10;
}
.slick-prev { left: 20px !important }
.slick-next { right: 20px !important }


#about {
	background-image: url(../img/about.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	/*border-top: 10px solid #fff;*/
	display: grid;
	height: 80vh;
	position: relative;
}
#about:before {
	background-color: #d0edcf;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	bottom: -8px;
	width: 100%;
	z-index: 1400;
}
#about > div {
	margin: auto;
	padding-bottom: 136px;
}
#about h2 {
	color: #fff;
	font-size: 33px;
	font-weight: 500;
	margin-bottom: 16px;
	text-align: center;
	/*text-shadow: 1px 1px 0 rgba(255,255,255,1);*/
}
#about p {
	color: #fff;
	font-size: 19px;
	font-weight: 300;
	line-height: 30px;
	max-width: 680px;
	text-align: center;
	/*text-shadow: 1px 1px 0 rgba(255,255,255,1);*/
}
@media only screen and (max-width: 960px){
	#about p {
		width: 80%;
		margin: 0 auto;
	}
}

@media only screen and (max-width:599px){
	#about > div { padding-bottom: 0;}
}




#brands {
	align-items: center;
	/*background-color: #f0f3f8;*/
	border-top: 1px solid #ededed;
	display: grid;
	grid-template-columns: repeat(4,auto);
	padding: 24px;
	gap: 50px;
	justify-content: center;
}
#brands p {
	max-width: 150px;
}
#brands p img {
	max-height: 65px;
	width: 100%;
}
#brands.v2 p img {
	opacity: unset;
}

@media only screen and (max-width: 500px){
	#brands {
		grid-template-columns: repeat(2,auto);
		padding: 13px;
		gap: 38px;
	}
}


#wrapNews { 
	padding-bottom: calc(16% + 20px);
	margin: 0 auto;
	max-width: 1000px;
}

@media only screen and (max-width:1370px) {
	#wrapNews { padding-bottom: calc(16% + 80px) }
}
@media only screen and (max-width:599px){
	#wrapNews {
		padding-bottom: calc(16% + -35px);
	}
}


#news {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 70px;
	margin-top: -144px;
	position: absolute;
	justify-content: center;
	/* width: 100%; */
	margin: -144px auto 0 auto;
	max-width: 1000px;
	z-index: 4000;
}
#news a {
	display: block;
	position: relative;
	min-width: 300px;
}

#news figure {
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	border: 6px solid #fff;
	max-width: 300px;
	padding-bottom: 96%;
	position: relative;
	box-shadow: 0 0 30px rgba(60,60,60,0.2)
}

#news a:hover figure {
 filter: brightness(84%);
}

#news a:after {
	bottom: 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	width: 100%;
}
#news a p {
	color: #1d1d1d;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin: 17px auto 0 auto;
	max-width: 290px;
	padding: 0 20px;
	position: relative;
	text-align: center;
}
#news a span {
	background-color: #259bd7;
	border:2px solid #fff;
	color: #fff;
	font-weight: 500;
	border-radius: 20px;
	display: block;
	left: -34px;
	padding: 6px 22px;
	position: absolute;
	text-transform: uppercase;
	top: 50px;
}

@media only screen and (max-width:1078px){
	#news {gap: 35px;}
	#news a span {
		left: -6px;
		top: 15px;
	}
	#news a {
		min-width: 200px;
	}
}

@media only screen and (max-width:599px){
	#news {
		gap: 7px;
		width: 89%;
		position: relative;
		margin: -40px auto 0px auto;
		grid-template-columns: repeat(2,1fr);
	}
}
@media only screen and (max-width:566px){
	#news a p {
		font-size: 15px;
		padding: 0;
		font-weight: 400;
		line-height: 23px;
	}
}

@media only screen and (max-width:425px){
	#news {
		grid-template-columns: repeat(1,auto);
		margin:35px auto 0px auto;
	}
	#news a span {
		left: 11px;
		top: 10px;
	}
	#news a p {
		font-size: 18px;
		font-weight: 500;
		line-height: 23px;
		padding-bottom: 20px;

	}
}

/* Sección NOSOTROS AboutUs */
#aboutUs {
	position: relative;
	width: 100%;
	padding:0px;
	padding-top: 110px;
}

#aboutUs > .bg {
	width: 100%;
}


#aboutUs .txtBox {padding-top: 85px;}

#aboutUs .slideAbout {	/* height: 312px; */
	width: 48%;
	overflow: hidden;
	-webkit-box-shadow: 3px 1px 16px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 1px 16px -4px rgba(0,0,0,0.4);
	box-shadow: 3px 1px 16px -4px rgba(0,0,0,0.4);
	float: left;
	margin:0 41px 20px 0;
}
#aboutUs .slideAbout a > figure {
	background-position: center center;
	width: 100%;
	min-height: 321px;
	background-size: cover;
	background-repeat: no-repeat;
}

#aboutUs .slideAbout a.videoShow {
	position: relative;
}
a.videoShow:before {
	content: "\f04b";
	position: absolute;
	font-family: 'FontAwesome', sans-serif;
	font-size: 4em;
	color: #f0f0f0;
	top: 41%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;

}

a.videoShow:hover:before {
	color: #fff;
}

#aboutUs .slideAbout a  figure.video{
	background-size: 100%;
	min-height: 300px;
	width: 100%;
}

#aboutUs p {
	font-size: 1.2em;
	line-height: 1.5;
	padding-bottom: 10px;
	text-align: justify;
}

#aboutUs svg {
	position: absolute;
	height: 200px;
	left: -55px;
	top: -30px;
	transform: rotate(104.5deg);
}

#aboutUs svg > path:nth-child(1){ opacity: .7;}
#aboutUs svg > path:nth-child(2){ opacity: .8;}
#aboutUs svg > path:nth-child(3){ opacity: .7;}

@media only screen and (max-width:1370px){
	#aboutUs .slideAbout a > figure {
		height: 283px;
	}
}

@media only screen and (max-width:950px){
	#aboutUs .slideAbout {
		float: none;
		width: 100%;
		margin: 0 33px 20px 0;
	}
	#aboutUs .slideAbout a > figure,
	#aboutUs .slideAbout a  figure.video {
		height: 362px;
	}
}

@media only screen and (max-width: 750px){
	#aboutUs .slideAbout a > figure,
	#aboutUs .slideAbout a  figure.video {
		height: 275px;
	}
}
@media only screen and (max-width: 599px){
	#aboutUs {padding-top: 39px;}
	#aboutUs .slideAbout a > figure,
	#aboutUs .slideAbout a  figure.video {
		height: 246px;
	}
	#aboutUs .txtBox { padding-top: 40px;}
}
@media only screen and (max-width: 469px){
	#aboutUs .slideAbout a > figure,
	#aboutUs .slideAbout a  figure.video {
		height: 238px;
	}
	#aboutUs {padding-top: 28px;}
}


.txtBox {
	padding-top: 188px;
}
.txtBox ul {
	padding-left:15px;
	margin: 20px 0px;
	position: relative;
}
.txtBox ul > li {
	font-size: 1.2em;
	padding-bottom: 8px;
}
.txtBox ul > li:before {
	content: url(../img/bglogo.svg);
	position: absolute;
	height: 10px;
	width: 10px;
	left: 2px;
}

.txtBox hr {
	color:#fdfdfd;
	margin-bottom: 8px;
}
.txtBox p > .imgL,
.txtBox p > .imgR {
	margin: 10px 20px;
	width: 221px;
}
.txtBox p > .imgL {
	float: left;
	margin-left: 0;
}
.txtBox p > .imgR{
	float: right;
	margin-right: 0;
}
.txtBox p > .img100 {
	width: 100%;
}
@media only screen and (max-width:965px){
	.txtBox {padding-top: 149px;}
}

@media only screen and (max-width:450px){
	.txtBox p > .imgL,
	.txtBox p > .imgR {
		width: 100%;
	}
}

#docBox {margin: 10px 0px 30px 0px;}
	
#attached {
	display: inline-grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap: 24px;
	width: 100%;
	border-top: 1px solid #e0e0e0;
	padding: 10px 0px;
}
#attached a {
	background-color: #259bd7;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	font-size: .94em;
	overflow: hidden;
	padding: 9px 11px;
	text-overflow: ellipsis;
	transition:all 0.3s ease;
	text-align: center;
	white-space: nowrap;
}
#attached a i {
	color: #fff;
	margin-right: 6px;
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 1em;
}
#attached a:hover {
	background-color: #fff;
	border: inset 1px solid #009de4;
	color: #009de4;
	box-shadow: 0 0 12px #c8ced1;
}
#attached a:hover i { color:#009de4; }

@media only screen and (max-width:600px) {
	#docBox { background-color: #f4f4f4; margin-top: 20px; padding: 15px 20px }
	#attached {
		grid-template-columns: repeat(2,1fr);
	}
}


/* SECCION MARCAS  */

#brandsSect {
	padding-top: 90px;
}


#brandsSect .slideBrand {
	height: 450px;
    overflow: hidden;
}
#brandsSect .slideBrand figure {
	height: 482px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

#brandsSect #brands.v2 {
	border-top: none;
}

@media only screen and (max-width:599px){
	#brandsSect > .bg {
		height: 256px;
	}
	#brandsSect > .bg > #myVideo {top: 63px;} 
}
@media only screen and (max-width:469px){
	#brandsSect {
		padding-top: 40px;
	}
	#brandsSect > .bg {
		top: 31px;
		height: 186px;
	}
}

@media only screen and (max-width:320px){
	#brandsSect h1 {
		padding-top: 0px;
	}
}

/* SECCION NEWS / NOTICIAS / CONSEJOS */
#newsSect, #tipSect {
	position: relative;
	overflow: hidden;
	padding-top: 110px;
}


#tipSect h1,
#newsSect h1 {
	position: absolute;
	width: 100%;
	left: 0;
}

#newsSect .slideN, #tipSect .slideN {
	float: left;
	/* height: 355px; */
	width: 54%;
	overflow: hidden;
	-webkit-box-shadow: 3px 1px 16px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 1px 16px -4px rgba(0,0,0,0.75);
	box-shadow: 3px 1px 16px -4px rgba(0,0,0,0.75);
	margin: 0 35px 9px 0;
}
#newsSect .slideN a > figure, #tipSect .slideN a > figure,
#newsSect .slideN a > figure.video, #tipSect .slideN a > figure.video{
	background-position: center center;
	width: 100%;
	height: 324px;
	background-size: cover;
	background-repeat: no-repeat;
}

.datePublic {
	position: relative;
	margin-top: 20px;
}
.datePublic span {
	position: absolute;
	right: 0;
	top: 0;
	color: #a5a5a5;
	padding-right:6px;
	text-transform: uppercase;
} 

.datePublic p {
	color:#a5a5a5;
	font-size: 1.05em;
	margin-top: 10px;
}

.datePublic p > i {font-size: .8em;}
@media only screen and (max-width: 1065px){
	#newsSect .slideN, #tipSect .slideN {
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width:965px){
	#newsSect h1 {
		margin-bottom: 60px;
	}
	/* #tipSect h1 {} */
}
@media only screen and (max-width:789px){
	#newsSect .slideN a > figure,
	#tipSect  .slideN a > figure,
	#newsSect .slideN a > figure.video, #tipSect .slideN a > figure.video
	{ height: 355px;}
}
@media only screen and (max-width: 620px){
	#newsSect .slideN a > figure,
	#tipSect  .slideN a > figure,
	#newsSect .slideN a > figure.video, #tipSect .slideN a > figure.video
	 { height: 300px;}
}
@media only screen and (max-width: 575px){
	#newsSect{padding-top: 52px;}
	#newsSect h1, #tipSect h1 {font-size: 23px;}

	#tipSect {
		padding-top: 23px;
	}
	#newsSect .slideN a > figure,
	#tipSect  .slideN a > figure, 
	#newsSect .slideN a > figure.video, #tipSect .slideN a > figure.video
	{ height: 257px;}
}
@media only screen and (max-width: 520px){
	#newsSect .slideN a > figure,
	#tipSect  .slideN a > figure,
	#newsSect .slideN a > figure.video, #tipSect .slideN a > figure.video
	 { height: 249px;}
}
@media only screen and (max-width: 455px){
	.datePublic span {
		display: block;
		margin-bottom: 20px;
		position: relative;
	}
	#newsSect .slideN a > figure,
	#tipSect  .slideN a > figure  { height: 229px;}
	#newsSect .slideN a > figure.video, #tipSect .slideN a > figure.video {
		height: 236px;
	}
}


#newsList {
	position: relative;
	padding-top: 76px;
}
#newsList h1 {
	color: #fff;
}

#newsList #news2 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px 70px;
	margin-bottom: 40px;
	justify-content: center;
	width: 100%;
}
#newsList #news2 a, #tips a {
	position: relative;
	color: #515151;
	text-align: center;
}
#newsList #news2 figure, #tips a figure {
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	border: 6px solid #fff;
	max-width: 300px;
	padding-bottom: 96%;
	position: relative;
	box-shadow: 0 0 30px rgba(60,60,60,0.2)
}
#news2 a:after , #tips a:after{
	bottom: 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	width: 100%;
}

@media only screen and (max-width:889px){
	#newsList #news2 { 
		grid-template-columns: repeat(3,1fr);
		gap: 30px 40px;
	}
}

@media only screen and (max-width:540px){
	#newsList #news2 { 
		grid-template-columns: repeat(2,1fr);
		gap: 30px 20px;
	}
}
@media only screen and (max-width:340px){
	#newsList #news2 { 
		grid-template-columns: repeat(1,1fr);
		gap: 30px 0px;
	}
}

.paginator {
	position: relative;
	text-align: center;
	margin: 20px 0px;
}

.paginator span {
	background-color: #009de4;
	border: 1px solid #009de4;
	border-radius: 50%;
	padding: 3px 7px 3px 7px;
	text-align: center;
	margin-right: 5px;
}
.paginator span a {
	color: #fff;
}

.paginator span:hover a {
	color: #fff;
}

/* CONSEJOS TIPS */
#tips {
	padding-top: 91px;
	position: relative;
}
 .bg {
	height:32vh;
	height:290px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 0;
	width: 100%;
}
 .bg:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color:#485b66a8;
	z-index: 1;
}
 .bg > #myVideo {
	width: 100%;
	transform: translate(0,-22%);
	position: relative;
}

.bg > figure {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media only screen and (max-width:965px){
	.bg {height:250px;}
}
@media only screen and (max-width:575px){
	.bg {height: 170px;}
}

#tips h1 {
	color: #fff;
}

#tipsList {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 30px 70px;
		margin: 40px 0px;
		justify-content: center;
		width: 100%;
}
#tips a figure {
	padding-bottom: 80%;
}

@media only screen and (max-width: 750px){
	#tipsList {
		gap: 30px;}
}
@media only screen and (max-width: 575px){
	#tips { padding-top: 14px;}
}
@media only screen and (max-width:510px){
	#tipsList {grid-template-columns: repeat(2,1fr);}
}
@media only screen and (max-width:339px){
	#tipsList {grid-template-columns: 1fr;}
	#tips > .bg { height: 122px;}
}

/* CONTACTO */
#contact {
	padding-top: 110px;
}

#contact .cols2 {
	display: grid;
	grid-template-columns: 45% 1fr;
	gap: 30px;
	margin-bottom: 45px;
}

#contact .cols2 div > p {
	padding: 6px 22px;
}
#contact .cols2 div > p i {
	color: #259bd7;
	margin-right: 4px;
}

#contact .col4 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px ;
	background-color:
    #f7f7f7;
    padding: 8px 0;
}

#contact .col4 p > a {
	color:#525252 ;
	position: relative;
	display: inline-block;
	word-wrap: break-word;
}

#contact .col4 p:hover > a:before {
	position: absolute;
	content: "";
	background-color: #259bd7 ;
	height: 1px;
	width: 100%;
	bottom: 0;
}

#contact .col4 p > a:hover {
	color: #259bd7;
}

#contact h4, 
#contact form {
	margin-top: 15px;
} 

#contact form {
	width: 100%;
	padding: 20px 22px;
}

#contact form input, #contact form textarea {
	display: block;
	width: 100%;
	border-bottom: 1px solid #a8a8a8;
	margin-bottom: 10px;
}

#contact form label.mandatory > input {
	border-bottom-color: #f8072b;
}

.txtInf {
	background-color: #dfdfdf;
}

#contact form input[type="submit"]{
	background-color: #259bd7;
	border-radius: 50px;
	border:none;
	color: #fff;
	display: block;
	margin-top: 25px;
	padding:8px 15px;
	text-transform: uppercase;

}

#contact form input.captcha {
background-repeat: no-repeat;
background-position: right;
background-size: contain;
padding-right: 121px;
padding-top: 14px;

}

#contact .cols2 > .map iframe {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 800px){
	#contact > .generalWrap {
		padding: 0;
	}
	#contact .cols2 {
		grid-template-columns:1fr;
		margin: 0;
	}
	#contact .cols2 > .map iframe {height: 273px;}
}

@media only screen and (max-width: 576px){
	#contact {padding-top: 59px;}
	#contact > .bg {height: 222px;}
}

#catalogList {
	position: relative;
	padding-top: 80px;
}

#catalogList #catalog {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	justify-content: center;
	gap: 35px;
}

#catalogList a {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	position: relative;
	overflow: hidden;
	border: 5px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(60,60,60,0.2);
}

#catalogList a > figure {
	width: auto;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#catalogList a p {
	color: #1d1d44;
	padding: 5px 10px 10px 10px;
}

#catalogList a span {
	padding: 5px 20px;
	border: 2px solid #5eacdb;
	border-radius: 17px;
	color:#5eacdb;
	display: block;
	text-align: center;
}

@media only screen and (max-width:1170px){
	#catalogList #catalog {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width:950px){
	#catalogList #catalog {
		grid-template-columns: repeat(2, 1fr);
	}
	#catalogList a > figure {
		height: 182px;
	}
}

@media only screen and (max-width: 565px){
	#catalogList #catalog {
		grid-template-columns: 90%;
		margin-bottom: 40px;
	}
	#catalogList a > figure {
		height: 295px;
	}
}