@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*--------------------------------------------------------------
# Design System
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  margin: 0;
  overflow-x: hidden;
}

@font-face {
  font-family: "Futura";
  src: local("Futura Std Book"), url("Futura-Std-Book.woff") format("woff"),
    url("Futura-Std-Book.otf") format("opentype");
}

@font-face {
  font-family: "SailecBold";
  src: local("Sailec Bold"), url("Sailec-Bold.woff") format("woff"),
    url("Sailec-Bold.otf") format("opentype");
}

@font-face {
  font-family: "SailecLight";
  src: local("Sailec Light"), url("Sailec-Light.woff") format("woff"),
    url("Sailec-Light.otf") format("opentype");
}

@font-face {
  font-family: "SailecRegular";
  src: local("Sailec Regular"), url("Sailec-Regular.woff") format("woff"),
    url("Sailec-Regular.otf") format("opentype");
}

.SailecLight {
  font-family: "SailecLight" !important;
}

.SailecRegular {
  font-family: "SailecRegular" !important;
}

.SailecBold {
  font-family: "SailecBold" !important;
}

.Futura {
  font-family: "Futura" !important;
}

body {
  font-family: "SailecRegular" !important;
  color: #606060;
  overflow-x: hidden !important;
  margin: 0 !important;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  color: var(--light-blue) !important;
}

.btn-info a:hover{
  color: white !important;
}

a:hover i {
  color: var(--light-blue) !important;
}

:root {
  --light-blue: #72c4da;
  --blue: #007bc8;
  --dark-blue: #1d3499;
  --grey: #606060;
  --lightgrey: #f2f2f2;
  --white: #fafafa;
  --black: #000;
}

.text-align-justify {
  text-align: justify;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

h1,
.h1 {
  font-size: 40px !important;
  font-family: "SailecBold" !important;
}

h2,
.h2 {
  font-size: 30px !important;
}

h3,
.h3 {
  font-size: 16px !important;
}

h4,
.h4 {
  font-size: 16px !important;
}

h5,
.h5 {
  font-size: 12px !important;
}

h6,
.h6 {
  font-size: 10px !important;
}

p,
.p {
  font-size: 14px !important;
  font-family: "SailecLight";
}

a {
  color: inherit !important;
}

/* Estilos de texto */

.text-lightblue {
  color: var(--light-blue) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.text-dark-blue {
  color: var(--dark-blue) !important;
}

.text-grey {
  color: var(--grey) !important;
}

.text-white {
  color: var(--white) !important;
}

.text-black {
  color: var(--black) !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

/* Estilos de fondo */
.bg-white {
  background-color: var(--white) !important;
}

.bg-lightblue {
  background-color: var(--light-blue) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.bg-dark-blue {
  background-color: var(--dark-blue) !important;
}

.bg-grey {
  background-color: var(--grey) !important;
}

.bg-lightgrey {
  background-color: var(--lightgrey) !important;
}

.bg-black {
  background-color: var(--black) !important;
}

/*--------------------------------------------------------------
# Generales
--------------------------------------------------------------*/

/* Para navegadores basados en WebKit (Chrome, Safari, etc.) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Para navegadores basados en Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.dtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  color: #606060;
}

.btitle {
  text-align: center;
  text-transform: uppercase;
  color: #5abed6;
  padding-bottom: 10px;
  font-family: "SailecBold" !important;
  margin-bottom: 20px;
}

#left-bar .logo {
  /* position: absolute; */
  position: fixed;
  top: 7%;
  z-index: 1;
}

#left-bar .logo img {
  max-width: 180px;
  margin-left: -20px;
}

#left-bar .txt {
  position: absolute;
  left: -130px;
  top: 55%;
  transform: rotate(-90deg);
  text-transform: uppercase;
  color: white;
  align-items: center;
  display: flex;
}

#contacto-hero #left-bar .txt {
  top: 45%;
}

#left-bar .txt img {
  /* max-width: 110px;
  transform: rotate(90deg);
  margin-right: -25px; */
  transform: rotate(90deg);
  background-color: #5abed6;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  padding: 10px;
  margin: 10px;
}

#right-bar {
  position: absolute;
  right: 30px;
  top: 22%;
  display: flex;
  flex-direction: column;
  color: white;
  gap: 12px;
}

#right-bar a:hover {
  color: white !important;
}

#right-bar a:hover i {
  color: white !important;
}

