*{margin:0; padding: 0;}
html {scroll-behavior: smooth;}
body{font-family: sans-serif; background-color: #ebedf0 !important;}
:root {
  --main-color:  #124fe4;
}
.text-main{
  color: var(--main-color);
  /* text-shadow: -1px 0 #b58327, 0 1px #b58327, 0 -1px #b58327; */
  text-shadow: -1px 0 #000, 0 1px #000, 0 -1px #000;
  
    font-family: 'Alkatra', cursive;
    font-weight: bold !important;
}
.bg-main{
  background-color: var(--main-color);
}
.border-main{
  border-color: var(--main-color) !important;
}




#pre-load{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  transition: all 0.5s ease-out;
  z-index: 100000000;
}
#pre-load.fade-out{
  opacity: 0;
}
#loa-ding{
  width: 200px;
  height: 200px;
  left: 43%;
  top: 43%;
  position: relative;
  border-radius: 50%;
  border-top: 10px solid #05e636;
  animation: animate 2s linear infinite;
}
@keyframes animate {
  to{
      transform: rotate(360deg);
  }
}
#loa-ding::after{
  transform: rotate(120deg);
  border-top: 10px solid #2c4fe9;
}
#loa-ding::before{
  transform: rotate(240deg);
  border-top: 10px solid #48dbfb;
}
#loa-ding::after,
#loa-ding::before{
  content: '';
  top: -10px;
  left: 0;
  width: 200px;
  height: 200px;
  position: absolute;
  /* background: #fff; */
  border-radius: 50%;
}

#loa-ding img{
  position: absolute;
  width: 190px;
  height: 190px;
  text-align: center;
  line-height: 200px;
  color: #fff;
  animation: a2 2s linear infinite;
}
@keyframes a2 {
  to{
      transform: rotate(-360deg);
  }
}



/**** Style Menu ******/


.slide1{
  height: 100vh;
  min-height: 500px;
  background-size: cover !important;
  background: linear-gradient(rgba(255,255,255,26%),rgb(255 255 255 / 53%)),url('img/5-c.jpeg');
  background-position: center;
}
.slide2{
  height: 100vh;
  min-height: 500px;
  background-size: cover !important;
  background: linear-gradient(rgba(255,255,255,26%),rgb(255 255 255 / 53%)), url('img/cr-a.png');
  background-position: center;
}
.slide3{
  height: 100vh;
  min-height: 500px;
  background-size: cover !important;
  background: linear-gradient(rgba(255,255,255,26%),rgb(255 255 255 / 53%)), url('img/ferr1.jpeg');
  background-position: center;
}

.indicators-wrapper{
  position: absolute;
  right: 10%;
  bottom: 0%;
  z-index: 100;
  width: 150px;
  height: 20px;
}

