/* Codigo Politica Cookies */
#warning_EU_cookiemsg {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
}

.cookies {
    padding: 32px 0;
    background: rgba(113, 110, 111, 0.5);
    color: #fff;
}

.cookies .wrapper {
    position: relative;
}

html,
body {
    scroll-behavior: smooth;
}

/* .wrapper{
    max-width: 1600px;
    padding: 0 4.68%;
    padding-top: 0px;
    padding-right: 4.68%;
    padding-bottom: 0px;
    padding-left: 4.68%;
} */

.wrap,
.wrap-grid,
.wrap-section,
.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.cookies .text {
    width: 85%;
    font-size: 16px;
}

.cookies .button,
.cookies .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-bottom: 0;
}

.cookies .button {
    display: block;
    float: right;
}

.cookies .button button:focus {
    outline: 0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.text a:link {
    text-decoration: none;
}

.text a {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}

.text a:hover {
    color: #1d3125;
}

#warning_EU_close.btn {
    padding: 0;
    transform: translateZ(0);
    margin-top: 0px;
}

.btn-txt-light {
    color: #333;
    background: transparent;
}

#btn-fechar {
    color: #000;
}

#btn-fechar:hover {
    color: #fff;
    background: #000;
}

.mask img {
    height: 29px;
}

#politicacookies .modal-body {
    padding: 15px;
}

#politicacookies {
    color: #000;
}

@media (max-width: 767px) {
    .mask img {
        height: 20px;
    }

    .cookies .text,
    #Politica p {
        font-size: 12px;
    }

    #PoliticaLabel {
        font-size: 20px;
    }
}

body {
    font-family: "Edenred", sans-serif;
    background-color: #fff;
}

@media (min-width: 1400px) {
    .container.container-large {
        max-width: 1420px;
    }
}

@font-face {
    font-family: "Edenred";
    src: url("/fonts/Edenred-3DAS-Regular.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Edenred";
    src: url("/fonts/EdenredMedium-3DAS-Regular.ttf") format("truetype");
    font-weight: 500;
}

label.error {
    position: relative;
    top: 15px;
    color: #ed1d41;
}

#trems-erro {
    color: #ed1d41;
}

#Politica .modal-dialog {
    max-width: 1149px;
    max-height: 700px;
}

#Politica.modal {
    z-index: 100000000000000000000000000000000000;
}

#Politica .modal-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #162e4b;
    text-transform: uppercase;
}

.logo {
    max-width: 340px;
    width: 100%;
    margin-left: -175px;
}

.title {
    font-size: 35px;
    color: #000;
    text-align: center;
}

/* lp content */

#section-0 {
    min-height: 800px;
    position: relative;
}

#section-0 .container {
    z-index: 2;
    position: relative;
}

.header-slick {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.header-slick .slick-list {
    height: 100%;
}

.header-slick > div {
    background-position: center;
    background-size: cover;
    height: 100%;
}

.header-slick .slick-slide {
    background-size: cover;
    background-position: center;
}

.slick-track {
    height: 100%;
}

.slide01 {
    background-image: url(../img/headerSlide1.jpg);
}
.slide02 {
    background-image: url(../img/headerSlide2.jpg);
}
.slide03 {
    background-image: url(../img/headerSlide3.jpg);
}

h1.title {
    max-width: 595px;
    font-size: 45px;
    color: #fff;
    margin: 80px 0 50px;
    font-weight: 500;
    text-align: left;
}

.subtitle {
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    font-family: "Ubuntu";
    padding-left: 75px;
    position: relative;
}

#section-0 .subtitle:before {
    content: "";
    background-color: #d0ccff;
    position: absolute;
    width: 70px;
    height: 20px;
    border-radius: 50px;
    left: -35px;
    top: 5px;
}

#formfix {
    margin-top: 80px;
    padding: 30px 50px 45px;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: rgba(241, 247, 255, 0.85);
    position: relative;
}

