/* ================================================== */
/* refont 2023 start */
/* ================================================== */
 .refont .section {
	 max-width: 1100px;
	 margin: auto;
	 padding: 100px 0;
}
.refont .section-same-color {
	 max-width: 1100px;
	 margin: auto;
	 padding: 60px 0;
}
 .refont p{
	 font-size: 18px;
}
 .refont h2{
	 font-size: 36px;
}
 .refont h3{
	 font-size: 24px;
}
 .refont h1, h2, h3, h4{
	 line-height: 140% !important;
}
/* ====== HEADER ====== */
 .refont .header {
	 background:#2D1E60 no-repeat center right;
	 background-image: image-set( url("../images/header-home-page-1.png") 1x, url("../images/header-home-page.png") 2x);
}
 .refont .section-header{
	 max-width: 680px;
}
 .refont .header h1, .refont .header p{
	 color: #FFFFFF;
}
 .refont .header h1{
	 font-size: 48px;
}
/* ====== FORM ====== */
 .section-form{
	 width: 1100px;
	 margin: auto;
	 margin-top: -70px;
	 z-index: 2;
	 position: relative;
}
 .refont .formrefont {
	 margin: auto;
	 display: flex;
	 flex-direction: row;
	 align-items: flex-end;
	 padding: 20px;
	 background: #36217E;
	 justify-content: center;
	 border-radius: 10px;
}
 .refont .formrefont .item {
	 margin-right: 10px;
}
 .refont .formrefont .item label{
	 display: flex;
	 flex-direction: column;
	 width: 260px;
	 color: #FFFFFF;
}
 .refont .formrefont input{
	 padding: 12px;
}
 .refont .formrefont .btnsend{
	 background: #ED1A3B;
	 color: #FFFFFF;
	 border: none;
	 font-weight: 700;
	 padding: 14px 16px;
}
/* ====== WHY US ====== */
 .refont .whyus {
	 display: grid;
	 grid-template-columns: repeat(2, 1fr);
	 grid-template-rows: repeat(2, 1fr);
	 grid-column-gap: 100px;
	 grid-row-gap: 50px;
}
 .refont .bg-whyus .section{
	 padding-top: 160px;
}
 .refont .whyus-item {
	 width: 100%;
	 padding: 0;
}
 .refont .bg-whyus{
	 background: #F5F5F5;
	 padding-top: 100px;
	 padding-bottom: 100px;
	 margin-top: -100px;
}
 .refont .title-whyus {
	 width: 100%;
	 font-size: 48px;
	 text-align: center;
}
 .refont .title-whyus-item{
	 height: 48px;
	 display: flex;
	 flex-direction: row;
	 align-items: center;
}
 .refont .title-whyus-item img{
	 margin-right: 20px;
}
/* ====== BOX SHADOW ====== */
 .refont .box-shadow {
	 width: 540px;
	 padding: 0 40px;
	 margin: auto;
	 margin-top: -140px;
	 position: relative;
	 text-align: center;
	 font-size: 24px !important;
	 font-weight: bold;
	 z-index: 2;
}
 .refont .box-shadow p{
	 font-size: 24px !important;
	 font-weight: bold;
}
 .refont .box-shadow::after {
	 content: "";
	 background: #FFF;
	 margin-top: -150px;
	 margin-left: -340px;
	 height: 170px;
	 width: 680px;
	 position: absolute;
	 z-index: -1;
	 transform: skew(-15deg);
	 border-radius: 20px;
	 box-shadow: 10px 10px 0 0 #E8E8E8;
}
 .refont .workshop-solution{
	 background:no-repeat center right;
	 background-image: image-set( url("../images/bg-workshop-solution-1.png") 1x, url("../images/bg-workshop-solution.png") 2x);
}
 .refont .workshop-solution .content{
	 width: 580px;
}
 .refont .tag-new{
	 color: #FFFFFF;
	 background: #ED1A3B;
	 font-weight: 700;
	 margin-left: 5px;
	 padding: 2px 4px;
	 font-size: 12px;
}
 .refont .wholesalers{
	 background:no-repeat bottom left;
	 background-image: image-set( url("../images/bg-wholesalers-1.png") 1x, url("../images/bg-wholesalers.png") 2x);
}
 .refont .wholesalers .content{
	 width: 580px;
	 margin-left: 520px;
}
 .refont .bg-testimonial{
	 background:no-repeat center top #F5F5F5;
	 background-image: image-set( url("../images/bg-testimonials-1.jpg") 1x, url("../images/bg-testimonials.jpg") 2x);
}
 .refont .title-testimonial {
	 margin: auto;
	 width: 750px;
	 text-align: center;
}
 .refont .title-testimonial .tag{
	 background: #ED1A3B;
	 color: #FFF;
	 padding: 0 5px;
}
 .refont .testimonial{
	 display: grid;
	 grid-template-columns: repeat(2, 1fr);
	 grid-template-rows: 1fr;
	 grid-column-gap: 80px;
	 grid-row-gap: 50px;
	 margin-top: 40px;
}
 .refont .testimonial .divider-red{
	 width: 200px;
	 height: 4px;
	 background: #ED1A3B;
	 display: block;
}
 .refont .testimonial .divider-blue {
	 width: 200px;
	 height: 4px;
	 background: #3900DA;
	 display: block;
}
 .refont .theytrustus .logos .itens{
	 display: flex;
	 width: 1100px;
	 justify-content: center;
	 align-items: center;
	 align-content: center;
	 gap: 60px 47px;
	 flex-wrap: wrap;
}
 .refont .theytrustus .title-theytrustus{
	 width: 100%;
	 font-size: 48px;
	 margin-bottom: 60px;
	 text-align: center;
}
 .refont .theytrustus .title-theytrustus h2{
	 margin: 0;
}
 .refont .icon-text{
	 display: flex;
	 flex-wrap:no-wrap;
	 padding: 0 20px;
	 font-size: 18px;
}
 .refont .icon-text spam{
	 padding: 0 20px;
}
 .refont .calltoaction{
	 display: flex;
	 align-items: center;
	 flex-direction: column;
	 min-height: 290px;
	 background: url("img/bg-cta.png");
	 background:repeat-x top center;
	 background-image: image-set( url("../images/bg-call-to-action-1.jpg") 1x, url("../images/bg-call-to-action.jpg") 2x);
}
 .refont .calltoaction h2{
	 font-size: 24px;
	 margin: 110px 0 10px 0;
}
/* ================================================== */
/* refont 2023 end */
/* ================================================== */
/* ==================================================================================================== */
/* Progressive Enhancement CSS */
/* ==================================================================================================== */
/* Layout Starting @ 960px Wide */
/* ================================================== */
/* Base HTML */
/* ================================================== */
/* ==================================================================================================== */
/* Shared Classes */
/* ==================================================================================================== */
 .section {
	 padding: 0 10px;
}
/* ================================================== */
/* Responsive UI */
/* ================================================== */
 .checkboxes > label, .radios > label {
	 display: block;
	 padding-left: 20px;
	 position: relative;
}
 input[type=radio], input[type=checkbox] {
	 display:inline-block;
	 margin: 0 5px 0 0;
	 position: absolute;
	 left: 0px;
	 top: 5px;
	 visibility: visible;
}
 input[type=checkbox] + .checkbox {
	 display: none;
}
/* ==================================================================================================== */
/* jQuery UI Overwrites */
/* ==================================================================================================== */
/* ==================================================================================================== */
/* Site Icons */
/* ==================================================================================================== */
/* ================================================== */
/* Icons Placement */
/* ================================================== */
/* ==================================================================================================== */
/* Layout & Design */
/* ==================================================================================================== */
/* ================================================== */
/* Header */
/* ================================================== */
 .smallHeader #header .headerContent {
	 padding: 5px 10px;
	 width: 960px;
}
 .smallHeader #toggleMenu {
	 margin: 13px 0 0 0;
}
 #header {
	 width: 100%;
	 padding: 30px;
	 background: #000;
}
 .logoCarrus {
	 margin-left: 10px;
}
 #toggleMenu {
	 margin: 32px 10px 0 0;
}
/* ================================================== */
/* Home */
/* ================================================== */
 #content.home {
	 padding-top: 180px;
}
 .home .linkMDF {
	 margin-top: 160px;
}
 #products {
	 flex-direction: row;
	 flex-wrap: wrap;
	 max-width: 960px;
}
 .productBox {
	 flex: 1;
	 padding: 50px 10px;
}
 .productBox.appointment {
	 flex: 1 100%;
	 padding: 20px 40px;
	 text-align: left;
	 position: relative;
	 margin-top: 30px;
}
 .productBox.appointment strong {
	 margin-top: 5px;
}
 .productBox.appointment > span {
	 display: inline-flex;
	 margin: 20px 30px 0 0;
	 font-size: 16px;
	 font-weight: 500;
	 max-width: none;
}
 .productBox.appointment .cta {
	 margin: 20px 0 0 0;
	 line-height: 32px;
	 font-weight: 700;
	 font-size: 14px;
	 display: block;
	 width: fit-content;
}
 .productBox.appointment .cta::after {
	 height: 32px;
}
 .appointmentPic {
	 position: absolute;
	 right: 20px;
	 width: 240px;
	 bottom: 0;
	 margin: 0;
}
/* ================================================== */
/* Top */
/* ================================================== */
 #content .topContainer .section {
	 height: 500px;
	 padding-top: 200px;
}
/* ================================================== */
/* Tabs */
/* ================================================== */
 .tabs {
	 bottom: 0;
	 display: block;
	 position: absolute;
	 width: 680px;
}
 .tabs a {
	 background-color: #333;
	 color: #fff;
	 display: inline-block;
	 font: 400 14px/1.4em 'Roboto', sans-serif;
	 height: 50px;
	 margin-right: 6px;
	 padding: 15px 0;
	 text-align: center;
	 width: 120px;
	 vertical-align: bottom;
}
 .tabs a.mobile {
	 width:150px;
}
 .products .banner_cta {
	 bottom: 0;
	 position: absolute;
	 right: 15px;
}
 .products .banner_cta {
	 right: 25px;
}
/* ================================================== */
/* Content */
/* ================================================== */
 .home h1 {
	 margin: 0 auto 80px;
	 width: 930px 
}
 .mainContainer {
	 padding: 30px 0 80px;
}
 .section {
	 width: 1100px;
}
 .left {
	 margin-right: 20px;
	 width: 840px;
}
 .main {
	 width: 700px;
}
 .right {
	 width: 300px;
}
 .products .right {
	 width: 220px;
}
 .left > form, .main > form {
	 margin-left: 180px;
}
 .left > h4, .main > h4 {
	 margin-left: 180px;
}
 .blockListe > ul {
	 float: left;
	 font-size: 14px;
	 margin-right: 20px;
	 width: 210px;
}
 .quote {
	 margin: 60px 0 0;
}
 .banner_cta_container {
	 height: auto;
	 margin: 0 auto;
	 position: relative;
	 width: 960px;
	 z-index: 1;
}
 .reponsiveImgPos{
	 margin: 0;
	 width: 300px;
	 display: inline-block;
}
/* ================================================== */
/* Services */
/* ================================================== */
 .services .left {
	 margin-right: 40px;
	 width: 600px;
}
/* ================================================== */
/* Partners */
/* ================================================== */
 .main.partners, .partners .logos {
	 width: 100%;
}
 .main.partners h3 {
	 width: 700px;
}
/* ================================================== */
/* Solutions */
/* ================================================== */
 .solutions .left {
	 margin-right: 40px;
	 width: 600px;
}
 .solutions .left ul {
	 width: auto;
}
/* ================================================== */
/* News */
/* ================================================== */
 .news .main {
	 width: 770px;
}
 .news .main > ul {
	 margin-left: 168px;
	 width: auto;
}
 .news .main > h4, .news .main > p, .news .main > strong, .news .main > img, .news .main > form {
	 margin-left: 168px;
}
/* ================================================== */
/* Articles */
/* ================================================== */
 .articles .main > p, .articles .main > strong, .articles .main > h4, .articles .main > ol, .articles .main > ul, .articles .main > span {
	 margin-left: 168px;
}
 .articles .main > ul {
	 float: none;
	 width: auto;
}
 .articles .main > strong {
	 display: block;
}
/* ================================================== */
/* Contact */
/* ================================================== */
 .contact h2 {
	 width: auto;
}
 .contact .left {
	 float: left;
	 margin-right: 65px;
}
 .contact .right {
	 width: 300px;
}
 .contact form {
	 margin-bottom: 0;
}
/* ================================================== */
/* Footer */
/* ================================================== */
 #footer {
	 font-size: 12px;
}
 #footer a {
	 line-height: 1.4em;
}
 .links {
}
 form#newsletter {
}
 form#newsletter p{
	 margin: 10px 0;
}
 #footer address, #footer .email, #footer .phone {
	 margin: 0 100px 25px 0;
}
 #footer .email {
	 margin-right: 155px;
}
 #footer .phone {
	 margin-right: 0;
}
 