@import "fonts.css";
@import "pignosePopup.css";

:root {
    --primary-color: #042d29;
    --secondary-color: #ffffff;
    --terciary-color: #b18058;
    --quartiary-color: #b18058;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
font,
img,
ul,
li,
header,
nav,
section,
article,
aside,
footer {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
}

body, html {
    overflow-x: hidden;
    font-size: 14px;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'nexa-light', serif;

}




/* TOGGLE */
.toogle-item {

    display: none;
    cursor: pointer;
}

svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.active svg {
    transform: rotate(90deg);
}
path {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
path:nth-child(1) {
    transform-origin: 36% 40%;
}
path:nth-child(2) {
    stroke-dasharray: 29 299;
}
path:nth-child(3) {
    transform-origin: 35% 63%;
}
path:nth-child(4) {
    stroke-dasharray: 29 299;
}
path:nth-child(5) {
    transform-origin: 61% 52%;
}
path:nth-child(6) {
    transform-origin: 62% 52%;
}
.active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}
.active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}
.active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}
.active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}





.headerMenu{
    position: absolute;
    width: 100%;
    top: 0;

}
.homeBanner{
    background-image: url(../img/banner-header-chiaradia-pallets.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;

}


.headerInfos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--secondary-color);
    height: 70px;
    margin: 0 10%;
}

.homeBannerEnterprise .headerInfos-enterprise{
    display: flex;
    color: var(--secondary-color);
}

.headerInfos-enterprise {
    background-color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    height: 70px;
    padding: 0 10%;
    align-items: center;

}


 .headerInfos .box a{
    color: var(--secondary-color);
}


.headerInfos .box-one
{
    display: flex;
    justify-content: space-between;
    height: 70px;
    padding: 0 10%;
    align-items: center;
}


.homeBanner  .headerInfos .box-one,
.homeBanner  .headerInfos .box-one .box-one,
.homeBannerEnterprise .headerInfos-enterprise .box-one{
    display:  inline-flex;
    flex-direction: row;
    height: 30px;
    align-items: center;
    justify-content: space-around;
}

.icon-header {
    margin-right: 15px;
}

.box-three{
    display: flex;
}

.box-three a {
    margin: 0 15px;
}

.menu .nav-item{
    padding: 10px 20px;
    cursor: pointer;
}
.menu .nav-item a{
    font-family: 'nexa-light', serif;
    text-transform: uppercase;
    color: #042d29;
    font-weight: bold;
    font-size: 1.2rem;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.menu  .navbar-brand img {
    max-width: 250px;
}

.navbar-expand-lg .navbar-collapse{
    background-color: #ffffff;

}

.navbar-expand-lg .navbar-nav {
    display: flex;
    align-content: space-around;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex: 0.7;
    padding: 14px 0;

}


.navbar-expand-lg {
    padding: 0;
}

.lineOne{
    content: " ";
    display: block;
    height: 30px;
    width: 2px;
    background: #042d29;
    margin-right: 10px;
    right: 68%;
}

.info-name {
    position: absolute;
    top: 60%;
    margin: 0 10%;
}

.info-name h1{
    color: white;
    text-transform: uppercase;
    font-size: 3rem;
}

.info-name a{
    background-color: #b18058;
    color: white;
    font-family: nexa-light, serif;
    font-size: 1.5rem;
    padding: 15px 50px;
    text-decoration: none;
}


#navbarNav.show {
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}


#navbarNav.show .nav-item {
    width: 100%;
    padding: 15px 0;
}
#navbarNav.show .lineOne{
    display: none;
}

.lineHome {
    content: " ";
    display: block;
    height: 2px;
    background: #f0e9df;
    width: 90%;
    margin: 3% auto 30px;
}



.servicesHome{
    width: 90%;
    margin: 0 auto;
}

.servicesHome .serviceBackground{
    background-color: #f0e9df;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;

}
.servicesHome .serviceBackground img{
    max-height: 200px;
}
.servicesHome .serviceBackground h2{
    font-family: nexa-light, serif;
    color: #042d29;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 50px;
    padding-left: 50px;

}

.servicesHome .serviceBackground span{
    font-family: 'nexa-bold', serif;
}



