html,
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  height: 100%;
  background-color: #ffffff;
  font-size: 18px;
  scroll-behavior: smooth;
  font-family: "galanogrotesque-light";
}

/*===================== PIE =======*/

.Pie {
  background-color: #111111;
  margin-top: 150px;
  color: #888888;
}

.Pie-menu {
  margin-top: 44px;
  border-bottom: 2px solid #00a0e6;
  padding-bottom: 44px;
  display: flex;
  justify-content: space-around;
}

.Pie-menu a {
  text-decoration: none;
  color: #888888;
  font-size: 15px;
}

.Pie-menu a:hover {
  color: #00a0e6;
}

.Pie-info {
  font-size: 15px;
}

.Pie-info a {
  text-decoration: none;
  color: #888888;
  font-size: 15px;
}

.Pie-cierre {
  color: white;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Pie-cierre p {
  margin: 0px;
  font-size: 15px;
}

@media only screen and (max-width: 992px) {
  .Pie-info {
    text-align: center;
  }

  .Pie-menu {
    flex-wrap: wrap;
  }
}

/*===================== TITULOS =======*/

.Titulo {
  font-size: 48px;
  line-height: 52px;
  margin: 0px;
  text-transform: uppercase;
  color: #010101;
}

.Titulo strong {
  font-family: "galanogrotesque-bold";
}

@media only screen and (max-width: 992px) {
  .Titulo {
    font-size: 30px;
    line-height: 34px;
  }
}

/*===================== BOTONES =======*/

a.Btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 60px;
  background-color: #e2a42f;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 200ms linear;
}

a.Btn-01:hover {
  box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
}

a.Btn-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 60px;
  background-color: #00a0e6;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 200ms linear;
}

a.Btn-02:hover {
  box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
}

a.Btn-03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 60px;
  background-color: #1a4ed8;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 200ms linear;
  font-family: "galanogrotesque-bold";
}

a.Btn-03:hover {
  box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
}

/*===================== VIDEO MODAL =======*/

.Video-modal {
  width: 800px;
  margin-left: -130px;
}

.Video-modal .close {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: white;
  border: 0px;
}

.Video-modal .close .span {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .Video-modal {
    width: 100%;
    margin-left: 0px;
  }

  .Video-modal video {
    width: 100%;
  }
}

/*===================== HOME =======*/