#right-bar span {
  padding: 10px;
  background-color: #5abed6;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.check-list {
  list-style-type: none;
  padding: 0;
}

.check-list li {
  padding-bottom: 9px;
  font-family: "SailecLight";
  font-size: 14px !important;
}

.check-list li::before {
  content: "\2713"; /* Unicode character for checkmark */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: 5px;
}

.btn-info {
  background-color: inherit;
  padding: 10px;
  font-weight: 300;
  border-radius: 0;
  color: white;
  border: 1px solid white;
  text-transform: uppercase;
}

.text-justify {
  text-align: justify;
}

#sliderCont {
  position: relative;
}

#carousel-tabs {
  width: 90% !important;
  overflow: hidden !important;
  position: relative !important;
  display: flex !important;
  align-content: center !important;
  margin: 0 auto !important;
  padding-top: 25px !important;
}

#productos {
  display: flex;
  transition: transform 3s ease-in-out;
  margin: 0 auto;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

#controlers {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#prev-btn-productos,
#next-btn-productos {
  cursor: pointer;
  padding: 3px 10px;
  border-radius: 50px;
  position: absolute;
  top: 0;
}

#prev-btn-productos {
  left: 30px;
}

#next-btn-productos {
  right: 30px;
}

.tabs body {
  margin: 0;
  overflow-x: hidden;
}

.tabs .carousel-slides {
  display: flex;
  list-style: none;
  gap: 50px;
  flex-shrink: 1;
}

.tabs .carousel-slide {
  position: relative;
  min-width: 0;
  flex-shrink: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
}

.tabs .item .box {
  padding: 5px;
  border-radius: 10px;
  height: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 90px;
}

.tabs .item .box img {
  width: auto;
  max-height: 40px;
}

#tabs .item img {
  width: 100px;
  height: auto;
}

#videoFw {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tag-phones {
  margin: 0 3px;
}

@media (max-width: 992px) {
  #left-bar .txt {
    display: none;
  }

  #right-bar {
    display: none;
  }

  #videoFw {
    display: none;
  }
  .h1,
  h1 {
    font-size: 26px !important;
  }
  .h2,
  h2 {
    font-size: 22px !important;
  }
  .text-justify {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-image: linear-gradient(
  0deg,
  rgba(69, 138, 189, 1) 35%,
  rgba(25, 123, 192, 1) 100%
);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top .bi {
  color: white;
}

.back-to-top .bi:hover {
  color: black !important;
}

.back-to-top:hover {
  background: #5abed6;
  color: #000 !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 20px 0;
  height: 92px;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  position: absolute;
  /* position: fixed; */
}

#header #logo {
  float: left;
}

#header #logo img {
  max-width: 200px;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 1010px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo .main-title {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 2.5em;
  display: flex;
  padding-bottom: 3px;
  align-items: center;
  color: white;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: flex;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* .logo{
  margin-left: -30px;
}

.logo img{
  max-width: 180px;
} */

/* Al scrollear  */
/* .navbar-scrolled {
  backdrop-filter: blur(10px);
  height: auto !important;
  }
  
  .navbar-scrolled a{
  color: black !important;
  }

  .navbar-scrolled .logo{
      margin-left: -25px;
  }
  
  .navbar-scrolled .logo img{
      max-width: 120px;
  } */
/* Fin scrollear */

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 1200px) {
  #nav-menu-container {
    display: none;
  }
  #header {
    height: 80px;
  }
  #header.header-scrolled {
    padding: 15px 0px;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 18px;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  line-height: 1;
  padding: 10px;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  background-color: #4487cd;
}

.nav-menu ul {
  padding-top: 12px;
  flex-flow: column;
  gap: 1px;
}

.nav-menu .active {
  background-color: #4487cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 1200px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #footer {
    padding-bottom: 40px !important;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: linear-gradient(
    0deg,
    rgba(69, 138, 189, 1) 35%,
    rgba(25, 123, 192, 1) 100%
  );
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 8px;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.redes-mobile-menu {
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

#right-bar .deco2 {
  margin-top: -7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
}

#right-bar .puntosgroup {
  margin-bottom: 110px;
  height: 0px;
}

#right-bar .punto2 {
  height: 20px;
  color: var(--light-blue);
  font-size: 70px;
}

#right-bar .linea-vertical2 {
  width: 1px;
  height: 100px;
  background-color: var(--light-blue);
}

