.swal2-html-container{
    padding: 0!important;
}
.sombra{
  box-shadow: 0px 8px 12px 0px rgb(0 0 0 / 8%);
}

.presentacion{
  background-image: url("../img/banner03.png");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  background-size: 100%;
  background-color: rgba(242,243,248,1);



}

.centro{

  padding-top: 190px;
  padding-bottom: 190px;
}

.btn{
margin: 5px;
border-radius: 50px!important;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.text-2xl {
    font-size: 24px;
    line-height: 30px;
}
.text-3xl {
  font-size: 43px;
line-height: 44px;
}

.texto{
      background-color: #5e6de5;
}
.bloque{
      background-color: #f2f3f7;
}
.bloque2{
      background-color: #423c7d;
}

.bloque-footer{
      background-color: #050b3d;
}
.bloque-zocalo{
      background-color: #e05529;
}

.icon{
  width: 100%;
}

.cards{
  border-radius: 20px !important;
}

.prguntas{
  font-weight: 900;
    color: black !important;
    font-size: 16px;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border: none;
}

.txtGradient{
  background: #ccc;
  background: linear-gradient(90deg, #596de9, #e45628);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip:text;

}

.card {
    border: none;
    border-radius: 0.45rem;
    box-shadow: -1px 0px 12px 0px rgb(0 0 0 / 8%);
    cursor: pointer;
}

.formNuevoCli {
    border-top: none;
    border-left: none;
    border-radius: 0px;
    border-right: none;
}
.form-group label {
    font-size: 10px;
}
.tel{
  font-weight: 900;
font-style: italic;
}


.reserva-modulo1{
  position: absolute;
    top: 9rem;
    z-index: 1;
    transition: .5s all cubic-bezier(0.8, 0.01, 0.58, 0.8);
    transition: .5s all ease;
    transform: translateY(5vh);
}

@media (max-width:986px){
  .reserva-modulo1{
      top: 13rem;
      left: 9%;
  }
}
.reserva-modulo-footer{

    position: fixed;
    left: 9%;
    margin: auto;
    top: 90vh;
    z-index: 2;
    transition: .5s all cubic-bezier(0.8, 0.01, 0.58, 0.8);
}



.espacio{
  margin-bottom: 10vh;
}


.azul{
   color: #423c7d !important;
}