.Home-hero {
  background-color: black;
  height: auto;
  background-image: url(../img/bk/bk-01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Hero-logo img {
  width: 100%;
  max-width: 240px;
  margin-left: 20px;
}

@media only screen and (max-width: 992px) {
  .Hero-logo {
    justify-content: start;
  }
}

.Hero-home-info {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 600px;
}

.Hero-home-info p {
  font-size: 66px;
  font-family: "galanogrotesque-light";
  margin: 0px;
}

.Hero-home-info p strong {
  font-size: 66px;
  font-family: "galanogrotesque-bold";
  border-bottom: 2px solid #00a0e6;
  padding-bottom: 50px;
}

.Hero-home-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Hero-home-scroll img {
  width: 100%;
  max-width: 117px;
  margin-bottom: -100px;
}

@media only screen and (max-width: 992px) {
  .Hero-home-info {
    height: 300px;
  }

  .Hero-home-info p {
    font-size: 33px;
  }

  .Hero-home-info p strong {
    font-size: 33px;
    padding-bottom: 50px;
  }
}

.Home-video {
  margin-top: 100px;
}

.Home-video video {
  width: 100%;
  max-width: 540px;
  border-radius: 8px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.Home-txt-01 {
  font-size: 20px;
  line-height: 40px;
  margin-top: 100px;
  text-align: center;
}

.Home-txt-01 strong {
  color: #14377d;
  font-family: "galanogrotesque-medium";
}

.Home-01 {
  margin-top: 113px;
}

.Home-01b {
  background: rgb(0, 11, 28);
  background: linear-gradient(
    90deg,
    rgba(0, 11, 28, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  margin-top: 80px;
}

.Home-01b a {
  width: 100%;
  min-height: 490px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  color: #ffffff;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 138px 30px 30px;
}

.Home-01b a img {
  width: 100%;
  max-width: 34px;
}

.Home-01b a span {
  transition: all 200ms linear;
}

.Home-01b a:hover span {
  margin-left: 50px;
  transition: all 200ms linear;
}

.Home-02 {
  margin-top: 185px;
}

.Home-02 img {
  width: 100%;
}

.Home-02-cont {
  margin-top: 80px;
}

.Home-02-cont span {
  font-family: "galanogrotesque-medium";
  font-size: 30px;
}

.Home-02-a {
  background-image: url(../img/04.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Home-02-a div {
  width: 50%;
  padding: 25px;
  background-color: #eeeeee;
  font-size: 14px;
  line-height: normal;
}

.Home-02-a div strong {
  color: #1a4ed7;
  font-size: 32px;
  font-family: "galanogrotesque-medium";
}

.Home-02-b {
  font-size: 24px;
  font-family: "galanogrotesque-medium";
}

.Home-02-b b {
  width: 3px;
  height: 100px;
  display: inline-block;
  background-color: #00a0e6;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: -40px;
}

.Home-03 {
  margin-top: 100px;
}

.Home-03-a {
  /*background-color: #e9e9e9;*/
  margin-top: 55px;
  padding: 30px;
}

.Home-03-a img {
  width: 100%;
  max-width: 242px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*===================== CONTACTO =======*/

.Hero-contacto-info {
  height: 485px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Hero-contacto-info p {
  border: 2px solid #ffffff;
  font-size: 90px;
  line-height: 94px;
  margin: 0px;
  font-family: "galanogrotesque-bold";
  color: white;
  padding: 15px 30px;
  text-align: center;
}

.Hero-contacto-info p span {
  font-family: "galanogrotesque-light";
}

@media only screen and (max-width: 992px) {
  .Hero-contacto-info {
    height: 285px;
  }

  .Hero-contacto-info p {
    font-size: 45px;
    line-height: 49px;
  }
}

.Contacto-01 {
  margin-top: 100px;
}

.Contacto-01 img {
  width: 100%;
  max-width: 30px;
  margin-bottom: 50px;
}

.Contacto-01 strong {
  color: #00a0e6;
}

.Contacto-01 a {
  text-decoration: none;
  color: #00a0e6;
}

@media only screen and (max-width: 992px) {
  .Contacto-01 img {
    margin-bottom: 30px;
  }
}

.Contacto-02 {
  margin-top: 100px;
  text-align: center;
  font-size: 22px;
  line-height: 44px;
}

.Contacto-03 {
  margin-top: 100px;
}

.Contacto-03 input {
  width: 100%;
  height: 63px;
  background-color: #e8e8e8;
  padding-left: 20px;
  border: 0px;
  margin-bottom: 15px;
}

.Contacto-03 textarea {
  width: 100%;
  height: 160px;
  background-color: #e8e8e8;
  padding-left: 20px;
  border: 0px;
  margin-bottom: 15px;
}

.Radio-boton {
  width: 20px !important;
  display: inline-block;
}

.Mapa {
  height: 460px;
  margin-top: 100px;
  margin-bottom: -155px;
  overflow: hidden;
}

.Mapa iframe {
  width: 100%;
}

/*===================== CLIENTES =======*/

.Clientes-01 {
  margin-top: 100px;
}

.Clientes-02 {
  margin-top: 100px;
}

.Clientes-02 img {
  width: 100%;
  max-width: 200px;
}

/*===================== EQUIPO MEDICO =======*/

.Equipo-medico-01 {
  margin-top: 100px;
}

.Equipo-medico-01 .container {
  border-bottom: 2px solid #dbdbdb;
}

.Equipo-medico-01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: #bebebe;
  font-family: "galanogrotesque-medium";
  text-align: center;
  line-height: 18px;
}

.Equipo-medico-01 a img {
  width: 100%;
  max-width: 60px;
  margin-bottom: 20px;
}

.Equipo-medico-01 a span {
  color: #00a0e6;
}

.Equipo-medico-02 {
  margin-top: 100px;
}

.Equipo-medico-02 img {
  width: 100%;
}

.Equipo-medico-02 p {
  border-bottom: 2px solid #00a0e6;
  font-family: "galanogrotesque-medium";
  margin-top: 15px;
  font-size: 20px;
  padding-bottom: 10px;
}

.Equipo-medico-02 ul li {
  font-size: 16px;
  list-style-image: url(../img/bullet.png);
  margin-left: -20px;
  line-height: 32px;
}

/*===================== MANTENIMIENTO INTEGRAL =======*/

.Matenimiento-integral-01 {
  margin-top: 100px;
}

.Matenimiento-integral-01 p {
  margin-bottom: 30px;
}

.Matenimiento-integral-01 p strong {
  font-size: 36px;
  line-height: 48px;
  font-family: "galanogrotesque-bold";
}

.Matenimiento-integral-01 img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .Matenimiento-integral-01 p strong {
    font-size: 24px;
    line-height: 30px;
  }

  .Matenimiento-integral-01 img {
    margin-top: 30px;
  }
}

.Matenimiento-integral-02 {
  margin-top: 100px;
  background-color: #000b1c;
  color: white;
  padding: 50px 0px 100px;
}

.Matenimiento-integral-02 p strong {
  font-size: 36px;
  color: #00a0e6;
  font-family: "galanogrotesque-medium";
}

.Matenimiento-integral-03 img {
  margin-top: -50px;
  width: 100%;
}

.Matenimiento-integral-04 {
  margin-top: 100px;
  background-image: url(../img/bk/bk-06.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.Matenimiento-integral-04 p strong {
  font-size: 40px;
  line-height: 54px;
  font-family: "galanogrotesque-medium";
}

.Matenimiento-integral-04 p b {
  font-family: "galanogrotesque-medium";
  color: #00a0e6;
}

@media only screen and (max-width: 768px) {
  .Matenimiento-integral-04 p strong {
    font-size: 30px;
    line-height: 44px;
  }
}

.Matenimiento-integral-05 {
  margin-top: 150px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(232, 232, 232, 1) 50%
  );
}

.Matenimiento-integral-05 .Cuadro-azul {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 16px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a4ed8;
  text-align: center;
  font-family: "galanogrotesque-medium";
  padding: 20px 5px;
  margin-top: -50px;
}

.Matenimiento-integral-05 .Cuadro-azul p {
  margin: 0px;
  line-height: 28px;
  font-size: 24px;
  font-family: "galanogrotesque-bold";
}

.Matenimiento-integral-05 strong {
  font-family: "galanogrotesque-medium";
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .Matenimiento-integral-05 {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 50%,
      rgba(232, 232, 232, 1) 50%
    );
  }
}

.Matenimiento-integral-06 {
  margin-top: 100px;
}

.Matenimiento-integral-06 img {
  width: 100%;
  margin-bottom: 50px;
}

.Matenimiento-integral-06 strong {
  font-family: "galanogrotesque-medium";
  font-size: 24px;
  color: #ff9000;
}

/*===================== QUIENES SOMOS =======*/

.Quienes-somos-01 {
  background-color: #f2f3f5;
  padding-bottom: 50px;
  line-height: 32px;
}

.Quienes-somos-01 img {
  width: 100%;
  max-width: 400px;
}

.Quienes-somos-01 .bg-info {
  background-color: #00a0e6 !important;
  padding: 40px;
  margin-top: -50px;
  margin-bottom: 50px;
  color: white;
}

.Quienes-somos-01 .bg-info strong {
  font-size: 24px;
  font-family: "galanogrotesque-medium";
}

.Quienes-somos-02 {
  margin-top: 100px;
}

.Quienes-somos-02 img {
  width: 100%;
}

.Quienes-somos-02 ul li {
  list-style-image: url(../img/bullet-2.jpg);
  margin-bottom: 30px;
  line-height: 32px;
}

.Quienes-somos-03 {
  margin-top: 50px;
  line-height: 32px;
}

.Quienes-somos-03 img {
  width: 100%;
}

.Quienes-somos-03 p strong {
  font-size: 24px;
  font-family: "galanogrotesque-medium";
  color: #00a0e6;
}

/*===================== PROYECTO JUCHITAN =======*/

.Proyecto-juchitan-01-a {
  background-color: #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  line-height: 32px;
}

.Proyecto-juchitan-01 img {
  width: 100%;
}

.Proyecto-juchitan-01-b {
  background-color: #1a253a;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 50px;
  color: white;
  flex-direction: column;
  line-height: 32px;
}

.Proyecto-juchitan-01-b span {
  color: #5ccdff;
}

.Proyecto-juchitan-01-b strong {
  color: #ffffff !important;
  font-size: 30px !important;
  line-height: 40px;
  font-family: "galanogrotesque-medium";
}

.Proyecto-juchitan-01-b strong span {
  color: #ffffff !important;
  font-size: 20px;
}

.Proyecto-juchitan-02 {
  margin-top: 0px !important;
}

.Proyecto-juchitan-02-a {
  padding: 100px 150px 150px;
  line-height: 32px;
}

.Proyecto-juchitan-02 img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .Proyecto-juchitan-02-a {
    padding: 30px;
  }
}

.Proyecto-juchitan-03 img {
  width: 100%;
  max-width: 550px;
  margin-top: -100px;
}

.Proyecto-juchitan-04 {
  margin-top: 100px;
}

.Proyecto-juchitan-04 p {
  text-align: justify;
  margin-bottom: 30px;
  line-height: 32px;
}

.Proyecto-juchitan-04 img {
  width: 60%;
  margin: 0 auto;
}

/*===================== PROYECTO JUCHITAN =======*/

.Medisa-01 {
  margin-top: 100px;
  line-height: 32px;
}

.Medisa-01 p strong {
  font-size: 36px;
  font-family: "galanogrotesque-medium";
}

.Medisa-01 p strong span {
  color: #1a4ed7;
}

.Medisa-01 img {
  width: 100%;
  max-width: 500px;
  margin-top: 30px;
}

.Medisa-02 {
  margin-top: 100px;
}

.Medisa-02-a {
  background-image: url(../img/21.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 100px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Medisa-02-a p {
  margin: 0px;
  font-size: 24px;
  font-family: "galanogrotesque-medium";
}

.Medisa-02-b img {
  width: 100%;
  border-bottom: 2px solid #1a253a;
}

.Medisa-02-b p {
  margin: 0px;
  font-size: 24px;
  font-family: "galanogrotesque-medium";
}

.Medisa-02-c {
  background-color: #1a253a;
  color: white;
  line-height: 32px;
  display: flex;
  justify-content: space-around;
  padding: 50px;
  flex-direction: column;
}

.Medisa-02-c span {
  color: #00a0e6;
  font-size: 28px;
}

.Medisa-02-c strong {
  font-family: "galanogrotesque-medium";
  color: #00a0e6;
  font-size: 28px;
}

.Medisa-03 {
  margin-top: 100px;
  background-color: #1a253a;
}

.Medisa-03 img {
  width: 100%;
}

.Medisa-04 {
  margin-top: 100px;
}

.Medisa-04 strong {
  font-size: 36px;
  font-family: "galanogrotesque-medium";
}

.Medisa-04 span {
  color: #1a4ed7;
  font-size: 36px;
}

.Medisa-04 b {
  font-size: 24px;
  font-family: "galanogrotesque-medium";
}

.Medisa-04 img {
  width: 100%;
}
