.partner{
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  justify-content: left;
  background: rgba(0, 0, 0, .03);
  border-radius: 10px;
  padding: 15px;
}
.title1 {
  color: #ff7e00;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.title1 {
  color: #ff7e00;
}

.title1s {
  color: #ff7e00;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.title1s {
  color: #ff7e00;
}

.texth{
  font-size: 12px;
  column-count:  3;
  width: 100%;
 }
.texth, .texth b, .texth ul li{
  font-size: 12px;
}
.sponsor_forma{
  display: flex;
  flex-direction: row;
  width: 80%;
  align-items: center;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 20px;

}
.div_lefta{
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  justify-content: left;
  line-height: 20px;
  height: 670px;
  border-radius: 10px;
}

.div_righta{
  display: inline-flex;
  flex-direction: column;
  width: 48%;
  padding: 30px;
  margin-left: 10px;
  margin-top: -45px;
  border-radius: 10px;
   background: rgba(0, 0, 0, 0.03);
}

.div_righta form{
  display: inline-flex;
  flex-direction: column;
  row-gap: 10px;
}

.twoa, .onea{
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  
}

.twoa .input_groupa{
  display: inline-flex;
  flex-direction:column;
  width: 45%;
  position: relative;

}


.onea .input_groupa{
  display: inline-flex;
  flex-direction:column;
  width: 98%;
  position: relative;

}

.input_groupa label{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
}

.input_groupa i{
  position: absolute;
  left: 15px;
  bottom: 18px;
  font-size: 20px;
  color: grey;
}


.onea .input_groupa i{
  position: absolute;
  left: 15px;
  Top: 57px;
  font-size: 15px;
  color: grey;
}
.twoa .input_groupa input{
  width: 100%;
  border-radius: 5px;
  border: none;
  height: 50px;
  padding-left: 50px;
}

.onea .input_groupa textarea{
  width: 100%;
  border-radius: 5px;
  border: none;
  height: 170px;
  padding-left: 50px;
  padding-top: 25px;

}


.twoa .input_groupa select{
  width: 100%;
  border-radius: 5px;
  border: none;
  height: 55px;
  padding-left: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  color: black;
}

.twoa .input_groupa input::placeholder, .onea .input_groupa textarea::placeholder{
  font-weight: bold;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}



.div_left p{
  font-size: 18px;
  width: 50%;
  font-weight: 500;
  text-align: center;
  margin: auto;
  position: relative;
  background: rgba(0, 0, 0,.03);
  padding: 50px 25px;
  border-radius: 5px;
}

.div_left p i{
  position: absolute;
  top: -5px;
  border-radius: 0;
  right: -2px;
  font-size: 20px;
  color: rgba(0, 0, 0, .6);
}

.input_groupbuta{
  border: none;
  border-radius: 5px;
  width: 50%;
  background-color: #e2032d;
  padding: 10px 10px;
  margin: auto;
  color: white;
  font-weight: bold;
  margin-top: 10px;
}




















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

.sponsor_forma{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin: auto;
  margin-top: 10px;
  height: auto;
  min-height: 700px;
  margin-bottom: 20px;

}


.twoa, .onea{
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  
}
.twoa .input_groupa{
  display: inline-flex;
  flex-direction:column;
  width: 97%;
  position: relative;

}

.div_lefta{
  display: inline-flex;
  flex-direction: column;
  width: 98%;
  justify-content: left;
  line-height: 20px;
  height: auto;
  min-height: 670px;
  border-radius: 10px;
}

.div_righta{
  display: inline-flex;
  flex-direction: column;
  width: 98%;
  padding: 10px;
  margin-left: 0;
  margin-top: 10px;
  border-radius: 10px;
   background: rgba(0, 0, 0, 0.03);
}

.texth{
  font-size: 12px;
  column-count:  1;
  width: 100%;
 }

 .input_groupa label{
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
}

.input_groupa i{
  position: absolute;
  left: 15px;
  bottom: 18px;
  font-size: 16px;
  color: grey;
}
.div_righta form{
  display: inline-flex;
  flex-direction: column;
  row-gap: 5px;
}

.onea .input_groupa i{
  position: absolute;
  left: 15px;
  Top: 57px;
  font-size: 15px;
  color: grey;
}
.twoa .input_groupa input{
  width: 100%;
  border-radius: 5px;
  border: none;
  height: 40px;
  padding-left: 50px;
}

.onea .input_groupa textarea{
  width: 100%;
  border-radius: 5px;
  border: none;
  height: 140px;
  padding-left: 50px;
  padding-top: 25px;

}

}