.indicators-wrapper .carousel-indicators{
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.indicators-wrapper .carousel-indicators li{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid black;
}
.heading{
  top: 0px;
  left: 20%;
  width: 60%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll{
  bottom: 150px;
  z-index: 10;
  width: 100%;
  text-align: center;
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes fade{
  from {opacity: 0; bottom: 150px;}
  to{opacity: 1; bottom: 100px;}
}
.carousel-caption{
  all: unset;
  position: absolute;
  top: 35vh;
  left: 20%;
  width: 60%;
  text-align: center;
  opacity: 0;
  transition: 1s;

}

.carousel-item.active .carousel-caption{
  top: 25vh;
  opacity: 1;
}
.indicators-wrapper .carousel-indicators li.active{
  animation-name: fill;
  animation-duration: 1s;
}
@keyframes fill{
  from{background: transparent;}
  to{ background: var(--main-color);}
}

.w-1,.w-2{
  width: 250px !important;
}

@media screen and (max-width:992px) {
  .w-1{
      width: 100% !important;
  }
  .w-2{
      width: 45% !important;
  }
}
.cite{
  position: relative;
}
.cite::before{
  position: absolute;
  content: open-quote;
  font-size: 64px;
  color: var(--main-color);
  top: -30px;
  left: -20px;
}
.cite::after{
  position: absolute;
  content: close-quote;
  font-size: 64px;
  color: var(--main-color);
  

}
.btn-custom{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.favs{
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
}
.sticky-description{
  position: sticky;
  top: 90px;
}
.bg-cta{
  height: 350px;
  background: linear-gradient(white, rgba(255, 255,255,0.5),white),url('./img/mon2.jpg');
  background-position: center;
  background-size:cover;
}
.bg-blur{
  backdrop-filter: blur(4px);
}
.shadow-text{
  text-shadow: 4px 4px 6px rgba(150,150,150,1);
}




.border-nav{
  border-bottom: 2px solid transparent;
  transition: all 0.4s;
}
.border-nav:hover{
  border-bottom: 2px solid var(--main-color);
  width: fit-content;
  
}
.navbar>.container-fluid{
  gap: 25px;
}
.navbar-nav {
  gap: 40px;
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0);
  font-size: 17px;
  font-weight: bolder;
}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #124fe4;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
 top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.navbar-light .navbar-toggler {
  color: rgb(0 0 0 / 0%) !important; 
  border-color: rgb(0 0 0 / 0%) !important;
}

/* .cont_ainer{
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg,rgb(0 75 249 / 0%), rgba(225,232,232,0.000717787114846) 58%,  rgb(16 223 40 / 17%) 100%), url('img/5-c.jpeg') no-repeat center center;
  background-size: cover;
   background-size: 50px 50px;
  background-size: 100% 100%; 

} */
/* .cont_ainer{
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg,rgb(143 142 142 / 22%), rgb(0 0 0 / 12%) 58%, rgb(0 0 0 / 19%) 100%), url(img/5-c.jpeg) no-repeat center center;
  background-size: cover;

} */
/* #cr_im{
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgba(0,75,249,0.4071603641456583), rgba(225,232,232,0.000717787114846) 58%, rgba(16,223,40,0.404359243697479) 100%), url('img/cr.jpg') no-repeat center center;
  background-size: cover;
  background-size: 50px 50px;
  background-size: 100% 100%;
}
#c_im{
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgba(0,75,249,0.4071603641456583), rgba(225,232,232,0.000717787114846) 58%, rgba(16,223,40,0.304359243697479) 100%), url('img/ferr1.png') no-repeat center center;
  background-size: cover;
  background-size: 50px 50px;
  background-size: 100% 100%;
} */
.img{
  /* align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  width: 300px;
  height: 200px; */

  /* align-items: center;
  display: flex;
  flex-direction: column; */
  display: inline-flex;
  margin-top: 350px;
  margin-left: 110px;
  /* height: 39%; */
  /* border: 1px solid red; */
  width: 64%;
  align-items: center;
  justify-content: center;

}


.img1 {
  display: flex;
  /* margin-top: 350px; */
  /* margin-left: 110px; */
  /* height: 39%; */
  /* border: 1px solid red; */
  /* width: 50%; */
  align-items: center;
  top: 85px;
  /* left: 25%; */
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
}


.cr_link {
  display: flex;
  flex-direction: column;
  /* border: 1px solid; */
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}




/* .log_link{
  width: 563px;
  height: 222px;
  position: absolute;
  left:360px;
  top: -150px;
  
} */
/* a.log_link{
  margin-top: 500px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  align-items: center;
  
} */
#c_o{
  margin-top: 47px;
  margin-left: -30px;
}
#c_r{
  margin-top: 30px;
}

.cr{
  /* width: 563px;
  height: 222px; */
  /* margin-top: 360px; */
  animation: zoomIn;
  animation-duration: 4s;
  width: 100%;
  max-width: 1200px;

}
/* .navbar{
  width: 300px;
  height: 100%;
  background: #262626;
  position: fixed;
  top:0;
  right: -300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20% 0 0 60%;
  transition: right .8s cubic-bezier(1, 0, 1);
  z-index: 10;
}

.change{
  right: 0;
}

.hamburger-menu{
  width: 35px;
  height: 30px;
  position: fixed;
  top: 50px;
  right: 50px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.line{
  width: 100%;
  height: 3px;
  background-color: #05f656;
  transition: all 0.8s;
}

.change .line-1{
  transform: rotateZ(-405deg) translate(-8px, 6px);
}
.change .line-2{
  opacity: 0;
}
.change .line-3{
  transform: rotateZ(405deg) translate(-8px, -6px);
}
.nav-list{
  text-align: right;
}

.nav-item{
  list-style: none;
  margin: 25px;
}

.nav-link{
  text-decoration: none;
  font-size: 22px;
  color: #eee;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding: 3px 0;
}

.nav-link:before,
.nav-link:after{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #05f656;
  position: absolute;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.5s;
}
.nav-link:after{
  bottom: 0;
  transform-origin: right;
}
.nav-link:before{
  top: 0;
  transform-origin: left;
}

.nav-link:hover:before,
.nav-link:hover:after{
  transform: scaleX(1);
}
.glide{
  z-index: 5;
}
 */



.button{
  text-decoration: none;
  padding: 13px 45px; 
  background: #316bff !important; 
  color:#fff; 
  display: inline-block;
  border-radius: 4px
  
}
.button:hover{
  background: #1949c2  !important; 
  color: #fff;
}
/* Media query */


@media screen and (max-width:992px) {
  /* .glide{display: inline-block; margin-top: 3px;} */
  .img1{
    width: 100%;
    /* height: 50%; */
    margin-left: -8px;
    top: 130px;
    /* border: 1px solid red; */
  }
  .cr_link{
    /* width: 100%; */
    /* height: 0%; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* margin-top: -560px; */
    margin-left: 15px;
    /* border: 1px solid red; */
    
  }

  .logoba{
    width: 70px;
  }
  /* .log_link{
    width: 300px;
    height: 100px;
    position: absolute;
    left:45px;
    top: -25px;
    
    
  } */
  /* a.log_link{
    margin-top: 500px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
    align-items: center;
    
  } */
  /* .hamburger-menu{
    right: 16px;
  } */
  /* .cr{
    margin-top: 482px;
    width: 320px;
    
  } */
  /* .c_r{
    margin-top: 101px;
    width: 100%;
  }
  #c_o{
    margin-top: -300px;
  }
  #c_r{
    margin-top: -300px;
    margin-left: -30px;
  } */
 
 /* .container{
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgba(0,75,249,0.4071603641456583), rgba(225,232,232,0.000717787114846) 58%, rgba(16,223,40,0.404359243697479) 100%), url('18.jpg') no-repeat center center;
  background-size: cover;
  background-size: 50px 50px;
  background-size: 100% 100%;
 } */
}





@media screen and (min-width:180px) and (max-width:750px){
  .cont_ainer{

    background-size: cover;
  
  }
  #loa-ding{
    left: 25%;
  }

  #cr_im{
    background-size: cover;
  }
  #c_im{
    background-size: cover;
  }
}