#formfix:before {
    content: "";
    background-image: url(../img/edenredCard.png);
    background-repeat: no-repeat;
    background-size: contain;
        width: 165px;
    height: 155px;
    position: absolute;
    top: -40px;
    left: -20px;
    border-radius: 6px;
}

.form-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.31;
    text-align: center;
    color: #000;
    margin: 0 auto 20px;
    text-transform: uppercase;
    max-width: 400px;
}

#contactform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.input-container {
    width: calc(50% - 10px);
    margin-bottom: 30px;
}

#contactform input, select {
    border-radius: 5px;
    border: solid 1px #d5d8dd;
    background-color: #fff;
    padding: 13px 15px 13px 50px;
    font-size: 16px;
    line-height: 20px;
    background-position: 6px 4px;
    background-repeat: no-repeat;
    background-size: 40px;
    color: #6c757d;
}

#tip_client {
    padding: 10px 10px 12px 50px;
    color: #6c757d;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label::before,
input[type="checkbox"]:checked + label::before {
    content: "";
    visibility: visible;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #0d8aff;
    border-radius: 2px;
    left: -30px;
    top: -3px;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
}

input[type="checkbox"]:not(:checked) + label::after,
input[type="checkbox"]:checked + label::after {
    content: "\2713";
    color: #0d8aff;
    font-weight: 900;
    font-size: 14px;
    visibility: visible;
    position: absolute;
    width: 14px;
    height: 14px;
    left: -25px;
    top: 0px;
    line-height: 1;
    transition: all 0.2s;
    border-radius: 4px;
}

input[type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}

input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}

.terms {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 20px;
}

.terms label {
    font-size: 13px;
    line-height: 1.3;
}

.terms label.ps {
    font-size: 10px;
}

.form-sub-btn {
    margin: 10px auto 0;
    font-size: 22px;
    padding: 14px 70px 16px;
    border-radius: 30px;
    background-color: #f72717;
    color: #fff;
    border: 0;
    transition: 0.3s;
}

.form-sub-btn:hover {
    padding: 14px 85px 16px;
    background-color: #f72717;
    color: #fff;
}

#contactform input#nume,
#contactform input#prenume {
    background-image: url(../img/icon_formName.svg);
}
#contactform input#telefon {
    background-image: url(../img/icon_formTelephone.svg);
}
#contactform input#email {
    background-image: url(../img/icon_formEmail.svg);
}
#contactform input#numele-companiei {
    background-image: url(../img/icon_formCompany.svg);
}
#contactform select#tip_client {
    background-image: url(../img/icon_formCompany.svg);
}
#contactform input#cod-fiscal {
    background-image: url(../img/icon_formCode.svg);
}

.bottom-text {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 10px;
    color: #fff;
}

#section-0 .container,
#section-0 .container .row {
    min-height: 800px;
}

#section-0 .container .row > div:first-child {
    flex-direction: column;
    display: flex;
    padding-bottom: 15px;
}

/* section 1 */

#section-1 {
    padding: 100px 0 150px;
}

#section-1 .title {
    margin-bottom: 100px;
}

#section-1 .container-fluid,
#section-1 .container-fluid {
    padding: 0;
}

/* section 2 */

#section-2 .right {
    background-color: #f1f7ff;
    border-radius: 1200px 0 0 1200px;
    z-index: 1;
}

#section-2 .left {
    z-index: 2;
}

#section-2 .title {
    text-align: left;
    line-height: 1.3;
    margin-bottom: 50px;
}

.line img {
    width: 45px;
    margin-right: 40px;
}

.line {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}

.right-container {
    max-width: 595px;
    margin-right: auto;
    margin-left: 120px;
}

.line .text {
    font-size: 20px;
}

#section-2 .left {
    padding: 120px 0;
}

#section-2 .left-container {
    height: 100%;
    border-radius: 0 500px 500px 0;
    overflow: hidden;
}

#section-2 .slick-list {
    height: inherit;
}

#section-2 .slick-slide {
    background-size: cover;
    background-position: center right;
}

