* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/glasses_store.jpg);
  background-size: cover;
  background-position: center;
  height: 85vh;
  margin-top: 10rem;
  margin-left: 5rem;
  margin-right: 5rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(0.4rem);
  z-index: 100;
  transition: all 0.5s;
}

.hidden-desktop {
  display: none;
}

.nav__bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #b5ffe1;
  box-shadow: 0 0.2rem 0.2rem #efefef;
  z-index: 100;
}

.nav__bar__container .logo__text a {
  display: block;
  text-decoration: none;
}

.logo__text--title {
  text-align: left;
}

.logo__text--title strong {
  
  
  color: black;
  
}

.left {
  float: left;
}

.nav__bar__container {
  text-align: center;
  margin: 0.5rem;
  z-index: 1;
}

.nav__bar--item {
  list-style-type: none;
  display: inline-block;
  padding: 2rem;
  font-family: "Playfair Display", serif;
}

.nav__bar--link {
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
}

.nav__bar--link:hover {
  color: rgb(78, 135, 140);
  border-bottom: 0.1rem solid rgb(78, 135, 140);
  transition: all 0.5s;
}

#navbarToggleExternalContent {
  display: none;
}
/* Dropdown menu in Serviços */

.dropbtn {
  background-color: white;
  color: black;
  font-size: 1.6rem;
  border: none;
  font-family: "Playfair Display", serif;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 16rem;
  box-shadow: 0rem 0.8rem 1.6rem 0rem rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 1.2rem 1.6rem;
  text-decoration: none;
  display: block;
  font-family: "Playfair Display", serif;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: white;
  border-bottom: 0.1rem solid blue;
  color: blue;
}

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

.main__page {
  /* position: absolute; */
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
  padding: 5rem;
  margin-top: 13.5rem;
}

.col-flex-full {
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.col-flex {
  flex: 50%;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.alternative__main__page {
  /* float: right;*/
  color: white;
  margin-right: 25rem;
  margin-top: 11rem;
  font-family: "Playfair Display", serif;
}

.alternative__main__page h2 {
  font-size: 3.6rem;
}

#typed {
  font-size: 2.5rem;
}

.main__page--title {
  text-transform: uppercase;
  word-spacing: 0.4rem;
  font-size: 3.6rem;
  color: #fff;
  margin-bottom: 2.5rem;
  font-family: "Playfair Display", serif;
}

.main__page--subtitle {
  font-size: 2.5rem;
  word-spacing: 0.2rem;
  color: #fff;
  font-family: "Playfair Display", serif;
}

.button {
  display: inline-block;
  padding: 1rem 3rem;
  text-decoration: none;
  border-radius: 5rem;
  border: none;
}

.button i {
  font-size: 2rem;
}

.button__position {
  margin-left: 1rem;
  margin-top: 1.5rem;
}

.button-full {
  background-color: rgb(78, 135, 140);
  color: #fff;
}

.button-ghost {
  background-color: transparent;
  color: white;
  border: 0.1rem solid rgb(78, 135, 140);
}

.button-full:hover {
  background-color: #65b891;
  color: white;
}

.button-ghost:hover {
  background-color: #65b891;
  color: white;
  border: 0.1rem solid #65b891;
}

.margin-left {
  margin-left: 7.5rem;
}

.cancel {
  cursor: pointer;
}

.menu {
  position: fixed;
  margin-right: 2.5rem;
  z-index: 1;
  
}

#navbar nav ul {
  background-color: white;
}

#navbar nav ul li {
  list-style-type: none;
}


#navbar nav ul li a {
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
}

.fa-times-circle {
  font-size: 3rem;
}

.menu-icon {
  padding: 2rem;
  background-color: white;
  border-radius: 50%;
  color: black;
  font-size: 2rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.Sobrenos__class {
  background-color: #fff;
}

.Sobrenos__title {
  margin-top: 10rem;
  margin-bottom: 5rem;
  font-size: 300%;
  font-family: "Playfair Display", serif;
}

.Sobrenos__title:hover {
  color: #65b891;
  transition: all 0.2s;
}

.img__container--medium img {
  width: 45vw;
  margin-left: 5rem;
}

.p__container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/oculos.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 15rem;
  padding: 1.5rem;
  box-shadow: 0.5rem 0.5rem 1.4rem 0.2rem rgba(0, 0, 0, 0.7);
}

