.container-fluid {
  display: flex;
  align-items: center;
}

.logo {
  max-width: 100%;
}

.linea1 {
  border: 1px solid #d67d27;
}

.container-fluid {
  height: 100vh;
}

.icono {
  color: white;
  font-size: 30px;
  margin-left: 9%;
}

.img-services {
  max-width: 100%;
  border-radius: 7px;
}

.t-services {
  color: rgb(0, 0, 0);
  font-family: 'Montserrat';
}

@media (max-width: 767px) {
  .t-services {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .logo {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .t1 {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .img-icono {
    max-width: 57px !important;
  }
}

@media (max-width: 767px) {
  .icono-inicio {
    max-width: 37px !important;
    padding-right: 8px !important;
  }
}

.icono-inicio {
  max-width: 8%;
  padding-right: 11px;
}

.t1 {
  font-size: 2rem;
  color: rgb(0, 0, 0);
  font-family: montserrat;
  font-weight: 600;
}

.t2 {
  font-size: 1.5rem;
  color: black;
  font-family: montserrat;
  font-weight: 600;
}

/* .btn1{
    color: white;
    background-color: transparent;
    border: 2px solid white;
    padding: 10px 10px;
    font-family: montserrat;
    font-weight: 600;
    border-radius: 6px;
    transition: transform 0.2s ease;
} */
.btn1 {
  color: rgb(0, 0, 0);
  background-color: transparent;
  border-bottom: 2px solid rgb(0, 0, 0);
  border-left: none;
  border-top: none;
  border-right: none;
  padding: 10px 10px;
  font-family: montserrat;
  font-weight: 600;
  transition: transform 0.2s ease;

}

.btn1:hover {
  transition: 0.1s;
  transform: translateY(-7px);
}

.btn2 {
  color: #ffffff;
  /* background-color: #d67d27; */
  padding: 2px 27px;
  font-family: montserrat;
  font-weight: 600;
  border-radius: 6px;
  transition: transform 0.2s ease;
  border: none;
  background-image: linear-gradient(to right top, #d98728, #d67825, #d36824, #ce5825, #c94727);
}

.btn2:hover {
  transition: 0.1s;
  transform: translateY(-7px);
}

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

#textoabout {
  font-size: 1.2rem !important;
  font-weight: 600;
  color: white;
}

.positionbtn {
  display: flex;
  justify-content: flex-end;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 20px;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  background: linear-gradient(90deg, rgba(217, 135, 40, 1) 0%, rgba(201, 71, 39, 1) 100%);
}

.footer img {
  max-height: 40px;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.card-flip {
  perspective: 1000px;
}

.card-flip:hover .card-inner,
.card-flip.hover .card-inner {
  transform: rotateY(180deg);
}

.card-inner {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.card-front,
.card-back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-back {
  transform: rotateY(180deg);
}

.card-img {
  height: 100%;
  object-fit: cover;
}

.accordion-button {
  background-color: transparent !important;
  padding: 10px 16px !important;

}

.accordion-item {
  background-color: transparent !important;
}

.faq-container {
  max-height: 250px;
  /* Altura máxima del contenedor */
  overflow-y: auto;
  /* Habilita la barra de desplazamiento vertical */
}

.faq-question {
  display: flex;
  align-items: center;
  color: #d67d27;
  font-weight: 600;
  font-family: 'Montserrat';
}

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.faq-question .circle {
  width: 12px;
  height: 12px;
  background-color: #d67d27;
  border-radius: 50%;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .faq-question .circle {
    width: 0px;
    height: 0px;
    padding: 5px;
  }
}

#faqAccordion {
  background-color: transparent;
  border-radius: 7px;
}

.accordion-item {
  border: none !important;
}

.form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #d67d27;
  border-radius: 7px;
}

.form-control {
  background-color: transparent !important;
  border: 2px solid #d67d27 !important;
  font-size: 14px !important;
  padding: 4px 0.75rem !important;
  color: #d67d27 !important
}

input::placeholder,
textarea::placeholder {
  color: #d67d27 !important;
  font-family: 'Montserrat';
  font-weight: 500;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(img/arriba.png) !important;

}

.accordion-button::after {
  background-image: url(img/abajo.png) !important;
}

.cuadro {
  padding: 10px 19px 10px 19px;
  border-radius: 7px;
  background-color: white;
  border: solid #d67d27 2px;
}

.cuadro2 {

  padding: 10px 19px 10px 19px;
  border-radius: 7px;
  font-size: 1.1rem;
  font-weight: 500;
  background: #ffffff;
  border: 2px solid #d67d27;
}

.accordion-body {
  color: #d67d27;
  border-bottom: 1px solid #d67d27;
}

.bor-bot-t {
  border-bottom: 1px solid #d67d27;
}

.icon-svg {
  max-width: 11%;
  padding-right: 11px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5%;
  background-image: url(img/header.png);
  background-size: cover;
  z-index: 999;
}

.container {
  margin-top: 100px;
}

.img-icono {
  max-width: 80px;
}

.img-certificado {
  max-width: 60%;
  box-shadow: -3px 5px 20px -3px rgba(0, 0, 0, 0.79);
  -webkit-box-shadow: -3px 5px 6px -3px rgba(0, 0, 0, 0.79);
  -moz-box-shadow: -3px 5px 20px -3px rgba(0, 0, 0, 0.79);
}

.sub-t {
  font-size: 1rem;
  font-weight: 600;
  color: #d67d27;
}

.hover-icon:hover {
  transition: 0.1s;
  transform: translateY(-7px);
}

a {
  text-decoration: none !important;
  color: #d67d27 !important;
}

.botonatras .fa-caret-left {
  margin-right: 5px;
}

.enlace-whatsapp a,
.enlace-whatsapp a i {
  color: #0DC143 !important;
  font-weight: bold;
}

.texto-20 {
  font-size: 20px;

}

.texto-20 p {
  margin: 0;
}

#recaptcha1 {
  display: flex;
  justify-content: center;
}

.oculto {
  display: none;
}

@media (max-width: 992px) {
  .oculto-celular-separador{
    display: none;
  }
}