@font-face {
  font-family: SourceSansPro-Regular;
  src: url(.../fonts/SourceSansPro-Regular.otf);
}

@font-face {
  font-family: SourceSansPro-Semibold;
  src: url(../fonts/SourceSansPro-Semibold.otf);
}

@font-face {
  font-family: NunitoSans-ExtraBold;
  src: url(../fonts/NunitoSans-ExtraBold.ttf);
}

@font-face {
  font-family: NunitoSans-ExtraLight;
  src: url(../fonts/NunitoSans-ExtraLight.ttf);
}

@font-face {
  font-family: NunitoSans-Regular;
  src: url(../fonts/NunitoSans-Regular.ttf);
}

html {
  font-size: 15px;
  height: 100vh;
  margin: 0;
  width: auto !important;
  overflow-x: hidden !important;
}

body {
  background-color: #fdfaf8;
  display: flex;
  flex-direction: column;
  width: auto !important;
  overflow-x: hidden !important;
}

/* NAVEGADOR */
header {
  background-color: #b3d4fc;
  padding-top: 2rem;
}

nav {
  color: #33547d;
  font-family: Nunito Sans;
  font-weight: 400;
  text-decoration: justify;
}

.nav-link:hover {
  border-bottom: 2px solid #33547d;
}



.nav-link {
  float: right;
}

/* div.logo {
  padding-left: 20px;
} */

div.header-content-left h1.vision {
  font-family: Nunito Sans;
  font-weight: 200;
  color: #33547d;
  font-size: 40px;
  align-items: flex-start;
}

div.header-content-left p {
  font-family: Source Sans Pro;
  font-weight: 400;
  color: #33547d;
  font-size: 20px;
}

div.header-content-left p span.Gordillo {
  font-family: Source Sans Pro;
  font-weight: 600;
  color: #33547d;
  font-size: 20px;
}

div.header-content-left {
  float: left;
  position: relative;
  text-align: left;
  margin-left: 6rem !important;
  margin-top: 3rem !important;
}

div.header-content-right {
  float: right;
  position: relative;
}

button.contacto {
  border: #b3d4fc 2px solid;
  border-radius: 5px;
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 13px;
  padding: 13px;
  background-color: #ffffff;
}

/* css anto */
.navbar-nav {
  align-items: flex-end;
}

.navbar-light .navbar-nav .nav-link {
  color: #33547d;
}

header .navbar-light .navbar-toggler,
header .navbar-light .navbar-toggler:hover,
header .navbar-light .navbar-toggler:active,
header .navbar-light .navbar-toggler:focus {
  border: none;
}

@media (min-width: 768px) {
  header {
    background: linear-gradient(
      to right,
      #b3d4fc 0%,
      #b3d4fc 80%,
      #fdfaf8 80%,
      #fdfaf8 100%
    );
  }

  .itemsNavegacion {
    display: flex;
    justify-content: space-around;
    width: 30rem;
  }
}

@media (min-width: 1280px) {
  button.contacto {
    margin-right: 5rem;
  }

  header .navbar-nav {
    padding-left: 3rem;
  }

  header {
    background: linear-gradient(
      to right,
      #b3d4fc 0%,
      #b3d4fc 80%,
      #fdfaf8 80%,
      #fdfaf8 100%
    );
  }

  .itemsNavegacion {
    width: 42rem;
  }
}

@media (min-width: 1440px) {
  header .navbar-light .navbar-nav .nav-link {
    padding-left: 4rem;
  }
}

/*
/
/
/
/
/
/
/
*/


/* INICIO VISION&TRAYECTORIA */
.vision-trayectoria .container-fluid {
  margin-bottom: 20vw;
  background-color: #b3d4fc;
  color: #33547d;
  height: 80%;
}

.vision-trayectoria h1 {
  font-family: NunitoSans-ExtraLight;
}

.vision-trayectoria p {
  font-family: NunitoSans-Regular;
}

.vision-trayectoria .row {
  height: 85%;
}

.vision-trayectoria .columnaTexto {
  /* margin: 1em 1.7em 3em 1.5em; */
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 3em;
}

