
.padrepro{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content:flex-start;
  align-items:center;
  align-content:space-between;
  
}

.hijopro1{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:30%;
  margin-left: 30px;

}
      
.hijopro2{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:60%;
}

@media (max-width: 1250px){
  .padrepro{
  
    margin-left: 10px;
    margin-right: 40px;
  }
  .hijopro1, .hijopro2{
    width: 100%;
  }
}
    
.hr{
  background:#62BB51 ;
        border: none;
        height: 12px;
        width: 100%;
        position: fixed;
         bottom:0;
           overflow: hidden;
}

.padreclam{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  align-content:space-between;

 

}

.hijoclam1{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:25%;
}
      
.hijoclam2{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:20%;
}
      
.hijoclam3{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:20%;
}


.send-btn {
   letter-spacing: 1px;
    background:#62BB51;
    color: #fff;
    font-family: 'Noto Sans Georgian', sans-serif;
    font-size: 18px;
    width:200PX;
    height: 41px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media (max-width: 1250px){
  .padreclam{
  display: block;
    margin-left: 60px;
    margin-right: 60px;
  }
  .hijoclam1, .hijoclam2, .hijoclam3{
    margin-left: 30px;
    margin-right: 60px;
    width: 100%;
  }

  .v-line{
    left: 10%;
  }
 
}

.v-line{
 border-left: thick solid #62BB51;
 height:220px;
 left: 18%;
 position: absolute;

}

.padreclam01{

  display:flex;
  flex-direction:row-reverse;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  align-content:space-between;
  
}

.hijoclam01{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:20%;
}
      
.hijoclam02{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:20%;
}
      
.hijoclam03{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:25%;
}

.v-line2{
 border-right: thick solid #62BB51;
 height:200px;
 right: 13%;
 position: absolute;

}

@media (max-width: 1250px){
  .padreclam01{
  display: block;
    margin-left: 10px;
    margin-right: 40px;
  }
  .hijoclam01, .hijoclam02, .hijoclam03{
     margin-left: 30px;
    margin-right: 60px;
    width: 100%;
  }
 
}

.hijoclam001{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:25%;
}

.hijoclam002{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:17%;
}
      
.hijoclam003{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:20%;
}

@media (max-width: 1250px){

  .hijoclam001, .hijoclam003{
     margin-left: 30px;
    margin-right: 60px;
    width: 100%;
  }
  .hijoclam002{
     margin-left: 30px;
    margin-right: 60px;
    width: 100%;
  }

}

.padretext{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  align-content:space-between;

}

.hijotext{
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:auto;
  margin-right:230px ;
  margin-left: 230px;
}

.btn1{
    background:#62BB51;
    color: #fff;
    font-family: 'Noto Sans Georgian', sans-serif;
    font-size: 15px;
    width: 20%;
    height: 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.btn2{
    background:#62BB51;
    color: #fff;
    font-family: 'Noto Sans Georgian', sans-serif;
    font-size: 15px;
    width: 20%;
    height: 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.btn1:hover{
  font-family:'Alexandria', sans-serif ;
  
}
.btn2:hover{
  font-family:'Alexandria', sans-serif ;
  
}

.space {
  width: 50px;
  height: auto;
  display: inline-block;
}
.v-lineET{
   border-left: thick solid #62BB51;
 height:250px;
 left: 15%;
 position: absolute;
}

.v-lineET2{
   border-right: thick solid #62BB51;
 height:250px;
 right: 15%;
 position: absolute;
}

@media (max-width: 1250px){
  .padretext{
  display: block;
 
  }
  .hijotext{
      margin-left: 50px;
    margin-right: 50px;
  }

  .btn1, .btn2{
    display: block;
    width: 100%;
  }



}
    
.prin{
   font-family: 'Noto Sans Georgian', sans-serif;
  color:#1C70B7;
  text-decoration: none;
}

.prin:hover{
  font-family:'Alexandria', sans-serif ;
  color:#62BB51 ;
}