/*----------------------------------BG Cover-------------------------------------*/

.bg-cover{
  display: flex;
  padding: 100px 0;
  background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0, 0.7)),
   url('img/ferr1.jpeg') no-repeat center center;
  background-size: cover;
  /* background-size: 191% 101%; */
}

.bg-cover__text{width: 50%;padding: 30px;}
.bg-cover__title{width: 50%;padding: 50px;display: flex;align-items: center;}

@media (max-width: 768px) {
  .bg-cover{flex-wrap: wrap; height: auto;}
  .bg-cover__text,
  .bg-cover__title{width: 100%;}
}



/*------------------------Galleria style---------------------- */


.cards{max-width: 1200px; margin: 40px  auto;}
.card{width: 266px; margin: 0  1.5%; background: #e9ebf0; float: left; margin-bottom: 20px; overflow: hidden; border-radius: 20px;}
.card__imgage{width: 100%; height: auto;}
/* .card__copy{padding: 5px  20px;} */
.card__copy h3{margin-bottom: 0; text-align: center;}
.ca{text-align: center;justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  color: #124fe4;
}


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;

}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

@media (max-width: 768px) {
  h1,h2{font-size: 30px;}
  .card{width: 83%; margin: 8%;margin-bottom:10px;}
}

/* @media only screen and (max-width: 700px) {
  .card a {
    width: 49.99999%;
    margin: 6px 0;
  }
} */




/*----------------------------------------Mappa-------------------------------------------------------- */

.mappa{margin-top: 10px;
  /* margin-left: 10px; */
  /* border: 3px outset green; width: 410px; */
  width: 100%;
  height: 500px;
}
.mappa h2{
  color: green;
  text-align: center;
}