.Sobrenos__mainparagragh {
  color: #f8f8ff;
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  margin: 0 10rem;
  text-align: justify;
  text-justify: inter-word;
}

.Acordos__class {
  background-color: #4e878c;
}

.Acordos__title {
  color: #fff;
  margin-top: 10rem;
  margin-bottom: 5rem;
  font-size: 300%;
  font-family: "Playfair Display", serif;
}

.Acordos__title:hover {
  color: #65b891;
  transition: all 0.2s;
}

.grid__container {
  object-fit: cover;
  display: grid;
  grid-template-rows: repeat(2, 30rem);
  grid-template-columns: repeat(3, 30rem);
  justify-content: center;
  grid-gap: 2.5rem;
}

.grid__container img {
  width: 30rem;
  height: 30rem;
}

.Acordos__paragragh {
  font-family: "Lato", sans-serif;
  margin: 0 auto;
  background-color: #fff;
  width: 30rem;
  height: 30rem;
  font-size: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Atualizacoes__title {
  font-family: "Playfair Display", serif;
  margin-top: 10rem;
  margin-bottom: 5rem;
  font-size: 300%;
}

.Atualizacoes__title:hover {
  color: #65b891;
  transition: all 0.2s;
}

.Atualizacoes__img__container img {
  display: block;
  margin: 0 auto;
  height: 50rem;
  width: 50rem;
  box-shadow: 0.5rem 0.5rem 1.5rem 0.5rem #000000;
}

.Atualizacoes__img__container--solo img {
  height: 50rem;
  width: 50rem;
  margin: 0 auto;
  display: block;
  box-shadow: 0.5rem 0.5rem 1.5rem 0.5rem #000000;
}

.paragragh__container {
  margin: 5rem 7.5rem;
}

.paragragh__container--normas {
  margin: 5rem 2.5rem;
}

.paragragh__container--normas p {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
}

.center {
  display: flex;
  justify-content: center;
}

.margin__bottom--medium {
  margin-bottom: 2.5rem;
}

.icon-default {
  font-size: 350%;
  color: blue;
  margin-bottom: 2.5rem;
}

p {
  text-align: justify;
}

.margin__bottom--large {
  margin-bottom: 5rem;
}

.testemunhos__title {
  font-family: "Playfair Display", serif;
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  font-size: 300%;
  color: white;
}

.testemunhos__title:hover {
  color: #65b891;
  transition: all 0.2s;
}

.testemunhos__class {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/sunglasses.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  background-attachment: fixed;
  padding: 2.5rem;
}

.testemunhos__set--container {
  padding: 2rem;
  text-align: center;
}

.paragragh__container p {
  font-size: 1.5rem;
}

.color-white {
  color: white;
}

.testemunhos__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 5rem;
  border-radius: 50%;
  height: 5rem;
  margin-bottom: 1.5rem;
}

.card {
  margin: 0 auto;
  display: block;
  margin-bottom: 1.5rem;
}

.card-title {
  font-size: 2rem;
}

.card-subtitle {
  font-size: 1.5rem;
}

.galeria__class {
  background-color: #4e878c;
}

/* SLIDER */
.slider {
  max-width: 1000rem;
  height: 50rem;
  margin: 0 auto;
  position: relative;

  /* IN THE END */
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50rem;

  display: flex;
  align-items: center;
  justify-content: center;

  /* THIS creates the animation! */
  transition: transform 1s;
}
/*
.slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*/

.slider__btn {
  position: absolute;
  top: 50%;
  z-index: 10;

  border: none;
  background: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  color: #333;
  border-radius: 50%;
  height: 5.5rem;
  width: 5.5rem;
  font-size: 3.25rem;
  cursor: pointer;
}

.slider__btn--left {
  left: 6%;
  transform: translate(-50%, -50%);
}

.slider__btn--right {
  right: 6%;
  transform: translate(50%, -50%);
}

.dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dots__dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.7;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin-right: 1.75rem;
  cursor: pointer;
  transition: all 0.5s;

  /* Only necessary when overlying images */
  /* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */
}