.vision-trayectoria .imgPortada {
  width: 100%;
  max-width: 430px;
  display: block;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .vision-trayectoria .container-fluid {
    margin-bottom: 2rem;
    background: linear-gradient(
      to right,
      #b3d4fc 0%,
      #b3d4fc 80%,
      #fdfaf8 80%,
      #fdfaf8 100%
    );
    height: 100%;
    background-color: unset;
    padding: 3rem 0;
  }

  .vision-trayectoria .row {
    height: 100%;
  }

  .vision-trayectoria .columnaTexto {
    margin: 0;
    padding: 0 0 0 6em;
    align-self: center;
    max-width: unset;
  }

  .vision-trayectoria .textoVision {
    font-size: 1.7vw;
    width: 33vw;
  }

  /* .vision-trayectoria .columnaImagen {
    display: flex;
    align-items: center;
  } */

  .vision-trayectoria .columnaImagen picture img {
    max-width: 440px;
    width: 160%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    right: 70px;
  }
}

@media (min-width: 1280px) {
  .vision-trayectoria .columnaTexto {
    padding: 0 0 0 9rem;
    height: 100%;
    margin-bottom: 0;
  }

  .vision-trayectoria .textoVision {
    font-size: 1.5vw;
    width: 28vw;
  }

  .vision-trayectoria .columnaTexto h1 {
    font-size: 3vw;
    width: 24rem;
  }

  .vision-trayectoria .columnaImagen picture img {
    max-width: 640px;
    width: 140%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    right: 150px;
  }
}

@media (min-width: 1440px) {
  .vision-trayectoria .columnaTexto {
    padding: 3rem 9rem 3rem 12rem;
    height: 40rem;
  }

  .vision-trayectoria .textoVision {
    font-size: 1.3rem;
    width: 30vw;
  }

  .vision-trayectoria .columnaTexto h1 {
    font-size: 3.5rem;
    width: 24rem;
  }

  .vision-trayectoria .columnaImagen picture img {
    max-width: 540px;
    width: 160%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    right: 150px;
  }
}

/* FIN VISION&TRAYECTORIA */

/* INICIO CAROUSEL HISTORIA */
.carouselImagenes h1 {
  color: #33547d;
  font-family: NunitoSans-ExtraLight;
  font-weight: 500;
}

.carouselImagenes .item {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  text-align: center;
}

.carouselImagenes .item a:hover{
  text-decoration: none;
}
.carouselImagenes a:hover{
  background-color: rgba(110, 140, 123, 0.3);
}

.carouselImagenes .owl-carousel .owl-item img {
  width: 50%;
  /* margin-top: 3rem; */
  margin: 0 auto;
}

.carouselImagenes h5 {
  margin-bottom: 15px;
  margin-top: 1rem;
  color: #33547d;
  font-family: SourceSansPro-Semibold;
  font-size: 1.8rem;
  text-decoration: none;
  /* align-items: center; */
}

.carouselImagenes .owl-prev span {
  width: 15px;
  height: 50px;
  position: absolute;
  top: 10vw;
  left: 8vw;
  display: block !important;
  border: 0px solid #6e8c7b;
  font-size: 4rem;
  color: #6e8c7b;
}

.carouselImagenes .owl-next span {
  width: 15px;
  height: 50px;
  position: absolute;
  top: 10vw;
  right: 8vw;
  display: block !important;
  border: 0px solid #6e8c7b;
  font-size: 4rem;
  color: #6e8c7b;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #e6efea !important;
  text-decoration: none !important;
  color: none;
}

@media (min-width: 768px) {
  .carouselImagenes .owl-prev span {
    left: -3vw;
  }

  .carouselImagenes .owl-next span {
    right: -3vw;
  }

  .carouselImagenes {
    margin-bottom: 3rem;
  }

  .carouselImagenes .owl-carousel .owl-item img {
    width: 80%;
    margin-top: 3rem;
  }
}

@media (min-width: 1280px) {
  .carouselImagenes .owl-prev span {
    top: 8vw;
    left: -3vw;
  }

  .carouselImagenes .owl-next span {
    top: 8vw;
    right: -2vw;
  }
}