@media (max-width: 768px) {
  .mappa iframe{
    /* width: 300px; */
    height: 300px;
  }
  .mappa{
    /* width: 300px; */
    height: auto;
    overflow: hidden;
  }
  .mappa h2{
    color: green;
    margin-left: 40px;
  }
}

.he{display: inline-block;}

.cards_c {
  /* max-width: 1200px;
  margin: 40px auto; */
  display: flex;
  
  margin-bottom: 100px;

}

/*--------------------------------------! Poster--------------------------------------*/

.poster{
  display: flex;
  height: 100vh;
  width: 100%;
  margin-top: 150px;
}

.poster__img{width: 100%; height: 65%;}
.poster__img img{ width: 100%;height: 100%; }
.poster__content{width: 55%;padding: 50px; margin-top: -60px;}

@media (max-width: 768px) {
  .poster{flex-wrap: wrap;height: auto;}
  .poster__img,
  .poster__content{width: 100%; margin-bottom: 50px; margin-top: 30px;}
}


/*-------------------------------------------link Whatsapp----------------------------------------*/

.wa-link {
  height: 75px;
  width: 75px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  animation: rotate-effect 4s infinite ease-in-out;

}
@keyframes  rotate-effect{

  0% {transform: rotate(0deg);}
  20%{transform: rotate(0deg);}
  40%{transform: rotate(70deg);}
  60%{transform: rotate(-10deg);}
  80%{transform: rotate(0deg);}
  100% {transform: rotate(0deg);}
}


.imgwa-res{width: 100%;height: auto;}


/*-----------------------------------------! Helpers-------------------------------*/

.mt-1{margin-top: 50px;}
.mt-2{margin-top: 100px;}
.mt-3{margin-top: 150px;}
.tw{color:#fff}



iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------Footer-------------------------------------*/


/* footer{
  background: rgb(0,75,249);
  padding: 10px 0;
  height: 60px;
  width: 100%;
  display: inline-block;
} */



.fot{background: #124fe4; padding: 10px 0;   margin-bottom: 0;}
.fot__p{color: #fff;
  text-align: center;
  margin-top: 10px;
  /* animation: zoomIn;
  animation-duration: 5s;
  animation-iteration-count: infinite; */
}

.fot__p a{text-decoration: none; color: #fff;}  
.fot__p a:hover{ color: #ffffff7f;}  

@media (max-width: 768px) {
  footer p{display: table-cell; font-size: 14px;padding-top: 7px; text-align: center;}

  .fot__p{    
    display: flex;
    font-size: 13px;
    gap: 6px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

}


#title_forum{
  margin-right: 60px;
}

.text_forum{
  flex-wrap: wrap; 
  height: auto;
  
}


.conta_formu {
  max-width: 1320px;
  margin: 0 auto;
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
  
  
}

form {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0;
}

input,
textarea,
label {
  display: block;
  margin: 0 auto;
  width: 100%;
  color: #828282;
  
}

input,
textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #828282;
}

input[type=submit] {
  background-color: #545557;
  padding: 15px 0;
  color: green;
  font-size: 18px;
  border-bottom: none;
  margin-top: 30px;
  cursor: pointer;
  transition: all .3s ease;
}

input[type=submit]:hover {
  background: green;
  color: white;
  font-size: 20px;
}

input,
textarea {
  color: #545557;
  font-size: 18px;
  padding: 10px;
}

input:focus,
textarea:focus {
  outline: 1px solid #828282;
}

/* a {
  color: #828282;
  font-style: italic;
}

a:hover {
  color: #fff;
} */

.termsfeed-com---palette-light .cc-nb-okagree:focus {
  box-shadow: 0 0 0 2px blue !important;
}
.termsfeed-com---nb-interstitial-overlay {
  
  background: rgb(0 0 0 / 41%) !important;

}



#gallery {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.gallery-image {
  /* width: 15%;
  height: auto; */
  /* margin: 10px; */
  cursor: pointer;
}

#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

#lightbox-image {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}
.closebtn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: rgb(255 255 255);
  font-size: 35px;
  cursor: pointer;
}