@media (max-width: 1200px) {
  .redes-mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 23px;
    justify-content: center;
  }

  .redes-mobile-menu a {
    display: flex;
    justify-content: center;
  }

  .redes-mobile-menu span {
    padding: 10px;
    background-color: #5abed6;
    color: white;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: grid;
    align-content: center;
  }

  .deco {
    margin-top: -14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
  }

  .punto {
    height: 20px;
    color: var(--light-blue);
  }

  .linea-vertical {
    width: 2px;
    height: 100px;
    background-color: var(--light-blue);
    margin-top: 22px;
  }

  #mobile-nav ul li a.active {
    position: relative;
  }

  #mobile-nav ul li a.active::after {
    content: "";
    display: block;
    width: 30%;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-53%);
  }
}

/*--------------------------------------------------------------
# HERO
--------------------------------------------------------------*/
#hero {
  height: 115vh;
  background-image: url("../img/asistencia-medica-integral.png");
  background-color: var(--blue);
  background-size: cover;
  background-position: 0% 20%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
}

#hero .hero-content {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  /*width: 485px;*/
  width: 400px;
  margin: 195px auto;
}

#hero .hero-content h1 {
  /*font-size: 70px !important;*/
  font-size: 58px !important;
  margin-bottom: 0 !important;
  text-shadow: 2px 2px 3px #000000;
}

#hero .hero-content h2 {
  /*font-size: 21px !important;*/
  font-size: 18px !important;
  margin-bottom: 0 !important;
}

#hero .hero-content p {
  /*padding-left: 110px;*/
  padding-left: 50px;
  border-right: 2px solid var(--light-blue);
  padding-right: 20px;
  line-height: 1.3;
  font-size: 12px !important;
  margin-bottom: 0 !important;
}

#hero h2,
#hero h1,
#hero p {
  margin-bottom: 0 !important;
}

#hero .bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  font-size: 18px !important;
}

@media (max-width: 1280px) {
  #hero .hero-content {
    margin: 175px auto;
  }
}

@media (max-width: 992px) {
  #hero {
    background-image: url("../img/wedocfondos-03.png");
    background-position: bottom;
    height: 80vh;
  }
}

@media (max-width: 768px) {
  #hero .hero-content {
    width: 80%;
    margin: 200px auto;
  }
  #left-bar .logo img {
    max-width: 190px;
  }
  #hero .hero-content h2 {
    font-size: 16px !important;
  }
  #hero .hero-content h1 {
    font-size: 43px !important;
  }
  #hero .hero-content p {
    padding-left: 30px !important;
    font-size: 12px !important;
    padding-right: 10px !important;
  }
}

/*--------------------------------------------------------------
# Servicios
--------------------------------------------------------------*/

#servicios {
  /* padding: 80px 0; */
  background-image: url("../img/servicios.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#servicios h2 {
  display: inline-block;
  padding: 30px;
  text-transform: uppercase;
  font-size: 16px !important;
  line-height: 1.5;
}

.border-red {
  position: relative;
}

.border-red::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  height: 200px;
  border-right: 2px solid var(--light-blue);
  transform: translateX(50%);
  margin-top: -150px;
  z-index: -1;
}

#servicios .bg-shadows {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#servicios .width-services {
  padding-top: 20px;
  max-width: 900px;
  margin: 0 auto;
}

#servicios .service,
#nosotros-mision .service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#servicios .circle {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  color: white;
  background-color: rgba(53, 120, 177, 1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* #servicios .circle::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #5abed6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
} */

#servicios span {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #5abed6 !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  justify-content: center;
  align-items: center;
}

#servicios .circle img,
#nosotros-mision .circle img {
  width: auto;
  height: 50px;
}

#servicios h3 {
  padding-top: 25px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  font-size: 15px;
  color: white;
  margin-bottom: 0;
  font-weight: 500;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

#servicios p {
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 200;
  color: white;
}

#linea-celeste {
  color: #5abed6;
  opacity: 1;
  width: 90px;
  margin: 12px 0px;
  border: none;
  border-top: 2.5px solid rgb(90, 190, 214);
}

#servicios .row {
  z-index: 990;
  position: relative;
}

#linea-top {
  color: var(--light-blue);
  opacity: 1;
  width: 180%;
  margin-bottom: 150px;
  margin-left: 103px;
  border-top: 2px solid;
}

