<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Created by XDMedia: AGomez
Visit https://xdmedia.es
*/
@import url('css/fonts.css');


/*font-family: 'Montserrat', sans-serif;
font-family: 'Merriweather', serif;*/

:root {
    --dark: #1d1d1d;
    --clear: #a6a7a5;
    --coorp: #000;
}
body {
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background: white;
    color: #919191;
}
html {
    overflow-y: scroll;
}
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}
h1, h2, h3, h4 {
    font-weight: 600;
    margin: 6px 0;
    color: var(--dark);
}
p {
    margin: 12px 0;
}
a {
    text-decoration: none;
    color: var(--dark);
    outline: none;
    user-select: none;
    -moz-user-select: none;
/*  transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transform: translateZ(0);*/
/*     backface-visibility: hidden;
    -webkit-backface-visibility: hidden;*/
}
a:hover {
    cursor: pointer;
/*  opacity: .8;
    transition: all .2s linear;
    -moz-transition: all .2s linear;*/
}
.section-child h1 {
    font-size: 33px !important;
    line-height: 33px !important;
}
.section-child h1 strong {
    font-size: 21px !important;
    line-height: 32px !important;
}
.contact-home {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
    background: #969696d1;
    text-align: center;
    padding: 70px;
    transform: translateY(-50%);
    min-width: 442px;
    display: none;
}
.contact-home h3 {
    font-size: 27px;
    line-height: 31px;
    margin-bottom: 27px;
    font-weight: 300;
    margin-top: 0;
}
.contact-home form {
    
}
.contact-home form .group-custom {
    
}
.contact-home form .group-custom input[type="text"],
.contact-home form .group-custom input[type="number"] {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid;
    border-color: #6b6b6b;
    padding: 14px 16px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    outline: none;
}