.dots__dot:last-child {
  margin: 0;
}

.dots__dot--active {
  /* background-color: #fff; */
  background-color: #888;
  opacity: 1;
}

.carousel-item-new img {
  box-shadow: 0.5rem 0.5rem 0.7rem 0.2rem rgba(0, 0, 0, 0.6);
  height: 80%;
}

.carousel-item {
  margin: 0 auto;
}

.w-50-new {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.z-0 {
  z-index: 0;
}

.sr-only {
  color: black;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.galeria__title {
  color: #fff;
  font-family: "Playfair Display", serif;
  padding: 5rem;
  padding-top: 7rem;
  font-size: 300%;
}

.galeria__title:hover {
  color: #65b891;
  transition: all 0.2s;
}

.carousel-control-next-icon {
  color: black;
}

.contactos__title {
  font-family: "Playfair Display", serif;
  padding: 5rem;
  padding-top: 7rem;
  font-size: 300%;
}

.contactos__title:hover {
  color: #65b891;
  transition: all 0.2s;
}

.center-no_strech {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.contactos__info {
  font-family: "Lato", sans-serif;
  margin-top: 5rem;
  margin-left: 10rem;
}

.contactos__info p {
  font-size: 1.5rem;
}

.right {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}

.formulario__class {
  background-color: #93e5ab;
  margin-bottom: 0;
}

.col label {
  font-size: 1.8rem;
  color: #fff;
}

.col input {
  font-size: 1.8rem;
}

.col textarea {
  font-size: 1.8rem;
}


.label {
  display: block;
  font-size: 1.5rem;
  text-align: right;
  padding: 5px;
  margin-bottom: 10px;
}

.center {
  text-align: center;
}

.btn {
  font-size: 1.6rem;
}

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

label {
  font-size: 1.5rem;
}

input {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  width: 50%;
}

textarea {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.form-control {
  font-size: 2rem;
  width: 25%;
}

.form-label {
  font-size: 2rem;
}

.white {
  color: #fff;
}

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

.icon__big {
  font-size: 4rem;
  color: black;
}

.icon__big:hover {
  color: #93e5ab;
}

.footer {
  background-color: #4e878c;
  padding: 5rem;
}

.footer-nav li,
.social-links li {
  display: inline-block;
  margin-right: 2rem;
}

.footer-nav li:last-child,
.social-links li:last-child {
  margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
  text-decoration: none;
  border: 0;
  color: black;
  transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
  color: #fff;
}

footer p {
  color: #ddd;
  text-align: center;
  margin-top: 2rem;
}

.footer-nav img {
  width: 2.5rem;
  height: 2.5rem;
}

.footer-nav li a {
  font-size: 1.8rem;
}

.display--block {
  display: block;
}

.mapouter {
  text-align: center;
}

.margin__top--large {
  margin-top: 7.5rem !important;
}

.border-none {
  border: none;
}

.fa-star {
  color: #FDCC0D;
}

.carousel-item img { 
  height: 500px;
  width: 500px;
}

@media (max-width: 575.98px) {
  .row-flex {
    display: block;
  }

  .carousel-item img { 
    height: 250px;
    width: 500px;
  }
  

  .alternative__main__page {
    display: none;
  }

  .nav__bar {
    display: none;
  }

  #navbarToggleExternalContent {
    display: block;
  }

  .nav__bar--item {
    display: none;
  }

  .p__container {
    margin: 0 0.7rem;
    padding: 0.5rem;
  }

  .grid__container {
    grid-template-columns: repeat(1, 30rem);
  }

  .mapouter {
    display: none !important;
  }

  .galeria__class {
    display: none;
  }

  .contactos__info p {
    text-align: left;
  }

  .footer-nav li a {
    font-size: 1.2rem;
  }

  .form-control {
    font-size: 1rem;
  }

  .hidden-desktop {
    display: block;
  }
}

.none {
  display: none !important;
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  html {
    font-size: 50%;
  }

  [class*="col-"] {
    width: 100%;
  }
  [class*="col"] {
    width: 100%;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  html {
    font-size: 56.25%;
  }
}