.lineas {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  /* margin-right: -30px;
  transform: translateY(-140px); */
  margin-right: -8%;
  transform: translateY(-60%);
}

.lineas img {
  max-width: 92%;
}

#servicios-mobile {
  display: none;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 0px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: white;
}

@media (max-width: 992px) {
  #servicios .width-services {
    padding-top: 50px;
  }
  .lineas {
    display: none;
  }

  #servicios-desktop {
    display: none;
  }

  #servicios-mobile {
    display: block;
  }
  #linea-top {
    display: none;
  }
  #servicios h2 {
    display: inline-block;
    padding: 20px 10px;
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 1.5;
    width: 70%;
  }
}

/*--------------------------------------------------------------
# Info
--------------------------------------------------------------*/

#info .info-text {
  background-color: white;
  color: #606060;
  padding: 60px 80px 30px 80px;
  font-family: "SailecLight", sans-serif;
}

#info p {
  font-size: 14px !important;
}

#info .info-text p {
  hyphens: auto;
  font-size: 12px !important;
}

#info .info-text h1,
#info .info-text h2 {
  text-transform: uppercase;
}

#info .info-text h1 {
  font-size: 30px !important;
}

#info .info-contact {
  background: linear-gradient(
    180deg,
    rgba(2, 61, 143, 1) 0%,
    rgba(38, 83, 138, 1) 100%
  );
  color: white;
  padding: 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  box-shadow: 8px 8px 12px rgba(47, 122, 180, 0.9);
}

#info .info-contact h1 {
  text-align: center;
}

#info .info-contact h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0 !important;
  font-size: 20px !important;
  text-shadow: 6px 6px 8px rgba(0, 0, 0, 0.4);
}

#info .contact-btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 25px;
  /*padding-inline: 25px;*/
}

#info .info-contact p {
  text-align: center;
  font-size: 14px !important;
  font-weight: 300;
  padding-top: 10px;
}

#info .btn {
  background-color: var(--light-blue);
  padding: 16px 20px 14px 20px;
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
  font-size: 14px !important;
}

#info a:hover {
  color: white !important;
}

/* #info .horarios {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
} */

#info .iri {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

#info .linea {
  display: flex;
  align-items: center;
  justify-content: center;
}

#info .dia {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-blue);
  color: white;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

#info .horario {
  color: var(--light-blue);
  /* font-size: 20px; */
  font-weight: 600;
}

#info .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.subtitle {
  width: 70%;
  line-height: 1.5;
  margin: 20px 0;
  font-family: "SailecLight";
  font-size: 14px !important;
}

@media (max-width: 992px) {
  #info .info-contact {
    min-height: 600px;
  }
  #info .info-text {
    padding: 60px 15px 30px 15px;
  }
  .subtitle {
    width: 100%;
    text-align: center;
  }
  #info .info-text {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Tecno
--------------------------------------------------------------*/
#tecno {
  /* padding: 80px 0; */
  background-image: url("../img/tecno.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#tecno h2 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 30px;
  color: #606060;
  font-size: 40px;
}

#texno h2 span {
  font-weight: 700;
}

#tecno p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
  hyphens: auto;
}

#tecno .circles-list {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  gap: 10px;
}

#tecno .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#tecno .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #5abed6;
  margin: 0 auto;
  filter: drop-shadow(7px 7px 5px #2f7ab4);
}

#tecno .circle img {
  width: 40px;
  height: auto;
}

#tecno .item p {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

#tecno .ptxt p {
  text-align: justify;
  margin: 0;
  max-width: 100%;
  hyphens: auto;
}

#tecno-mobile {
  display: none;
}

@media (max-width: 992px) {
  #tecno .circles-list {
    flex-direction: column;
    align-items: center;
  }

  #tecno-desktop {
    display: none !important;
  }

  #tecno-mobile {
    display: block;
    padding-top: 3rem;
  }
  #tecno p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #tecno .ptxt p {
    display: none;
  }
}

/*--------------------------------------------------------------
# Noticias
--------------------------------------------------------------*/

#noticias,
#noticias-mobile {
  background-color: white;
  color: #606060;
  /* padding: 80px 0; */
}

#noticias-mobile {
  display: none;
}

#noticias h1,
#noticias-mobile h1 {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

#noticias header,
#noticias-mobile header {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#noticias .noticia1,
#noticias-mobile .noticia1 {
  background-image: url("../img/Home_Noticia-01.jpg");
  margin: 0 5px;
}