@media (min-width: 1440px) {
  .carouselImagenes .owl-prev span {
    top: 6vw;
    left: -3vw;
  }

  .carouselImagenes .owl-next span {
    top: 6vw;
    right: -3vw;
  }
}

/* FIN CAROUSEL IMAGENES */






/* INICIO CAROUSEL DOCTORES */

.doctores .owl-carousel .item img {
  width: 90%;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.doctores .owl-carousel .item h3,
.doctores .owl-carousel .item p {
  margin-top: 2rem !important;
  color: #33547d;
  font-family: NunitoSans-Regular;
  line-height: 2rem;
}

.doctores .owl-carousel .item h3 {
  text-align: center;
}

.doctores .owl-carousel .item p {
  text-align: justify;
  width: 85%;
  margin: 0 auto;
}

.doctores .owl-carousel .item a {
  text-decoration: none;
  color: white;
}


.doctores .btn {
  display: block !important;
  background-color: #6e8c7b;
  width: fit-content;
  -webkit-width: fit-content;
  -moz-width: fit-content;
  -o-width: fit-content;
  -ms-width: fit-content;
  margin: auto;
  margin-top: 2rem;
}

/* Flechas */
.doctores .owl-carousel .owl-nav button.owl-next {
  height: 2rem;
  width: 2.6rem;
  background: #6e8c7b;
  /* margin: 14rem 10.15rem; */
  border-radius: 4px;
  opacity: 1;
  /* position: relative;
  top: 6em;
  left: 0.5em; */
}

.doctores .owl-carousel .owl-nav button.owl-prev {
  height: 2rem;
  width: 2.6rem;
  background: #6e8c7b;
  /* margin: 14rem 10.15rem; */
  border-radius: 4px;
  opacity: 1;
  /* position: relative;
  top: 6em;
  left: -1.5em; */
}

.doctores .owl-carousel .owl-nav button.owl-next,
.doctores .owl-carousel .owl-nav button.owl-prev {
  font-size: 1.2rem;
  /* position: absolute;
top: 78%;
display: inline-block;
margin: -19px 0 0 0;
z-index: 5;
left: 0;
right: 0; */
  color: #fff;
  text-shadow: none;
}

.doctores .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #6e8c7b !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .doctores .owl-carousel .owl-item {
    width: 100%;
  }

  .doctores .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #6e8c7b !important;
    text-decoration: none !important;
  }

  .doctores .carouselDoctores .item .order-md-0 {
    margin-top: 2rem;
    line-height: 1rem;
  }

  .doctores .owl-carousel .item a {
    margin-top: 2rem;
  }

  .doctores .owl-carousel .item img {
    width: 80%;
  }

  #contenidoDoctores{
    align-self: center;
  }
}

@media (min-width: 1280px) {
  /* Flechas */
  .doctores .owl-carousel .owl-nav button.owl-next {
    left: 52.1rem;
  }

  .doctores .owl-carousel .owl-nav button.owl-prev {
    left: 49rem;
  }

  .doctores .owl-carousel .item .doctorGordilloHijo {
    margin-top: 1rem;
  }

  .doctores .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #6e8c7b !important;
    text-decoration: none !important;
  }

  .doctores {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .doctores .carouselDoctores .item .order-md-0 {
    margin-top: 8rem;
  }

  .doctores .carouselDoctores .item .order-md-0 p {
    line-height: 3.5rem;
    font-size: 1.2rem;
    margin-left: 0rem;
    width: 100%;
  }

  .doctores .carouselDoctores .item .order-md-0 h3 {
    font-size: 3rem;
    text-align: left;
  }

  .doctores .owl-carousel .item a {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 3rem;
  }
}

/* FIN CAROUSEL DOCTORES */

/* INICIO CAROUSEL PACIENTES */

