html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #4d4d4e;
  font: 400 18px/1.3em Raleway, arial;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
*,
*:focus,
*:hover {
  outline: none;
}
a,
a:hover,
a:visited,
*:focus {
  color: #4d4d4e;
  text-decoration: none;
  outline: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.disabled {
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
  cursor: not-allowed;
}
.vh {
  visibility: hidden;
}
.bs-1 {
  box-shadow: 0px 3px 6px #00000029;
}
.t-1 {
  font: 600 28px/1.4em Montserrat, arial;
}
.t-4 {
  font: 600 19px/1.4em Montserrat, arial;
}
.t-2 {
  font: 400 16px/1.4em Raleway, arial;
}
.t-3 {
  position: relative;
  text-align: center;
  color: #fff;
  font: 600 40px/1.4em Montserrat, arial;
  padding: 15px 0;
}
.t-3:after2 {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 50px;
  border-bottom: 2px solid #fff;
  height: 0;
  transform: translateX(-50%);
}
.t-3.c-1:after {
  border-color: #ffb3a5;
}
.pr,
.p-r {
  position: relative;
}
.ps,
.p-s {
  position: static !important;
}
.oh {
  overflow: hidden !important;
}
.ov {
  overflow: visible !important;
}
.c-1 {
  color: #ffb3a5 !important;
}
.bc-1 {
  border-color: #ffb3a5 !important;
}
.c-fff {
  color: #fff;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
::selection {
  background: #ffb3a5;
  color: #fff;
}
::-moz-selection {
  background: #ffb3a5;
  color: #fff;
}
.cursor-pointer {
  cursor: pointer;
}
.white-space-nowrap {
  white-space: nowrap;
}
.vertical-align-middle {
  vertical-align: middle;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.fw-600 {
  font-weight: 600;
}
.fw-400 {
  font-weight: 400;
}
.logo {
  width: 200px;
}
.logo img {
  display: block;
  width: 100%;
}
.gris {
  filter: grayscale(100%);
  transition: all 0.5s ease;
}
.gris:hover {
  filter: grayscale(0);
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.mhvh-100 {
  min-height: 100vh;
}
.box-1 {
  background: #fff;
  box-shadow: 0 19px 39px 0 rgba(0, 0, 0, 0.05),
    0px 3px 20px -1px rgba(0, 0, 0, 0.14);
  border-radius: 30px;
  /*   border: 2px solid #cfcfcf; */
}
.o0 {
  opacity: 0;
}
.wrap {
  background: #fff;
  position: relative;
  z-index: 1;
}
.sticky {
  position: sticky;
  top: 0;
  z-index: 0;
}
a.btn-1,
.btn-1 {
  border: 2px solid #ffb3a5;
  color: #ffb3a5;
  padding: 15px 25px;
  font: 600 20px/1.4em Montserrat, arial;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.2s ease;
}
a.btn-1:hover,
.btn-1:hover {
  color: #fff;
  background: #ffb3a5;
}
a.btn-1.verde {
  border: 2px solid #10b418;
  color: #10b418;
  padding: 15px 25px;
  font: 600 20px/1.4em Montserrat, arial;
  border-radius: 30px;
  transition: all 0.2s ease;
}
a.btn-1.verde:hover {
  color: #fff;
  background: #10b418;
}
a.btn-1.fff {
  border: 2px solid #fff;
  color: #fff;
}
a.btn-1.fff:hover {
  color: #ffb3a5;
  background: #fff;
}
header {
  z-index: 99;
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0px 2px 2px #00000017;
}
 audio{
  transform: scale(0.7);
   position: absolute;
  bottom:-38px;
  right: 0;
  z-index: 30;
}
header nav a {
  display: inline-block;
  padding: 30px 20px;
  transition: color 0.3s ease;
  font: 600 18px/1.4em Montserrat, arial;
}
header nav a:hover {
  color: #ffb3a5;
}
.swiper-button-disabled {
  display: none;
}
.slider {
  height: 800px;
}
.slider .titulo {
  font: 600 49px/1.4em Montserrat, arial;
  color: #fff;
}
.ff-2 {
  font-family: Montserrat, arial;
  font-weight: 600;
}
.ff-1 {
  font-family: Raleway, arial;
  font-weight: 400;
}
.slider .texto {
  font: 400 25px/1.4em Raleway, arial;
  color: #fff;
  background: #ffb3a5;
  display: inline-block;
  border-radius: 15px;
  padding: 5px 15px;
}
.estudios {
  font: 400 20px/1.4em Raleway, arial;
  color: #fff;
}
form {
  margin: 0;
  padding: 0;
  display: block;
}
.swiper-container {
  --swiper-theme-color: #ffb3a5;
  --swiper-navigation-size: 28px;
}
.slider .swiper-button-prev {
  left: 30px;
}
.slider .swiper-button-next {
  right: 30px;
}
.caja-1 {
  text-align: center;
  position: relative;
}
.caja-1 i {
  color: #ffb3a5;
}
.cajas-1 {
  top: -60px;
  position: relative;
  z-index: 2;
}
.br-1 {
  border-radius: 15px;
}
.bs-1 {
  box-shadow: 0px 3px 6px #00000029;
}
.bs-2 {
  box-shadow: 0 19px 39px 0 rgba(0, 0, 0, 0.05),
    0px 5px 20px -1px rgba(0, 0, 0, 0.14);
} /* 
.img-1 {
  border-radius: 300px;
  box-shadow: 0 19px 39px 0 rgba(0, 0, 0, 0.05),
    0px 5px 20px -1px rgba(0, 0, 0, 0.14);
} */
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.soh {
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 22;
}
#turno {
  /* background: url(../assets/img/bg.jpg) no-repeat center center / cover;
  color: #fff; */
}
#contacto {
  background: linear-gradient(rgb(242 242 242 / 45%), rgb(201 201 201 / 60%));
  color: #fff;
}

#servicios img {
  width: 96px;
}
.servicio {
  cursor: default;
  transition: all 0.5s ease;
  font-size: 15px;
}
.servicio:hover {
  transform: scale(1.02);
}
.servicio i {
  transition: all 0.5s ease;
}
.servicio:hover i {
  color: #ffb3a5 !important;
}
.servicio .t-1 {
  transition: all 0.5s ease;
  transform-origin: top left;
}
.servicio:hover .t-1 {
  color: #ffb3a5 !important;
  transform: scale(1.03);
}
footer {
  background: #121212;
  color: #868686;
}
footer a,
footer a:hover,
footer a:visited,
footer a:focus {
  color: #ffb3a5;
}
input,
select,
textarea {
  position: relative;
  border: none;
  border-bottom: 1px solid #ffb3a5;
  width: 100%;
  background: none;
  padding: 15px 20px;
  font: 400 18px/1.3em Raleway, arial;
  color: #4d4d4e;
}
textarea {
  min-height: 200px;
}
.bg-1 {
  background: #fff7f6;
}
.bg-2 {
  background: #fffffffa;
}
.bg-3 {
  background: #f3f3f3;
}
.turno {
  max-width: 980px;
}
.datos {
  background: #ffb3a5;
  color: #fff;
}
.datos a,
.datos a:visited,
.datos a:hover,
.datos a:focus {
  color: #fff;
}
.by {
  font-size: 12px;
}
.map {
  height: 350px;
  position: relative;
}
.map span {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffb3a5;
  color: #fff;
}
.map span.bn {
  background: #848484;
}
.select,
.select * {
  position: relative;
  cursor: pointer;
}
.select select {
  display: block;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.select:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  top: 15px;
  right: 15px;
  position: absolute;
  font-weight: 900;
  color: #ffb3a5;
  z-index: 3;
  font-size: 20px;
  transition: 0.2s ease-in-out;
}
.select:hover:before {
  opacity: 1;
}
.wpushka {
  z-index: 9999;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #10b418;
  color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.wpushka:visited,
.wpushka:focus,
.wpushka:hover {
  color: #fff;
}
.wpushka:hover {
  background: #29d631;
  transform: scale(0.96);
}
.wpushka i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
}
.mw-1 {
  width: 270px;
}
.mw-2 {
  width: 180px;
}
.alert {
  color: #000;
  font: 400 25px/1.4em Raleway, arial;
}
