/*
Make by XDmedia from Agomez ENP
*/

@font-face {
  font-family: 'Futura';
  src: url('css/Futura.ttf'); /* IE9 Compat Modes */
  src: url('css/Futura.ttf')  format('truetype'), /* Safari, Android, iOS */
}

:root {
    --gold: #f29f05;
    --orange: #f28705;
    --brown: #ba936a;
    --clear: #ebe2d1;
  /*   --dark: #242424; */
    /*--coffee: #a7916a;
    --coffee: #ffba00;*/
    --coffee: #ab0066;
    --coorp: #ef7664;
    --dark: #432775;
    --dark2: #1a242f;
    
	--gray: #9e9e9e;
}
body {
    font-size: 15px;
    margin: 0;
    padding: 0;
/*  font-family: 'Montserrat', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    background: white;
    color: #5f5f5f;
}
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(--dark2);
}
p {
    margin: 12px 0;
}
a {
    text-decoration: none;
    color: var(--coffee);
    outline: none;
    transition: opacity .1s;
    -moz-transition: opacity .1s;
/*     backface-visibility: hidden;
    -webkit-backface-visibility: hidden;*/
}
a:hover {
    opacity: .9;
    transition: opacity .1s;
    -moz-transition: opacity .1s;
}
img {
    float: left;
/*    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;*/
}


.btn-pdf {
padding: 8px 22px;
    min-width: 96px;
    text-align: center;
    border-radius: 3px;
    line-height: 18px;
    font-size: 14px;
    display: inline-block;
    outline: none;
    border: 1px solid transparent;
    margin-right: 4px;
    border: 1px solid;
    border-color: var(--dark);
    background: var(--dark);
    color: white;
}
.btn-pdf img {
width: unset !important;
    height: unset !important;
    object-fit: unset !important;
    float: left;
    margin: 2px 3px 0 0;
}
.btn-pdf.es {

}
.btn-pdf.en {

}
.btn-pdf.fr {

}
h5.info-links {
    padding: 0;
    margin: 0;
    font-size: 15px;
    margin-bottom: 6px;
}





.inverse .center {

    top: 0 !important;
    transform: unset !important;
	position: relative !important;
	
	
}



.mockup {
    margin: 90px 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(--coffee);
    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(--coffee);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 12px;
}
.catalogue {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 12px;
}
.catalogue li {
    line-height: 22px;
}
.catalogue li a {
    color: var(--coorp);
    text-transform: uppercase;
    font-size: 14px;
}


.ccw_plugin.chatbot {
    bottom: 6% !important;
}
.sgpb-theme-1-content {
    border-bottom-width: 0 !important;
    border-bottom-color: #fff !important;
}
.no-found {
    width: 100%;
    text-align: center;
    margin-top: 41px;
}
.no-found h2 {
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: -.1px;
}
.price {
    border-top: 1px dashed #1e2a372e;
    overflow: hidden;
    padding-top: 12px;
}
.price span {
    float: left;
    font-weight: 600;
    font-size: 18px;
    padding: 12px;
    padding-left: 0;   
}
.price a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    float: right;
    margin: 0;
    padding: 13px 19px;
}

/* .bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-100px); }
    100% { transform: translateY(0); }
}
 */
 .metaslider.nav-hidden .flexslider {
    height: 100vh !important;
    width: 100% !important;
    overflow: hidden !important;
}
.metaslider .slides img {
    height: 100vh !important;
    object-fit: cover !important;
}