.img01 {
    background-image: url(../img/advantagesSlide1.jpg);
}

.img02 {
    background-image: url(../img/advantagesSlide2.jpg);
}

/* section 3 */

#section-3 {
    padding: 100px 0 20px;
}

#section-3 .title {
    margin-bottom: 80px;
}

#section-3 .row > div {
    text-align: center;
    margin-bottom: 100px;
}

#section-3 .row img {
    margin-bottom: 40px;
}

#section-3 .text {
    font-size: 20px;
}

#section-4 {
    background: linear-gradient(0deg, #f6f7f9 50%, #fff 50%);
}

#section-4 .container-fluid {
    padding: 75px 0px 75px 40px;
    background-color: #f72717;
    border-radius: 200px 0 0 200px;
}

#section-4 .row {
    max-width: 1420px;
    margin: 0 auto;
}

#section-4 img {
    height: 160px;
}

#section-4 .title {
    color: #fff;
}

#section-4 .row > div {
    display: flex;
    align-items: center;
}

#section-4 button {
    border: 0;
    padding: 20px 60px;
    border-radius: 60px;
    font-size: 35px;
    color: #f72717;
    transition: 0.3s;
}

#section-4 button:hover {
    padding: 20px 75px;
}

#section-4 .col-btn {
    justify-content: center;
}

/*  */

.partners-slick .slick-slide img {
    display: block;
    margin: 0 15px;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    #formfix:before {
        left: -65px;
    }
}

@media (max-width: 1200px) {
    #formfix {
        margin: 60px auto -400px;
        max-width: 600px;
    }

    #section-0 {
        margin-bottom: 400px;
    }
}

@media (min-width: 1200px) {
    #section-2 .right {
        width: calc(50% + 600px);
        padding: 80px 0 100px 600px;
        margin-left: -600px;
    }
}

@media (max-width: 991px){
    .logo {
        max-width: 170px;
        width: 100%;
        margin-left: -50px;
    }
    
    h1.title {
        max-width: 608px;
        font-size: 40px;
        margin: 30px auto 50px;
    }
    .subtitle {
        padding-left: 65px;
        position: relative;
        max-width: 564px;
        line-height: 40px;
        font-weight: 300;
        margin: 0 auto;
    }
    
    .bottom-text {
        display: none;
    }
    
    .header-slick .slick-slide {
        background-position: -300px center;
        position: absolute;
        height: 750px;
        width: 100%;
        z-index: 1;
    }
    
    #formfix {
        margin: 0px auto -400px;
        max-width: 608px;
        padding: 25px 30px 40px;
    }
    
    #formfix:before {
        top: -50px;
        left: -60px;
    }
    
    #section-1 {
        padding: 30px 0 110px;
    }
    
    #section-2 .left {
        padding: 0;
    }
    
    #section-2 .left-container {
        height: 333px;
        border-radius: 500px 0 0 500px;
        overflow: hidden;
        max-width: 372px;
        margin-left: auto;
        margin-bottom: -270px;
    }
    
    #section-2 .right {
        background-color: #f1f7ff;
        border-radius: 200px 0;
        z-index: 1;
    }
    
    #section-2 .title {
        text-align: left;
        line-height: 1.3;
        margin-bottom: 86px;
        padding-top: 133px;
        font-size: 30px;
        max-width: 292px;
    }
    
    .right-container {
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .line .text {
        font-size: 18px;
    }
    
    #section-3 .text {
        font-size: 18px;
        max-width: 278px;
        margin: 0 auto;
    }
    
    .title {
        font-size: 30px;
    }
    
    #section-4 .container-fluid {
        padding: 50px 0px 50px 70px;
        background-color: #f72717;
        border-radius: 200px 0 0 200px;
    }
    
    #section-4 .title {
        font-size: 26px;
    }
    
    #section-4 button {
        padding: 15px 50px;
        font-size: 30px;
    }
    #section-4 img {
        height: 200px;
        margin-top: -77px;
    }
    
}

