img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  background: #121617;
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
  color: #1e1e1e;
  font-weight: bold;
  text-transform: uppercase;
}

h1, h2 {
  font-size: 40px;
  line-height: 1;
  /* text-shadow: 0 0 1px #00000094; */
}

h3 {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}

section {
  position: relative;
  padding: 60px 0;
}

.btnbrand {
  background: #397aa0;
  box-shadow: 0 0 13px #8fb9c982;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 2;
  border-radius: 50px;
  padding: 5px 20px;
  display: table;
  margin: 15px auto;
  outline: 1px solid #fff;
  outline-offset: 3px;
}

.btnbrand:hover {
  box-shadow: 0 0 19px #2aa0a0;
  color: #fff;
  outline-offset: 0px;
}

.contenido {
  position: relative;
}

.principal_dos .contenido p {
    text-align:center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.1;
    color:#fff;
}

.alto100 {
  height: 100vh;
}

.alto80 {
  height: 80vh;
}

.ptop100 {
  padding-top: 100px;
}

/** header **/
.header {
  width: 100%;
  height: 80px;
  /* padding-top:20px;
  position:absolute;
  z-index: 10;
  top:0;
  left:0; */
}

.logo {
    margin-top:20px;
}

.logo img {
  max-height: 80px;
}

/** Principal **/
.principal {
  background: #000 url(../img/bg-zarhi.jpg) no-repeat center;
  background-size: cover;
}