#noticias .noticia2,
#noticias-mobile .noticia2 {
  background-image: url("../img/Home_Noticia-02.jpg");
  margin: 0 5px;
}

#noticias .noticia3,
#noticias-mobile .noticia3 {
  background-image: url("../img/Home_Noticia-03.jpg");
  margin: 0 5px;
}

#noticias header::before,
#noticias-mobile header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#noticias .content,
#noticias-mobile .content {
  position: relative;
  z-index: 1;
}

#noticias .dia,
#noticias-mobile .dia {
  width: 70px;
  height: 60px;
  background-color: #1d3499;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

#noticias hr,
#noticias-mobile hr {
  color: white;
  opacity: 1;
  width: 30px;
  margin: 2px 0px;
}

#noticias .dia-txt,
#noticias-mobile .dia-txt {
  font-family: "SailecLight";
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.6);
}

#noticias .dia-number,
#noticias-mobile .dia-number {
  font-family: "SailecLight";
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.6);
}

#noticias header h3,
#noticias-mobile header h3 {
  font-size: 17px !important;
  color: white;
  font-family: "SailecBold";
  text-align: center;
  padding: 30px 30px 0 30px;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.6);
}

#not2 {
  padding: 30px 25px 0 25px !important;
}

#noticias header p,
#noticias-mobile header p {
  color: white;
  font-size: 10px !important;
  font-weight: 300;
  text-align: center;
}

#noticias footer h3,
#noticias-mobile footer h3 {
  color: var(--blue);
  text-align: center;
  padding-top: 10px;
  font-family: "SailecBold";
}

#noticias .resume,
#noticias-mobile .resume {
  text-align: justify;
}

.shadow2{
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.6));
}

@media (max-width: 992px) {
  #noticias {
    padding: 0;
  }

  #noticias {
    display: none;
  }

  #noticias-mobile {
    display: block;
  }

  #noticias-mobile header {
    max-width: 277px;
  }
}

/*--------------------------------------------------------------
# Clientes
--------------------------------------------------------------*/

#clientes {
  background-color: white;
  color: #606060;
  /* padding: 80px 0 0; */
}

#clientes h1 {
  font-size: 35px !important;
  padding-top: 20px;
}

@media (max-width: 992px) {
  #clientes h1 {
    font-size: 26px !important;
  }
}

#clientes-mobile {
  display: none;
}

#clientes-mobile {
  background-color: white;
  color: #606060;
  /* padding: 80px 0 0; */
}

#clientes-mobile h1 {
  font-size: 35px !important;
}

#clientes-mobile img {
  width: auto;
  max-height: 40px;
}

#clientes-mobile .item {
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  #clientes-mobile h1 {
    font-size: 26px !important;
  }
  #clientes {
    display: none;
  }
  #clientes-mobile {
    display: block;
  }
}
/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/

#contacto {
  background-color: white;
  color: #606060;
  padding: 80px 300px;
}

#contacto h1 {
  font-size: 40px !important;
}

#contacto .dtitle {
  font-weight: 700;
}

#contacto p {
  text-align: center;
  margin: 0 auto;
}

#contacto form {
  padding-top: 50px;
}

#contacto .tabs-ajust {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

#contacto .tabs-border {
  border-bottom: 1.5px solid black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  width: 100%;
}

#contacto span {
  cursor: pointer;
}

#contacto .right {
  text-align: right;
  padding-right: 15px;
}

#contacto .left {
  padding-left: 15px;
}

#contacto .separator {
  min-height: 30px;
  border-left: 2px solid black;
}

#contacto input {
  /*border: none;
  border-bottom: 2px solid black;
  border-radius: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;*/
  color: black;
  background-color: transparent !important;
  border: none;
  border-bottom: 1.5px solid black;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

#contacto textarea {
  /*border: 2px solid black;
  border-radius: 0;
  font-size: 14px;
  margin-top: 10px;*/
  background-color: transparent !important;
  border: 1.5px solid black;
  border-radius: 0;
  font-size: 14px;
  margin-top: 10px;
}

textarea.form-control {
  max-height: 100px !important;
}

#contacto label {
  margin-left: 10px;
  font-size: 14px;
}

#contacto button {
  margin-top: 20px;
  padding: 10px 40px;
  background-color: #606060;
  color: white;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
}

