/*
Theme Name: XV
Theme URI:
Author: Digital Documents Solution
Author URI:
Description: XView Theme with Font Awesome and Bootstrap 4
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: xv

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
    --green-color: #8CC04B;
    --cyan-color: #3BB0C9;
    --text-color: #343a40;
    --text-light: #58595B;
}

html {
    font-size: 10px;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    color: var(--text-color);
}

a {
    color: var(--green-color);
}

a:hover {
    color: var(--green-color);
}

/* a, p, li, span {
    font-size: 1.4rem;
} */
/* 
a {
    text-decoration: none!important;
} */

button:active {
    outline: none;
    border: none;
}

button:focus {
    outline: none;
    border: none;
}

.main-content{
  flex:1;
  padding-bottom: 3rem;
}


/* Comments
-------------------------------------------------------- */
#comments{margin-bottom: 40px;}
.comments{padding-top: 40px;}
.comments textarea{width: 100%;}
.comments label{ min-width: 80px;}
.comments ul,
.comments ol{list-style-type: none;}
.comment-author img{border-radius: 999px; width:50px;}
.comment .reply{border-bottom:  1px solid #ccc; margin-bottom: 30px;padding-bottom: 10px;}


/* Input & textarea
-------------------------------------------------------- */
input,
textarea{padding: 5px 10px; border: 1px solid #ccc}


/* Widgets
-------------------------------------------------------- */
.widget_search .screen-reader-text{display: block;}
.widget_search #s{width:70%;float:left;}
.widget_search #searchsubmit{width:30%;float:left;background: #fff;}


/* pagination
-------------------------------------------------------- */
.pagination{
    margin-bottom:40px;
    margin-top: 2rem;
}

.page-numbers{
    display: inline-block;
    padding: 10px 15px;
    margin-right: 4px;
    color: white!important;
    background: var(--green-color);
    text-decoration: none!important;

    color: var(--green-color)
}

/* general wordpress style
-------------------------------------------------------- */
.post img{max-width: 100%; height:auto;}



/* WordPress Core Styles
-------------------------------------------------------------- */
 .gallery-caption{padding:5px; font-size: 10px;}
 .bypostauthor{border-left: 3px solid #ddd;padding-left: 20px;}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.arrow-divider {
    margin: 4rem auto;
    display: block;
}

.green-text {
    color: var(--green-color);
}

.btn:focus,
.navbar-toggler:focus {
    outline: none;
}

/* Body
-------------------------------------------------------------- */
body.home {
    overflow-x: hidden;
}

.parallaxParent {
    width: 100vw;
    height: 100vh;
    background-position: center;
    position: absolute;
}

.parallaxParent  > * {
    height: 200%;
    position: relative;
    height: 100vh;
    opacity: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.entry-content .alignwide {
    margin-left  : -80px;
    margin-right : -80px;
}
.entry-content .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}
.alignfull img {
    width: 100vw;
}

.button-cookie {
    display: inline-block;
    padding: 5px 10px;
    background: #8CC04B;
    color: white;
    border-radius: 5px;
}

.button-cookie:hover {
    color: white!important;
}

/* Header
-------------------------------------------------------------- */
header {
    position: sticky;
    width: 100%;
    z-index: 2000;
    top: 0;
    background: #f2f5f6;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(211, 211, 211, 0.4);
}

.navbar {
    font-size: 1.8rem;
}

.navbar__logo {
    max-width: 160px;
}

.navbar-nav {
    justify-content: flex-end;
    display: flex;
    flex: 1;
    margin-right: .5rem;
    padding-right: 1rem;
}

.navbar__right {
    display: flex;
    border-left: 2px solid rgba(88, 89, 91, 0.2);
    padding-left: 1rem;
    z-index: 10;
}

.navbar__right .icon-search {
    display: inline-block;
    cursor: pointer;
}


.navbar__right .icon-search:hover,
.navbar__right a[class^="icon-"]:hover {
    color: var(--cyan-color);
    text-decoration: none;
}

footer a[class^="icon-"]:hover {
    color: var(--green-color);
    text-decoration: none;
}

ul.navbar__right__menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar span[class^="icon-"],
.navbar a[class^="icon-"]  {
    color: var(--text-light);
}

header .navbar .nav-link {
    text-transform: lowercase;
    font-size: 2rem;
    color: var(--text-light);
    margin-right: .5rem;
}

header .navbar .nav-link:hover {
    color: var(--cyan-color);
}

header .nav-link.active,
header .current-page-ancestor {
    font-weight: bold;
    color: var(--text-light)!important;
}

.dropdown-menu {
    font-size: 1.6rem;
    padding: 0;
    right: 0;
    margin: 0;
    border: none;
}

.dropdown-item {
    padding: 1rem;
    font-size: 2rem;
    text-transform: lowercase;
    box-sizing: content-box;
    background: white;

    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}

.dropdown-item:first-child {
    border-radius: 4px 4px 0 0;
}

.dropdown-item:last-child {
    border-radius: 0 0 4px 4px;
}

.dropdown-menu {
    display: block;
    pointer-events: none;
    transform: translateY(17px);
    opacity: 0;

    transition: .2s ease-in-out;
}

.dropdown-menu.show {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.dropdown-menu .dropdown-item.active {
    background-color: #8CC04B;
}

.dropdown-menu .dropdown-item:active {
    background-color: var(--cyan-color);
}

.current-menu-ancestor {
    font-weight: bold;
    color: var(--text-light)!important;
}

.dropdown-toggle::after {
    top: 4px;
    position: relative;
}

/* Careers e Contatti da vedere solo su Mobile */
header .menu-item-835, 
header .menu-item-834 {
    display: none;
}

#menu-item-35 {
    background: var(--green-color);
    padding: 0rem 1rem;
    border-radius: 5px;
}

#menu-item-35 a {
    color: white;
}

.mobile-menu{
    display: none;
}


.sticky-sidebar {
    position: sticky;
    top: 10rem;
}


.sticky-sidebar div[id*="ajaxsearch"] {
    width: 100%;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: .2rem;
    box-shadow: none;
}

.data-bottom {
    display: none;
}

.page-template-default article h1 {
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #3aabc9;
} 

.page-template-default article p {
    font-size: 1.8rem;
    margin: 2rem 0;
}

.page-template-default .type-page {
    margin-bottom: 0rem;
}

/* Search bar */
.search-bar {
    width: 100%;
    position: absolute;
    top: 8rem;
    background: #133641;
    left: 0;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: .5s ease-in-out;
}

body.showSearchBar .search-bar {
    z-index: 10;
    top: 6rem;
    pointer-events: all;
    visibility: visible;
    opacity: 1;
}

.search-bar input::placeholder {
    color: white;
}

.search-bar .container {
    position: relative;
}

.search-bar form {
    display: flex;
    align-items: center;
    position: relative;
}

.search-bar form .icon-search {
    position: absolute;
    left: 0rem;
    color: white;
}

.search-bar form input {
    width: 100%;
    border: none;
    background: transparent;
    padding-left: 5rem;
    outline: none;
    color: white;
}

.search-bar .icon-cancel {
    color: white!important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.4rem;
    cursor: pointer;
}

/* Parallax in home */
.parallax-window {
    width: 100vh;
    height: 100vh;
}

/* Hero
-------------------------------------------------------------- */
.hero {
    padding-top: 10rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    padding-bottom: 10rem;
    background-size: cover;
    min-height: 700px;
    background-position: right center;
    display: flex;
    align-items: center;
    position: relative;
}


.hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.hero__copy {
    color: white;
    text-shadow: 0px 2px 4px rgb(0, 0, 0);
}

.hero__copy__title {
    font-size: 5rem;
}

.mini-divider {
    width: 60px;
    height: 6px;
    background-color: var(--green-color);
    margin: 4rem 0;
}

.hero__copy__paragraph {
    font-size: 2.2rem;
    line-height: 4rem;
}

.hero__img {
    max-width: 100%;
}


/* Carousel
-------------------------------------------------------------- */
.carousel {
    margin-top: 6rem;
}

.home .carousel {
    opacity: 0;
    transition: .5s ease-in-out;
}

.carousel h4 {
    font-weight: bold;
    font-size: 5rem;
    text-align: center;
    color: var(--text-light);
    margin-top: 5rem;
    text-align: center;
}

.carousel p {
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
    text-align: center;
}

.owl-carousel {
    margin-top: 4rem;
}

.owl-carousel h3 {
    text-align: left;
    font-size: 4rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.carousel__title a {
    color: white;
}

.owl-carousel p {
    text-align: left;
    position: relative;
    z-index: 1;
}

.owl-item a {
    color: white;
    text-decoration: none;
}

.carousel__copy {
    color: white;
}

.carousel .item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5rem;
}

.carousel .item:first-child {
    margin-left: 1rem;
}

.carousel .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(120deg, rgba(140,192,75,0.7) 0%, rgba(59,176,201,0.65) 100%);
    width: 0%;
    pointer-events: none;
    /* mix-blend-mode: color; */
    opacity: 0;
    border-radius: 10px;
    z-index: 0;
    transform: skewX(15deg) scale(2) translate(-2rem, 0px);
    opacity: 0;

    transition: .8s cubic-bezier(0.45, 0.15, 0.03, 1.00); 
}

