 .vector {
     background-color: transparent;
     width: 290px;
     height: 270px;
     border-radius: 50%;
     border: 60px solid #C74560;
     overflow: hidden;
     margin-left: -135px;
     margin-top: -130px;
     margin-bottom: -70px
 }
 
 .space {
     border: 3px solid #C74560;
     width: 5%;
     margin: auto;
     text-align: center
 }
 
 .bg-lb {
     background-color: #3DBAB3
 }
 
 .wine {
     color: #C74560
 }
 
 .border-bton {
     border: 4px solid white;
 }
 
 .bton {
     color: white;
     border-radius: 10px;
     background: transparent;
     padding: 10px;
     border: 3px solid white;
     width: 100%
 }
 /* .vector-verde {
     background-color: transparent;
     width: 290px;
     height: 270px;
     border-radius: 50%;
     border: 60px solid #8DBA38;
     position: absolute;
     top: 100%;
     box-sizing: border-box
 } */
 
 .vector-verde {
     position: absolute;
     right: 0;
     margin-top: -245px;
 }
 
 .v-inver {
     display: none
 }
 
 .verde {
     margin-top: 77px
 }
 
 .info {
     font-size: 30px;
     color: #88898C;
 }
 
 #send-form {
     font-size: 30px;
     color: #fff;
 }
 
 @media(max-width:769px) {
     .vector {
         width: 180px;
         height: 170px;
         border: 30px solid #C74560;
         margin-left: -100px;
         margin-top: -90px;
     }
     #logo {
         width: 50% !important
     }
     .verde {
         display: none
     }
     .v-inver {
         display: block;
         position: absolute;
     }
     .green-inver {
         margin-top: -58px
     }
     .down {
         display: block;
         width: 25px;
         height: 25px;
         border: 1vw solid;
         border-color: #E5E5E5 transparent transparent #E5E5E5;
         transform: rotate(225deg);
         justify-content: center;
         align-items: center;
         margin: auto;
         box-shadow: -7px -7px 4px #cecece;
     }
     input {
         border-radius: 8px
     }
     .celeste {
         right: 0;
         top: 105%
     }
 }
 
 @media(max-width:767px) {
     .image {
         display: none
     }
 }
 
 @media(max-width:665px) {
     .celeste {
         top: 115%
     }
 }
 
 @media(max-width:640px) {
     .celeste {
         top: 185%
     }
 }
 
 @media(max-width:400px) {
     .celeste {
         top: 75%
     }
 }