.main-layout {
    width: 100%;
}


.main-logo {
    margin: 6px 25px 0px 0px;
    height: 80px;
    opacity: 1;
}

.accesso-clientes {
    display: flex;
}

.accesso-clientes-xs {
    display: none;
}

.navigation.navbar-dark .navbar-nav .nav-link {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
}

.navbar {
    position: fixed;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 0px;
    left: 0px;

    width: 100%;
    opacity: 1;
    background-image: linear-gradient(180deg, #00031D 35%, rgba(255, 255, 255, 0) 100%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 2;
}
.nav-option{
    font-size: 25px;
    font-weight: 400px;
    font-family: "Trebuchet MS", Sans-serif;

}

.carousel-text {
    justify-content: center;
    width: max-content;
    margin: 20vw 15px 0px 15px;
}

.centered {
    display: flex;
    justify-content: center;
    margin-left: 10%; 
    margin-right: 10%;
}
.verticaly-centered {
    position: relative;
  top: 50%;
}

.parallax-window {
   height: 50vw;
   max-height: 630px;
   background: transparent;
}

.parallax-text{
    justify-content: center;
    width: 100%;
    margin: 0;
    display: flex;
}

.main-title {
    justify-content: center;

    color: #FFFFFF;
    font-family: "Trebuchet MS", Sans-serif;
    font-size: 83px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.4px;
    text-shadow: 4px 4px 9px #000000;
    margin-right: 110px;
    margin-left: 110px;
}

.sub-title {
    display: flex;
    justify-content: right;

    margin-right: 110px;
    margin-left: 110px;
    color: #FFFFFF;
    font-family: "Trebuchet MS", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: -0.8px;
    text-shadow: 4px 4px 9px #000000;
    margin-top: 10px;
}

.more-info {
    justify-content: center;
    background-color: #000000;
    padding: 20px;
    width: 100%;
    margin: 0;
}

.more-info-data {
    display: flex;
    flex-direction: row;
    justify-content: center;
    
    margin: auto;
    padding-bottom: 10px;
    width: 100%;
}

.text-block {
    font-size: 14px;
    line-height: 1.7em;
}

.with-separator-line {
    margin: 17px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: #00ce1b;
    border-radius: 0px 0px 0px 0px;
}

.text-block-big {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
}

.left-aligned {
    text-align: left;
}

.right-aligned {
    text-align: right;
}

.white-text {
    color: #ffffff;
}

.services {
    width: 100%;
    position: relative;
    top: -40px;
}

.service-item-icon-bottom {
}

.service-item-icon-top {
    
}

.service-item-icon {
    font-family: 'FontAwesome';
    font-size: 4em;
    position: relative;
}

.service-item-icon-design:hover {
    fill: #FFB700;
    color: #FFB700;
}

.service-item-icon-design {
    fill: rgba(255, 255, 255, 0.84);
    color: rgba(255, 255, 255, 0.84);
}

.service-item-icon-photo:hover {
    fill: #8900D2;
    color: #8900D2;
}

.service-item-icon-photo {
    fill: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
}

.service-item-icon-press:hover {
    fill:  #00DAFF;
    color: #00DAFF;
}

.service-item-icon-press {
    fill: rgba(255, 255, 255, 0.84);
    color: rgba(255, 255, 255, 0.84);
}

.service-item-icon-print:hover {
    fill:#18CEBC;
    color:#18CEBC;
}

.service-item-icon-print {
    fill: rgba(207, 223, 239, 0.98);
    color: rgba(207, 223, 239, 0.98);
}

.service-item-icon-agfa:hover {
    fill:#D20000;
    color:#D20000;
}

.service-item-icon-agfa {
    fill: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
}

.icon-container{
    height: 105px;    
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.services-items {
    margin: 10px 5px 10px 5px;
    padding-bottom: 50px;
    justify-content: center;
}

.first-item, 
.second-item {
    height:50%;
    margin-bottom: 20px;
}

.service-item {
    padding-bottom: 20%;
    background-color: transparent;
    height: 100%;
    border-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 6px 0px 4px 0px;
    border-top-width: 6px;
    border-right-width: 0px;
    border-bottom-width: 4px;
    border-left-width: 0px;

    border-radius: 0px 0px 30px 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px
}
.services-items-separator {
    margin: 10px auto 10px auto;
    width: 90%;
    border-top-width: 1px;
    border-top-style: solid;
}
.services-item {
    margin-bottom: 20px;
}
.service-item-title {
    margin-top: 10px;
    font-size: 21px;
    height: 2.5em;
    text-transform: uppercase;
    text-align: center;
    box-shadow: none;
    text-decoration: none;
}

.service-item-text {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin: 0 5px 0 5px;
}

.icon-spacing {
    display: flex;
}

.service-item-design {
    background-image: linear-gradient(210deg, #8900D2 17%, rgba(3, 0, 5, 0.34) 67%);
    border-color: #FFB700;
}

.services-items-design-separator {
    border-top-color: rgb(255, 183, 0);
}

.service-item-design-title {
    color: #FFB700;
}

.service-item-design-text {
    color: #FFFFFF;
}

.service-item-photo {
    background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(161, 161, 161, 0.79) 100%);
    border-color: #8900D2;
}

.services-items-photo-separator {
    border-top-color: #8900D2;
}

.service-item-photo-title {
    color: #000000;
}

.service-item-photo-text {
    color: #000000;
}

.service-item-press {
    background-image: linear-gradient(180deg, rgba(0, 125, 192, 0.78) 0%, rgba(0, 14, 21, 0.84) 100%);
    border-color: #00DAFF;
}

.services-items-press-separator {
    border-top-color: #00DAFF;
}

.service-item-press-title {
    color: #00DAFF;
}

.service-item-press-text {
    color: #FFFFFF;
}

.service-item-print {
    background-image: linear-gradient(180deg, rgba(0, 60, 158, 0.86) 0%, rgba(0, 9, 23, 0.88) 100%);
    border-color: #18CEBC;
}

.services-items-print-separator {
    border-top-color: #18CEBC;
}

.service-item-print-title {
    color: #18CEBC;
}

.service-item-print-text {
    color: #FFFFFF;
}

.service-item-agfa {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(161, 161, 161, 0.3) 100%);
    border-color: #D20000;
}

.services-items-agfa-separator {
    border-top-color: #D20000;
}

.service-item-agfa-title {
    color: #000000;
}

.service-item-agfa-text {
    color: #000000;
}

.title-text {
    color: #FFFFFF;
    font-size: 66px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: 0.7px;
    text-shadow: 0px 0px 10px #000000;
    margin-top: 40px;
    padding-top: 15px;
    text-align: center;
}

.centered {
    display: flex;
    justify-content: center;
}

#brand-carousel {
    display: flex;
    justify-content: center;
    margin-left: 10%; 
    margin-right: 10%;  
}

