/*global*/

:root {
  --bs-body-font-family: "Roboto", sans-serif;
}
h1 {
  color: rgb(52, 52, 52);
}

/*utilities*/
.scroll-text {
  color: rgb(52, 52, 52);
}
.h2 {
  font-weight: 100 !important;
  letter-spacing: 1rem;
  margin: 2rem;
}

/*menu*/
#menu-text {
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  height: 100vh;
  z-index: 9999;
  padding-top: 5px;
  background-color: #f58735;
}

#menu-text li {
  display: block;
  margin-left: 10px;
  margin-bottom: 40px;
  color: white;
}

#menu-text li a {
  color: white;
  text-decoration: none;
}
#menu-text li a:hover {
  font-weight: 700;
  color: black !important;
}

#menu-links {
  margin-top: 20px;
}

/* Contact */

#menu-contact {
  position: fixed;
  right: 0;
  width: 35%;
  height: 100%;
  z-index: 9999;
  padding-top: 5px;
  color: white;
  background-color: #f58735;
}

#menu-contact .contact {
  padding: 10px 0;
  display: flex;
  justify-content: space-around;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  position: relative;
}

#menu-contact .contact h3 {
  font-weight: bolder;
}

/* #menu-contact .menu-set-top{
    margin-bottom: 30px;
} */

#menu-contact form .col {
  padding: 0;
}

#menu-contact form .left {
  padding-right: 7px;
}

#menu-contact form .top {
  margin-bottom: 25px;
}

#menu-contact form input {
  width: 100%;
  height: 50px;
  margin-bottom: 3px;
  padding-left: 10px;
  background-color: #eda26b;
  border: 0px;
}

#menu-contact form input::placeholder {
  position: absolute;
  top: 13px;
  left: 10px;
  color: black;
}

#menu-contact form textarea {
  height: 200px;
  width: 100%;
  padding-left: 10px;
  padding-top: 12px;
  background-color: #eda26b;
  border: 0px;
}

#menu-contact form textarea::placeholder {
  position: fixed;
  top: 12px;
  left: 10px;
  color: black;
}

#menu-contact #submit {
  margin-top: 30px;
  width: 30%;
  border: 1px solid white;
}

ul {
  list-style: none;
}

li {
  display: inline-block;
}

li:last-child {
  margin-right: 10px;
}

.logo {
  max-width: 200px;
}

header {
  position: relative;
  background-color: black;
  height: 60vh;
  /*min-height: 25rem;*/
  width: 100%;
  overflow: hidden !important;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .containerr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100%;
  z-index: 2;
}

header .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.5;
  z-index: 1;
}

.about {
  font-size: 16px;
}

.about a {
  font-size: medium;
  color: #f58735;
  font-weight: bold;
  text-decoration: none;
}

.about a:hover {
  text-decoration: underline;
}

.services {
  background-color: gainsboro;
}

.services p {
  font-size: 16px;
}

.icon-img {
  max-width: 150px !important;
}

.cards p {
  font-size: 16px;
}

.card {
  min-height: 530px;
}

.square {
  height: 40px;
  width: 40px;
  background-color: #f58735;
  border: 0px;
}

.link-about {
  color: orange;
  font-size: 2rem;
  text-transform: uppercase;
}

.close-btn {
  background-color: #f58735;
  border: 0px;
}

.why-section p {
  font-weight: 500;
}

.footer {
  background-color: #50a9b1;
}

.footer p {
  color: white;
  font-size: x-large;
  font-weight: 400;
}

.footer h2 {
  color: white;
}

.footer button {
  background-color: #f58735;
  border: 0px;
  border-radius: 3px;
  height: 50px;
  color: white;
  font-size: large;
  letter-spacing: 2px;
}

.footer-top {
  padding-bottom: 50px;
}

.menu-set-top {
  text-align: center;
  justify-content: top;
  margin: 0 auto;
  max-width: 90%;
  height: 95%;
}
.contact-half {
  margin: 0.5em 1em;
}

.cardss {
  display: grid;
  margin: 1em auto; /* Centra el elemento horizontalmente */
  box-sizing: border-box; /* Incluye el relleno y el borde en el ancho y alto total del elemento */
  justify-content: center;
}

.info-card {
  padding: 0 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0.5em auto;
  border-radius: 5px;
  background: rgb(236, 236, 236);
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, */
    /* rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
}

.info-card .material-symbols-outlined {
  padding-top: 0.4em;
  color: black;
  font-size: 3em;
}

.info-card img.logo {
  max-width: 100px;
  margin-top: 10px;
}

.info-card h4 {
  color: black;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 0.3em;
  font-size: 1.2em;
}

.info-card .text-card {
  padding: 0.3em;
  color: black;
  font-size: 1em;
}

.info-card h5 {
  color: #007bff;
  font-size: 1.1em;
  padding-bottom: 1em;
}

.map-container {
  margin: 1em;
  align-items: center;
  justify-content: center;
  height: 40%;
}

.map-description {
  top: 20px;
  left: 20px;
  color: white;
}

.map-description p {
  margin: 0;
}

.map {
  padding: 0.5em;
  height: 95%;
}

.map-description h4 {
  font-weight: bold;
}

.card h4 {
  color: #007bff;
}

@media only screen and (max-width: 920px) {
  #menu-contact {
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    z-index: 9999;
    padding-top: 5px;
    color: white;
    background-color: #f58735;
  }

  #menu-contact .contact {
    padding: 0.1em 0;
  }

  .logo {
    max-width: 150px;
  }

  body {
    overflow-x: hidden;
    max-width: 100vw;
  }

  .wraper {
    max-width: 100vw;
  }

  .info-card {
    margin: 0.5em auto;
  }

  .info-card h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* .info-card .text-card {
    max-height: 150px;
    overflow: hidden;
  } */
}

.about-list li{
  margin-left: 2rem;
  list-style-type: disc;
}