.cont_principal {
  background: linear-gradient(to bottom, #1919198c, transparent), url(../img/bg-santana-2.jpg) no-repeat center;
  background-size: cover;
  padding: 0 0 200px;
}

.box_video {
  height: 80vh;
  width: 70%;
  background-color: #eee;
  margin: 0 auto;
}

.cont_video {
  position: absolute;
  top: -250px;
  width: 45%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 5px;
  background: #ffffff21;
  backdrop-filter: blur(30px);
  padding: 10px;
}

.box_video_vert {
  width: 100%;
  backdrop-filter: blur(30px);
  border-radius: 5px;
}

.video_src {
  padding: 10px;
}

.box_form {
  width: 70%;
  /* height: 80vh; */
  margin: 0 auto;
  position: relative;
}

.head_form {
  background: #f0f0f0;
  padding: 20px;
}

.body_form {
  background: #eee;
  padding: 20px;
}

.foot_form {
  background: #red;
  padding: 20px;
}

.etiqueta {
  background: #2aa0a0;
  display: table;
  font-size: 18px;
  line-height: 1;
  padding: 9px 20px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border-radius: 7px;
  position: absolute;
  top: -37px;
  left: 0px;
  transform: rotate(-10deg);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.head_form h1 {
  margin-top: 20px;
}

.tit_promo {
  display: block;
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
}

/* .section.principal_dos {
    padding:0;
} */

.principal_dos h1 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  font-family: 'Poppins', sans-serif;
  color:#fff;
}

.seccionVideo {
  padding: 0;
}

/** secc especialidades **/
.secc_especialidades {
  padding-top:100px;
  background:#fff;
}

.section.especialidades {
    padding:0;
}

.fila_especialidades {
  display: flex;
  gap: 15px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-snap-align: center;
  scrollbar-width: none; /*Firefox*/
}

/*Webkit*/
.fila_especialidades::-webkit-scrollbar {
  width: 0;
}

.fila_especialidades .box_esp {
  flex: 0 0 23%;
    width: 23%;
    object-fit: cover;
}

.cont_abs {
  position:relative;
  border-radius:10px;
  overflow:hidden;
}

.cont_abs .link_card {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:2;
}

.cont_abs .img_esp::before {
  content:'';
  position:absolute;
  width: 100%;
  height: 100%;
  background:linear-gradient(to top, #0000007a, transparent);
  border-radius:10px;
  left:0;
  bottom:0;
}

.cont_abs .txt_esp {
  position:absolute;
  bottom: 0;
  left:0;
  width:100%;
  max-width: 100%;
  padding: 30px 20px;
}

.txt_esp h3 {
  font-size: 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color: #fff;
}

.txt_esp a {
  margin: 10px auto;
  display: table;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform:uppercase;
  font-weight:300;
  font-size:12px;
}

/** Secc 2 **/
.secc2 {
    background: #fff;
  /* background: #fff url(../img/bg-zarhi-info2.jpg) no-repeat center; */
  background-size: cover;
  padding:80px 0;
}

.cont_iconos {
    display:flex;
    gap: 10px;
    align-items:center;
}

.cont_iconos .icono {
    width:100%;
}

.cont_iconos .icono:nth-child(2) img, .cont_iconos .icono:last-child img {
    height:75px;
}

.cont_iconos .icono img {
    max-height: 100px;
    margin: 5px auto;
    display: block;
}

.secc2 .contenido {
  padding-left: 65px;
  font-size:15.7px;
}

h2.titulo {
  font-size: 20px;
    line-height: 1;
    color: #2d2d2d;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

h2.titulo span {
  font-weight:400;
  font-family: 'Bebas Neue';
    font-size: 45px;
    display: block;
}

h3.subtitulo {
  font-size: 20px;
  color: #2aa0a0;
  line-height: 1;
  margin: 20px 0;
}

.secc_form {
  padding: 100px 0 0;
  background: linear-gradient(45deg, #19191945, transparent), url(../img/bg-footer-santana.jpg) no-repeat right center;
  background-size: cover;
}

.footer {
  /* background: #8d6952; */
  padding: 30px;
}

.footer p {
  margin: 0;
}

/** Secc Testimonios **/
.experiencias {
  background-color: #f3f2f8;
}

.experiencias .img_testimonio {
  display: table;
    margin-top: 20px;
}

.experiencias .img_test_uno {
  margin-left: auto;
}

.experiencias .img_test_dos {
  margin-right: auto;
}

.experiencias h2 {
  text-align:center;
  padding-bottom: 30px;
}

.txt_cta {
  text-align:center;
  margin-top: 40px;
}

.txt_cta span {
  display:block;
  text-transform:uppercase;
  font-weight: 200;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
    margin-bottom: 5px;
}

/** FAQ **/
.faq {
  background: #fff;
}

.faq h2.titulo {
  text-align:center;
  margin-bottom:30px;
}

/** FORM **/

.flex_form {
  display:flex;
  gap: 15px;
}

.c-form {
  width:100%;
}

.c-form .form-control {
  margin-bottom: 15px;
}

.input.btnbrand {
  width:100%;
}

.form_bajo {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.form_bajo label {
  color: #fff !important;
}

.wrap_form {
  display: block;
  background: #000000c4;
  z-index: 9;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.form_flotante {
  display: none;
  width: 65%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.btn-wsp {
  display: block;
  font-size: 12px;
  text-align: center;
  right: 20px;
  bottom: 35px;
  background: linear-gradient(45deg, #01cd11, #02fe01);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  position: fixed;
  z-index: 999;
  width: 60px;
}

.iconoWsp {
  width: 100%;
  vertical-align: middle;
}


/** MOdal **/
.bg-close-modal {
    position: absolute;
    background: #fff;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.modal-body {
    background: linear-gradient(45deg, #19191945, transparent), url(../img/bg-footer-santana.jpg) no-repeat right center;
    background-size: cover;
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
}

.pag_gracias {
    background: #fff url(../img/bg-santana-gracias.jpg) left center;
    background-size:cover;
}



@media (max-width: 767px) {
  .vista-e {
    display:none;
  }

  .logo img {
    display: block;
    margin: 0 auto;
    height:60px;
  }

  .cont_principal {
    background-position: 67% center;
  }

  .etiqueta {
    left: -15px;
    top: -42px;
  }

  .cont_video {
    width: 95%;
  }

  .principal_dos h1 {
    font-size:28px;
    padding-right: 90px;
    text-align:left;
  }

  .principal_dos .contenido p {
    text-align:left;
    padding-right: 90px;
    text-align:left;
  }

  .fila_especialidades {
    padding-top: 60px;
  }

  .fila_especialidades .box_esp {
    flex: 0 0 85%;
    width:85%;
  }

  .secc2 .contenido {
    padding: 0;
  }

  h2.titulo {
    font-size: 25px;
    text-align: Center;
    margin-bottom: 30px;
  }

  h3.subtitulo {
    text-align: center;
  }

  .secc2 .contenido p {
    text-align: center;
  }

  .secc_form {
    background-position: 85% center;
  }

  .secc_form .contenido {
    background: #ffffffba;
    padding: 20px;
    backdrop-filter: blur(10px);
  }

  .flex_form {
    flex-direction: column;
  }

  .form_flotante {
    width: 90%;
    top: 10%;
    transform: translate(-50%, 0);
  }

  .cont_form {
    overflow: auto;
  }

  .btnbrand {
    outline: none;
  }

  .modal-body {
    background: linear-gradient(to left, #ffffffde, #ffffffc4), url(../img/bg-form-zarhi2.jpg) no-repeat 80% center;
    background-size:cover;
  }
}