.contact-home form .group-custom input::-webkit-outer-spin-button,
.contact-home form .group-custom input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-home form .group-custom input[type=number] {
  -moz-appearance: textfield;
}
.contact-home form .group-custom input[type="submit"] {
    background: #1d1d1dcf;
    color: white;
    border: 1px solid;
    border-color: transparent;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 17px;
    width: 100%;
    padding: 13px;
    outline: none;
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.contact-home form .group-custom input[type="submit"]:hover {
    background: #1d1d1db8;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.contact-home span.close {
    position: absolute;
    z-index: 10;
    top: 12px;
    left: 14px;
    font-size: 24px;
    cursor: pointer;
}
.pt-64 {
    padding-top: 64px;
}
.row-new, .versus {
    position: relative;
}
.row-new {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 60px 12px;
    margin-left: -32px !important;
    margin-right: -32px !important;
    padding-top: 0;
}
.menu-cat {
    background: white;
    margin: 6px 12px;
    transition: linear .1s;
    -moz-transition: linear .1s;
    width: 100%;
}
.menu-cat ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #f3edef;
    white-space: nowrap;
    display: inline-block;
}
.menu-cat ul li {
    display: inline-block;
}
.menu-cat ul li.active a {
    background: var(--dark);
    color: white;
}
.menu-cat ul li a {
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
}
.row-new article, .versus article {
    position: relative;
    padding: 20px 12px;
}
.row-new article, .versus article {
    position: relative;
    padding: 20px;
}
.row-new a img, .versus a img {
    float: left;
    height: 240px;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    /* border-radius: 3px; */
}
.row-new h2, .versus h2 {
    margin: 20px 12px;
}
.row-new h2, .versus h2 {
    position: absolute;
    font-size: 13px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 20px;
    padding: 7px;
    z-index: 9;
    text-transform: unset;
    text-align: center;
    background: #1d1d1d96;
    line-height: 19px;
}
.row-new h2 a, .versus h2 a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}
.row-new h2 span, .versus h2 span {
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 15px;
}
.d-none {
    display: none !important;
}
.con-mini {
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
.con-mini h3 {
    color: var(--dark);
    line-height: 30px;
    margin: 0;
    font-size: 35px;
    font-weight: 400;
    padding-bottom: 24px;
    text-transform: uppercase;
    float: left;
    border-bottom: 1px solid var(--clear);
}

























.mockup {
    margin: 60px 0 120px 0;
    padding: 0 12px;
}
.mockup h2 {
    padding: 0;
    margin: 0 16px;
    font-size: 37px;
    line-height: 42px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-left: 6px solid var(--coorp);
    padding-left: 24px; 
}
.mockup h2 strong {
    font-weight: 800;
}
.mockup .col {
    border: 16px solid transparent;
}
.mockup .center {
    
}
.mockup .image-m {
    overflow: hidden;
}
.mockup .image-m img {
    width: 100%;
    float: left;
}
.mockup .content-m {
    
}
.mockup .content-m p {
    font-size: 14px;
    padding-top: 0;
    margin-top: 0;
    line-height: 23px;
}
.mockup .content-m h3 {
    margin-top: 26px;
    font-weight: 700;
}
.mockup .content-m a {
    border-left: 5px solid var(--coorp);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 12px;
}
.center-row .col {
    margin: 0 4%;
}



















.preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #e4e4e4;    
}
.preload img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
}
.texts {
    margin: 0 auto;
    padding: 130px 12px;
    background: var(--dark);
    color: #fff;
    border-bottom: 6px solid var(--coorp);
    margin-bottom: 60px;
    border-top: 2px solid black;
}
.texts * {
    color: #fff;
}
.texts h3 {
    line-height: 42px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 39px;
}
.texts h3 strong {
    font-weight: 800;
}
.texts p {
    line-height: 26px;
    color: #c5c5c5;
}
.texts p strong {
    color: var(--coorp);
}
.inverse {
    padding: 60px 12px;
}
.inverse p + a {
    margin-top: 20px;
}
.inverse .col img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.inverse .center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid#eaeaea;
    padding-left: 24px;
}
.inverse .center h2 {
    padding: 0;
    margin: 0;
    font-size: 37px;
    line-height: 42px;
    font-weight: 400;
    text-transform: uppercase;
}
.inverse .center h2 strong {
    font-weight: 500;
}
.inverse .center p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 27px;
}
.inverse .col {
    position: relative;
}
.inverse .col:first-child {
    padding-right: 42px;
}
.inverse.rotate .col:first-child {
    padding-right: 8px !important;
}
.inverse.rotate .col:last-child {
    padding-left: 42px;
}
.sections {
    height: 70vh !important;
    margin-top: 60px;
    border-bottom: 2px solid black;
}
.sections .center {
    text-align: center !important;
}
.sections .center h2 {
    
}
.sections .center h2 span {
    
}
.sections .center p {
    
}
.section-end {
}
.section-end .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 850px;
}
.section-end .container h2 {
    font-weight: 500;
    font-size: 29px;
    text-align: center;
    line-height: 31px;
    margin-bottom: 12px; 
}
.section-end .container &gt; strong {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 19px;
    margin: 0px 0 -10px 0;
}
.section-end .container p {
    padding-top: 35px;
    font-size: 16px;
    line-height: 29px; 
}
.section-end .container p strong {
    font-weight: 500;
    color: black;
}
















.lang-item {
    float: right;
    list-style: none;
    margin: 9px 12px 0 0;
    position: relative;
    z-index: 8;
}
.section .center h1 strong, .home .center h1 strong {
    display: block;
    font-size: 29px;
    line-height: 41px;
    font-weight: 300;
    letter-spacing: -1px;
    text-shadow: 1px 1px 5px #00000040;
    text-transform: initial;
}

.home.section span {
    background: #000000a3;
}

.content.full .col-l-3 {
    /*min-height: 596px;*/
	margin-top: unset !important;
}