#contacto .btn-close-modal {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5) !important;
  margin: calc(-0.5 * var(--bs-modal-header-padding-y))
    calc(-0.5 * var(--bs-modal-header-padding-x))
    calc(-0.5 * var(--bs-modal-header-padding-y)) auto !important;
  background-color: white !important;
}

#confirmation .modal-body {
  text-align: center;
}

#confirmation .check-color {
  color: #1d3499;
  font-size: 100px;
}

#confirmation .check-text {
  text-align: center;
  font-size: 18px !important;
  font-weight: 700;
}

#contacto input[type="radio"] {
  display: none;
}

#contacto input[type="radio"] + label {
  cursor: pointer;
}

#contacto input[type="radio"]:checked + label {
  font-family: "SailecBold", sans-serif;
}

@media (max-width: 992px) {
  #contacto {
    padding: 0;
  }
  #contacto h1 {
    font-size: 26px !important;
  }
  #contacto .tabs-border {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Internacion-Hero
--------------------------------------------------------------*/

#internacion-hero {
  height: 100vh;
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url("/img/Home_Foto-01.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#internacion-hero .container {
  position: relative;
  z-index: 1;
}

#internacion-hero .hero-content {
  color: white;
}

#internacion-hero .hero-content h1 {
  font-size: 34px !important;
  text-shadow: 2px 2px 3px #000000;
}

#internacion-hero .hero-content h2 {
  font-size: 20px !important;
}

#internacion-hero .hero-content p {
  font-size: 13px !important;
}

#internacion-hero .hero-content span {
  font-size: 50px;
  font-weight: 700;
}

@media (max-width: 992px) {
  #internacion-hero {
    height: 70vh;
    justify-content: center;
    background-position: 20%;
    padding-top: 20%;
  }
  #internacion-hero .hero-content h1 {
    font-size: 28px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }
}

/*--------------------------------------------------------------
# Internacion-Dom
--------------------------------------------------------------*/

#int-dom {
  padding: 80px 0;
}

#int-dom .card {
  padding: 50px 20px;
  background-color: var(--lightgrey);
  border: 0;
  border-radius: 0;
  min-height: 470px;
}

#int-dom header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

#int-dom .ico {
  background-color: #3679b2;
  color: white;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  filter: drop-shadow(7px 7px 5px #2f7ab4);
}

#int-dom .ico img {
  width: auto;
  height: 50px;
}

#int-dom hr {
  color: #5abed6;
  opacity: 1;
  width: 70px;
  margin: 0 0 10px;
  border: 1.8px solid;
}

#int-dom h3 {
  color: #3679b2;
  font-size: 18px;
  margin-bottom: 10px;
}

#int-dom h4 {
  text-align: center;
  font-family: "SailecLight";
}

#int-dom li {
  font-size: 14px;
  hyphens: auto;
}

#int-dom p {
  text-align: center;
  padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Nosotros-Hero
--------------------------------------------------------------*/

#nosotros-hero {
  height: 100vh;
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url("../img/Home_Foto-04.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#nosotros-hero .container {
  position: relative;
  z-index: 1;
  max-width: 1000px !important;
}

#nosotros-hero .hero-content {
  padding-bottom: 100px;
  max-width: 40%;
  /*margin: 0 30px !important;*/
}

#nosotros-hero h1 {
  font-size: 34px !important;
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 3px #000000;
}

#nosotros-hero h2 {
  font-size: 20px !important;
  font-weight: 200;
  color: white;
}

#nosotros-hero p {
  color: white;
  font-weight: 300;
  font-size: 13px !important;
}

@media (max-width: 992px) {
  #nosotros-hero {
    height: 70vh;
    justify-content: center;
    background-size: 300%;
    background-position: 80%;
    padding-top: 20%;
  }
  #nosotros-hero .hero-content {
    padding-bottom: 0;
    max-width: 100%;
    margin: 0;
  }
  #nosotros-hero h1 {
    font-size: 28px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }
  .medlabo {
    background-position: 20% !important;
  }
}

/*--------------------------------------------------------------
# Nosotros-Mision
--------------------------------------------------------------*/

#nosotros-mision {
  padding-top: 80px;
}

#nosotros-mision .circle {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  color: white;
  background-color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
}

#nosotros-mision span {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #5abed6 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(9px 9px 8px #2f7ab4);
}

#nosotros-mision h3 {
  padding-top: 25px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  color: var(--light-blue);
  margin-bottom: 0;
}

