main {
  max-width: '1440px',
}

#mapa {
  width: 100%;
  height: 100%;
}

#mapa-frame {
  width: 100%;
  height: 100%
}


@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap');

@font-face {
  font-family: "Typold";
  src: url("../public/fonts/Typold-Black.otf") format("opentype");
}

@font-face {
  font-family: "Typold-Bold";
  src: url("../public/fonts/Typold-Extrabold.otf") format("opentype");
}

@font-face {
  font-family: "Typold-Light";
  src: url("../public/fonts/Typold-Light.otf") format("opentype");
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: 'Oxygen', sans-serif;
  scroll-behavior: smooth;

}

.only-in-mobile {
  display: none;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.grid-40-60 {
  display: grid;
  grid-template-columns: 40% 60%;
}

.center-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-c-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-r-2 {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}

.grid-c-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.subtitle {
  font-weight: bolder;
  font-size: 40px;
}

.red-divider {
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
  font-weight: 500;
  display: grid;
  grid-template-columns: 22% 56% 22%;
  font-size: 32px;
}

.red-divider img {
  width: 100%;
}

#nuestros-lentes {
  margin: 100px;
}

#nuestros-lentes h2 {
  font-size: 35px;
  color: #bd0e28;
}

#nuestros-lentes .sections {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#nuestros-lentes .sections div {
  color: #E51230;
  font-size: 18px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(243, 243, 243);
  box-shadow: 10px 5px 10px rgb(180, 180, 180);
}

#nuestros-lentes .sections div img {
  width: 100%;
}

/* #nuestros-lentes .sections div img{
  flex-shrink: 0;
} */

#sobre-nosotros {
  background-color: rgb(246, 246, 246);
}

#sobre-nosotros .info {
  margin-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#sobre-nosotros h2 {
  margin-left: 38px;
  font-size: 35px;
}

#sobre-nosotros ul {
  font-size: 28px;
  color: rgb(35, 35, 35);
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

#videowrapper {
  position: relative;
  overflow: hidden;
}

#fullScreenDiv {
  min-height: 100%;
  height: 100vh;
  width: 100vw;
  padding: 0;
  margin: 0;
  position: relative;
}

#video {
  scale: 1.1;
  width: 100vw;
  height: auto;
  margin: auto;
  display: block;
}

#videoMessage {
  width: 98%;
  height: 94%;
  position: absolute;
  top: 3%;
  left: 1%;
  bottom: 3%;
  right: 1%;
  border-style: solid;
  border-color: white;
}

#navbar {
  margin: 30px;
  display: flex;
  justify-content: space-between;
}

#navbar a {
  text-decoration: none;
}

#navbar ul {
  display: flex;
}

#navbar ul li {
  font-family: 'Oxygen', sans-serif;
  font-weight: 800;
  margin-right: 30px;
  text-decoration: none;
  list-style: none;
  color: white;
  padding: 10px;
}

#navbar ul li:hover {
  background-color: white;
  color: #131030;
  border-radius: 20px;
}

.social-media {
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin: 10px;
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #131030;
}

.icon:hover {
  background-color: #131030;
  color: white;
}

.social-media a {
  text-decoration: none;
}

#sobre-nosotros img {
  width: 100%;
}

#sobre-nosotros ul {
  font-size: 18px;
  margin: 33px;
  text-align: justify;
}

#modelos {
  display: grid;
  grid-template-columns: 35% 65%;
  background-image: url("/public/img/fondo.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#modelos .grid-r-2 {
  text-align: center;
  justify-items: center;
  align-items: center;
}

#modelos .up-part {
  gap: 0 50px;
}

#modelos .glasses img {
  max-width: 400px;
}

#modelos h3 {
  color: #E4182A;
  font-size: 28px;
  letter-spacing: 1px;
}

#modelos .imagen-chica {
  height: -webkit-fill-available;
}

#modelos .only-in-mobile {
  display: none;
}