.about {
    margin-top: 3%;
    width: 100%;
    position: relative;
}

.about img {
    max-width: 100%;
}


.about .boxOne{
    background-color: #f0e9df;
    position: absolute;
    width: 40%;
    top: 20%;
    left: 45%;

}

.about .boxOne .textInfo, .textInfoEnterprise{
    padding: 50px;
}

.about .boxOne h2, .textInfoEnterprise h2 {
    font-family: nexa-light, serif;
    color: #042d29;
    margin-bottom: 20px;

}

.about .boxOne p, .textInfoEnterprise p {
    font-family: nexa-light, serif;
    color: #042d29;
    font-size: 16px;
    text-align: justify;

}


.about .boxOne h2:after{
    content: " ";
    height: 2px;
    width: 60%;
    background: #042d29;
    display: block;
    position: absolute;
    top: 18%;
    right: 9%;

}

.about .buttons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.about .buttons button{
    width: 50%;
    height: 60px;
    font-family: nexa-light, serif;
    color:  #042d29;
    background-color: #f0e9df;
    text-transform: uppercase;
    border: none;




}

.about .buttons button:hover{
    transition: all 500ms;
    background-color: #042d29;
    color: white;

}

.about .buttons button:hover img{
    transition: all 500ms;
    filter: brightness(0) invert(1);
}


.about .buttons button i{
    max-width: 30px;
    max-height: 32px;
    margin-right: 15px;
}

.about button img {
    max-width: 30px;
    max-height: 32px;
    margin-right: 15px;
}




.noPaddainTheMargin{
    margin: 0!important;
    padding: 0!important;
}




.svgHover:hover {
    filter: hue-rotate(90deg);
    transition: all 500ms;
    background-color: transparent;
    color: white;
}

.backgroundColorOne{
    background-color: #f0e9df;
    display: flex;



}

.backgroundColorOne .boxImg{
    position: relative;
    width: 50%;

}
.backgroundColorOne .boxImg img{
    max-height: 500px;
    padding-top: 10%;
    display: block;
    float: right;


}


.about .boxTwo {
    padding:10%;
}


.about .boxTwo h2 {
    font-family: nexa-light, serif;
    color: #042d29;
    margin-bottom: 20px;

}

.about .boxTwo p {
    font-family: nexa-light, serif;
    color: #042d29;
    font-size: 1.4rem;
    text-align: justify;

}

.about .boxTwo h2:after {
    content: " ";
    height: 2px;
    width: 31%;
    background: #042d29;
    display: block;
    position: absolute;
    margin-top: -3%;
    left: 14%;
}

.stepperContainer{
    padding: 1%;
    margin-top: 4%;
    margin-left: 10%;
    margin-right: 10%;
    width: 50%;

}

.stepper {
    font-family: nexa-light, serif;
}

.stepper .line {
    width: 2px;
    background-color: #042d29 !important;
}
.stepper .lead {
    font-size: 1.1rem;
}

.about .bg-primary{
    background-color:#042d29 !important; ;
}

.buttonCircle{
    width: 50px;
    height: 50px;
    border-radius: 50%;

    border-right: 50px;
    text-align: center;
    padding: 12px;
    font-size: 1.4rem;
    background-color: var(--primary-color);
}

.about .textOne{
    padding-left: 50px;
}

.about .stepperContainer h5 {
    font-family: nexa-light, serif;
    font-weight: bold;
    color:#042d29 ;
}

.about .stepperContainer  h2 {
    font-family: nexa-light, serif;
    font-weight: bold;
    color:#042d29 ;
    padding-bottom: 6%;

}

