

.bg-contact {
    width: 100%;
}


.container-contact {
  width: 100%;
  min-height: 90vh;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;*/
  padding: 80px 0;

}


.cont-contact{
	width: 70%;
	margin: 0 auto;
}

.wrap-contact {
  width: 50%;
  background:#ededed;
  overflow: hidden;
  padding: 60px 40px 61px 40px;
  border-radius: 14px;
}


.wrap-contact-text {
  width: 30%;
  overflow: hidden;
  padding: 50px 20px 40px 20px;
	margin-right: 20px;
	color: #fff;
}

.wrap-lavora-text {
    width: 40%;
    overflow: hidden;
    padding: 0 40px 40px 40px;
	margin-right: 20px;
	color: #fff;
}

.wrap-lavora-text img{
	width: 100%;
	margin-bottom: 30px;
}



	.text-contact h1{
    font-size: 5vh;
    color: #965e30;
    /*
		color: #222;
		font-size:180%;
		text-align: left;
		line-height: 1.5;
		margin:0 0 1vh 0;
		padding: 0;
		font-weight: 600;
    */
	}

  .text-contact h2{
    color: #222;
    font-size:120%;
    text-align: left;
    /*width: 60%;*/
    line-height: 1.5;
    margin:0 0 2vh 0;
    padding: 0;
    font-weight: 600;

  }


	.text-contact{
		color: #222;
		font-size:100%;
		/*width: 60%;*/
		line-height: 1.8;
	}




/*------------------------------------------------------------------
[  ]*/

.contact2-form {
  width: 100%;
}

.contact2-form-title {
  display: block;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 50px;

font-size: 150%;
			font-weight: 600;
	text-transform: uppercase;
	 color: #555;
}

.wrap-input-privacy {
    width: 100%;
    position: relative;
    color: #555;
    margin: 40px auto;
    text-align: center;
}



/*------------------------------------------------------------------
[  ]*/

input {
    outline: none;
    border: none;
    background-color: transparent;
}

textarea {
    outline: none;
    border: none;
    background-color: transparent;
}



.wrap-input2 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #202052;
  margin-bottom: 30px;
}

.input2 {
  display: block;
  width: 100%;
  font-size: 1em;
  color: #555;
  line-height: 1.2;
}

.focus-input2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: rgba(255,0,0,1);
  background: -webkit-linear-gradient(45deg, #202052, #222);
  background: -o-linear-gradient(45deg, #202052, #222);
  background: -moz-linear-gradient(45deg, #202052, #222);
  background: linear-gradient(45deg, #202052, #222);
}

.focus-input2::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;

  font-size: 1em;
  color: #555;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input-visita {
  display: block;
  width: 100%;
  font-size: 1em;
  color: #555;
  line-height: 1.2;
}

.focus-input-visita {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input-visita::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: rgba(255,0,0,1);
  background: -webkit-linear-gradient(45deg, #202052, #222);
  background: -o-linear-gradient(45deg, #202052, #222);
  background: -moz-linear-gradient(45deg, #202052, #222);
  background: linear-gradient(45deg, #202052, #222);
}

.focus-input-visita::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;

  font-size: 1em;
  color: #555;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
input.input2 {
  height: 45px;
  border: 0px solid #ccc;
}

input.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

textarea.input2 {
  min-height: 80px;
  padding-top: 13px;
  padding-bottom: 13px;
}

textarea.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

.input2:focus + .focus-input2::after {
  top: -13px;
	color: #222;
}

.input2:focus + .focus-input2::before {
  width: 100%;
}

.has-val.input2 + .focus-input2::after {
  top: -13px;
	color: #888;
}

.has-val.input2 + .focus-input2::before {
  width: 100%;
}
/*---------------------------------------------*/
input.input-visita {
  height: 45px;
}

input.input-visita + .focus-input-visita::after {
  top: 16px;
  left: 0;
}

textarea.input-visita {
  min-height: 80px;
  padding-top: 13px;
  padding-bottom: 13px;
}

textarea.input-visita + .focus-input-visita::after {
  top: 16px;
  left: 0;
}

.input-visita:focus + .focus-input-visita::after {
  top: -13px;
	color: #222;
}

.input-visita:focus + .focus-input-visita::before {
  width: 100%;
}

.has-val.input-visita + .focus-input-visita::after {
  top: -13px !important;
	color: #888 !important;
}

.has-val.input-visita + .focus-input-visita::before {
  width: 100% !important;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0px;
}

.wrap-contact2-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  width: auto;
  overflow: hidden;
  margin: 0 auto;
}

.contact2-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: rgba(219,21,99,1);
  background: -webkit-linear-gradient(-135deg, #202052, #222, #202052, #222);
  background: -o-linear-gradient(-135deg, #202052, #222, #202052, #222);
  background: -moz-linear-gradient(-135deg, #202052, #222, #202052, #222);
  background: linear-gradient(-135deg, #202052, #222, #202052, #222);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 244px;
  height: 50px;




  font-size: 16px;
  color: #555;
  line-height: 1.2;


}

.wrap-contact2-form-btn:hover .contact2-form-bgbtn {
  left: 0;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-contact2 {
    padding: 72px 15px 90px 15px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #000;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;


  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


 #show_info{
   margin: 0 auto;text-align: center;
   width: 100%;
   cursor: pointer;
   color: #555;
 }

 #show_info:hover{
   color: #222;
 }

 #info
 {margin: 15px auto;
   display: none;
   text-align: center;
   width: 100%;
   padding:15px;
   background-color: #f5f5f5;
	 font-size: 80%;
 }


  #info a{
    color: #222;
  }
  #info a:hover{
    color: #222;
  }