#shamir .grid-c-2 {
  align-items: center;
  justify-items: center;
  padding: 0 60px;
  color: #E4182A;
}

#shamir .grid-c-2 h6 {
  font-size: 30px;
}

#shamir .grid-c-2 p {
  margin-top: -45px;
  font-size: 20px;
  font-weight: 100;
}

#shamir .logo {
  width: 200px;
  height: auto;
}

#shamir .imagen {
  width: 100%;
}

#shamir .caracteristicas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #131030;
  border-radius: 0 0 20px 20px;
  padding: 0 30px 20px 30px;
  gap: 20px;
  -webkit-box-shadow: 0px -6px 5px rgba(234, 234, 234, 0.75);
  -moz-box-shadow: 0px -6px 5px rgba(234, 234, 234, 0.75);
  box-shadow: 0px -6px 5px rgba(234, 234, 234, 0.75);
}

#shamir .caracteristicas div {
  background-color: white;
  padding: 15px;
  text-align: center;
  font-size: 22px;
}

#materiales {
  text-align: center;
  padding: 0 200px;
  margin-bottom: 100px;
}

#materiales .flex-row {
  align-items: baseline !important;
}

#materiales .flex-row {
  justify-content: space-around;
  align-items: center;
}

#materiales .number {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E6E6E6;
  width: 150px;
  height: 150px;
  font-size: 100px;
  font-weight: 900;
  border-radius: 100px;
  color: #B7B7B7;
  box-shadow: 0 0 0 20px #F6F6F4;
}

#materiales li {
  text-align: left;
}

#materiales .number-1:hover {
  color: #EA6565;
}

#materiales .number-2:hover {
  color: #CC2F2F;
}

#materiales .number-3:hover {
  color: #1D2699;
}

#materiales .number-4:hover {
  color: #242466;
}

#materiales .number-5:hover {
  color: #121037;
}

#materiales .flex-column {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#materiales .material {
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
}

#materiales .material-about {
  width: 100%;
}

#materiales .material-about ul {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

#materiales .material h4 {
  font-size: 24px;
  font-weight: 900;
  font-family: 'Typold';
  color: white;
}

#tratamientos {
  display: flex;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 1px;
  font-weight: 300;
}

#tratamientos .grid-c-2 {
  gap: 20px;
}

#tratamientos img {
  width: auto;
  height: 200px;
}

#tratamientos h2 {
  font-family: 'Typold-Bold';
  font-size: 30px;
  margin-left: 150px;
  color: #E4182A;
  letter-spacing: 3px;
}

#tratamientos .wrapper {
  max-width: 80%;
  justify-items: center;
  column-gap: 30px;
}

#tratamientos h4 {
  margin-bottom: 0;
  color: #E51230;
  font-size: 20px;
  font-family: 'Typold-Bold';
}

#tratamientos .element {
  background-color: rgb(245, 245, 245);
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 10px 5px 10px rgb(180, 180, 180);
}

/* #tratamientos p {
  font-size: 25px;
  margin-left: 30px;
  margin-top: -40px;
  font-family: "Typold-Light";
} */

/* #tratamientos .info span {
  color: #E4182A;
} */

/* #tratamientos img {
  width: 100%;
} */

/* #sucursales {
  display: flex;
  flex-direction: column;
} */

#ametropias {
  display: grid;
  grid-template-columns: 30% 40% 30%;
  margin: 0 50px;
}

#ametropias .selected-item {
  text-decoration: underline;
}

#ametropias h5:hover {
  cursor: pointer;
  color: #bd0e28;
}

#ametropias .left {
  text-align: right;
}

#ametropias .circle {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ametropias .center {
  display: flex;
  flex-direction: column;
  border: #131030;
  border-style: dashed;
  width: 500px;
  height: 500px;
  border-radius: 50%;
}

#ametropias .center .logo {
  width: 30%;
}

#ametropias .circle img {
  width: 40%;
}

#ametropias .right {
  text-align: left;
}

#ametropias h5 {
  font-size: 35px;
  color: #E51230;
}

