@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
html,
body {
  padding: 0;
  margin: 0;
  background: #0074bd url(../images/blurred.jpg) no-repeat center left;
  background-size: cover;
  background-attachment: fixed;
}

html {
  overflow-x: hidden;
  text-align: center;
}

body {
  font-family: "Cabin", sans-serif;
  color: #0074bd;
}
@media (min-width: 480px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

dl,
ol,
ul {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.fluid-img {
  width: 100%;
  height: auto;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Cabin", sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Cabin", sans-serif;
  font-size: 36px;
  color: #00a1a5;
  margin: 0;
}
@media (min-width: 480px) {
  h1 {
    font-size: 38.88px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 40.32px;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 41.4px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #3f474b;
}
@media (min-width: 480px) {
  h2 {
    font-size: 34.56px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 35.84px;
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 36.8px;
  }
}

h3 {
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 480px) {
  h3 {
    font-size: 30.24px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 31.36px;
  }
}
@media (min-width: 1280px) {
  h3 {
    font-size: 32.2px;
  }
}

h4 {
  font-size: 25px;
  font-weight: 400;
}
@media (min-width: 480px) {
  h4 {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  h4 {
    font-size: 28.75px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 480px) {
  h5 {
    font-size: 21.6px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 22.4px;
  }
}
@media (min-width: 1280px) {
  h5 {
    font-size: 23px;
  }
}

h6 {
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 480px) {
  h6 {
    font-size: 21.6px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 22.4px;
  }
}
@media (min-width: 1280px) {
  h6 {
    font-size: 23px;
  }
}

.p-l {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 480px) {
  .p-l {
    font-size: 19.44px;
  }
}
@media (min-width: 992px) {
  .p-l {
    font-size: 20.16px;
  }
}
@media (min-width: 1280px) {
  .p-l {
    font-size: 20.7px;
  }
}

.italic {
  font-style: italic;
  font-weight: 400;
}

p,
.p {
  font-size: 14px;
}
@media (min-width: 480px) {
  p,
.p {
    font-size: 15.12px;
  }
}
@media (min-width: 992px) {
  p,
.p {
    font-size: 15.68px;
  }
}
@media (min-width: 1280px) {
  p,
.p {
    font-size: 16.1px;
  }
}
p-bold,
.p-bold {
  color: #00a1a5;
  font-weight: 600;
}

.p-sm {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 480px) {
  .p-sm {
    font-size: 12.96px;
  }
}
@media (min-width: 992px) {
  .p-sm {
    font-size: 13.44px;
  }
}
@media (min-width: 1280px) {
  .p-sm {
    font-size: 13.8px;
  }
}

.p-xs {
  font-family: "Cabin", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
@media (min-width: 480px) {
  .p-xs {
    font-size: 12.96px;
  }
}
@media (min-width: 992px) {
  .p-xs {
    font-size: 13.44px;
  }
}
@media (min-width: 1280px) {
  .p-xs {
    font-size: 13.8px;
  }
}

.quote {
  font-size: 24px;
  color: #c6c6c6;
  margin: 0;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0px;
  gap: 8px;
}
.title .filete {
  width: 50px;
  border: 1px solid #00a1a5;
}
.title .filete-light {
  width: 50px;
  border: 1px solid rgb(255, 255, 255);
}

.copyr, .map, .rss, .contact, .catalogo, .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  gap: 16px;
  padding: 16px 0;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  gap: 16px;
  background: rgb(255, 255, 255);
  overflow-x: hidden;
}
@media (min-width: 480px) {
  .container {
    max-width: 500px;
    height: auto;
  }
}

.header {
  margin-bottom: -100px;
  padding-top: 0;
}
.header .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  bottom: 75px;
}
.header .logo-container-elipse {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #FFFFFF url(../images/aspemed-logo.svg) no-repeat center;
  border: 5px solid #0074BD;
}

.menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(91.11deg, #0074BD 0.37%, #00A1A5 100%);
  z-index: 100;
  position: fixed;
  bottom: 0;
}
@media (min-width: 480px) {
  .menu-bar {
    max-width: 500px;
  }
}
.menu-bar .bar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 52px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5 ease-in-out;
  transition: all 0.5 ease-in-out;
}
.menu-bar .bar-item span {
  width: 52px;
  height: 52px;
}
.menu-bar .bar-item:hover span {
  width: 32px;
  height: 32px;
}

.line {
  width: 1px;
  height: 100vh;
  background: red;
  position: absolute;
  top: 0;
}

.catalogo > h1 {
  margin-bottom: 16px;
}
.catalogo .carrousel,
.catalogo .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 32px 10px;
  gap: 16px;
  overflow: scroll;
  padding-left: 16px;
  padding-right: 30px;
  max-width: 92%;
}
.catalogo .swiper-wrapper {
  max-width: 93%;
  height: 260px;
}
.catalogo .ficha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 8px;
  gap: 16px;
  width: 200px;
  height: auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.08), 0px 1.80882px 3.91912px rgba(0, 0, 0, 0.0521271), 0px 0.751293px 1.6278px rgba(0, 0, 0, 0.04), 0px 0.271728px 0.588744px rgba(0, 0, 0, 0.0278729);
          box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.08), 0px 1.80882px 3.91912px rgba(0, 0, 0, 0.0521271), 0px 0.751293px 1.6278px rgba(0, 0, 0, 0.04), 0px 0.271728px 0.588744px rgba(0, 0, 0, 0.0278729);
  border-radius: 5px;
}
.catalogo .ficha-img {
  width: 140px;
  height: 100px;
}
.catalogo .ficha-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  gap: 0;
}
.catalogo .ficha-text .title {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #3f474b;
  padding: 0;
  margin: 0;
}
.catalogo .ficha-text .description {
  font-weight: 400;
  font-size: 16px;
  color: #3f474b;
  padding: 0;
  margin: 0;
}
@media (min-width: 480px) {
  .catalogo {
    margin: 0 24px;
  }
}