.pacientes {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.carouselPacientes .item {
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 3rem;
  text-align: center;
  transition: all 2s;
}

.carouselPacientes .item img {
  margin: 0 auto;
  height: 30rem;
  transition: all 2s;
}

.carouselPacientes .item a {
  position: absolute;
  color: black;
  top: 90%;
  left: 18.7%;
  right: 18.7%;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 2s;
}

.carouselPacientes .item .centrado-telemedicina {
  position: absolute;
  color: black;
  top: 90%;
  left: 18.7%;
  right: 18.7%;
  font-size: 1rem;
  font-weight: 700;
  transition: all 2s;
}

.carouselPacientes .item .mas {
  display: none;
  position: absolute;
  color: black;
  top: 90%;
  left: 18.7%;
  right: 18.7%;
  font-size: 1rem;
  font-weight: 700;
  transition: all 2s;
}

.carouselPacientes .item:hover img {
  filter: brightness(0.2);
}

.carouselPacientes .item:hover a {
  font-size: 3rem;
  top: 50%;
  left: 18.7%;
  right: 18.7%;
  font-weight: normal;
  color: white;
}

.carouselPacientes .item:hover .centrado-telemedicina {
  font-size: 3rem;
  top: 50%;
  left: 9%;
  font-weight: normal;
  color: white;
}

.carouselPacientes .item:hover .mas {
  display: block;
  position: absolute;
  font-size: 3rem;
  top: 60%;
  left: 18.7%;
  right: 18.7%;
  font-weight: normal;
  color: white;
}

.carouselPacientes .item .centrado-telemedicina:hover .mas {
  display: block;
  position: absolute;
  font-size: 3rem;
  top: 60%;
  left: 39.7%;
  right: 18.7%;
  font-weight: normal;
  color: white;
}

@media (min-width: 768px) {
  .pacientes {
    margin-top: 4rem;
    margin-left: 0;
    margin-right: 0;
  }

  .pacientes .owl-carousel .owl-stage-outer {
    overflow: visible;
  }

  .pacientes .owl-carousel .owl-item {
    width: 20rem;
  }

  .pacientes .owl-item .item {
  }
}

@media (min-width: 1280px) {
  .carouselPacientes .item img {
    margin: 0 auto;
    height: 20rem;
    transition: all 2s;
  }

  .carouselPacientes #cataratas a {
    left: 8.7%;
  }

  .carouselPacientes #cataratas .mas {
    left: 26.7%;
  }

  .carouselPacientes #ojoSeco:hover a {
    font-size: 2.5rem;
  }

  .carouselPacientes #pterygeon:hover a {
    left: 8.7%;
  }

  .carouselPacientes #pterygeon:hover .mas {
    left: 32.7%;
  }

  .carouselPacientes #refractiva:hover a {
    left: 8.7%;
  }

  .carouselPacientes #refractiva:hover .mas {
    left: 32.7%;
  }

  .carouselPacientes .centrado-telemedicina .centrado {
    font-size: 1.5rem;
  }

  .carouselPacientes .item:hover .centradoTelemedicina {
    font-size: 2rem;
    margin-left: 1rem;
  }

  .carouselPacientes .centrado-telemedicina:hover .mas {
    left: 32.7%;
  }

  .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  }
}
@media (min-width: 1440px) {
  .carouselPacientes .item img {
    margin: 0 auto;
    height: 20rem;
    transition: all 2s;
  }

  .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  }
}

/* FIN CAROUSEL PACIENTES */

/* INICIO CAROUSEL Responsabilidad Social */

.responsabilidadSocial {
  margin: 3rem auto;
}

.responsabilidadSocial .owl-carousel .item img {
  width: 90%;
  margin: 0 auto;
}

.responsabilidadSocial h3,
.responsabilidadSocial p {
  margin-top: 2rem !important;
  color: #33547d;
  font-family: NunitoSans-Regular;
  line-height: 2rem;
}

.responsabilidadSocial h3 {
  text-align: center;
  text-transform: capitalize;
}

.responsabilidadSocial p {
  text-align: justify;
  width: 85%;
  margin: 0 auto;
}

/* Flechas */
.responsabilidadSocial .owl-carousel .owl-nav button.owl-next {
  height: 2rem;
  width: 2.6rem;
  background: #6e8c7b;
  margin: 14rem 10.15rem;
  border-radius: 4px;
  opacity: 1;
  position: absolute;
  top: 6em;
  left: 0.5em;
}

