
.sombra{
  box-shadow: 0px 8px 12px 0px rgb(0 0 0 / 8%);
}

.presentacion{
    position: relative;

    background-image: url(../img/banner03.png);

    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 86vh;
    background-size: cover;
    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: 3.3rem;
    line-height: 1;
}
.text-2xl {
    font-size: 24px;
    line-height: 30px;
}
.text-3xl {
  font-size: 43px;
line-height: 44px;
color: #676666;
}

.texto{
      background-color: #050b3d;
      /* background-color: #5e6de5; */
}
.bloque{
      background-color: #f2f3f7;
}
/* .bloque2{
      background-color: #03082d;
} */

.bloque-footer{
      background-color: #050b3c;
}
.bloque-zocalo{
      background-color: #ca2626;
}

.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(95deg, #d27506, #c90b0b);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip:text;

} */

.card {
    border: none;
    border-radius: 0.45rem;
    box-shadow: 1px 7px 11px 10px rgb(0 0 0 / 18%);
    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{
  display: none;
  position: absolute;
    left: 3rem;
    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: 8%;
  }
}
.reserva-modulo-footer{

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



.espacio{
  margin-bottom: 10vh;
}


.cajalogo {
max-width: 20%;
}

.logoNav {
  max-width: 88%;
  margin-bottom: -24%;
}


@media (max-width:500px)  {
  .cajalogo {
  max-width: 50%;
  }

  .logoNav {
    max-width: 100%;
    margin-bottom: -50%;
  }
}


#nosotros .auto {
     font-weight: bold;
     color: #c99806;
     font-style: normal;
     font-size: 4.5rem;
}

/* .fondoDiag {
background-image: linear-gradient(314deg, #ce4509 50%, #050b3c 50%);
} */
/* .fondoDiag2 {
background-image: linear-gradient(134deg, #ce4509 50%, #050b3c 50%);
} */
.fondoForm {
background-color: #050b3c45;
}


.triangulo {
  width: 0;
  height: 0;
  border-right: 100px solid transparent;
  border-top: 100px solid #d31111;
  border-left: 100px solid transparent;
}

/* .text-gris{
  color: #71a2d6;
} */

/* .fondoColIzq{
  background: #050b3c;
} */

.textS{
  text-shadow: 1px 1px 9px #0000007a;
}




@media (min-width:500px)  {
  .fondoColIzq{
    background: transparent !important;
  }

 
}

.none{
  display: none;
  
}