.logisticsContainer{
    padding: 7%;
    background-image: url("../img/background-logistica.png");
    width: 100%;
    height: 394px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.logisticsContainer h2{
    font-family: nexa-light, serif;
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.logisticsContainer p{
    color: white;
    width: 60%;
    padding-top: 10px;
}


.addressContainer{
    width: 100%;
    height: 90px;
    background-color: #ad8257;
    padding: 1% 0;
}

.addressContainer a {
    font-family: nexa-light, serif;
    color: white;
    font-size: 18px;
    text-decoration: none;
    display: flex;
}



.addressContainer a i {
    font-size: 40px;
    margin-right: 20px;
}

.addressContainer .fontSize a {
    font-size: 16px;
    padding-bottom: 2%;
}

.addressContainer .fontSize i {
    font-size: 25px;
}

.addressContainer .icons {

display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
}

.addressContainer .icons a i {
    margin-right: 30px;
}


.addressContainer .icons a i {
    font-size: 30px;
}

.address{
    display: flex;
    justify-content: space-between;
}

.footer{
    background-color: #042d29;
    position: relative;
    padding: 5% 0;
}


.footer .branch{
    padding: 10px 0;

}
.footer .branch h2{
    color: white;
    font-family: nexa-light, serif;
    font-weight: bold;
    text-transform: uppercase;



}
.footer .branch h2:before {
    content: " ";
    display: block;
    height: 4px;
    width: 130px;
    position: absolute;
    background: #0d3c36;
    padding-top: unset;
    margin-top: 40px;
}

.footer .branch ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .branch ul a {
    color: white;
    text-decoration: none;
    line-height: 2;
}

.footer .branch ul  span {
    display: block;
    text-transform: uppercase;
    color: #ad8257;
    font-weight: bold;
    padding: 10px 0;
}

.links-footer{
    border-bottom: 1px solid #0d3c36;
    padding-bottom: 2%;
}

.links-localization{
    font-size: 1rem;
}


.footer .imgContainer{
    width: 20%;
}

.footer img{
    max-height: 300px;
    display: block;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 40px;


}

.rights {
    width: 100%;
    background-color:#0d3c36 ;
    padding: 20px 0;
}

.rights p{
    padding: 10px 5px;
    font-family: nexa-light, serif;
    font-size: 14px;
    color: white;
    text-align: center;

}

.rights p span{
   text-transform: uppercase;
    color: var(--quartiary-color);

}


.rights a {
    color: white;
    display: block;
    text-align: right;

}

.rights a img {

width: 80px;
margin-right: 12px;
}

    /* PAGINA EMPRESA */
.title{
    background-color: var(--primary-color);
    color: var(--secondary-color);
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 151px;

}

.title h1 {
    font-size: 3rem;
}

.textInfoEnterprise{
    background-color: #f0e9df;
    position: absolute;
    width: 50%;
    top: 82%;
    left: 5%;
    padding:100px 50px;
}

.links-footer i{
    color: #fff;
    margin-right: 5px;
}

.textInfoEnterprise p, .textInfoTwo p {
    font-size: 1.2rem;
}

.textInfoEnterprise h2:after {
    content: " ";
    height: 2px;
    width: 60%;
    background: #042d29;
    display: block;
    position: absolute;
    top: 26%;
    right: 9%;
}

.textInfoTwo{
    background-color: var(--primary-color);
    color: var(--secondary-color);
    position: absolute;
    width: 25%;
    top: 88.5%;
    left: 55%;
    padding:100px 50px;
}

.enterpriseAbout {
    margin-top: 5%;
    padding: 0 15%;
    position: unset;
}

.enterpriseAbout p {
    font-size: 1.2rem;
    color: var(--primary-color);

}

.cards-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    margin-top: 10%;
}

.card {
    background-color: #F0E9DF;
    border: none;
    border-radius: 0px !important;
    padding: 20px;
    width: 350px;
    height: 500px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-icon {
    margin-bottom: 15px;
}

.card-icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);

}

.card h3 {
    color: #084c41;
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 15px;
    text-align: left;
    padding-left: 15px;
}

.card h3:before {
    width: 75px;
    height: 2px;
    background-color: var(--primary-color);
}
.card p {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    padding-left: 15px;
    color: var(--primary-color);
    font-size: 1.1rem;
}

.card ul {

    line-height: 1.1rem;
    padding-left: 15px;
    font-size: 1.1rem;
}

.card ul li {

    padding-bottom: 20px;
}



.card-icon i {
    background-color: #042d29;
    color: var(--secondary-color);
    border-radius: 50%;
    position: absolute;
    top: -14%;
    left: 10%;
    width: 100px;
    text-align: center;
    height: 100px;
    padding: 30px;
}


.servicesByTeam  {
    position: relative;

}
.servicesByTeam .imgWatermark {
    max-height: 700px;
    display: block;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: -1;
}


