.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: 25%;
    margin-left: 30px;
}

.hijopro2 {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    height: auto;
    width: 70%;
}
@media (max-width: 1250px) {
    .padrepro {
        display: block;
    }
    .hijopro1,
    .hijopro2 {
        width: 80%;
    }
}

.padreclam {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    align-content: space-between;
    width: auto;
}

.hijoclam1 {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    height: auto;
    width: 30%;
}

.hijoclam2 {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    height: auto;
    width: 27%;
}

.hijoclam3 {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    height: auto;
    width: 23%;
}
.send-btn1 {
    letter-spacing: 1px;
    background: #62bb51;
    color: #fff;
    font-family: 'Noto Sans Georgian', sans-serif;
    font-size: 15px;
    width: 100px;
    height: 45px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.send-btn2 {
    text-decoration: none;
    letter-spacing: 1px;
    background: #1c70b7;
    color: #fff;
    font-family: 'Noto Sans Georgian', sans-serif;
    font-size: 15px;
    width: 100px;
    height: 45px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.send-btn1:hover {
    font-family: 'Alexandria', sans-serif;
}
.send-btn2:hover {
    font-family: 'Alexandria', sans-serif;
}
.v-line {
    border-left: thick solid #62bb51;
    height: 200px;
    left: 25%;
    position: absolute;
}

.codigo {
    font-size: 14px;
    color: #1c70b7;
}
@media (max-width: 1250px) {
    .padreclam {
        display: block;
        margin-left: 60px;
    }
    .hijoclam1,
    .hijoclam2,
    .hijoclam3 {
        margin-left: 20px;

        width: 80%;
    }

    .v-line {
        left: 10%;
    }

    .send-btn2,
    .send-btn1 {
        display: block;
        width: 60%;
    }
}

.padreclam1 {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    align-content: space-between;
    width: auto;
}
.hijoclam01 {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    height: auto;
    width: 23%;
}

.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: 30%;
}
.v-line2 {
    border-right: thick solid #62bb51;
    height: 200px;
    right: 17%;
    position: absolute;
}
.hijopro02 {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    height: auto;
    width: 50%;
}

@media (max-width: 1250px) {
    .padreclam1 {
        display: block;
        margin-left: 60px;
    }
    .hijoclam01,
    .hijoclam02,
    .hijoclam03,
    .hijopro02 {
        margin-left: 20px;

        width: 80%;
    }

    .v-line2 {
        right: 10%;
    }

    .send-btn2,
    .send-btn1 {
        display: block;
        width: 60%;
    }
}
.hr {
    background: #62bb51;
    border: none;
    height: 12px;
    width: 100%;
    position: fixed;
    bottom: 0;
    overflow: hidden;
}
.subli {
    font-family: 'Noto Sans Georgian', sans-serif;
    color: #1c70b7;
    text-decoration: none;
    font-size: 15px;
}
.subli:hover {
    font-family: 'Alexandria', sans-serif;
    color: #62bb51;
}
.punto {
    color: #1c70b7;
    font-family: 'Noto Sans Georgian', sans-serif;
    text-decoration: none;
}
.punto:hover {
    font-family: 'Alexandria', sans-serif;
    color: #62bb51;
}
.prin {
    font-family: 'Noto Sans Georgian', sans-serif;
    color: #62bb51;
    text-decoration: none;
}