#ametropias p {
  margin-top: -20px;
  font-size: 20px;
  font-weight: 100px;
}

#sucursales .nombres-sucursales {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  font-family: 'Typold-light';
  background-color: #121037;
}

#sucursales .nombres-sucursales ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

#sucursales .nombres-sucursales ul li {
  margin: 20px 0;
  color: white;
}

#sucursales .nombres-sucursales ul li:hover {
  cursor: pointer;
  color: gray;
}

#sucursales .sucursal-img {
  height: 60%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#sucursales .sucursal-img img {
  width: 70%;
  border-radius: 20px;
}

#sucursales i {
  color: #E4182A;
  font-size: 50px;
}

#sucursales .ubication {
  display: flex;
  margin: 30px;
  height: 100vh;
}

#sucursales #texto_ubicacion div {
  display: flex;
}

#sucursales .ubication p {
  font-size: 20px;
  padding-left: 10px;
}

#sucursales h2 {
  color: white;
  text-align: center;
  font-family: 'Typold-Bold';
  font-size: 60px;
  letter-spacing: 3px;
}

#salud-visual-empresarial {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: rgba(242, 178, 141, 0.1);
  /* height: 110%; */
  padding: 0 120px 100px 120px;
}

#salud-visual-empresarial .info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#salud-visual-empresarial .info img {
  max-width: 100%;
}

#salud-visual-empresarial .info div {
  margin-left: 50px;
}

#salud-visual-empresarial .info h3 {
  font-family: 'Typold-light';
  color: #182A52;
  font-size: 50px;
}

#salud-visual-empresarial .info h3 span {
  font-family: 'Typold-Bold';
}

#salud-visual-empresarial .info ul {
  margin-top: -20px;
  margin-left: 30px;
}

#salud-visual-empresarial .info li {
  font-size: 28px;
}

#salud-visual-empresarial .info a {
  background-color: #E4182A;
  color: white;
  font-family: 'Typold-Bold';
  text-decoration: none;
  padding: 10px 40px;
  border-radius: 10px;
  margin-left: 50px;
  font-size: 20px;
}

/* Slider */

.slider {
  background-color: #E51230;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#formulario {
  color: white;
  background-image: url('/public/img/fondo1.jpg');
}

#formulario .p-50 {
  padding: 50px;
  padding-top: 20px;
}

#formulario h6 {
  font-size: 43px;
  font-weight: bolder;
}

#formulario span {
  font-weight: bolder;
}

#formulario p {
  font-size: 36px;
  margin-top: -70px;
}

#formulario .flex-row {
  align-items: center;
}

#formulario a {
  color: white;
  text-decoration: none;
  font-size: 24px;
}

#formulario i {
  margin: 10px;
  font-size: 60px;
}

#footer {
  background: #E51230;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

