html,
body,
* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    /*    font-family: 'Open Sans Condensed', sans-serif;*/
    font-size: 16px;
}

.menuContainer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 15px;
    height: 132px;
    background: rgba(255, 255, 255, 1);
    z-index: 100;
}

.menuContainer ul {
    list-style: none;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

.menuContainer ul li img {
    max-width: 201px;
    width: 100%;
}

.menuContainer ul li span {
    font-size: 3.9375rem;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
}


/*Header*/

.headerKio {
    margin-top: 8.25rem;
    padding-top: 7.6875rem;
    padding-bottom: 4.5rem;
    background: url(../images/kio_HeaderBackground.jpg) top center no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.headerLogoContainer {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    z-index: 10;
}

.headerLogoContainer img {
    max-width: 726px;
    width: 100%;
}

.headerLogoContainer h1 {
    font-size: 4vw;
    line-height: 4.5vw;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-left: 1.6875rem;
    color: rgba(0, 10, 60, 1);
    text-align: left;
    text-transform: uppercase;
}

.headerKio .descriptionContainer {
    margin-top: 7.0625rem;
    align-items: flex-end;
}

.headerKio .descriptionContainer .imageContainer {
    text-align: right;
    white-space: nowrap;
}

.headerKio .descriptionContainer .imageContainer img {
    max-width: 164px;
    width: 100%;
}

.carouselHeader {
    width: 74px;
    height: 74px;
    text-align: center;
    float: right;
}

.carouselHeader img {
    width: 74px;
}

.headerKio .descriptionContainer p {
    font-size: 1.5625rem;
}

.headerKio .descriptionContainer p strong {
    font-size: 1.5625rem;
}

.logoSliderContainer {
    position: relative;
}

.logoSliderContainer .logoContainer {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.logoSliderContainer .logoContainer img {
    position: relative;
    top: -2rem;
    max-width: 310px;
    width: 100%;
}

.carouselHeaderContainer {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: flex-end;
}

.carouselHeaderContainer .carouselTools {
    text-align: center;
    width: 400px;
    height: auto;
}

.carouselHeaderContainer .carouselTools img {
    max-width: 400px;
    width: 100%;
}


/*Header*/


/*Experience*/

.experienceRow {
    background: rgba(229, 228, 224, 1);
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.experienceRow h2 {
    color: rgba(0, 30, 218, 1);
    font-size: 3.25rem;
    line-height: 3rem;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Open Sans Condensed', sans-serif;
}


/*Experience*/


/*Sector Carousel*/

.sectorCarousel .slick-slider {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 0;
}

.sectorCarousel .slick-dots {
    width: calc(100% - 15px);
    bottom: 1.5rem;
}

.sectorCarousel .slick-dots li button:before {
    font-size: 1.25rem;
}

.sectorCarousel .slick-dots li button:before {
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.sectorCarousel .slick-dots li.slick-active button:before {
    color: rgba(0, 30, 218, 1);
    opacity: 1;
}

.sectorCarousel .slick-slider .slick-track,
.sectorCarousel .slick-slider .slick-list {
    position: relative;
    left: -12px;
    width: calc(100% + 26px);
    overflow-x: hidden;
}


/*Food slide*/

.foodSlide .titleIndustry.foodIndustry {
    background: rgba(255, 7, 86, 1);
    text-align: left;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.foodSlide .titleIndustry.foodIndustry h2 {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 2.75vw;
    font-family: 'Open Sans Condensed', sans-serif;
}

.foodSlide .imageContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65vh;
    background: rgba(0, 10, 60, 1);
}

.foodSlide .imageContainer img {
    max-width: 424px;
    width: 120%;
    position: relative;
    left: 20% !important;
    top: 10% !important;
}

.foodSlide .descriptionContainer .titlesDescription {
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding-top: 2vh;
    padding-bottom: 2vh;
}

.foodSlide .descriptionContainer .titlesDescription h2 {
    font-size: 4vw;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0, 10, 60, 1);
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 3.1875rem;
}

.foodSlide .descriptionContainer .titlesDescription h3 {
    font-size: 2.4vw;
    font-weight: 600;
    color: rgba(0, 10, 60, 1);
    font-family: 'Open Sans Condensed', sans-serif;
}

.foodSlide .descriptionContainer .textDescription {
    height: 45vh;
    background: rgba(231, 231, 231, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

.foodSlide .descriptionContainer .textDescription p {
    font-size: 1.5625rem;
    line-height: 2rem;
    color: rgba(35, 31, 31, 1);
}

.foodSlide .descriptionContainer .textDescription p strong {
    font-size: 1.5625rem;
}

.foodSlide .industryIcon {
    display: flex;
    align-items: center;
    height: 85vh;
    background: rgba(0, 10, 60, 1);
    justify-content: center;
}

.foodSlide .industryIcon img {
    max-width: 184px;
    width: 100%;
}


/*Food slide*/


/*Healt slide*/

.healthSlide .titleIndustry.healthIndustry {
    background: rgba(90, 206, 201, 1);
    text-align: left;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.healthSlide .titleIndustry.healthIndustry h2 {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 2.75vw;
    font-family: 'Open Sans Condensed', sans-serif;
}

.healthSlide .imageContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55vh;
    background: rgba(0, 10, 60, 1);
}

.healthSlide .imageContainer img {
    max-width: 130px;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.healthSlide .healthTitle {
    height: 38vh;
    display: flex;
    align-items: flex-end;
}

.healthSlide .healthTitle h2 {
    font-size: 3.5vw;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0, 10, 60, 1);
    font-family: 'Open Sans Condensed', sans-serif;
}

.healthSlide .healthDescription {
    background: rgba(231, 231, 231, 1);
    height: 47vh;
    padding-top: 2vh;
}

.healthSlide .healthDescription h3 {
    font-size: 2vw;
    font-weight: 600;
    color: rgba(0, 10, 60, 1);
    font-family: 'Open Sans Condensed', sans-serif;
}

.healthSlide .healthParagraph {
    height: 85vh;
    display: flex;
    align-items: center;
    background: linear-gradient( 90deg, rgba(90, 206, 201, 1) 80%, rgba(0, 10, 60, 1) 20%);
}

.healthSlide .healthParagraph p {
    font-size: 1.25vw;
    line-height: 1.6vw;
    color: rgba(35, 31, 31, 1);
}

.healthSlide .healthParagraph .imageContainer {
    text-align: center;
    background: transparent;
}

.healthSlide .healthParagraph .imageContainer img {
    max-width: 213px;
    width: 90%;
}


/*Healt slide*/


/*Automotive slide*/

.automotiveSlide .titleIndustry.automotiveIndustry {
    background: rgba(255, 201, 0, 1);
    text-align: left;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.automotiveSlide .titleIndustry.automotiveIndustry h2 {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 2.75vw;
    font-family: 'Open Sans Condensed', sans-serif;
}

.automotiveSlide .imageContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65vh;
    background: rgba(0, 10, 60, 1);
}

.automotiveSlide .imageContainer img {
    max-width: 130px;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.automotiveSlide .automotiveImage {
    background: linear-gradient( 0deg, rgba(231, 231, 231, 1) 50%, rgba(255, 255, 255, 1) 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.automotiveSlide .automotiveImage img {
    max-width: 750px;
    width: 140%;
    position: relative;
    left: 15% !important;
    top: 6% !important;
}

.automotiveSlide .automotiveParagraph {
    height: 85vh;
    display: flex;
    align-items: center;
    background: rgba(255, 201, 0, 1);
    padding-top: 2vw;
    padding-bottom: 2vw;
}

.automotiveSlide .automotiveParagraph h2 {
    font-size: 3.5vw;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0, 10, 60, 1);
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 1.5rem;
}

.automotiveSlide .automotiveParagraph h3 {
    font-size: 2vw;
    font-weight: 600;
    color: rgba(0, 10, 60, 1);
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 1.5rem;
}

.automotiveSlide .automotiveParagraph p {
    font-size: 1.25vw;
    line-height: 1.6vw;
    color: rgba(35, 31, 31, 1);
}


/*Automotive slide*/


/*Sector Carousel*/


/*Catalog*/

.catalogRow {
    margin-top: 5vw;
    margin-bottom: 5vw;
    background: rgba(255, 255, 255, 1);
}

.catalogRow img {
    max-width: 100%;
    width: 100%;
}


/*Catalog*/


/*Contact*/

.contactRow {
    background: url(../images/kio_ContactWeb.png) top center no-repeat;
    background-size: cover;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.contactRow form {
    margin-bottom: 2rem;
}

.contactRow .contactTitle {
    text-align: center;
}

.contactRow .contactTitle h2 {
    font-size: 83px;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    color: rgba(255, 255, 255, 1);
    transform: rotate(-90deg) translate(-5vw);
    -webkit-transform: rotate(-90deg) translate(-5vw);
    -moz-transform: rotate(-90deg) translate(-5vw);
    -ms-transform: rotate(-90deg) translate(-5vw);
    -o-transform: rotate(-90deg) translate(-5vw);
    margin-right: 5vw;
}

.contactRow .inputContainer {
    margin-bottom: 1rem;
    position: relative;
}

.contactRow .inputContainer span {
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 1.5rem;
    color: rgba(255, 255, 255, 1);
    display: none;
}

.contactRow input,
.contactRow textarea {
    border: solid rgba(255, 255, 255, 1) 2px;
    background: rgba(255, 255, 255, 0);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: rgba(255, 255, 255, 1);
    padding-left: 18px;
    padding-right: 28px;
}

.contactRow textarea {
    resize: none;
}

.contactRow input:focus,
.contactRow textarea:focus {
    border: solid rgba(255, 255, 255, 1) 2px;
    background: rgba(255, 255, 255, 0);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    outline: none;
    color: rgba(255, 255, 255, 1);
}

.contactRow input:focus-visible,
.contactRow textarea:focus-visible {
    border: solid rgba(255, 255, 255, 1) 2px;
    background: rgba(255, 255, 255, 0);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    outline: none;
}

.contactRow label {
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.contactRow button {
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0);
    display: block;
    border: solid rgba(255, 255, 255, 1) 2px;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contactRow button.disabled {
    border: solid 1px rgba(210, 210, 210, 0.25);
    color: rgba(210, 210, 210, 0.25);
    background: rgba(210, 210, 210, 0.25);
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contactRow .creditsRow .imagesFooter {
    text-align: center;
}

.contactRow .creditsRow p {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 2rem;
}

.contactRow .creditsRow img.areasFooter {
    max-width: 400px;
    width: 100%;
    margin-bottom: 2rem;
}

.contactRow .creditsRow img.logoWhite {
    max-width: 204px;
    width: 100%;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

#info {
    text-align: right;
    display: none;
}


/*Contact*/