/* 
    Created on : 26 lug 2021, 09:53:42
    Author     : F. Catelli @corilla
*/

/*=============== STILE GENERICO ==================== */

/* COLORI

#292929 --> Grigio scuro
#A53E18 --> Rosso mattone
#E0E0E0 --> Grigio chiaro

*/

body {
  background-color: #F5F5F5;
  font-family: 'Lato', Arial, sans-serif;
  color: #292929;
}



h1 {
  font-size: 50px;
  line-height: 55px;
}

h2, h3 {
  font-size: 40px;
  line-height: 45px;
  padding-bottom: 20px;
}

h4 {
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
}

h5  {
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
}

p, a {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.btn, a.btn {
  background-color: #A53E18;
  border-radius: 0px;
}

btn:hover, a.btn:hover {
  background-color: #292929;
}

.btn-form {
  border-radius: 0px;
  font-size: 15px;
  background-color: #A53E18;
  border: 3px solid #A53E18; 
  box-shadow: none;
  margin-top: 15px;
}

.bg-dark {
  background-color: #292929;
}

/*============= HEADER =============*/

.navbar-header-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* HEADER FIXED */

.fixed-top {
  position: fixed;
  top: 0;
  z-index: 1020;
}

.navbar {
  background-color: #292929;
  border-radius: 0px;  
  padding: 20px 0;
  width: 100%;
}

.btn-nav {
  background-color: #A53E18;
}

.navbar-nav>li>a:hover {
  background-color: #A53E18;
}

.navbar-brand img {
  width: 90%;
}

.navbar-toggle .icon-bar {
  background-color: white;
}

.bg-img {
  background-image: url('../images/uploads/pavimento-industriale-in-resina-homepage.jpg'); 
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
  outline-offset: -3px;
}

#hero11 {
  padding-bottom: 50px;
}

/*============== FORM ===============*/

.form-control {
  height: 35px;
  padding: 2px 4px;
}

#formContatto p {
  font-weight: 400;
  font-size: 16px;
}

#formContatto h3 {
  padding-bottom: 0;
}

.consensi {
  display: flex;
  font-size: 14px;
}

.consensi label{
  margin-left: 5px;
}

.consensi a{
  font-size: 14px;
  color: white;
  text-decoration: underline;
}

.lead {
  font-size: 25px;  
  line-height: 30px; 
  font-weight: 300;
}

#areaIntervento, #mqPavimento {
  margin-bottom: 15px;
}

select option {
  color: #657380;
  font-weight: 700;
}


/*=============== PUNTI DI FORZA ==================== */

#features1-2 h2 {
  font-size: 42px;
  padding-bottom: 10px;
  font-weight: 300;
}

#features1-2 p {
  font-size: 22px;
  font-weight: 300;
}

.separatore-rosso {
  background-color: #A53E18;
  border-color: #A53E18;
}

.features-block .feature-inner {
  padding: 20px;
  background-color: #e0e0e0;
  height: 350px;
}

.features-block img {
  width: 20%;
}

.features-block h4 {
  font-weight: 300;
}

.features-block p {
  font-size: 20px !important;
}

/*=============== FOTO LAVORI ==================== */

#portfolio4-1 {
  background-color: #e0e0e0;
}

#portfolio4-1 .container-fluid {
  margin-bottom: 50px;
}

#portfolio4-1 h2 {
  color: #292929;  
  padding-bottom: 10px;
  font-weight: 300;
}

#cta1-1 a {
  border-radius: 0px; 
  background-color: #A53E18;
}

#cta1-1 a:hover {
  background-color: #292929;
}

#partners2-2 h2 {
  color: #292929;
  font-weight: 300;
}

/*=============== METODO ==================== */

#features3-2 .metodocol {
  padding-right: 50px;
}

#features3-2 h2 {
  color: #fff;
  font-weight: 300;
  padding-bottom: 10px;
}

#features3-2 img {
  width: 12%;
  float: left;
}

#features3-2 .btn:hover {
  background-color: #A53E18;
}

.clients img {
  max-width: 20%;
  margin-top: 0px;
  padding: 0 10px;
}

#partners2-2 .carousel-inner {
  margin-bottom: 20px; 
}

.loghi-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#funfacts1-3  {
  background: url(../images/uploads/pavimento-industriale-in-resina.jpg) center;
}

/*=============== SEZIONE GUIDA ==================== */

#content12-1 h3 {
  padding-bottom: 20px;
  color: #fff
}

#content12-1 .content-block  {
  height: 550px
}

#content12-1 .content-block img:hover {
  opacity: 1;
}

#content12-1 .img-block {
  background: url(../images/uploads/copertina-settore-industriale-resina-vantaggi.jpg) left center;
  background-size: cover;
}

#content12-1 .btn {
  border-radius: 0px;
}

#content12-1 a:hover {
  background-color: #A53E18;
}

#content12-1 p {
  color: #fff;
  opacity: 1;
}

#content12-1 .icona {
  position: absolute;
  bottom: 70px;
  left: 50px;
  height: 100px;
  width: 100px;
  text-align: right;
}

footer p, .footer a {
  color: #292929;
}

.footer-links {
  margin-top: 25px;
}

form#guida {
  color: #fff;
}

#guida .form-group {
  margin: 0px;
}

/* ============== FIX DESKTOP =============== */


@media screen and (min-width: 1200px) {
  .intro h1 {
    font-size: 60px;
  }
}

/*=============== TABLET ==================== */

@media screen and (max-width: 991px) {

  #hero11 {
    padding-top: 100px;
  }

  .intro p {
    padding-left: 70px;
    padding-right: 70px
  }

  .funfacts .text.text-left {
    text-align: left !important;
  }

  #content12-1 .content-block {
    height: 400px;
  }

  #content12-1 .icon-col {
    display: none;
  }

  #content12-1 .separatore-rosso {
    display: none;
  }

  .content-split .content-block {
    text-align: left !important;
  }
}

/*=============== MOBILE ==================== */

@media screen and (max-width: 767px) {

  .loghi-container{
    flex-wrap: wrap;

  }
  .clients img{
    max-width: none;
    width: 50%;
  }

  .nav.menu-cta-telefono>li>a{
    font-size: 16px;
    padding: 0 5px;
    word-break: keep-all;
  }
  .intro p {
    padding-left: 25px;
    padding-right: 25px;
  }

  #areaIntervento, #mqPavimento {
    width: 100%;
  }

  #features3-2 .metodocol {
    margin-bottom: 30px;
  }

  #features3-2 .new-row-sm {
    margin-top: 0px;
  }

  #content12-1 .content-block {
    height: 450px;
  }
}