.carousel .item:hover:before {
    opacity: 1;
    width: 100%;
    transform: skewX(0deg) translate(0rem, 0px);
}

.carousel .cls-1 {
    fill: var(--text-light)!important;
}

.carousel .owl-nav {
    text-align: center;
    display: flex;
    justify-content: space-between;
    font-size: 10rem;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
}

.carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-65%);
}

.carousel .owl-nav .owl-prev {
    left: 10px;
}

.carousel .owl-nav .owl-prev span {
    text-shadow: 3px 0px 10px rgba(0, 0, 0, 0.5);
}

.carousel .owl-nav .owl-next {
    right: 10px;
}

.carousel .owl-nav .owl-next span {
    text-shadow: -3px 0px 10px rgba(0, 0, 0, 0.5);
}

.carousel .owl-nav button {
    margin: 0 1rem;
}

.carousel .owl-nav button:hover span {
    color: var(--green-color);
}

/* Company
-------------------------------------------------------------- */
.company {
    margin-top: 6rem;
    position: relative;
    overflow: hidden;
}

.company h3 {
    font-size: 5rem;
    font-weight: bold;
    color: var(--text-light);
}

.company__box {
    height: 570px;
    align-items: center;
}

.company__box__copy {
    flex: 1;
}

.company__box__copy p {
    font-size: 2rem;
}