.servicesByTeamContainer{
    margin-top: 5%;
    width:70%;
    padding: 0 10%;


}




.servicesByTeam h2 {
    color: var(--primary-color);
    font-family: nexa-light, serif;
    font-weight: bold;
    text-transform: uppercase;

}

.servicesByTeam .flag {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    width: 430px;
    padding: 10px 15px;
    font-size:14px;
    font-weight:lighter;
    margin: 1% 0;

}

.servicesByTeam p {
    font-family: nexa-light, serif;
    font-size: 14px;
    color:  var(--primary-color);
    line-height: 2;
}


.servicesContainer {
    margin-top: 5%;
    padding: 0 10%;
}

.servicesBackground{
    background-color: #f0e9df;
    margin-bottom: 4%;
    display: flex
}

.servicesContainer .textOne {
    width: 50%;
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;

}

.servicesContainer .imgService{
    width: 50%;
}

.servicesContainer .imgService img {
    width: 100%;
}


.servicesContainer .textOne h2{
    font-family: nexa-bold, serif;
    padding-bottom: 6%;
    color: var(--primary-color);
}

.servicesContainer .textOne p{
    font-family: nexa-light, serif;
    font-size: 16px;
    color: var(--primary-color);
}

.marginBotoomService{
    margin-bottom: 4%;
}


.activeMenu {
    background-color: var(--primary-color);
    color: #ffffff;

}



.activeMenu a{
    color: #ffffff !important;
}


.nav-item:hover{
    background-color: var(--primary-color);
  transition: background-color 0.3s ease;
}

.nav-item:hover a{
    color: #ffffff !important;
}
.backgroundHeader {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.clearAll{
    clear: both;
    position: inherit;
}

.logoNav{
    max-width:250px
}


.formContainer {
    padding:4% 0;
    font-family: nexa-light, serif;
}



.formContainer input {
    margin: 10px 0;
    height: 45px;
    border-radius: 0px;
    border-color: var(--primary-color);
    padding: 10px;


}

.formContainer select {
    margin: 10px 0;
    height: 45px;
    border-radius: 0;
    border-color: var(--primary-color);
}

.formContainer textarea {

    margin: 10px 0;
    border-radius: 0px;
    border-color: var(--primary-color);
    resize: none;
}

.formContainer a{
    font-weight: bold;
    display: inline-block;
    color: #000000;
    width: 100%;
    text-decoration: none;
    font-size: 14px ;
    padding: 20px 0;

}

.formContainer a i {
    border: 1px solid var(--primary-color);
    /* min-height: 45px; */
    padding: 19px;
    text-align: center;
    margin-right: 10px;
    color: white;
    font-size: 30px;
    background-color: var(--primary-color);
    width: 70px;
    height: 70px;
}

.formContainer .buttonP1{
    font-family: nexa-bold, serif;
    background-color: var(--primary-color);
    color: white;
    display: block;
    padding: 10px 40px;
    border-radius: 0;
}

.formContainer .buttonP1 i{
    margin-right: 10px;
}




.activeButton {
    transition: all 500ms;
    background-color: #042d29 !important;
    color: white !important;

}


.form-control:focus {

     border-color: #000000 !important;
     box-shadow: none;
}


.videoContainer {
    width: 100%;
}

.unit {
    margin: 5% 0;
}

.unit h3{
    margin-bottom: 2%;
    background-color: var(--primary-color);
    color: white;
    padding: 1%;
    width: 180px;
    text-align: left;
}

.unit .videoContainer {
    width: 90%;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
}

.container-ombudsman{
    width: 100%;
    padding: 40px 20px;
    /*//background: linear-gradient(90deg, #0b0b0b, #2b2b2b);*/
    color: #fff;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    background-color: #111111;
}

.container-ombudsman-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left h1 {
    font-size: 32px;
    margin: 0 0 10px;
    font-weight: bold;
}

.left p {
    font-size: 16px;
    color: #ccc;
    margin: 0;
}

.btn-email {
    background: var(--terciary-color);
    color: #fff;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
}

.btn-email:hover {
    opacity: 0.85;
}

.footer-contact-extra{
    text-transform: uppercase;
    margin-top: 1rem;
    font-weight: bold;
}