#nosotros-mision p {
  line-height: 1.4;
  font-size: 12px;
  font-weight: 200;
  color: var(--black);
}

#nosotros-mision hr {
  color: var(--blue);
  opacity: 1;
  width: 70px;
  margin: 0 0 20px;
  border: 1.8px solid;
}

/*--------------------------------------------------------------
# Medicina-Laboral
--------------------------------------------------------------*/

#medicina-laboral {
  padding: 80px 0;
}

#medicina-laboral .w-new {
  max-width: 950px;
  margin: 0 auto;
  justify-content: center;
}

#medicina-laboral .bg-gray {
  background-color: #eaeaea;
}

#medicina-laboral .card {
  background-color: inherit;
  border: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#medicina-laboral .card img {
  width: auto;
  height: 70px;
}

#medicina-laboral hr {
  color: #5abed6;
  opacity: 1;
  width: 70px;
  margin: 15px 0 15px;
  border: 1.8px solid;
}

#medicina-laboral .card p {
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 992px) {
  #medicina-laboral {
    padding: 60px 0 0 0 !important;
  }
}

/*--------------------------------------------------------------
# Contacto Page
--------------------------------------------------------------*/

#contacto-hero {
  /* height: 150vh; */
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url("../img/Home_Foto-03.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#contacto-hero .container {
  position: relative;
  z-index: 1;
}

#contacto-hero .hero-content {
  padding-bottom: 100px;
}

/* .contc-sec {
  padding-top: 120px;
} */

#contacto2 {
  color: white;
  padding: 80px 20px;
}

.form-control:focus {
  box-shadow: none !important;
}

#contacto2 .dtitle {
  font-family: "SailecBold";
  color: white;
  font-size: 30px !important;
}

#contacto2 p {
  text-align: center;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 12px !important;
}

#contacto2 form {
  padding-top: 20px;
}

#contacto2 .tabs-ajust {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

#contacto2 .tabs-border {
  border-bottom: 1.5px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  width: 100%;
}

#contacto2 span {
  cursor: pointer;
}

#contacto2 .right {
  text-align: right;
  padding-right: 15px;
}

#contacto2 .left {
  padding-left: 15px;
}

#contacto2 .separator {
  min-height: 30px;
  border-left: 1.5px solid white;
}

#contacto2 input {
  color: white;
  background-color: transparent !important;
  border: none;
  border-bottom: 1.5px solid white;
  border-radius: 0;
  /* padding-bottom: 20px; */
  margin-bottom: 10px;
  font-size: 14px;
}

#contacto2 input p {
  color: white;
}

#contacto2 textarea {
  background-color: transparent !important;
  border: 1.5px solid white;
  border-radius: 0;
  font-size: 14px;
  margin-top: 10px;
  max-height: 80px !important;
}

#contacto2 label {
  margin-left: 10px;
  font-size: 14px;
}

#contacto2 button {
  margin-top: 20px;
  padding: 10px 40px;
  background-color: #606060;
  color: white;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
}

#contacto2 input[type="radio"] {
  display: none;
}

#contacto2 input[type="radio"] + label {
  cursor: pointer;
}

#contacto2 input[type="radio"]:checked + label {
  font-family: "SailecBold";
}

#contacto2 .form-control::placeholder {
  color: white; /* Change placeholder color to white */
}

@media (max-width: 992px) {
  #contacto2 {
    padding: 0;
    margin-top: 40% !important;
  }
  #contacto2 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .contc-sec {
    padding-top: 0 !important;
  }
  #contacto-hero {
    background-position: inherit !important;
  }
  #contacto2 .tabs-border {
    justify-content: center;
  }
  #contacto2 .dtitle {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  #contacto2 {
    margin-top: 70% !important;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer p {
  margin: 0 !important;
}

.icon {
  min-width: 40px;
  height: 40px;
  background-color: #606060;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon i {
  color: white;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  font-size: 20px !important;
  line-height: 0 !important;
  vertical-align: middle !important;
}

.custom-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 992px) {
  #footer-logos {
    margin-top: 30px;
  }

  #footer-logos img {
    max-width: 45%;
  }

  #footer .justify-content-end {
    justify-content: center;
  }

  .custom-flex {
    flex-direction: column;
    gap: 14px;
    padding: 10px;
  }

  #footer-logos .justify-content-end {
    justify-content: center !important;
  }

  .icon {
    min-width: 60px;
    height: 60px;
  }
}