@media (max-width: 767px){
    .logo {
        max-width: 200px;
        width: 100%;
        margin-left: -90px;
        margin-top: -10px;
    }
    
    h1.title {
        max-width: 320px;
        font-size: 28px;
        margin: 10px auto 20px;
        font-weight: 400;
    }
    
    .subtitle {
        padding-left: 55px;
        position: relative;
        max-width: 330px;
        line-height: 30px;
        font-weight: 300;
        margin: 0 auto;
        font-size: 20px;
    }
    
    #section-0 .subtitle:before {
        content: "";
        background-color: #d0ccff;
        position: absolute;
        width: 35px;
        height: 10px;
        border-radius: 50px;
        left: 0px;
        top: 10px;
    }
    
    .form-title {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.31;
        text-align: center;
        color: #000;
        margin: 0 0 20px auto;
        text-transform: uppercase;
        max-width: 200px;
    }
   
    #formfix:before {
        content: "";
        background-image: url(../img/edenredCard.png);
        background-size: contain;
        width: 115px;
        height: 110px;
        position: absolute;
        border-radius: 6px;
        top: -35px;
        left: -30px;
    }
    
    #formfix {
        margin: 30px auto -400px;
        max-width: 320px;
        padding: 20px 15px 40px;
    }
    
    #contactform {
        display: block;
    }
    
    .input-container {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .terms label {
        font-size: 11px;
        line-height: 1.3;
    }
    
    .header-slick {
        height: 550px;
    }
    
    .form-sub-btn {
        margin: 0px auto;
        font-size: 20px;
        padding: 12px 76px 12px;
    }
    
    #section-1 .title {
        font-size: 22px;
        max-width: 320px;
        margin: 0 auto 50px;
    }
    
    .logo-slider img {
        display: block;
        max-width: 84px;
        margin: 0 18px;
    }
    
    #section-2 .left-container {
        height: 238px;
        border-radius: 0 900px 900px 0;
        overflow: hidden;
        max-width: 265px;
        margin-left: 0;
        margin-bottom: -119px;
    }
    
    #section-2 .right {
        background-color: #f1f7ff;
        border-radius: 0px 150px 0px 75px;
        z-index: 1;
    }
    
    #section-2 .title {
        text-align: center;
        line-height: 1.3;
        padding-top: 149px;
        font-size: 22px;
        max-width: 300px;
        margin: 0 auto 50px;
    }
    
    #section-3 {
        padding: 80px 0 40px;
    }
    
    #section-3 .title {
        margin-bottom: 50px;
        font-size: 22px;
    }
    
    #section-3 .row img {
        margin-bottom: 20px;
        max-width: 44px;
    }
    
    #section-3 .text {
        font-size: 16px;
        max-width: 156px;
        margin: 0 auto;
    }
    
    #section-4 .container-fluid {
        padding: 110px 0px 70px 0px;
        background-color: #f72717;
        border-radius: 300px 300px 0 0;
    }
    
    #section-4 img {
        height: 160px;
        margin: -190px auto 30px;
    }
    
    #section-4 .title {
        font-size: 22px;
        margin: 0 auto 20px;
    }
    
    #section-4 button {
        padding: 12px 37px;
        font-size: 20px;
    }
    
    .line img {
        width: 45px;
        margin: 0 auto 30px;
    }
    
    .line .text {
        font-size: 16px;
        max-width: 154px;
        margin: 0 20px;
        text-align: center;
    }
    
    .slick-dots {
        display: flex;
        justify-content: space-evenly;
        max-width: 215px;
        margin: -20px auto 50px;
    }
    .slick-dots li {
        list-style-type: none;
    }
    
    .slick-dots li button {
        font-size: 0;
        border: none;
        background-color: rgba(0, 161, 132, 0.5);
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }
    
    .slick-dots li.slick-active button {
        background-color: #00A184;
        width: 35px;
        transition: all 0.4s;
        border-radius: 25px;
    }
    
}



