
@font-face {
  font-family: "Termina";
  src: url("../font/TerminaTest-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Termina";
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

.bgPixel {
  /*background-image: url("../imgs/bgPixel.png");*/
  background-color: #3D7EFE;
  background-position: center;
}

.bgPartner {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .bgPartner {
    margin-top: 150px;
  }
}

.bgWrite1,
.bgWrite2,
.bgWrite3 {
  background-size: 170%;
  background-repeat: no-repeat;
  margin: 50px 0;
}

@media (min-width: 768px) {

  .bgWrite1,
  .bgWrite2,
  .bgWrite3 {
    margin: 150px 0;
    background-size: auto;
  }
}

.margin {
  padding: 100px 0;
}

.navbar-nav {
  margin: 0 auto;
  background-color: #0000FF;
  padding: 16px;
  border-radius: 16px;
}

@media(min-width:992px) {
  .navbar-nav {
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}

.active {
  color: #3D7EFE !important;
}

.navbar-nav .nav-item,
.nav-link {
  color: #fff;
  text-shadow: none;
  font-size: 32px;
}

@media (min-width: 992px) {

  .navbar-nav .nav-item,
  .nav-link {
    font-size: 16px;
  }
}

.navbar-nav .nav-item,
.nav-link:hover {
  color: #3D7EFE;
  text-shadow: 0 0 30px #0000FF80;
}

.navbar-nav .nav-item,
.nav-link:focus {
  color: #3D7EFE;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}


.banner {
  width: 100%;
  position: relative;
  padding: 20px 0;
}

.h-700 {
  height: 580px;
}

@media (min-width: 768px) {
  .h-700 {
    height: 700px;
  }
}

@media (min-width: 768px) {
  .banner {
    padding-top: 50px;
  }
}

.title {
  font-size: 30px;
  color: #fff;
}

@media (min-width: 425px) {
  .title {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .title {
    font-size: 56px;
  }
}

@media (min-width: 992px) {
  .title {
    font-size: 75px;
    line-height: 1.2;
  }
}

.evidence {
  color: #0000FF !important;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}

.bg-red-custom {
  background-color: #0000FF !important;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  transition: all ease 0.5s;
}

.bg-red-custom:hover {
  background-color: #0000FF;
  box-shadow: 0 0 30px rgb(255, 255, 255);
  transition: all ease 0.5s;
}

.w-icon {
  width: 20px;
}

.h-icon {
  height: 20px;
}

@media (min-width: 768px) {
  .w-icon {
    width: 25px;
  }

  .h-icon {
    height: 25px;
  }
}

.w-icon-card {
  width: 40px;
}

.h-icon-card {
  height: 40px;
}

.rounded-full {
  border-radius: 50%;
}


.imgBanner {
  position: absolute;
  top: 300px;
  left: 50%;
}

.navbar-toggler-icon {
  background-image: url("../icons/bars-solid-full.svg ");
}

.navbar-toggler {
  outline: 0;
  box-shadow: none;
  border: none;
}

.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
  border: none;
}

.serviceCard {
  width: 300px;
  min-height: 264px;
  background-color: #0000FF;
  border-radius: 30px;
  padding: 20px;
  transition: all ease 0.5s;
}

@media (min-width: 768px) {
  .serviceCard {
    min-height: 265.06px;
  }
}

@media (min-width: 1400px) {
  .serviceCard {
    min-height: 313.06px;
  }
}

.first-level {
  z-index: 9999 !important;
}

.second-level {
  z-index: 999 !important;
}

.serviceCard:hover {
  box-shadow: 0 0 30px rgba(255, 255, 255);
  transition: all ease 0.5s;
}

.priceCard {
  width: 300px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #18191b00;
  border-radius: 30px;
  padding: 20px;
  transition: all ease 0.5s;
}

.priceCard:hover {
  box-shadow: 0 0 30px rgba(255, 255, 255);
  transition: all ease 0.5s;
}

@media (min-width: 1200px) {
  .priceCard {
    width: 450px;
    background-color: #18191b00;
    border-radius: 30px;
    padding: 20px;
  }
}

.contactCard {
  width: 280px;
  background-color: #18191b00;
  border-radius: 30px;
  padding: 30px;
  transition: all ease 0.5s;
}

@media (min-width: 768px) {
  .contactCard {
    width: 100% !important;
    background-color: #18191b00;
    border-radius: 30px;
    padding: 20px;
  }
}

.contactCard:hover {
  box-shadow: 0 0 30px rgba(255, 255, 255);
  transition: all ease 0.5s;
}

.border-red-custom {
  border: 2px solid #0000FF;
}

.border-red-custom-top {
  border-top: 2px solid #0000FF;
}

.subTitle {
  color: #fff;
}

.paragraph {
  color: #ffffff;
  font-family: "Poppins";
}

.linkCard {
  color: #fff;
  transition: all ease 0.5s;
}

.linkCard:hover {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  transition: all ease 0.5s;
}

.buttonCustom {
  background-color: #3D7EFE;
  padding: 8px 16px;
  border-radius: 30px;
  color: #fff;
  transition: all ease 0.5s;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}

.buttonCustom:hover {
  background-color: #3D7EFE;
  padding: 8px 16px;
  border-radius: 30px;
  color: #fff;
  transition: all ease 0.5s;
  box-shadow: 0 0 30px rgba(255, 255, 255);
}

.buttonCustomWhite {
  background-color: #ffffff;
  padding: 8px 16px;
  border-radius: 30px;
  color: #0000FF;
  transition: all ease 0.5s;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}

.buttonCustomWhite:hover {
  background-color: #ffffff;
  padding: 8px 16px;
  border-radius: 30px;
  color: #0000FF;
  transition: all ease 0.5s;
  box-shadow: 0 0 30px rgb(255, 255, 255);
}

.carousel-indicators .active {
  background-color: #0000FF;
  opacity: 1 !important;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: none;
}

.whatsapp {
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  padding: 25px;
}

.backToTop {
  bottom: 80px;
  right: 20px;
  z-index: 9999;
  padding: 25px;
}

.icon-whatsapp {
  width: 30px;
  height: 30px;
}

.warning-whatsapp {
  bottom: 20px;
  right: 20px;
  padding: 13px 60px 13px 30px;
  border-radius: 30px;
  z-index: 1;
}

.cursor-none {
  pointer-events: none;
}

.cursor-pointer {
  cursor: pointer;
}

.bgClose {
  background-image: url("../icons/xmark-solid-full.svg");
}

.symbol {
  font-family: sans-serif;
  font-weight: bold;
}

iframe {
  min-height: 350px;
}

.navbar-nav {
  height: 70vh;
}

@media (min-width: 992px) {
  .navbar-nav {
    height: auto;
  }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #18191b;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0000FF;
  border-radius: 30px;
}

.accordion .accordion-body,
.accordion-button {
  background-color: #18191b !important;
}

.accordion {
  --bs-accordion-border-color: #0000FF;
}

.accordion .accordion-header .accordion-button {
  color: #fff !important;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("../icons/arrow-right-solid\ \(1\).svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../icons/arrow-up-solid.svg");
}

.logo {
  width: 100px;
}

@media (min-width: 992px) {
  .logo {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .carousel-indicators button {
    width: 10px !important;
  }
}

.infoCard {
  border-radius: 30px;
  max-width: 340px;
  border: 1px solid #0000FF;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 16px;
}

.bgInfoCard1 {
  background-image: url("../imgs/ED.jpg");
  background-size: cover;
  background-position: bottom;
}

.bgInfoCard2 {
  background-image: url("../imgs/AN.jpg");
  background-size: cover;
}

.bgInfoCard3 {
  background-image: url("../imgs/LC.jpg");
  background-size: cover;
  background-position: bottom;
}

.bgInfoCard4 {
  background-image: url("../imgs/ES.jpg");
  background-size: cover;
}

.bgInfoCard5 {
  background-image: url("../imgs/MP.jpg");
  background-position: bottom;
  background-size: cover;
}

.bgInfoCard6 {
  background-image: url("../imgs/PL.jpg");
  background-size: cover;
}

.bgInfoCard7 {
  background-image: url("../imgs/SR.jpg");
  background-size: cover;
}

.bgInfoCard8 {
  background-image: url("../imgs/GN.jpg");
  background-size: cover;
  background-position: center;
}

.bgInfoCard9 {
  background-image: url("../imgs/LU.jpg");
  background-size: cover;
  background-position: center;
}

.textInfoCard {
  color: #fff;
}

.paragraphInfoCard {
  color: #fff;
  font-family: "Poppins";
}

.overlay {
  background: linear-gradient(to top, #0000FF 10px, #ffffff00, #ffffff00);
  border-radius: 30px;
}

.mb-8 {
  margin-bottom: 160px;
}

.rotate {
  transform: rotate(-15deg);
  height: 450px;
  object-fit: cover;
  transform: translate(-50%);
}

@media(min-width: 768px) {
  .rotate {
    height: 750px;
    transform: translate(-50%, 10%);
  }
}

.diagonal-img {
  width: 100%;
  clip-path: polygon(0 35%,
      /* alto sinistra */
      100% 0,
      /* alto destra */
      100% 65%,
      /* basso destra */
      0 100%
      /* basso sinistra */
    );
  color: #0b7d94
}

.justify-content{
  justify-content: center;
}

@media (min-width:992px) {
  .justify-content{
  justify-content: space-between;
}
}

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

@media (min-width:992px) {
  .text-align{
  text-align: start;
}
}