.content.full .col a img {
    height: 300px !important;
 
}
.navigate-post {
    overflow: hidden;
    margin-top: 80px !important;
    padding: 0 20px;
}

.navigate-post [rel="prev"], .navigate-post [rel="next"] {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    padding: 9px 31px;
    font-weight: 600 !important;
    font-size: 14px;
    border: 1px solid var(--dark);
    color: var(--dark);
    border-radius: 3px;
    text-transform: uppercase;
}

.navigate-post [rel="next"] {
    float: right;
}


.slider-list {
    list-style: none;
    padding: 0;
    margin: 0;
  /*   display: flex;
    flex-wrap: wrap; */
}
.slider-list li {
    display: inline-block;
    max-width: 33.3333%;
    float: left;
    margin-bottom: -8px;
    border: 8px solid transparent;
}
.slider-list li a {
    display: inline-block;
}
.slider-list li a img {
/*     height: auto !important;
    object-fit: unset !important; */
}


.flex {
    display: flex;
}
.container {
    max-width: 80%;
    margin: 0 auto;
}
.container-s {
    max-width: 1200px !important;
    margin: 0 auto;
}
.row {
    margin: 0 -8px 0 -8px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.col {
    float: left;
    padding: 8px;
    width: 100%;
}
.d-block {
    display: block;
    float: left;
    width: 100%;
}
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.mr-1 {
    margin-right: 1rem !important;
}
.mr-2 {
    margin-right: 2rem !important;
}
.ml-1 {
    margin-left: 1rem !important;
}
.ml-2 {
    margin-left: 2rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.pt-2 {
    padding-top: 2rem !important;
}
.pb-1 {
    padding-bottom: 1rem !important;
}
.pb-2 {
    padding-bottom: 2rem !important;
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
.pointer {
    cursor: pointer;
}
.ta-c {
    text-align: center;
}
.container-pro {
    max-width: 1280px;
}
.video {
    margin: 16px auto -52px auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    z-index: 9;
    padding: 14px 12px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header .container {
    max-width: 95%;
}
.header-mini {
    background-image: linear-gradient(
180deg
, rgba(0,0,0,0.59) 0%,rgba(0,0,0,0.1) 70%, rgba(0,0,0,0) 100%);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header .logo {
    float: left;
    position: relative;
    z-index: 6;
    top: 14px;
}
.header .logo img {
    max-width: 206px;
    float: left;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header-mini .logo img {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header-mini .navbutton {
/*  color: var(--dark) !important;
    opacity: .6 !important;*/
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header-mini .navbutton {
    margin-top: 4px !important;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header .navbar {
    display: block;
/*     background: #f2f2f2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5; */
}
.header .navbar .flexy {
    display: flex;
    height: 100vh;
    padding: 60px 0;
}
.header .navbar .col-menu {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 60px;
    font-size: 34px;
    line-height: 27px;
}
.header .navbar .col-menu img {
    float: left;
    max-width: 600px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 60px;
}
.header .navbar .col-menu:first-child {
    border-right: 1px solid var(--clear);
}
.thumb {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    text-align: center;
}
.thumb img {
    width: auto !important;
    float: none !important;
}
.text-content img,
.text-content video,
.text-content .wp-video {
    margin-top: 20px;
}
.header .navbar ul {
    margin: 0;
    padding: 0;
    float: right;
}
.header .navbar ul li {
    display: inline-block;
    position: relative;
}
.header .navbar ul li a {
    display: inline-block;
    color: var(--dark);
    padding: 12.5px 20px;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    font-weight: 300;
     transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header .navbar ul li ul {
    display: none;
    top: 40px;
    left: 0;
    transform: unset;
    right: unset;
    width: 100%;
    float: none;
    position: absolute;
    text-align: center;
}
/*.header .navbar ul li:hover &gt; ul {
   display: block;
}*/
.header .navbar ul li ul li {
    line-height: 20px;
}
.header .navbar ul li ul li a {
    font-size: 15px;
    padding: 0 12px;
    line-height: 15px;
}
.header .navbutton {
    float: right;
    display: none;
    color: white;
    font-size: 36px;
    font-weight: lighter;
    margin-top: 7px;
    cursor: pointer;
    position: relative;
    z-index: 6;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header.dark {
    background: #ffffffe3;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header.dark .navbutton {
    color: var(--dark);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.header .navbutton i {
    float: left;
}
.fal.fa-times {
  /*  font-size: 32px;*/
    color: var(--coorp);
    opacity: .6;
}
.header-mini .navbar ul li a {
    color: #ffffffd4;
     transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.btn-custom {
    background: transparent;
    color: #fff;
    display: inline-block;
    border: 1px solid white;
    padding: 12px 18px;
    line-height: 14px;
    font-size: 13px;
    border-radius: 2px;
    min-width: 122px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.btn-custom:hover {
    background: white;
    color: var(--dark);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.btn-custom-dark {
    color: var(--dark);
    border: 1px solid var(--dark);
}
.btn-custom-dark:hover {
    color: white;
    background: var(--dark);
}
.btn-custom-l {
    padding: 14px 30px;
    font-size: 16px;
    line-height: 18px;
    min-width: 160px;
    font-weight: 500;
}
.points {
    pointer-events: none;
}
.section {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section .center,
.home .center {
    position: absolute;
    bottom: 5%;
    left: 5%;
    margin-left: -20px;
    margin-bottom: -20px;
    z-index: 8;
    text-align: left;
}
.section .center-full,
.home .center-full {
    width: 820px;
}
/* .section .center {
    visibility: hidden;
} */
.section .center h1,
.home .center h1 {
    color: white;
    line-height: 45px;
    margin: 0;
    font-size: 45px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -.50px;
    text-transform: uppercase;
}
.section .center h2 {
    color: white;
    line-height: 56px;
    margin: 0;
    /* margin-top: 40px; */
    font-size: 51px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -.50px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 1px 1px 5px #00000040;
}
.section .center h2 strong {
    color: var(--coorp);
    font-weight: 800;
}
.section .center p {
    color: white;
    text-align: left;
    font-size: 19px;
    line-height: 27px;
   /*  margin: -9px 0 13px 0; */
}
.section .center .btn-simple,
.home .center .btn-simple,
.content.full .btn-simple {
    color: white;
    line-height: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
}
.content.full .btn-simple {
    color: var(--dark);
    cursor: default;
}
.section .center .btn-custom,
.home .center .btn-custom {
   margin-top: 12px;
}
.section span,
.home span {
    background: #00000075;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7;
}
#myVideo,
#myVideo1,
#myVideo2,
#myVideo3 {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
#section10 {
    background-image: url(img/default.jpg);
    
    }
#foto1 {
    background-image: url(img/fullpage/foto1.jpg);

}
#foto2 {
    background-image: url(img/fullpage/foto2.jpg);

}
#foto3 {
    background-image: url(img/fullpage/foto3.jpg);

}
#foto4 {
    background-image: url(img/fullpage/foto4.jpg);

}
#section2 {
    background-image: url(img/default.jpg);

}
#section3 {
    background-image: url(img/default.jpg);

/*background-image: url(img/one.jpg);*/

}
#section4 {
    background-image: url(img/default.jpg);

}
#section6 {
   
    background-image: url(img/default.jpg);

}
.top {
    background: var(--clear);
    color: white;
    position: fixed;
    z-index: 99;
    bottom: 1%;
    right: 1%;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    cursor: pointer;
}
footer {
    background: white;
    padding: 20px 12px;
    color: #919191;
    padding-bottom: 20px;
    font-size: 13px;
   /*  margin-top: 64px; */
}
footer .container {
    max-width: 95%;
}
footer p {
    max-width: 200px;
}
footer h4 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: var(--coorp);
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 25px;
    margin-top: 13px;
}
footer ul li {
    display: block;
}
footer ul li a {
    display: block;
    color: #919191;
    font-size: 12px;
    line-height: 29px;
}
footer .subfooter {
    border-top: 1px solid #eaeaea;
    text-align: left;
    margin-top: 64px;
}
footer .subfooter .social {
        padding: 16px 0;
        display: none;
}
footer .subfooter .social a {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    border-bottom: 1px solid white;
}
footer .subfooter .make {
    margin: 20px 0;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}
footer .subfooter .make a {
    color: var(--coorp);
}
.home {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home video,
.home img {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
} 
.home.page {
    height: 50vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home.page video,
.home.page img {
    width: 100%;
    height: 50vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
} 
.home.home-mini {
    height: 90vh;
    margin-bottom: 60px;
}
.home.home-mini .center h1 {
    color: white;
    line-height: 45px;
    margin: 0;
    font-size: 45px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -.50px;
    text-transform: uppercase;
}
.home.home-mini .center h1 strong {
    display: block;
    font-size: 29px;
    line-height: 41px;
    font-weight: 300;
    letter-spacing: -1px;
    text-shadow: 1px 1px 5px #00000040;
    text-transform: initial;
}
.home .a-info {
    color: white;
}
.home .down {
    position: absolute;
    z-index: 8;
    color: white;
    bottom: 13px;
    font-size: 30px;
    width: 100%;
    text-align: center;
}
.home .down a {
    color: white;
}
.home .down i {
    cursor: pointer;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.home .down i:hover {
    transform: scale(1.2);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.content .col.full:first-child {
    /*border-right: 1px solid var(--clear);*/
    padding: 0 24px 0 0;
}
.content .col.full:last-child {
    padding: 0 0 0 24px;
}
.content .con-info {
    text-align: center;
    padding: 60px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 60px;
}
.content.full .con-info {
    padding: 160px 0 60px 0;
}
.content .con-info h1 {
    color: var(--dark);
    line-height: 64px;
    margin: 0;
    font-size: 61px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
}
.content .con-info h2 {
    color: var(--dark);
    line-height: 60px;
    margin: 0;
    font-size: 54px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.content .row {
    padding-bottom: 60px;
    display: flex;
    margin: 0;
}
.content .col img {
    float:left;
    width: 100%;
}
.content .col h3 {
    font-size: 24px;
    line-height: 31px;
    font-weight: normal;
}
.content .col p {
    line-height: 24px;
}
.content .col p strong {
    color: #464646;
}
.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.content.full .row {
    margin: 0 -16px 0 -16px;
}
.content.full.post .row {
    margin: 0;
}
.content.full.post h2 {
    font-size: 26px;
}
.content.full .col {
    padding: 16px;
}
.content.full .col a img {
    height: 300px;
    object-fit: cover;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.content.full .col a img:hover {
    opacity: .9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.content.full.off .col a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.content.full.off .col a img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.content.full .col:nth-child(2n+1) a img {
 /*    height: 400px;
    object-fit: cover; */
}
.content.full .col h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-top: 12px;
}
.content.mini {
    padding: 60px 0;
}
.content .con-mini {
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
.content.mini .row {
    margin: 0 -16px 0 -16px;
}
.content.mini .col {
    padding: 16px;
}
.content.mini .col a img {
    height: 300px;
    object-fit: cover;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.content.mini .col a img:hover {
    opacity: .8;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.content.mini .col h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-top: 12px;
}
.content .con-mini h3 {
    color: var(--dark);
    line-height: 30px;
    margin: 0;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 24px;
    float: left;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid var(--clear);
}
/* .r-top {
    visibility: hidden;
} */
.r-fast {
    visibility: hidden;
}
form.form {
    width: 100%;
    margin: 0 auto;
}
form.form input {
    font-family: 'Montserrat', sans-serif;
}
form.form .form-group {
    
}
form.form .group-per input {
    /*width: 50% !important;*/
    float: left;
}
form.form .group-per input:first-child {
    /*border-right: none;*/
}
form.form input[type="text"],
form.form input[type="email"] {
    outline: none;
    padding: 24px;
    width: 100%;
    border: 1px solid var(--dark);
    border-bottom: none;
    font-size: 16px;
}
form.form input[type="submit"],
.btn-contact {
    background: var(--dark);
    color: white;
    border: 1px solid transparent;
    display: inline-block;
    text-transform: uppercase;
    padding: 17px;
    outline: none;
    font-weight: bold;
    border-radius: 2px;
    text-decoration: none;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    font-size: 13.2px;
    width: 100%;
    cursor: pointer;
}
form.form input[type="submit"]:hover,
.btn-contact:hover {
    border-color: var(--dark);
    background: transparent;
    color: var(--dark);
}
form.form textarea {
    outline: none;
    padding: 24px;
    width: 100%;
    border: 1px solid var(--dark);
    resize: vertical;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    min-height: 320px;
}
.content.contact {
    margin-top: 60px;
    
}
.content.contact i {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    color: var(--dark);  
}
.content.contact p {
   /* max-width: 400px; */
}
.content.contact p a {
    color: var(--dark);
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    border-bottom: 1px solid var(--dark);
}
.share {
    margin-bottom: 72px;
}
.share h4 {
        font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
.share ul {
        list-style: none;
    margin: 0;
    padding: 0;
}
.share ul li {
    display: inline-block;
}
.share ul li a {
    padding: 12px 16px;
    display: inline-block;
}
.share ul li a:first-child {
    padding-left: 0;
}
.share ul li a i {
    font-size: 18px;
}
.b-none {
    border-bottom: none !important;
}
.post-edit-link {
    display: none;
}
.slider-custom {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.group-per .wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 50%;
}
form.form p {
    margin: 0 !important;
}
form.form .group-per .your-name input,
form.form .group-per .your-phone input {
    border-right: none;
    width: 100% !important;
}
.acceptance {
    margin-top: 0;
    float: left;
    width: 100%;
    text-align: left;
}
.acceptance * {
    user-select: none;
    -moz-user-select: none;
}
span.wpcf7-list-item {
    margin: 4px 0 12px 0 !important;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 7px;
    font-size: 12px !important;
}
.simple {
    line-height: 24px;
    padding: 0 12px;
}
.simple h2 {
    margin-top: 24px;
}
.simple {
    
}
footer .col-l-2 {
    width: 20%;
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
footer .col-l-2.logo-20 {
    text-align: right;
}
footer .col-l-2.logo-20 img {
    width: 100%;
    max-width: 220px;
}
.accordion {
	margin-top: 16px;
    border-bottom: 1px solid #e6e6e6 !important;
    margin: 90px 0;
}
.accordion .panel-head {
    cursor: pointer;
}
.accordion .panel-body p:first-child {
    margin-top: 0;
}
.accordion .panel {
	margin-bottom: 0 !important;
}
.accordion .panel-head {

}
.accordion .panel-head span {
	color: var(--dark) !important;
    float: right;
    font-size: 16px;
}
.accordion .panel-body {
    display: none;
    padding: 15px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: none;
}
.accordion .panel-body p {
    font-size: 16px;
    line-height: 23px;
}
.accordion .panel-head h2,
.accordion .panel-head h3,
.accordion .panel-head h4,
.accordion .panel-head h5 {
	background: #f5f5f5;
    color: var(--dark);
    padding: 12px 16px !important;
    font-size: 14px !important;
    font-weight: 500;
    border: 1px solid #e6e6e6;
    user-select: none;
    -moz-user-select: none;
    border-bottom: none;
    text-transform: uppercase;
    margin: 0;
}
.accordion .panel-head h2:last-child,
.accordion .panel-head h3:last-child,
.accordion:last-child .panel-head h4,
.accordion .panel-head h5:last-child {
	/* border-bottom: 1px solid #e6e6e6 !important; */
}




































/* Firefox */
@-moz-document url-prefix() {

}


/* Explorer */
@supports (display:-ms-grid) { 

}


/* Responsive Medium */
@media all and (max-width: 1400px) {
    .container {
        max-width: 100%;
        /* overflow: hidden; */
    }
    .content .row {
    padding: 24px;
    margin: 0;
    }
    .content .con-info,
    .content .con-mini,
    .share {
        margin-left: 24px;
        margin-right: 24px;
    }
    .content.full.post .row {
    margin: 0;
}

.header .navbar ul li a {

  /*   font-size: 15px; */

}





}

/* Responsive Small */
@media all and (max-width: 800px) {



    .container {
        overflow: hidden !important;
    }

    form.form textarea {
        min-height: 236px;
    }


    .header .navbar ul li ul {
        top: 0;
        position: relative;
    }


    footer .col-l-2 {

        padding-bottom: 0 !important;
    }

    footer ul li a {
        line-height: 23px;
    }




    .category {
        padding: 24px;
        margin-bottom: -50px;
    }
    .row-new {
        padding-bottom: 0;
    }

    .section-end .container {
 
        padding: 0 24px;
    }
    .section-end .container h2 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .section-end .container &gt; strong {
        font-size: 18px;
        line-height: 21px;
    }
    .section-end .container p {
        font-size: 14px;
        line-height: 18px;
        padding-top: 12px;
        margin-bottom: 0;
        margin-top: 5px;
    }
    .home .down {
        font-size: 14px;
        bottom: 8;
    }
    .home.home-mini {
        height: 95vh !important;
    }



    .section-end {
       /*  display: none; */
    }
    .section .center h1, .home .center h1 {
        line-height: 35px !important;
        font-size: 37px !important;
    }
    .section .center h1 strong, .home .center h1 strong {
        font-size: 21px !important;
        line-height: 32px !important;
    }









    .header .navbutton i {
        float: left;
        color: white;
        opacity: .7 !important;
    }


    

    .header-mini {
        padding: 22px 12px !important; 
    }
    .header .logo {
        top: 0;
    z-index: 10;
    }

        .contact-home {
            display: none;
        }

        .header-mini .logo img {
            width: 221px !important;
        }
        .header .navbutton {
            display: block !important;
            margin-top: 0 !important;
            color: white;
        }
        .header .navbar {
            display: none;
            background: var(--dark);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
        }

    footer .col-l-2 {
        width: 100%;
    }
    
    footer .col:first-child h4 {
        visibility: hidden;
        display: none;
    }

    footer .col-l-2.logo-20 {
        text-align: left;
    }
    footer .col-l-2.logo-20 img {
        width: 100%;
        max-width: 140px;
    }

    footer p {
        
        max-width: 100%;
        line-height: 25px;
    }
    .header .navbar ul li {
        display: block;
    }
    .header .navbar ul {

        top: 50%;
        position: relative;
        transform: translateY(-59%);
    }






    .center-row .col {
        margin: 0;
    }



    .mockup {
       margin-bottom: 60px;
    }


    .inverse.rotate .col:first-child {
        padding: 24px !important;
    }



    .btn-custom-l {
       
        min-width: 134px;
       
    }


    
    footer .subfooter .make {
    
        margin-bottom: 20px;
    }
    .home.home-mini .center h1 {
 
        line-height: 42px;
        font-size: 39px;
    }
    .home.home-mini .center h1 strong {
      
        line-height: 42px;
        font-size: 39px;
    }
    .section .center h1 strong, .home .center h1 strong {
      
       /*  font-size: 42px; */
        line-height: 29px;
    }


    .inverse {
        
        padding: 0 12px;
    }
    .inverse .col {
       
        padding: 24px !important;
    }


    .texts {
        padding: 60px 25px;
    }

    .slider-list li {
        max-width: 100%;
        border-left: 0;
        border-right: 0;
    }



.container-pro article {
    width: 100%;
    overflow: hidden;
}
.content .col img {
    float: left !important;
    width: 100% !important;
}
.section {
    background-attachment: unset !important;
}
    
.section .center, .home .center {
    width: 100%;
    padding: 25px;
}


.section .center h1, .home .center h1 {
    line-height: 49px;
    font-size: 39px;
}

.section .center h2 {
    line-height: 42px;
    font-size: 39px;
}
.section .center p {
    font-size: 15px;
    line-height: 22px;
    max-width: 350px;
}
footer ul {
    margin-top: 4px;
    line-height: 20px;

}
footer {
    padding-top: 40px;
        padding-bottom: 0;

}
footer .subfooter {
    margin-top: 30px;
}
.header .navbar .col-menu:first-child {
    width: 100%;
    padding-right: 0;
    text-align: center;
    border-right: 0;
    font-size: 23px;
    line-height: 14px;
}
.header .navbar .col-menu:last-child {
    display: none;
}
.header .navbar ul {
    width: 100%;
    text-align: center;
    float: none;
}
.content .con-info {
    padding: 60px 0;
    margin-bottom: 30px;
}
.content .con-info h2 {
    font-size: 33px;
    line-height: 35px;
}
.content .col.full:first-child {
    padding-right: 0;
    border-right: 0;
    padding-bottom: 24px; 
}
.content .col.full:last-child {
    padding-left: 0;
}
.content .con-mini h3 {
    font-size: 26px;
}
.content .cont-mini {
    margin-left: 12px;
    margin-right: -12px;
}
.content .con-info h1 {
    line-height: 42px;
    font-size: 39px;
}
footer .col:first-child h4 {
    visibility: hidden;
}
.section .center .btn-simple, .home .center .btn-simple, .content.full .btn-simple {
    margin-bottom: 13px;
}
.header-mini .logo img {
    width: 194px;
}
.header-mini .navbar ul li a {
    font-size: 18px;
    line-height: 19px;
    padding: 8px;
}
.btn-custom-l {
    padding: 10px 22px;
}
.video {
    padding: 0 16px;
}
.group-per .wpcf7-form-control-wrap {
    width: 100%;
}
form.form .group-per .your-name input, form.form .group-per .your-phone input {
    border-right: 1px solid var(--dark);
}




}








/* Columns responsive */
@media all and (min-width: 800px) {

.col-m-12 {
    width: 100%;
}
.col-m-11 {
    width: 91.66666667%;
}
.col-m-10 {
    width: 83.33333333%;
}
.col-m-9 {
    width: 75%;
}
.col-m-8 {
    width: 66.66666667%;
}
.col-m-7 {
    width: 58.33333333%;
}
.col-m-6 {
    width: 50%;
}
.col-m-5 {
    width: 41.66666667%;
}
.col-m-4 {
    width: 33.33333333%;
}
.col-m-3 {
    width: 25%;
}
.col-m-2 {
    width: 16.66666667%;
}
.col-m-1 {
    width: 8.33333333%;
}
}
@media all and (min-width: 1120px) {
.col-l-12 {
    width: 100%;
}
.col-l-11 {
    width: 91.66666667%;
}
.col-l-10 {
    width: 83.33333333%;
}
.col-l-9 {
    width: 75%;
}
.col-l-8 {
    width: 66.66666667%;
}
.col-l-7 {
    width: 58.33333333%;
}
.col-l-6 {
    width: 50%;
}
.col-l-5 {
    width: 41.66666667%;
}
.col-l-4 {
    width: 33.33333333%;
}
.col-l-3 {
    width: 25%;
}
.col-l-2 {
    width: 16.66666667%;
}
.col-l-1 {
    width: 8.33333333%;
}
}</pre></body></html>