.company__box__link {
    text-transform: uppercase;
    padding: 1rem;
    font-weight: bold;
    color: white!important;
    display: inline-block;
    text-align: center;
    background: var(--green-color);
    border-radius: 5px;
    width: 200px;
    margin-top: 2rem;
    text-decoration: none!important;
    text-shadow: none;

    transition: .2s ease-in-out;
}

.company__box__link:hover {
    background-color: var(--cyan-color);
}

.company__box__left {
    padding: 0rem 0 0 8rem;
    position: static;
    display: flex;
    flex-direction: column;
}

.company__box__left, .company__box__right {
    opacity: 0;

    transition: 1s ease-in-out;
}

.company__box__left--staff:after {
    content: '';
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.7), #E8EDF0 100%);
    position: absolute;
    left: 4rem;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}

.company__box__copy__link {
    display: inline-block;
    padding: 1rem;
    color: var(--text-light);
    font-weight: bold;
    text-transform: uppercase;
}

.company__box__img {
    border-radius: 10px;
}



.company__box__left--why:after {
    content: '';
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.7) 0%, #E8EDF0 100%);
    position: absolute;
    right: 4rem;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}


/* Service
-------------------------------------------------------------- */
#sec-2 {
    transform: translateY(50px);
    opacity: 0;

    transition: 1s ease-in-out;
}

.service h3 {
    font-weight: bold;
    font-size: 4rem;
    margin-top: 10rem;
    margin-bottom: 5rem;
    color: var(--text-light);
    max-width: 70%;
}

.service h5 {
    font-weight: bold;
    font-size: 1.6rem;
    color: var(--text-light);
    margin-bottom: 2rem;
}

.service p {
    font-size: 2rem;
}

.service .arrow {
    margin: 0;
}

.service .cta-service {
    margin-top: 2rem;
    display: flex;
    align-items: center;
}

.service .cta-service a {
    color: var(--cyan-color);
    font-size: 2rem;
}

.service img {
    margin: 30px 20px 0px 0
}

/* Partners
-------------------------------------------------------------- */
.partners {
    background-image: url(./img/bg-partner.jpg);
    background-size: cover;
    height: 300px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 10rem;
    box-shadow: 0px 0px 15px rgba(52, 58, 64, 0.2);
}

.partners h4 {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: white;
    margin-bottom: 5rem;
}

.partners img {
    padding: 0 3rem;
    box-sizing: content-box;
    border-right: 5px solid rgba(255, 255, 255, 0.4);
    height: 37px;
    width: auto;
}


.partners .wp-image-101 {
    height: 33px;
}

.partners .wp-image-104 {
    height: 38px;
}

.partners .wp-image-627 {
    height: 24px;
}

.partners img:last-child {
    border-right: 0;
}

/* Counter
-------------------------------------------------------------- */
.counter {
    padding: 8rem 4rem;
    background: white;
    border-bottom: 1px solid #E8EDF0;
}

.counter div[class^='col-'] {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
}