.items .col-m-4,
.items .col-m-6 {
    min-height: 322px;
}
.center-item .col-m-6 {
    padding-left: 100px;
    padding-right: 100px;
}
.prices {

}
.prices .col {
    text-align: left !important;
}
.prices .col:last-child {
   padding-left: 60px !important;
}
.prices .info {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.prices .price {
    display: inline-block;
    transform: translateX(-50%);
    margin-left: 50%;
    background: #212121ba;
    color: white;
    padding: 12px 18px;
    border-radius: 2px;
}
.prices.gray {
    background: #f3f3f3;
}
.prices .col h4{
    text-align: left !important;
}
.prices .col p{
    text-align: left !important;
    padding-left: 0 !important;
}
.prices .col strong {
    display: unset;
    font-weight: bold;
    font-style: normal;
}
.prices .col ul {
    font-size: 15px;
    line-height: 25px;
    color: var(--gray);
    padding-left: 17px;
}
.prices .col ul li {

}
.view-article {
    display: block;
    margin-top: 8px;
}
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.simple .items p a {
    display: block;
    margin-top: 4px;
}
.contreal h2 {
    margin-bottom: 52px !important;
}
.contreal .ta-l {
    font-size: 16px;
}
.contreal .ta-l h3 {
    padding: 24px 0 14px 0;
    margin-bottom: 0;
}
.contreal .ta-l p {
    line-height: 25px;
    margin-top: 0;
}
.contreal .new-form {
    text-align: left !important;
    margin: 0;
}
.contreal .new-form .social ul {
    text-align: left;
}
.contreal .new-form .social ul li a {
   
    width: 37px !important;
    font-size: 14px !important;
    line-height: 40px !important;
    height: 37px !important;
    
}
.ta-c {
    text-align: center;
}
.ta-l {
    text-align: left !important;
}
.container-s {
    max-width: 1200px !important;
}


.r-top,
.r-l,
.r-r {
    visibility: hidden;
}

.simple.image {
    padding: 110px 0;
    background: #f4f8ff;
}
.simple.image .col {
    padding: 16px ;
}

.simple.image .col .space {
    background: white;
    padding: 16px; 
    height: 100%;
}
.simple.image .col > a {
    
}
.simple.image .col h3 {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 12px;
}
.simple.image .col h3 a {
    color: var(--dark);
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
.simple.image .col p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    max-width: 600px;
    padding-bottom: 5px;
    color: var(--gray);
}

.simple.image .col img {
    width: 100%;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.simple.image .col img:hover {
    transform: scale(1.08);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.simple.image .col h4 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}
.simple.image .col h4 i {
    
}
.footer-logos {
    background: var(--coffee);
    padding: 12px;
    background-image: linear-gradient(to right, #432775, var(--coffee));
}
.footer-logos ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-logos ul li {
    display: inline-block;
    width: 33%;
    text-align: center;
    position: relative;
}
.footer-logos ul li img {
    max-width: 36px;
    display: inline-block;
    float: none;
    transform: translateX(-100%);
}
.footer-logos ul li span {
    position: absolute;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    margin-top: 13px;
    font-weight: 500;
    font-size: 14px;
    margin-left: -28px;
}
.bolds strong {
    margin-top: 8px;
    display: block;
}
.stats {
    padding: 110px 0;
    background: var(--dark2);
    overflow: hidden;
}
.stats .circles {
    width: 25%;
    float: left;
    padding: 32px;
}
.stats .circles h4 {
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin-top: 12px;
}
.stats .circles > div {
position: relative;
}
.stats .circles > div span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
    font-weight: 500;
}
.brands {
    padding: 130px 24px;
    overflow: hidden;
}


.brands h2 {
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 23px;
    letter-spacing: -2px;
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    padding-right: 8px; 
}


.brands p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    max-width: 600px;
    padding-bottom: 5px;
    color: var(--gray);
}

.brands .col {
    
}

.brands .col img {
    width: 100%;
}


.brands .col img {
    width: 100%;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.brands .col img:hover {
    transform: scale(1.08);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.row.flex {
    display: flex;
}

.simple .simple-block .row {
    display: flex;
}
.instagram {
    padding-bottom: 130px;
}
.instagram h2 {
    text-align: center;
    font-size: 23px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: -2px;
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
}




















.simple.image hr {
    display: none;
}

.simple {
    padding: 100px 0;  
    overflow: hidden; 
}
.row.items {
    margin: 0 !important;
}
.simple strong {
    font-weight: normal;
    color: var(--gray);
    font-style: italic;
    text-align: center;
    display: block;
    line-height: 25px;
}
.simple h2 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    font-family: 'Futura', sans-serif;
}
.simple .simple-block {
    margin: 20px auto;
    text-align: center;
    color: var(--gray);
    display: block;
    max-width: 80%;
    font-size: 15px;
    text-transform: uppercase;
}
.simple hr {
    border: none;
    width: 51%;
    margin: 12px auto 50px auto;
    opacity: .2;
    display: block;
}
.simple .btn-custom {
    margin-top: 24px;
    margin-bottom: 16px;
}
.simple .items h4 {
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: center;
}
.simple .items h4 i {
    color: var(--coorp);
    margin: 0px 0 12px 0;
    font-size: 43px;
    display: block;
}

.simple .items h4 img {
   float: none;
    display: block;
    margin-left: 50%;
    margin-bottom: 12px;
    transform: translateX(-50%);
    width: 55px;
}

.simple .items p {
    font-size: 15px;
    line-height: 25px;
    margin: 9px 0;
    padding-bottom: 24px;
    color: var(--gray);
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.simple.dark {
    background: var(--dark) 
}
.simple.dark .items h4 {
    color: white;
}
.simple.dark .items p {
    color: var(--gray);
}


.post-edit-link {
    position: fixed;
    bottom: 2%;
    left: 2%;
    line-height: 20px;
    font-size: 13px;
    z-index: 99;
    background: var(--coffee);
    color: white;
    border-radius: 3px;
    padding: 4px 10px;
}
.flex {
    display: flex;
}
.container {
    max-width: 80%;
    margin: 0 auto;
}
.row {
    margin: 0 -8px 0 -8px;
    overflow: hidden;
    display: block;
}
.col {
    float: left;
    padding: 8px;
    width: 100%;
}
.d-block {
    display: block;
    float: left;
    width: 100%;
}
.mt-1 {
    margin-top: 1em;
}
.mt-2 {
    margin-top: 2em;
}
.m-1 {
    margin: 1em 0; 
}
.mb-2 {
    margin-bottom: 2em;
}
.pt-2 {
    padding-top: 2em;
}
.pb-2 {
    padding-bottom: 2em;
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
.pointer {
    cursor: pointer;
}
.btn-custom {
    font-size: 11px; 
    text-transform: uppercase;
    background: var(--coffee);
    color: white;
    padding: 15px 21px;
    display: inline-block;
    border-radius: 3px;
    line-height: 10px;
    cursor: pointer;
    font-weight: 500;
    border: 2px solid transparent;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    user-select: none;
    -moz-user-select: none;
    min-width: 150px;
    text-align: center;
}
.btn-custom:hover {
    opacity: 1 !important;
    background: transparent;
    border-color: var(--coffee); 
    color: var(--coffee);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.btn-custom-dark {
    background: var(--dark);
    border-color: var(--dark); 
}
.btn-custom-dark:hover {
    color: var(--dark);
    border-color: var(--dark);
}
.btn-custom.large {
    padding: 17px 33px;
    font-size: 12px;
    line-height: 12px;
}
.mr-15 {
    margin-right: 15px;
}
.header {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header .logo {
    float: left;
    position: absolute;
    z-index: 3;
}
.header .logo img {
    margin-top: 6px;
    width: 156px;
    padding: 12px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header-mini {
    background: #151d25e8;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header-mini .logo img {
    width: 126px;
    padding: 12px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header-mini .navbar {
    padding: 12px 0;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.home {
    height: 100vh;
    width: 100%;
    position: relative;
    /*background: url(img/home.png) no-repeat center center;*/
}
.home video,
.home img {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.home.page {
    height: 75vh;
    width: 100%;
    position: relative;
    /*background: url(img/home.png) no-repeat center center;*/
}
.home.page video,
.home.page img {
    width: 100%;
    height: 75vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.home.single {
    height:40vh;
    width: 100%;
    position: relative;
    /*background: url(img/home.png) no-repeat center center;*/
}
.home.single video,
.home.single img {
    width: 100%;
    height:40vh;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.home span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: black;
    opacity: .5;
}
.home .center {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: white;
    opacity: 0;
    max-width: 900px;
    z-index: 2;
}
.home .center h1 {
    color: white;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 61px;
    font-family: 'Futura', sans-serif;
   /* text-shadow: 11px 13px 0px #0000007a;*/
}
.home.page .center h1 {
    font-size: 51px;
    line-height: 54px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.home.single .center h1 {
    font-size: 51px;
    text-align: left;
}
.home .center .btn-custom,
.sub-double .btn-custom {
    margin-top: 24px;
}
.home .center p {
    font-weight: normal;
    color: white;
    font-size: 21px;
    line-height: 28px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 12px;
    text-transform: uppercase;
}
.navbar {
    float: right;
    padding: 19.6px 0;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    width: 100%;
    position: relative;
}
.navbar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
}

.navbar ul li ul {
	display: none;
	position: absolute;
    background: #0302039e;
    min-width: 173px;
}
.navbar ul li ul li,
.navbar ul li ul li a {
    display: block;
    text-align: left;
    padding-left: 12px;
    color: white !important;
}
.navbar ul li:hover > ul {
	display: block;
	
}


.navbar ul li {
    display: inline-block;
	    position: relative;
}
.navbar ul li a {
    display: inline-block;
    padding: 12px;
    font-size: 14px;
    color: white;
    font-weight: 500;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    user-select: none;
    -moz-user-select: none;
    text-transform: uppercase;
}
.navbar ul li a:hover {
    opacity: 1 !important;
    color: var(--coffee);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.navbar ul li.current-menu-item a {
    color: var(--coffee);
    font-weight: 600;
}
.navlist {
    display: block;
}
.navbutton {
    color: white;
    float: right;
    font-size: 36px;
    padding: 13.5px 12px;
    font-weight: lighter;
    margin: 9px 4px 0 0;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    cursor: pointer;
    display: none;
}
.fal.fa-times {
    font-size: 40px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.header-mini .navbutton {
    font-size: 31px;
    margin: 11px 4px 0 0;
    padding: 6px 12px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #ece1ff;
}
.preload img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    margin-top: -40px;
}
.sub-content {
    background-image: url(img/sub-home.png) !important;
    padding: 130px 12px;
    background-repeat: no-repeat;
    background-position-y: 180px;
}
.sub-home {
/*    margin-top: -40px !important;
    background-image: url(img/cut-home.png) !important;
    position: relative;
    z-index: 2;
    padding-top: 40px;*/
}
.sub-content .sub-one h4 {
        font-size: 23px;
    color: var(--coffee);
}
.sub-content .sub-one h2 {
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 38px;
    letter-spacing: -2px;
    font-family: 'Futura', sans-serif;
}
.sub-content .sub-one p {
    font-size: 20px;
    font-weight: 400; 
    max-width: 600px;
}
.sub-content .sub-twoo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sub-content .sub-twoo ul li {
    width: 50%;
    float: left;
    padding: 12px;
    text-align: center;
}
.sub-content .sub-twoo ul li img {
    margin-bottom: 12px;
}
.sub-content .sub-twoo ul li h4 {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.sub-content .sub-twoo ul li p {
    float: left;
    text-align: left;
}
.sub-content .sub-one,
.sub-content .sub-twoo {
    /* visibility: hidden; */
}
.sub-double {
    padding: 130px 12px;
    position: relative;
    /*padding-bottom: 0;*/
}
/*.sub-double .container {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}*/
.sub-double .containerX {
    max-width: 75%; 
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.sub-double .sub-one {
    text-align: center;
    background: #f6f6f6;
    position: relative;
}
.sub-double .row {
    display: flex;
}
.sub-double .sub-one .center {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    padding: 24px; 
}
.sub-double .sub-one h4 {
    font-size: 23px;
    color: var(--coffee);
}
.sub-double .sub-one h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 38px;
    line-height: 39px;
    letter-spacing: -1px;
    font-family: 'Futura', sans-serif;
}
.sub-double .sub-one p {
    font-size: 20px;
    font-weight: 400;
}
.sub-double .sub-twoo img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.sub-double .sub-twoo {
    padding: 0 !important;
}



header .social {
    float: right;
    margin-left: 24px;
    float: right;
    margin-left: 24px;
    position: absolute;
    right: 0;
}
header .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .social ul li {
    display: inline-block;
}
header .social ul li a {
    color: white;
}
header .social ul li a i {
    
}
.footer {
    background-repeat: repeat-x;
    background-color: var(--dark2);
    padding: 80px 12px;
    background-position-y: -221px;
    border-top: 5px solid var(--coffee);
/*    padding-top: 160px;*/
    
}
.footer .brand img {
    width: 220px;
    float: right;
}
.footer .col:first-child {
    padding-left: 0 !important;
}
.footer .col {
    padding-left: 112px;
}
.footer .col:first-child h4 {
    font-size: 32px !important;
        margin-top: -3px;
}
.footer .col h4 {
    color: var(--coffee);
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    font-family: 'Futura', sans-serif;
}
.footer .col ul {
    margin: 0;
    padding: 0;
    list-style: none; 
}
.footer .col span {
    color: #b5b5b5;
    max-width: 300px;
    float: left;
    line-height: 22px;
}
.footer .col ul li {
    display: block;
}
.footer .col ul li a {
    color: #b5b5b5;
    text-decoration: none;
    line-height: 26px;
}
.copy {
    background: #161e27;
    padding: 24px;
    text-align: center;
    font-size: 13px;
}
.top {
    background: var(--coffee);
    color: white;
    position: fixed;
    z-index: 99;
    bottom: 12%;
    right: 1%;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    cursor: pointer;
}
.newsletter {

}
.new-form {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.new-form h4 {
    color: white;
    font-size: 36px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 42px;
}
.new-form span {
color: var(--dark);
    font-size: 36px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 6px;
    font-weight: bold;
}
.new-form form {
    margin-top: 8px;
}
.new-form form input[type="email"] {
    border: none;
    padding: 19px;
    font-size: 17px;
    outline: none;
    width: 65%;
    float: left;
}
.new-form form input[type="submit"] {
color: white;
    font-size: 18px;
    margin: 0;
    background: var(--dark);
    border: none;
    font-weight: bold;
    float: left;
    width: 35%;
    padding: 16.7px;
    outline: none;
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    border: 2px solid var(--dark);
}
.new-form form input::placeholder {
    color: darkgrey;
}
.new-form form input[type="submit"]:hover {
    background: transparent;
    color: var(--dark);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.new-form .social {
    margin-top: 4px;
}
.new-form .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.new-form .social ul li {
    display: inline-block;
}
.new-form .social ul li a {
    color: #fff6dc;
    width: 44px;
    font-size: 18px;
    line-height: 47px;
    height: 44px;
    background: var(--coffee);
    display: inline-block;
    text-align: center;
    border-radius: 35px;
}
.new-form .social ul li a i {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.new-form .social ul li a:hover > i {
    transform: scale(1.2);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.new-form .social ul li a i {
    
}
.blog {
    text-align: center;
    padding: 100px 12px;
    padding-bottom: 130px;
}
.blog2 {
    padding: 130px 12px;
}
.blog .content {
    margin-bottom: 35px;
    background: url(img/empresa2.png) no-repeat center center;
    height: 118px;
}
.blog .content h4 {
    font-size: 23px;
    color: var(--coffee);
    text-transform: uppercase;
    padding-top: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog .content h2 {
    color: var(--dark);
    letter-spacing: -2px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 43px;
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    padding-top: 0;
    margin-top: 0;
}
.blog .col {
    padding: 16px;
    padding-top: 0;
}
.blog .col h3 {
    color: var(--coffee);
    font-size: 25px;
    margin-top: 24px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.blog .col img {
    object-fit: cover;
    float: left;
    width: 100%;
    height: 250px;
}
.blog .col .date {
font-weight: normal;
    margin-top: 14px;
    background: #f6f6f6;
    text-align: left;
    padding: 16px 25px;
    font-size: 15px;
    display: none;
}
.blog .col .date span {
    color: var(--coffee);
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
}
.blog .col .date a {
    float: right;
    display: inline-block;
    color: var(--dark);
    line-height: 44px;
}
.blog .col p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
}
.products {
    text-align: center;
    padding: 100px 0;
    overflow: hidden;
    background-image: url(img/full.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.products span.back {
    background: var(--coffee);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-image: linear-gradient(to right, #432775, var(--coffee));
}
.products .container {
    max-width: 70%;
    position: relative;
    z-index: 6;
}
.products2 .container {
    max-width: 80%;
}
.products2 {
    background: transparent;
    text-align: center;
    padding: 130px 0;
}
.products2 .intocontent {
    border: 1px solid #eaeaea;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.products2 .intocontent:hover {
    box-shadow: 0px 0px 10px #adadad;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    cursor: pointer;
}
.products2 .col p {
    /*height: 110px !important;*/
}
.products .content {
    overflow: hidden;
    margin-bottom: 6px;
    color: white;
    font-size: 18px;
    max-width: 850px;
    margin: 0 auto;
}
.products .content h4 {
    font-size: 23px;
    color: var(--coffee);
    text-transform: uppercase;
    padding-top: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.products .content h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 17px;
    color: white;
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    padding-top: 0;
    margin-top: 0;
}
.products .content form {
    margin-top: 24px;
    display: block;
}
.products .content form input[type="text"] {
    font-size: 14px;
    padding: 12px;
    min-width: 50%;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
    outline: none;
    padding-left: 0;
    font-family: 'Roboto', sans-serif;
}
.products .content form input[type="text"]::placeholder {
    color: white;
}
.group {
    position: relative;
    overflow: hidden;
}
.group .two {
    min-height: 538px;
    background: var(--dark2);
    color: #fff;
    position: relative;
}
.group .two .center {
    max-width: 700px;

}
.group .center {
    position: absolute;
    top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
}
.group .two strong {
    font-weight: 500;
    color: var(--coffee);
    text-align: left;
    display: block;
    line-height: 25px;
    text-transform: uppercase;
    text-shadow: 1px 1px 20px #ffffff40;
}
.group .two h3 {
    text-align: left;
    font-size: 37px;
    line-height: 47px;
    margin: 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.group .two hr {
    width: 200px;
    float: left;
    display: block;
    margin: 20px 0 0;
    border: none;
    border-top: 1px solid var(--coorp);
    margin-bottom: 3px;
}
.group .two p:last-child {
    margin-bottom: 0;
}
.group .two p {
    margin: 20px auto 0 auto;
    text-align: left;
    font-size: 15px;
    display: block;
    float: left;
    color: var(--gray);
}
.group.homepage .one {
   
}
.group .one {
    height: 538px;
    padding: 0;
}
.group .one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.products .content form input[type="submit"] {
    background: no-repeat;
    outline: none;
    border: 1px solid white;
    color: white;
    padding: 14px;
    border-radius: 31px;
    min-width: 150px;
    font-family: 'Roboto', sans-serif;
}
.products .row {
    display: flex;
}
.products .col {

}
.products .col-m-6 {
    color: #d6d6d6;
    width: 100%;
}
.products .col-m-6 h3 {
    color: white;
}
.products .col-m-6 p {
    padding: 0 24px;
    line-height: 25px;
    max-width: 800px;
    margin: 0 auto;
}
.products .intocontent {
    background: white;
    padding: 28px;
}
.products .col img {
    width: 100%;
    max-width: 180px;
    float: none;
}
.products .col h5 {
    margin: 0;
    font-size: 16px;
    color: var(--dark);
    text-transform: uppercase;
}
.products .col .img-block {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.products .col p {
    margin-bottom: 32px;
/*    height: 90px;
    overflow-y: auto;*/
}
.products .col a.btn-custom {
    margin-bottom: 14px;
}
.products .col a.btn-custom:hover {
    background: var(--dark);
    color: white;
    border-color: var(--dark);
}
.products .col a.btn-custom i,
.singles .col .into a i {
    display: inline-block;
    margin: -2px 2px 0 0;
}

.crashcontent {
    padding: 0 16px;
}
.myslider {
    overflow: hidden;
/*    max-width: 1100px;
    margin: 0 auto;*/
}
.myslider ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 12px;
}
.myslider ul li {
    display: inline-block;
    margin: 0 12px;
}
.myslider ul li a {
    color: var(--coffee);
    cursor: pointer;
    font-size: 20px;
    background: transparent;
    width: 159px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 2px;
    border: 2px solid var(--coffee);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.myslider ul li a:hover {
    background: var(--coffee);
    color: white;    
    transition: all .1s linear;
    -moz-transition: all .1s linear;
}
.myslider ul li a i {
    
}
.mylist {
    position: relative;
  overflow: hidden;
/*    transition: all .2s linear;
    -moz-transition: all .2s linear;*/
}
.a-disabled {
    pointer-events: none
}
.myslider .after {
    display: none;
}
.divfull {
    min-height: 600px;
    overflow: hidden;
    text-align: center;
    background-image: url(img/full.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.divfull .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    min-width: 700px;
    z-index: 1;
}
.divfull h2 {
    color: white;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 38px;
    line-height: 46px;
    letter-spacing: -2px;
    font-family: 'Futura', sans-serif;
}
.divfull p {
    font-weight: 500;
    font-size: 33px;
    line-height: 39px;
    color: white;
}
.divfull img {
        width: 100%;
    height: 100%;
    object-fit: cover;
    float: left;
}
.divfull span {
    background: #242424f5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.logos {
    overflow: hidden;
    background: #fff;
    margin-bottom: 65px;
}
.logos ul {
    margin: 0;
    list-style: none;
    padding: 12px;
    text-align: center;
}
.logos ul li {
    display: inline-block;
    width: 16.4%;
}
.logos ul li img {
    display: inline-block;
    opacity: .3;
    max-height: 37px;
    width: auto;
    float: none;
    margin-top: 2px;
}
.contact {
    text-align: center;
    padding: 130px 12px;
  /*   background: #f3f3f3; */
}
.conthome .wpcf7-list-item-label a {
	color: var(--dark);
}
.contact2 {
    padding: 12px;
}
.contact2 .social {
    margin-top: 0;
    overflow: hidden;
}
.contact2 .social ul {
    float: right;
    margin-bottom: -4px;
}
.contact2 .btn-box {
     float: left;
     max-width: 200px;
}
.contact2 .social a {
     float: left;
}
.contact2 .new-form {
    max-width: unset;
}
.contact2 .social ul li a {
    width: 30px;
    font-size: 14px;
    line-height: 32px;
    height: 30px;
}



.contact .content {
    /*background: url(img/contact.png) no-repeat center center;*/
    margin-bottom: 38px;
}
.contact .content h4 {
    font-size: 23px;
    color: var(--coffee);
    padding-top: 28px;
}
.contact .content h2 {
    line-height: 32px;
    color: var(--dark2);
    letter-spacing: -2px;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    font-family: 'Futura', sans-serif;
}
.contact .col {
    padding: 16px;
    padding-top: 0;
}
.pt-0 {
    padding-top: 0 !important;
}
form.form {
    max-width: 800px;
    margin: 0 auto;
}
form.form p {
    margin: 0 !important;
}
form.form .form-group {

}
form.form .group-per input {
    width: 100% !important;
    float: left;
}
form.form .group-per .your-name input {
    border-right: none;
}
form.form input[type="text"],
form.form input[type="email"] {
    outline: none;
    padding: 20px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #bbbbbb;
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 34px;
}
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: 3px;
    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 #bbbbbb;
    resize: vertical;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    min-height: 200px;
    text-transform: uppercase;
}
.group-per .wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 50%;
}
.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 7px;
    font-size: 12px !important;
}
.inverse {
    padding: 130px 12px; 
   /*  visibility: hidden; */
}
.inverse .row {
    display: flex;
}
.inverse .col {
    position: relative;
}
.inverse .col:first-child {
    padding-right: 40px;
}
.inverse2 .col:first-child {
    padding-right: 8px !important;
}
.inverse2 .col:last-child {
    padding-left: 40px;
}
.inverse .col img {
/*     width: 100%;
    object-fit: cover;
    height: 437px; */
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 367px;
    object-fit: cover;
}
.inverse .center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 40px;
}
.inverse .center h2 {
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 23px;
    letter-spacing: -2px;
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    padding-right: 8px;
}
.inverse .center p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    max-width: 600px;
    padding-bottom: 5px;
    color: var(--gray);
}
.inverse .extra {
    margin-top: 24px;
}
.contact-page {
    background: transparent;
}
.contact-page form.form {
    max-width: 900px;
}
.single {
/*    display: block;
    overflow: hidden;*/
}
.single .back {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
}
.single .back li {
    display: inline-block;
}
.single .back li a {
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
}
.single .back li a:hover {
    opacity: 1 !important;
}
.single .back li.active a {
    color: white !important;
    cursor: default;
    opacity: 1 !important;
}
.single .back li.angle i {
    float: left;
    margin: 0px 4px -3px 4px;
}
.singles {
    padding: 130px 12px;
    background-image: url(img/sub-home.png) !important;
    background-repeat: no-repeat;
    background-position-y: 247px;
}
.singles .col:first-child {
    text-align: center;
}
.singles .col:last-child {
    max-width: 550px;
    position: relative;
}
.singles .col img {
    width: 100%;
    max-width: 296px;
    float: none;
}
.singles .row {
    display: flex;
}
.singles .center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.singles .col .into h2 {
    font-size: 31px;
    line-height: 32px;
    font-weight: 700;
    margin: 23px 0;
    margin-bottom: 0;
    letter-spacing: -2px;
    margin-top: 0;
    font-family: 'Futura', sans-serif;
}
.singles .col .into h4 {
    font-size: 23px;
    color: var(--coffee);
    margin-top: 6px;
    margin-bottom: 22px;

}
.singles .col .into p {
    font-size: 17px;
    font-weight: 400;
}
.singles .col .into a {
    margin-top: 24px;
}
.singles .machine {
    background: #b34204;
    color: white;
    float: left;
    display: block;
    text-transform: uppercase;
    padding: 7px 12px;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    margin-bottom: 12px;
    margin-top: -30px;
}
.singles .machine i {
    margin-right: 4px;
    padding-left: 4px;
}
.singles .data {
    display: block;
    font-weight: bold;
    color: var(--dark);
    font-size: 17px;
    height: 30px;
}
.singles .data i {
    font-size: 14px;
    float: left;
    margin: 3px 5px 0 0;
}
.singles .machine:before {
/*    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 8px;
    border-color: transparent transparent transparent #fff;*/
}
.description {
    margin-bottom: 130px;
}
.description .container {
    max-width: 1200px;
}
.description ul {
    margin: 0;
    padding: 0;
    list-style: none; 
}
.description ul li {
    display: inline-block;
    background: var(--coffee);
    color: white;
    font-weight: bold;
}
.description ul li [title="open"] {
    background: #f6f6f6;
    color: var(--dark);
    cursor: default;
}
.description ul li a {
    display: inline-block;
    color: white;
    padding: 16px 24px;
    font-size: 16px;
    cursor: pointer;
    opacity: 1;
    user-select: none;
    -moz-user-select: none;
}
.description ul li [title="open"] a {
    color: var(--dark);
}
.description ul li a.active {
    background: #f6f6f6;
}

.description .content {
    background: #f6f6f6;
    padding: 48px 24px;
}
.description .content {
    background: #f6f6f6;
}
.description .text {
    display: none;
}
.description .text h4 {
    font-size: 23px;
    margin-bottom: 24px;
}
.description .text p {
font-size: 17px;
    font-weight: 400;
}
.description .text[title="open"] {
    display: block ;
}
.machines .content {
    text-align: center;
    background: url(img/maquinas.png) no-repeat center center;
    height: 138px;
    margin-bottom: 75px;
}
.machines .content h4 {
    font-size: 23px;
    color: var(--coffee);
    padding-top: 28px;
}
.machines .content h2 {
    font-size: 42px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 90px;
    color: var(--dark);
    letter-spacing: -2px;
    font-family: 'Futura', sans-serif;
}
.new .container {
    margin-bottom: 60px;
    padding: 80px 24px;
   
}
.new .container h2 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 500;
    margin: 23px 0;
    margin-top: 0;
    font-family: 'Futura', sans-serif;
    float: left;
    width: 100%;
    color: #383838;
    text-transform: uppercase;
}
.new .container h2 span {
    font-size: 20px;
    color: #c3c3c3;
    letter-spacing: -1px;
}
.new .container h2 {
/*     font-size: 31px;
    line-height: 32px;
    font-weight: 700;
    margin: 23px 0;
    letter-spacing: -2px;
    margin-top: 0;
    font-family: 'Futura', sans-serif;
    float: left;
    width: 100%; */
}
.new .container h3,
.new .container h4 {
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    margin: 16px 0;
   
    font-family: 'Futura', sans-serif;
    float: left;
    width: 100%;
    color: #383838;
}
.new .container p {
    font-size: 16px;
    line-height: 29px; 
}
.new .container img {
    width: 100%;
    display: inline-block;
    margin-bottom: 24px;
}
.new .thumb img {
    height: 400px;
    object-fit: cover;
	margin-top: 60px;
}
.new .share {
    margin-top: 42px;
}
.machines .content h2 {
    font-size: 36px;
    line-height: 39px;
}
.machines .content h2 {
    margin-bottom: 45px;
}
.machines {
    padding: 0 24px;
}
.pagination {
    margin-top: 24px;
    font-size: 16px;
}
.slider {
/*    overflow: hidden;
    width: 100%;
    display: block;
    height: 600px;
    margin-bottom: 0;*/
}
.slider img {
        width: 100%;
 /*   display: inline-block;
    height: 600px;
    object-fit: cover;*/
}
.wpcf7-list-item {
    margin: 0 !important;
}
.acceptance {
    margin-top: 1em;
    float: left;
    width: 100%;
    text-align: left;
}
.acceptance * {
    user-select: none;
    -moz-user-select: none;
}
.new article {
    color: var(--gray);
    line-height: 25px;
}




















































/* Firefox */
@-moz-document url-prefix() {

}


/* Explorer */
@supports (display:-ms-grid) { 

}


/* Responsive Medium */
@media all and (max-width: 1400px) {


    .contreal .ta-l {
        font-size: 16px;
        max-width: 830px;
        margin: 0 auto;
        margin-left: 50%;
        transform: translateX(-50%);
    }


    .container {
            max-width: 100%;
    }

    .inverse .center {
        position: relative;
    }
    .prices {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .products .container {
        max-width: 100%;
        padding: 0 12px;
    }
    .logos ul li {
        width: 15.4%;
    }
    .logos ul li img {
        padding: 0 6px; 
        max-width: 136px;
    }
    .sub-double .row {
    margin: 0 12px;
    }
    .blog .col img {
     
    height: 200px;
    }
    .blog .col h3 {
        font-size: 26px;
    }
    .blog .col .date {
        overflow: hidden;
        text-align: center;
        padding: 8px 21px;
    }
    .blog .col .date a {
        display: block;
    float: left;
    width: 100%;
    text-align: center;
    }
    .sub-content .row,
    .inverse .row {
        margin: 0;
    }
    .footer .row {
        margin: 0 8px;
    }
    .products2 .row {
        display: block !important;
    }
    .products2 .col {
    width: 33.33%;
}
.description {
    margin: 0 24px 130px 24px;
}
.new .container {
   /*  margin: 130px 24px; */

}
 .home .center {
    min-width: 900px;
}





}

/* Responsive Small */
@media all and (max-width: 800px) {


    .mockup {
        margin-bottom: 60px;
     }



    .stats .circles {
     
        width: 100%;
    }
    .stats {
        padding: 60px 30px;
    }

    .footer-logos ul li {
        width: 31.9%;
    }
    .footer-logos ul li img {
        max-width: 26px;
    }
    .footer-logos ul li span {
        margin-top: 8px;
        margin-left: -21px;
    }
    .row.flex {
     
        display: block;
        margin: 0 12px;
    }
    .simple.image {
        padding: 60px 0;
       
    }
    .group .two {

        min-height: unset;
    }
    .group .center {
   
        position: relative;
        transform: unset !important;
        margin: 0;
        padding: 24px;
    }
    .group .two h3 {
       
        font-size: 33px;
    }

.navbar ul li ul {
    display: none;
    min-width: unset;
    text-align: center;
    position: relative;
    margin: 0;
    background: unset;
    z-index: 15;
}

    .center-item .col-m-6 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .navbar ul li ul li {
        padding-left: 0;
        text-align: center;
    }
    .navbar ul li ul li a {
        padding: 6px;
        text-align: center;
        font-size: 13px;
    }

    

    .home.single,
    .home.single img {
        height: 70vh;
    width: 100%;
    overflow: hidden;
    }

    .home.single .center {
        
        width: 100%;
    }

    .new .container ul {
        padding-left: 16px;
    }

    .prices .col:last-child {
        padding-left: 0 !important;
    }

    .new .container h2 {
        margin-top: 18px;
    }


    .simple h2 {
       
        font-size: 34px;
       
    }

    .products .col p {
        margin: 0;
    }

    .footer {
     
        padding: 50px 12px;
     
        padding-bottom: 100px;
    }

    .contact .content h2 {
        line-height: 39px;
      
        font-size: 37px;
       
    }
    .home.page .center h1 {
        
        padding: 0 18px;
    }

    .simple h2 {
        
        padding-left: 18px;
        padding-right: 18px;
    }

.simple hr {
    
    margin: 12px auto 24px auto;
   
}
    .simple .simple-block {
        line-height: 23px;
    }



    .machines .content {
    background: none
}
    .navbutton {
        display: block;
        position: relative;
    z-index: 99;
    }
    .navlist {
        display: none;
    }
    .navbar {
    position: fixed;
    z-index: 98;
    background: var(--dark);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.navbar ul {
    margin-top: 105px;
    text-align: center;
    width: 100%;
}
.navbar ul li {
    display: block;
}
.header .logo {
    position: relative;
    z-index: 99;
}
.header-mini .fal.fa-times {
    font-size: 36px !important;
        transition: all .1s linear;
    -moz-transition: all .1s linear;
}
header .social {
    margin: 0;
    display: block;
    width: 100%;
    margin-top: 31px;
    bottom: 0;
    margin-bottom: 12px;
}
.home .center {
    min-width: 100%;
}
.home .center h1 {
    font-size: 39px;
    padding: 0 18px;
    line-height: 50px;
    margin-bottom: 0;
}
.home .center p {
    padding: 7px 12px;
    margin-top: 0;
    font-size: 16px;
    line-height: 23px;
}
.home .center .btn-custom, 
.sub-double .btn-custom {
    margin-top: 12px;
}
.sub-content .sub-one p {
    font-size: 17px;
    max-width: 100%;
}
.sub-content,
.sub-double,
.blog,
.inverse {
    padding: 65px 12px;
}
.products .col {
    width: 100% !important;
}
.myslider ul {
    display: none;
}
.products {
    padding: 65px 0 120px 0;
}
.logos ul li {
    width: 32.4%;
}
.logos ul li img {
    max-width: 109px;
}
.logos {
    margin-bottom: 33px;
}
.products .content h2 {
    font-size: 37px;
    line-height: 39px;
    margin-top: 0;
}
.products .content,
.blog .content {
    background: none;
}
.sub-double .row {
    display: block;
}
.sub-double .sub-one .center {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    max-width: 100%;
    padding: 100px 24px;
}
.sub-double .sub-one h2 {
    margin-bottom: 19px;
}
.sub-double .sub-one p {
    font-size: 17px;
}
.divfull .center {
    min-width: 100%;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    padding: 100px 24px;
}
.products .col h5 {
    font-size: 22px;
}
.divfull h2 {
    font-size: 36px;
    line-height: 39px;
}
.divfull p {
    font-size: 20px;
    line-height: 31px;
    color: white;
    font-weight: normal;
}
.blog .content h2 {
    font-size: 36px;
    line-height: 39px;
}
.blog .content {
    margin-bottom: 0;
}
.blog .col .date {
    margin-bottom: 24px;
}
.contact {
    padding: 65px 24px;
}
.footer .col {
    padding-left: 0;
    padding-top: 24px;
}
.footer .col:first-child {
    padding-top: 0 !important;
}
.footer .brand {
    text-align: left;
}
.footer .brand img {
    float: none;
    max-width: 170px;
}
.home.page .center h1 {
    font-size: 41px;
}
.inverse .row {
    display: block;
}
.inverse .center {
    position: relative;
    top: unset;
    transform: unset;
}
.inverse .col:first-child {
    padding-right: 8px;
    padding-bottom: 40px;
}
.inverse .center h2 {
    margin-bottom: 19px;
}
.inverse .center p {
    font-size: 17px;
}
.inverse .col img {
    height: 250px;
}
.inverse2 .col:last-child {
    padding-left: 8px;
    padding-bottom: 40px;
}
.contact2 {
    padding: 8px 24px !important;
}
.blog .col .date {
    text-align: left;
}
.blog .col .date a {
    text-align: left;
}
.singles {
    padding: 65px 12px;
}
.singles .row {
    display: block;
}
.singles .col img {
    max-width: 260px;
}
.singles .center {
    position: unset;
    top: unset;
    transform: unset;
    padding: 12px;
}
.description {
    margin: 0 24px 65px 24px;
}
.home.single .center h1 {
    font-size: 41px;
    text-align: center;
}
.single .back {
    display: none;
}
.new .container {
    /* margin: 65px 0; */
}
 .home .center {
    min-width: 100%;
}
.new .container h2 span {
    width: 100%;
    float: left;
}
.footer .col:first-child h4 {
        margin-top: 0;
}
.products2 .col p {
    /*height: 90px !important;*/
}


}






















/* 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%;
}
}