.contact {
  background: #000 url(../images/bg-blue.png) center no-repeat;
  background-size: cover;
  color: rgb(255, 255, 255);
}
.contact .foto {
  width: 80px;
  height: 80px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  background: url(../images/foto.jpg) center no-repeat;
  background-size: cover;
}
.contact .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  gap: 4px;
}
.contact .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px 0px;
  gap: 16px;
}
.contact h2 {
  color: #00a1a5;
}

.rss .bar-rss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15%;
  gap: 48px;
}

.map iframe {
  width: 95%;
  height: 380px;
  border: none;
  margin-bottom: 24px;
}

.copyr {
  padding-bottom: 70px;
  background: #0074bd;
  color: rgb(255, 255, 255);
}
.copyr a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.copyr a img {
  max-width: 50px;
  height: auto;
  padding: 0 4px;
}

.ficha-btn,
.btn-sm, .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 40px;
  padding: 8px 16px;
  margin: 8px 0;
  background: #0074bd;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
  gap: 8px;
}
.ficha-btn span,
.btn-sm span, .btn span {
  width: 28px;
  height: 28px;
}
.ficha-btn h5,
.btn-sm h5, .btn h5,
.ficha-btn p,
.btn-sm p,
.btn p,
.ficha-btn .p,
.btn-sm .p,
.btn .p {
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(255, 255, 255);
  letter-spacing: 3px;
}
.ficha-btn:hover,
.btn-sm:hover, .btn:hover {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #00a1a5;
}

.btn {
  width: 80%;
}

.ficha-btn,
.btn-sm {
  width: 100%;
  height: 32px;
  background: #0074bd;
  padding: 2px 8px;
  border-radius: 10px;
}
.ficha-btn h5,
.ficha-btn p,
.ficha-btn .p,
.btn-sm h5,
.btn-sm p,
.btn-sm .p {
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
}
.ficha-btn:hover,
.btn-sm:hover {
  background: #00a1a5;
}
.ficha-btn span,
.btn-sm span {
  width: 20px;
  height: 20px;
}

.btn-round {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 24px auto;
  background-color: #0074bd;
  border: 1px solid rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-round:hover {
  background-color: #00a1a5;
}
.btn-round span {
  width: 32px;
  height: 32px;
}
.btn-round span a {
  text-decoration: none;
}

.icon-btn {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
}
.icon-btn .span {
  min-width: 28px;
  min-height: 28px;
}

.icon-down {
  max-width: 28px;
  max-height: 28px;
  background: url("https://boshoo.com.mx/images/icons/down.svg");
  background-size: cover;
}

.icon-whatsapp {
  max-width: 32px;
  max-height: 32px;
  background: url("../images/iconos/svg/whatsapp.svg");
  background-size: cover;
}

.icon-phone {
  max-width: 32px;
  max-height: 32px;
  background: url("../images/iconos/svg/mobile.svg");
  background-size: cover;
}

.icon-place {
  max-width: 32px;
  max-height: 32px;
  background: url("../images/iconos/svg/place.svg");
  background-size: cover;
}

.icon-fb {
  max-width: 32px;
  max-height: 32px;
  background: url("../images/iconos/svg/facebook.svg");
  background-size: cover;
}

.icon-ig {
  max-width: 32px;
  max-height: 32px;
  background: url("../images/iconos/svg/Instagram.svg");
  background-size: cover;
}

.icon-yt {
  max-width: 32px;
  max-height: 32px;
  background: url("../images/iconos/svg/Youtube.svg");
  background-size: cover;
}

.icon-services {
  max-width: 32px;
  max-height: 32px;
  background: url("../images/iconos/svg/services.svg");
  background-size: cover;
}

.icon-dir {
  max-width: 32px;
  max-height: 32px;
  background: url("../images/iconos/svg/Contact.svg");
  background-size: cover;
}

.icon-mail {
  max-width: 32px;
  max-height: 32px;
  background: url("../images/iconos/svg/mail.svg");
  background-size: cover;
}

.icon-share {
  max-width: 32px;
  max-height: 32px;
  background: url("../images/iconos/svg/Share.svg");
  background-size: cover;
}

.icon-plus {
  max-width: 32px;
  max-height: 32px;
  background: url("../images/iconos/svg/plus.svg");
  background-size: cover;
}

.icon-download {
  max-width: 32px;
  max-height: 32px;
  background: url("../images/iconos/svg/Download.svg");
  background-size: cover;
}

.icon-contacto {
  max-width: 32px;
  max-height: 32px;
  background: url("../images/iconos/svg/Contact.svg");
  background-size: cover;
}