/* CTA
-------------------------------------------------------------- */
.cta {
    padding: 2rem 4rem 8rem 4rem;
    color: var(--text-light);
    background-color: white;
    text-align: center;
}

.counter + .cta {
    padding: 8rem 4rem 2rem 4rem;
    border-top: 1px solid rgba(211, 211, 211, 0.4)
}

.cta h3 {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    background:linear-gradient(to bottom, rgba(129,204,214,0) 70%,rgba(59, 176, 201, 0.6) 66%,rgba(59, 176, 201, 0.6) 100%);
    /* background:linear-gradient(to bottom, rgba(129,204,214,0) 65%,rgba(129,204,214,1) 66%,rgb(59, 176, 201) 100%); */
    display: inline;
    margin: 2rem auto;
}

.cta p {
    font-size: 2.2rem;
    margin-top: 2rem;
}

.cta p:first-child {
    margin-top: 3rem;
}

.btn-cta,
.cta a {
    display: inline-block;
    padding: 1rem;
    color: white!important;
    background: var(--green-color);
    border-radius: 5px;
    margin-top: 3rem;
    width: 200px;
    text-align: center;
    text-decoration: none!important;

    transition: .2s ease-in-out;
}

.btn-cta:hover,
.cta a:hover {
    background: var(--cyan-color);
}


.page-template .cta .wpforms-form input[type="text"],
.page-template .cta .wpforms-form input[type="email"],
.page-template .cta .wpforms-form input[type="number"] {
    margin: auto!important;
    background: #fbfbfb!important;
    padding: 10px;
    font-weight: normal;
    font-size: 2rem;
}


.page-template .cta .wpforms-form button[type=submit] {
    display: inline-block;
    padding: 1rem;
    color: white!important;
    border: none!important;
    background: rgba(140, 192, 75, 0.8);
    border-radius: 5px;
    margin-top: 3rem;
    width: 200px;
    text-align: center;
    text-decoration: none!important;
    transition: .2s ease-in-out;
}

.page-template .cta .wpforms-form button[type=submit]:hover {
    background: rgba(140, 192, 75, 1);
    border: none;
}

.internal__description .copy img {
    max-width: 100%;
    height: auto;
}

/* FOOTER
-------------------------------------------------------------- */
footer {
    position: relative;
    margin-top: 5rem;
}

.cta + footer {
    margin-top: 0;
}

footer .container {
    text-align: center;
}

footer .container .logo {
    max-width: 250px;
    padding: 3rem;
}

footer .footer__social__menu {
    list-style: none;
    padding: 0;
}

footer .footer__social__menu li {
    display: inline-block;
}

footer .footer__social__menu li a {
    color: white;
    font-size: 3rem;
}

footer .company-info {
    margin: 4rem 0;
}

footer .copy-text {
    color: rgba(255, 255, 255, 0.3);
}

footer .company-info ul {
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
}

footer .company-info ul li {
    padding: 0 .5rem;
    border-right: 1px solid rgba(211, 211, 211, 0.15);
}

footer .company-info ul li:last-child {
    border: none;
}

footer .company-info a {
    color: var(--green-color)!important;
}

footer .company-info .widget_text{
    text-align: center;
}

footer .company-info .widget_text p a {
    padding: 5px;
    border: 1px solid rgba(140, 192, 75, 0.3)!important;
    color: white!important;
    text-decoration: none;
    border-radius: 2px;

    transition: .2s ease-in-out;
}

footer .company-info .widget_text p a:hover {
    border: 1px solid rgba(140, 192, 75, 1)!important;
} 



/* PAGINA 404
-------------------------------------------------------------- */
.error404 h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--cyan-color);
    font-size: 6rem;
}

.error404 .sad-face {
    text-align: center;
    font-size: 10rem;
}

.error404 .question {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10rem;
}

.error404 .question form input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-left: 1rem;
    outline: none;
}

.error404 .question form input:focus {
    border-bottom-color: car(--green-color);
}

