

.fondo1 {
    background-image: url('./../../imagenes/svg/FONDOCIELO.jpg');
    background-size: 100%;
    background-repeat:repeat-x;
}

.fondo2 {
    background-image: url('./../../imagenes/svg/FONDOATARDECER.svg');
    background-size: 100%;
    background-repeat:repeat-x;
    height: 100%;
}
.IMGFONDO{
    width: 100%;
    position: relative;
    vertical-align: middle;
}

.IMGFONDOSELEC{
    background-image: url('./../../imagenes/svg/GIRASOLSELECCIONV.svg');
    background-size: 100%;
    background-repeat:repeat-x;
    display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;

}

.IMGFONDOSELECon{
    background-image: url('./../../imagenes/svg/GIRASOLSELECCIONVon.svg');
    background-size: 100%;
    background-repeat:repeat-x;
    display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
}

.IMGFONDOCARROUSEL{
    width: 65%;
    margin-top:50%;
    margin-bottom: 15%;
    position: relative;
    vertical-align: middle;
}

.swalAvatar{
  width: 10%;
}
.BotonesDiv{
    display: flex;
    flex-direction: row;
    justify-content: center;
 align-items: center;
    gap: 40px;
    
}


.BotonCarrusel {
    /* position: absolute; */
    /* top: 50%; */
    width: 15%;
    /* transform: translateY(-50%); */
   }
   
 /*   .BotonCarrusel[name="previous"] {
    left: 0;
   }
   
   .BotonCarrusel[name="next"] {
    right: 0;
   } */

  .FONDOSWALAVATAR {
    background-color: black;
    border-radius: 100%;

  }

  .form {
    background-image: url('./../../imagenes/svg/GIRASOLES2V.svg');
    background-size: 100%;
    background-repeat:repeat-x;
    
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;

  }

  .form_div2{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form_div1{
    display: flex;
    flex-direction: column;
    align-items: center;
    
  }
  
  
  .form__label {
    color: white;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
 align-items: center;
    gap: 40px;
  }
  
  .form__input {
    padding: 5px;
    margin-bottom: 10px;
    border: 2px solid #070707;
    border-radius: 4px;
    color: black;
    background-color: white;
  
  }
  
  .form__button {
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .form__buttonClear {
    padding: 5px 10px;
    background-color: #ff1100;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  
  .form__button:hover {
    background-color: #0069d9;
  }

  .FirmaDiv{
    width: 100%;
    border: solid 1px black;
  }

  .IMGFONDOMED{
    width: 100%;
    position: relative;
    vertical-align: middle;
    height: 200px;
    
  }

  .textarea{
    text-align: center;
    width: 79%;
  }

  .SEPARADOR{
    bottom: 50px;
    width: 70%;
  }

  .textoPreForm{
    width: 90%;
    /* border: solid 2px black; */
    display: flex;
    flex-direction: column;
    align-items: center;

  }
  .intro {
    color: white;
    font-size: 12px;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }