@charset "UTF-8";
/* CSS Document */

:root {
    --black : #000000;
    --white : #ffffff;
    --red : #DA3832;
    --blue : #09548C;
    --light-blue : #0e6db5;
    --dark : #262626;
    --dark-rgba : rgba(38, 38, 38, 0.7);
    --blue-rgba : rgba(9, 84, 140, 0.7);
    --red-rgba : rgba(218, 56, 50, 0.7);
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    font-size: 18px;
    color: var(--dark);
}

img {
    border: none;
}

:focus,
:active {
    outline: none !important;
}

:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    border: none;
}

a {
    text-decoration: none !important;
    color: inherit;
}

a:hover {
    color: inherit;
}

b, strong {
    font-weight: 600;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.5;
}

.cursor-pointer {
    cursor: pointer;
}

.small,
.small p {
    font-size: .875em;
}

.p-mb-0 p{
    margin-bottom: 0;
}

.wrap-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.xs-small {
    font-size: .675em;
}

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

/*bg*/
.bg-blue {
    background-color: var(--blue);
}

.bg-footer-dark {
    background-color: var(--dark);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-light-blue {
    background-color: var(--light-blue);
}

.bg-dark {
    background-color: var(--dark);
}
/**/

/*btn*/
.btn-white-blue {
    background-color: var(--white);
    color: var(--blue);
    border: 1px solid var(--white);
    border-radius: 0;
}
.btn-white-blue:hover {
    background-color: var(--blue);
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 0;
}

.btn-red-cod,
.btn-red {
    background-color: var(--red);
    color: var(--white);
    border: 1px solid var(--red);
    border-radius: 0;
}
.btn-red-cod:hover,
.btn-red:hover {
    background-color: var(--white);
    color: var(--red);
    border: 1px solid var(--red);
    border-radius: 0;
}

.btn-light-blue {
    background: var(--light-blue);
    color: var(--white);
    border-radius: 0;
}

.btn-light-blue:hover {
    background: var(--white);
    color: var(--light-blue);
    border: 1px solid var(--light-blue);
    border-radius: 0;
}
.btn-blue-cod,
.btn-blue {
    background: var(--blue);
    color: var(--white);
    border-radius: 0;
}

.btn-blue-cod:hover,
.btn-blue:hover {
    background: var(--white);
    color: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 0;
}

.bg-dark-grey-cod {
    background-color: var(--dark-rgba);
    color: white;
}

.bg-blue-cod {
    background-color: var(--blue-rgba);
    color: white;
}

.bg-red-cod {
    background-color: var(--red-rgba);
    color: white;
}

.btn-dark-grey-cod,
.btn-dark-grey{
    background-color: var(--dark-rgba);
    border: 1px solid var(--dark-rgba);
    color: white;
    border-radius: 0;
}

.btn-dark-grey-cod:hover,
.btn-dark-grey:hover{
    background-color: var(--white);
    color: black;
    border: 1px solid var(--dark-rgba);
    border-radius: 0;
}

/**/

.overlay-white {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}

/*border*/
.border-bottom-blue {
    border-bottom: 2px solid var(--blue);
}

.border-blue {
    border: 1px solid var(--blue);
}

.border-bottom-red {
    border-bottom: 1px solid #DA3832;
}

.border-top-red {
    border-top: 1px solid #DA3832;
}
/**/

.nav-item {
    font-weight: 400;
}

.list-circle span{
    height: 50px;width: 50px;
}

.list-circle-30 span {
    height: 30px;
    width: 30px;
}


/*animation*/
.progressbar {
    display: inline-block;
}

.circle {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle canvas {
    vertical-align: middle;
}

.circle div {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: var(--blue);
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color:#b6ccde ;
    margin-top: 12px;
}

/**/
/*swiper*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/**/

/*form*/
.form-contatti .form-control{
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #707070;
    background: rgba(var(--bs-light-rgb));
    padding: 1rem !important;
}

.form-cv .form-control{
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #707070;
    background: var(--white);
    padding: 1rem !important;
}
/**/

/*swiper*/
.swiperClienti .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,.swiperProgettazione .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 12px);
}

.swiperClienti .swiper-pagination-bullet-active,.swiperProgettazione .swiper-pagination-bullet-active {
    background: white;
    border: 2px solid var(--blue);
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,15px));
    width: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,15px));
}

.clienti .swiper-button-next,.clienti .swiper-button-prev {
    top: 39%;
}

.swiper.swiperProgettazione {
    overflow: visible;
}

.swiperProgettazione .swiper-button-next,.swiperProgettazione .swiper-button-prev {
    position: relative;
    bottom:0;
    align-items: end;
    height: auto;
    color: grey;
    height: 18px;
}

.swiperProgettazione .swiper-button-next:after,.swiperProgettazione .swiper-button-prev:after,
.clienti .swiper-button-next:after,.clienti .swiper-button-prev:after {
    font-size: 18px;
    line-height: 0;
    color: grey;
}

.text-hover {
    opacity: 0;
    background-color: rgba(255,255,255, 0.6);
}

.swiper-slide:hover .text-hover {
    opacity: 1;
}

.swiperSoluzione .swiper-slide-thumb-active p {
    font-weight: 500;
}
/**/

/*liste*/

.list-custom ul, .list-custom ol {
    list-style: none; padding-left: 0;margin: 15px 0;
}
.list-outline-circle ul li {
    margin-bottom: 15px;
    padding-left: 21px;
    position: relative;
}

.list-outline-circle ul li::before {
    margin-right: 17px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '\f10c';
    color: var(--blue);
    font-family: 'Font Awesome 6 Free';
    font-weight: 500;
    font-size: 11px;
}

/*animazione 25 pagina chi siamo*/

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.animate {
    animation: float 6s ease-in-out infinite;
}

.content {
    position: relative;
}

.content-25 p {
    color: #fff;
    font-weight: 900!important;
    font-size: 122px;
}

.content-25 p:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 1px var(--blue);
}

.content-25 p:nth-child(2) {
    color: var(--blue);
    animation: animate 4s ease-in-out infinite;
}

.line-2 {
    border-top: 1px solid #E4E4E4;width: 1000px;position: relative;margin-left: -66%;
}

.w-h-50 {
 width: 65px;
 height: 65px;
}

.w-h-50 img {
    width: 31px;
    height: 40px;
}

@keyframes pop-word {
  to {
    transform: rotateX(0);
  }
}

@keyframes show {
  to {
    opacity: 1;
  }
}

.word p {
  display: block;
  animation: show 0.5s forwards, pop-word 1.5s forwards;
  animation-timing-function: cubic-bezier(0.14, 1.23, 0.33, 1.16);
  opacity: 0;
  transform: rotateX(120deg);
  transform-origin: 50% 100%;
}

.word p:nth-of-type(2) {
  animation-delay: 0.5s;
}
.word p:nth-of-type(3) {
  animation-delay: 1s;
}

.list-custom-pallini ul {
    display: flex;
    gap: 4%;
    list-style: none;
    padding: 0;
}

.list-custom-pallini ul li {
    position: relative;
    padding-left: 24px; /* spazio per l’icona */
}

.list-custom-pallini ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px; /* centrato verticalmente */
    width: 15px;
    height: 15px;
    background: url('/assets/site/custom/img/pallino.svg') no-repeat center;
    background-size: contain;
}