.services-text {
    margin: 0;
    padding-top: 15px;
}

.challenges {
    display: flex;
    flex-direction: row-reverse;
    text-align: center;
    margin: auto;
    max-width: 1200px;
}

.challenges-text {
    
    margin: 0;
    padding-top: 5px;
    color: #000000;
    font-size: 17px;
    line-height: 1.7em;
    text-align: left;
}

.challenges-title {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0px;
}

.styled-blue-border-left {
    border-style: solid;
    border-width: 0px 0px 0px 6px;
    border-color: #00BBCE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-bottom-left-radius: 30px;
    padding-left: 15px;
}

.styled-blue-border-right {
    height: 100%;
    border-style: solid;
    border-width: 0px 7px 0px 0px;
    border-color: #00BBCE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-top-right-radius: 30px;
}

.customers {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.customers-title{
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    margin-top: 40px;
    padding-bottom: 0;
}

.customers-text {
    color: #535353;
    font-size: 16px;
    font-weight: 500;
}

.flag {
    margin: 10px;
}

.swiper-slide-image-container {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    height: 100px;
}

.footer-separator {
    margin-top: 30px;
    height: 50px;
    width: 100%;
    opacity: 1;
    background-image: linear-gradient(0deg, #00031D 35%, rgba(255, 255, 255, 0) 100%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-color: transparent;
}

.footer {
    height: 200px;
    width: 100%;
    opacity: 1;
    background-color: #00031D;
    background-image: none;
    margin: 0;
    padding: 0;
}

.separator {
    border-top-style: solid;
    border-top-width: 1px;
    background-color: #ffffff;
    width: 90%;
    height: 2px;
}

.footer-text {
    color: #ffffff;
    padding-left: 13px;
}

.footer-icon {
    flex: 1;
    width: 30px;
    color: #ffffff;
    padding-left: 13px;
}

.carousel-row {
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
}

.carousel-indicators li {
    background-color: #efefef;
}

.carousel-indicators li.active {
    background-color: #000000;
}

.carousel-indicators {
    bottom: -5px;
}

.carousel-control-prev {
    background-color: #000000;
    width: 100px;
}

.carousel-control-next {
    background-color: #000000;
    width: 100px;
}

/* Dropdown Button */
.dropbtn {
    font-size: 16px;
    border: none;
    background:none;
    color: #FFFFFF;
    font-weight: bold;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  edia
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}

iframe {
    width: 100%;
}

@media (max-width: 992px) {
    .main-title {
        font-size: 55px;
        line-height: 1.1em;
        margin-right: 25px;
        margin-left: 25px;
    }
    .services-title {
        font-size: 50px;
    }
    .sub-title {
        margin-right: 25px;
        margin-left: 25px;
        font-size: 25px;
        letter-spacing: 0px;
    }
    
    .challenges-title {
        font-size: 36px;
        line-height: 1em;
    }

    .challenges-text {
        font-size: 14px;
        line-height: 1.5em;
        margin-left: 10px;
    }

}
@media (max-width: 768px) {
    .more-info {
    }

    .services-title {
        font-size: 26px;
    }

    .services-text {
        font-size: 14px;
        line-height: 1.7em;
        text-align: left;
    }

    .with-separator-line {
        margin-top: 10px;
        border-width: 3px 0px 0px 0px;
        border-color: #00ce1b;
    }

    .main-title {
        font-size: 25px;
        line-height: 1.1em;
        justify-content: center;
        margin-right: 25px;
        margin-left: 25px;
    }

    .sub-title {
        margin-right: 25px;
        margin-left: 25px;
        font-size: 15px;
        letter-spacing: 0px;
        justify-content: center;
    }

    .text-block-big {
        margin: auto;
        padding: 0;
        font-size: 24px;
        text-align: center;
    }

    .text-block-small {
        margin: auto;
        padding: 0;
        font-size: 16px;
        line-height: 1.7em;
    }

    .more-info-data {
        margin: 0;
        padding: 0;
    }

    .carousel-text {
    }

    .carousel-control-prev, .carousel-control-next{
        width: 20px;
    }
    

    .service-item-title {
        font-size: 21px;
    }

    .service-item-text {
        font-size: 17px;
        font-weight: 500;
    }

    .first-item, 
    .second-item {
        height: auto;
        margin-bottom: auto;
    }

    .joinchat__box{
        min-height: 290px !important;
        min-width: 400px !important;
    }


    .customers-title {
        text-align: center;
        margin-top: 0px;
    }

    .customers-text {
        text-align: center;
    }

    .swiper-slide-image-container {
        height: 50px;
    }

    .flag {
        height: 30px;
    }

    .main-logo-bottom, .main-logo-top {
        display: none;
    }

    .footer {
        height: 400px;
    }

    .footer-row {
        flex-direction: column-reverse;
    }

    .contact-info {
        padding-bottom: 10px;
    }

    .carousel-row {
        padding-left: 10px;
        padding-right: 10px;
    }

    #brand-carousel {
        padding-left: 10px;
        padding-right: 10px;

        margin-left: 5%;
        margin-right: 5%;
    }

    iframe {
        height: 250px;
    }

    .navigation {
        padding: 0 !important;
        margin-left: 0px;
        margin-right: 100px !important;
        margin-top: 0px;
    }
    .navigation.navbar {
        padding: 0 !important;
        margin-left: 0px;
        margin-top: 0px !important;
    }

    ul.navbar-nav.mr-auto {
        flex-direction: row;
        padding: 0;
        margin: 0;
    }

    .nav-item {
        font-size: 14px;
        padding: 0 !important;
        margin: 5px !important;
    }

    .nav-link {
        font-size: 14px;
        padding: 0 !important;
        margin: 5px !important;
    }

    .accesso-clientes {
        display: none;
    }

    .accesso-clientes-xs {
        display: flex;
    }
    .separator{
        
    width: 100%;
    }
}