/*Mobile*/
@media (max-width: 480px) {
  .only-in-mobile .center {
    align-items: center;
    text-align: center;
  }

  .only-in-mobile {
    display: flex;
  }

  .not-in-mobile {
    display: none;
  }

  .grid-c-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-c-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .flex-row {
    display: flex;
    flex-direction: column;
  }

  .grid-40-60 {
    grid-template-columns: repeat(1, 1fr);
  }

  .mb-100 {
    margin-bottom: 50px;
  }

  #navbar {
    justify-content: center
  }

  #navbar ul {
    display: none;
  }

  .icon {
    background-color: #131030;
    color: white;
  }

  .red-divider {
    font-size: 16px;
  }

  #nuestros-lentes {
    margin: 30px;
  }

  #nuestros-lentes .sections {
    grid-template-columns: repeat(2, 1fr);
  }

  #sobre-nosotros .info {
    margin-left: 0;
  }

  #modelos .imagen-chica {
    display: none;
  }

  #modelos .info {
    padding: -30px 0;
  }

  #fullScreenDiv {
    height: auto;
  }

  #videoMessage {
    position: relative;
    width: 100%;
    border-style: none;
    top: 3%;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .social-media {
    position: fixed;
    flex-direction: column;
  }

  #modelos {
    grid-template-columns: repeat(1, 1fr);
  }

  #modelos .grid-r-2 {
    grid-template-rows: repeat(1, 1fr);
  }

  #modelos img {
    max-width: 70%;
  }

  #shamir .caracteristicas {
    grid-template-columns: repeat(1, 1fr);
  }


  #materiales {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 100px;
  }

  #materiales .number {
    margin-bottom: 5px;
  }

  #materiales .flex-column {
    margin-top: 30px;
  }

  #tratamientos {
    align-items: center;
  }

  #tratamientos h2 {
    font-size: 20px;
    margin-left: 10px;
  }

  #tratamientos .grid-c-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  #tratamientos .grid-c-2 .element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #tratamientos .info h4 {
    font-size: 20px;
  }

  #tratamientos .info p {
    font-size: 16px;
    margin-left: 0;
    margin-top: 0;
  }

  #tratamientos .element img {
    max-width: 100%;
  }

  #sucursales h2 {
    font-size: 20px;
  }

  #materiales .v-line {
    height: 30px;
    margin-top: 0;
  }

  #materiales .material {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    border-radius: 20px;
    height: 50px;
  }

  #sucursales .nombres-sucursales ul {
    padding: 0;
  }

  #sucursales .sucursal-img {
    align-items: center;
    margin: 0;
  }

  #sucursales #texto_ubicacion {
    margin-bottom: 400px;
  }

  #sucursales .ubication p {
    font-size: 12px;
    padding-left: 5px;
  }

  #sucursales .ubication i {
    font-size: 25px;
  }

  #ametropias {
    margin: 0 25px;
    grid-template-columns: repeat(1, 1fr);
  }

  #ametropias .left {
    text-align: justify;
  }

  #ametropias .center {
    max-width: 300px;
    max-height: 300px;
  }

  #ametropias .right {
    text-align: justify;
  }

  #salud-visual-empresarial {
    padding: 20px;
  }

  #salud-visual-empresarial .info {
    flex-direction: column;
  }

  #salud-visual-empresarial .info div {
    margin-left: 0;
    display: contents;
  }

  #salud-visual-empresarial h3 {
    font-size: 30px !important;
    text-align: center;
  }

  #salud-visual-empresarial .info li {
    font-size: 18px;
  }

  #salud-visual-empresarial .info a {
    margin-left: 0;
  }

  #salud-visual-empresarial .logo img {
    max-width: 100%;
  }

  #formulario p {
    font-size: 18px;
  }

  #formulario a {
    font-size: 18px;
  }

  #formulario i {
    font-size: 20px;
  }
}

/*Tablet*/
@media (max-width: 820px) {
  #fullScreenDiv {
    height: auto;
  }

  #navbar img {
    max-width: 200px;
  }

  #navbar li {
    margin-right: 3px !important;
  }

  #modelos .glasses img {
    max-width: 50%;
  }

  #materiales .number {
    width: 100px;
    height: 100px;
    font-size: 80px;
  }

  #materiales .material h4 {
    font-size: 16px;
  }

  #ametropias {
    margin: 20px;
  }

  #ametropias .center{
    width: 300px;
    height: 300px;
  }

  #tratamientos h2{
    margin: 0;
    text-align: center;
  }

  #tratamientos .wrapper{
    max-width: 100%;
  }

  #tratamientos .element {
    width: 80%;
  }

  #tratamientos img {
    width: 100%;
    height: auto;
}

  #ametropias h5{
    font-size: 18px;
  }

  #ametropias p{
    font-size: 15px;
  }

  #sucursales .nombres-sucursales ul {
    align-items: flex-start;
  }

  #sucursales .sucursal-img {
    align-items: center;
  }

  #sucursales .sucursal-img img {
    width: 100%;
  }

  #salud-visual-empresarial {
    padding: 20px;
  }

}