

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 3px;
}
form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6b6a75;
  background-color: #eaf2f7;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form-control:focus {
  color: #6b6a75;
  background-color: #eaf2f7;
  border-color: #83d1ed;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(6, 163, 218, 0.25);
}
form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6b6a75;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  appearance: none;
}
.form-select:focus {
  border-color: #83d1ed;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(6, 163, 218, 0.25);
}
button a:hover {
    color: #fff;
}

button a {
    color: #fff;
}
.caja {
    border:none;
    color: black;
    width: 250px;
    height: auto;
    text-align: center;
    margin: 5px;
    line-height: 20px;
    overflow: hidden;
   
    

}

.flex-container {
    display: flex;
    border: none;
    padding: 5px;
    flex-direction: row;
    flex-wrap: wrap; /*especifica si los elementos "hijos" son obligados a permanecer en una misma línea o pueden fluir en varias líneas*/
    /*flex-flow: row wrap-reverse => combina direction y wrap*/
    width: 100%;
    height:auto;
    margin: 0 auto;
    justify-content: space-evenly;
    align-items: center; /*especifica la alineación predeterminada para los elementos dentro de un contenedor flexbox o grid.*/
    align-content: space-between; /*establece la distribución del espacio entre y alrededor de los elementos de contenido a lo largo del eje transversal*/
}

img {
    vertical-align: middle;
}
.img-container {
  border-radius: 20px!important;
}

.border {
  border-radius: 10px;
}

.img-opacity:hover {
  opacity: 0.6;
}

h1 {
    text-align: center;
}
.title {
  color: #09a0da;
}
.tab h2 {
  color:#09a0da ;
  font-size: 25px;
}
.tab p {
  font-size: 13px;
}
.payments-method {
  background: #09a0da;
  width: 20px;
  position:absolute;
  border: solid 1px #09a0da;
  border-radius: 50%;
  height: 20px;
}
.list-num{
  color: #fff!important;
}

h3:hover {
  color: #09a0da;
}

hr {
  color: #09a0da;
}

.btn-present {
    border-radius: 5px;
    background-color: #133853;
    color: #fff;
    font-weight: 600;
    
}
.btn-nav {
  font-size: 25px;
  letter-spacing: 2px;
  border: none;
  background-color: #133853;
  color: #09a0da;
  font-weight: 600;
}
.btn-nav:hover {
  color: #fff;
}
.btn-present:hover {
  border-radius: 5px;
  background-color: #133853;
  color: #fff;
  font-weight: 600;
}
.btn-present:hover {
    background-color: #09a0da;
    border: 1px solid #09a0da;
}

.btn-support-card {
  width: 60%;
  height: auto;
  padding: 5px;
  border-radius: 15px;
  background-color: #09a0da;
  color: #fff;
  font-weight: 600;
  border: solid 1px #fff;
  cursor: pointer;
}
.btn-support-card:hover {
  background-color: transparent;
  color: #09a0da;
  border: solid 1px #09a0da;
}

#trucazo {
    opacity: 0;
}

.full-container {
    width: 100%;
    color: black;
    background-color: #eef9ff;
}
.support-container {
  border-radius: 10px;
  width: 100%;
  max-width:700px;
  padding:80px 80px;
  margin:0 auto;
  color: #09a0da;
  
}
@media(max-width:1400px){
  .support-container{
      padding:0 20px
  }
  .title {
    letter-spacing:0;
  }
}



.btn-brochure{
    width: 30%;
    background: #133853; /* color de fondo */
    color: #fff; /* color de fuente */
    border: 2px solid; /* tamaño y color de borde */
    padding: 16px;
    border-radius: 10px; /* redondear bordes */
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-size: 15PX;
    font-weight: 600;
  }
  .btn-brochure:hover {
    color: #fff;/* color de fuente hover */
  }
  .btn-brochure::after {
    content: "";
    background: #09a0da; /* color de fondo hover */
    position: absolute;
    z-index: -1;
    padding: 16px;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0) rotate(-180deg);
    transition: all 0.3s ease;
  }
  .btn-brochure:hover::after {
    transition: all 0.3s ease-out;
    transform: scale(1, 1) rotate(0deg);
  }
  
  span {
    color: #133853;
    font-weight: 600;
  }

  span:hover {
    color: #09a0da
  }

  .text-justify {
    text-align: justify; 
  }
  .text-center {
    text-align: center!important;
  }

  ul {
    text-align: justify;
  }

  .container .tab {
    position: relative;
    background: #fff;
    padding: 20px 20px 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0);
    border-radius: 10px;
    border: none;
  }
  .container .tab:hover {
    opacity: 0.9;
  }
  
  .marca {
    width: 20%;
    margin-left: 80PX;
  }
  .letter {
   font-style: italic;
  }
  .border {
    background-color: #09a0da;
    border-radius: 10px;
  }
  .title {
    text-transform: uppercase;
    text-align: center!important;
    color: #09a0da;
    font-weight: bold;
  }
  .title-container {
    width: 100%; 
  }
  @media(min-width:800px) {
    .title{
      letter-spacing: 30px;
      word-spacing: 5px;
      font-size: 50px;

    }
  }

  input{
    border-radius: 5px!important;
    color: #09a0da;
  }
  
  button:hover {
    background:#09a0da;
    color:#fff
  }

  button {
    background: transparent;
    border:1px solid #09a0da;
    border-radius: 5px;
    color: #09a0da;
    font-weight: 600;
  }
  
  select {
    border-radius: 5px;
  }
  select:focus {
    background: transparent;
  }
  textarea {
    border-radius: 5px;
  }
  ::placeholder {
    color: #09a0da;
  }

  input:hover {
    background: #f1f4f7;
    opacity: 0.7;
  }
  select:hover {
    background: #f1f4f7;
    opacity: 0.7;
  }
 textarea:hover {
  background: #f1f4f7;
    opacity: 0.7;
 }
.rejilla {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 15px;
}
.active-cursor {
  cursor: pointer;
}

.content p {
  color: #09a0da;
  font-weight: bold;
}

.remove-hover:hover {
  cursor: none;
  width: 60%;
  height: auto;
  padding: 5px;
  border-radius: 15px;
  background-color: #09a0da;
  color: #fff;
  font-weight: 600;
  border: solid 1px #fff;
}

 .grecaptcha-badge {
  display: flex;
  justify-content: center; /* Centrado horizontal */
  align-items: center;     /* Centrado vertical */
  height: 100%; 
}
.g-recaptcha:hover {
  background: #09a0da;
 
}