.responsabilidadSocial .owl-carousel .owl-nav button.owl-prev {
  height: 2rem;
  width: 2.6rem;
  background: #6e8c7b;
  margin: 14rem 10.15rem;
  border-radius: 4px;
  opacity: 1;
  position: absolute;
  top: 6em;
  left: -1.5em;
}

.responsabilidadSocial .owl-carousel .owl-nav button.owl-next,
.responsabilidadSocial .owl-carousel .owl-nav button.owl-prev {
  font-size: 1.2rem;
  /* position: absolute;
top: 78%;
display: inline-block;
margin: -19px 0 0 0;
z-index: 5;
left: 0;
right: 0; */
  color: #fff;
  text-shadow: none;
}

.responsabilidadSocial .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #6e8c7b !important;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .responsabilidadSocial {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .responsabilidadSocial h3 {
    text-align: left;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .responsabilidadSocial .owl-carousel .item img {
    width: 75%;
  }

  .responsabilidadSocial .order-md-1 p {
    width: 75%;
    margin-left: 0rem;
    font-size: 1.2rem;
    line-height: 2.5rem;
  }

  .responsabilidadSocial .order-md-1 h3 {
    font-size: 3rem;
    padding-left: 0;
    line-height: 3.5rem;
    font-family: NunitoSans-ExtraLight;
  }

  .responsabilidadSocial .owl-carousel .owl-nav button.owl-next {
    top: 13.3em;
    left: 6.5em;
  }

  .responsabilidadSocial .owl-carousel .owl-nav button.owl-prev {
    top: 13.3em;
    left: 4.5em;
  }

  .responsabilidadSocial .owl-carousel .owl-nav button.owl-next,
  .responsabilidadSocial .owl-carousel .owl-nav button.owl-prev {
    font-size: 1.2rem;
    /* position: absolute;
  top: 78%;
  display: inline-block;
  margin: -19px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0; */
    color: #fff;
    text-shadow: none;
  }

  .responsabilidadSocial .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #6e8c7b !important;
    text-decoration: none !important;
  }
}

/* FIN CAROUSEL Responsabilidad Social */

/*INICIO CONSULTORIA*/
.consultoria {
  padding: 40px 80px 245px 60px;
  margin-bottom: 0px;
  font-family: "NunitoSans-ExtraLight";
  color: #fdfaf8;
  background-image: url("../img/gvisionsmobile.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .consultoria {
    padding: 40px 80px 245px 60px;
    font-family: "NunitoSans-ExtraLight";
    color: #fdfaf8;
    background-image: url("../img/gvisions.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
  }

  .consultoria h5 {
    color: #6e8c7b;
    padding-left: 0px;
    font-family: "NunitoSans-ExtraBold";
    font-weight: 600;
    font-size: 1rem;
  }

  .consultoria h3 {
    font-size: 3rem;
    margin: 25px 0px;
  }

  .consultoria p {
    margin-right: 510px;
  }
}

@media (min-width: 1280px) {
  .consultoria {
    padding: 40px 80px 245px 60px;
    font-family: "NunitoSans-ExtraLight";
    color: #fdfaf8;
    background-image: url("../img/gvisions.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
  }

  .consultoria h5 {
    color: #6e8c7b;
    padding-left: 0px;
    font-family: "NunitoSans-ExtraBold";
    font-weight: 600;
    font-size: 1rem;
  }

  .consultoria h3 {
    font-size: 3rem;
    margin: 15px 0px;
  }

  .consultoria p {
    margin-right: 510px;
  }
}

@media (min-width: 1440px) {
  .consultoria {
    padding: 40px 80px 245px 60px;
    font-family: "NunitoSans-ExtraLight";
    color: #fdfaf8;
    background-image: url("../img/gvisions.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
  }

  .consultoria h5 {
    color: #6e8c7b;
    padding-left: 0px;
    font-family: "NunitoSans-ExtraBold";
    font-weight: 600;
    font-size: 1rem;
  }

  .consultoria h3 {
    font-size: 3rem;
    margin: 15px 0px;
  }

  .consultoria p {
    margin-right: 510px;
  }
}

/*FIN CONSULTORIA*/