@media (max-width: 992px) {
    .mobile-menu {
        display: block;
        width: 0vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;

        transition: .5s ease-in-out;
    }

    body.showMenu .mobile-menu {
        width: 100vw;
    }

    /* Careers e Contatti da vedere solo su Mobile */
    header .menu-item-804 {
        display: none;
    }

    header .menu-item-835, 
    header .menu-item-834 {
        display: block;
    }

    #bs4navbar-mobile {     
        display: flex;   
        position: absolute;
        background: #f2f5f6;
        width: 0;
        left: 0;
        height: 100vh;
        top: 0;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;

        transition: .5s ease-in-out;
    }

    .navbar-brand {
        margin: 0;
        z-index: 1;
    }

    .navbar-right {
        z-index: 10;
    }

    body.showMenu #bs4navbar-mobile  {
        width: 100vw;
    }

    #menu-item-35 {
        background: transparent;
    }

    #menu-item-35 a {
        color: var(--text-light);
    }

    .navbar-toggler {
        outline: none;
        position: relative;
        z-index: 10;
    }

    .navbar-toggler span {
        transition: .2s ease-in-out;
    }

    #menu-menu-main {
        opacity: 0;
        transition: .5s ease-in-out .5s;
    } 

    header .navbar .nav-link {
        display: inline;
        font-size: 2.6rem;
        white-space: nowrap;
    }

    header .navbar-nav li {
        margin-bottom: .5rem;
    }

    body.showMenu .navbar-toggler span:first-child {
        transform: rotate(45deg);
        transform-origin: top;
    }

    body.showMenu .navbar-toggler span:last-child {
        display: block;
        transform: translateY(-12px) rotate(-45deg);
        transform-origin: top;
    }

    body.showMenu .navbar-toggler span:nth-child(2) {
        opacity: 0;
    }
    
    body.showMenu #menu-menu-main {
        opacity: 1;
    } 

    .data-bottom {
        left: -100%;
        display: none;

        transition: .5s ease-in-out;
    }

    .owl-carousel h3 {
        text-align: left;
        font-size: 2.5rem;
        font-weight: bold;
        position: relative;
        z-index: 1;
    }

    .data-bottom {
        left: 0;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        opacity: 1;
        overflow: hidden;
        bottom: 0;
    }

    .data-bottom__menu {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        font-size: 2rem;
        white-space: nowrap;
        padding: 0;
    }

    .data-bottom__menu li:after {
        content: '/';
        margin: 0 1rem;
        color: lightgray;
    } 

    .data-bottom__menu li:last-child:after {
        display: none;
    }

    .data-bottom li {
        font-size: 2.2rem;
        font-weight: bold;
    }

    .data-bottom li a {
        color: var(--green-color);
    }
}

@media (max-width: 767px) {
    .data-bottom li {
        font-size: 1.6rem;
        font-weight: normal;
    }

    .data-bottom li a {
        font-weight: bold;
    }
    
    .hero {
        padding-top: 0rem;
        min-height: 350px;
        padding-bottom: 0;
    }

    .hero:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.4) 100%);
    }

    .hero__copy__title {
        font-size: 3rem;
    }

    .hero__copy__paragraph {
        font-size: 2rem;
        line-height: 3rem;
    }

    .carousel .item:first-child {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .company__box__left--why:after {
        width: 100%;
    }
    
    .company__box__left--staff:after {
        width: 100%;
    }

    .carousel .item:first-child {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .company {
        margin-top: 0rem;
        padding-bottom: 5rem;
    }

    .company__box {
        height: auto;
    }

    .company__box__img {
        margin-top: 3rem;
    }

    .company__box__left {
        padding: 5rem 2rem 2rem 4rem;
    }

    .company__box__left::after {
        padding: 5rem 3rem 0 8rem;
    }

    .company__box__left--staff::after {
        left: 0rem;
        border-radius: 0;
    }
    
    .company__box__left--why::after {
        right: 2rem;
    }

    .service {
        margin-bottom: 4rem; 
    }

    .service h3 {
        max-width: 100%;
        font-size: 3rem;
        margin-top: 5rem;
    }
    
    .company__box__left--why::after {
        left: 0rem;
        border-radius: 0;
    }

    .partners {
        margin-top: 4rem;
        height: 500px;
    }

    .partners img {
        border: none;
    }

    .counter {
        padding: 5rem 4rem;
    }

    .counter div[class^='col-'] {
        margin: 3rem 0;
    }

    .counter div[class^='col-']  img {
        height: 100px!important;
        height: auto;
    }

    .cta {
        padding: 5rem 4rem;
    }

    .cta h3 {
        font-size: 3rem;
    }

    footer .company-info ul {
        flex-direction: column;
    }
}

@media(max-width: 350px) {
    .navbar__logo {
        max-width: 110px;
    }

    .hero__copy__paragraph {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .hero__copy__title {
        font-size: 2.5rem;
    }


}
    
/* Regola per Safari */
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    .carousel .item:before,
    .custom-page-item:before { 
        transition: 0!important;
    }
}

/* ANIMATIONS
-------------------------------------------------------------- */
.fadeIn {
    opacity: 1!important;
}

.fadeInBottomToTop {
    transform: translateY(0)!important;
    opacity: 1!important;
}
  