/* GOOGLE FONTS */

/* GOOGLE FONTS */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  box-sizing: border-box;
  scroll-behavior:smooth
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


html,
body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin: 0;
}

.thin {
  font-weight: 100;
}
.extralight {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extrabold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}

header {
  background-color: #fff;
  padding: 0px;
  top: 0;
  width: 100%;
  z-index: 999px;
}

.fix-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.top-line {
  background-color: #145ec7;
}

.menu-fixed {
  background-color: #ecf0f1;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*  iconos de contacto */
.item-contacto {
  color: #fff;
  padding-top: 15px;
  font-size: 15px;
}
.item-contacto i {
  color: #f7dc6f;
}

.item-contacto span {
  color: #f7dc6f;
}

/* iconos de redes sociales */
.item-sociales {
  padding-top: 15px;
}
.item-sociales i {
  color: #fff;
}
.item-sociales spa {
  color: #fff;
}

section[id] {
  scroll-margin-top: 130px;
}

/*  Foto */

.bg-image {
  background-image: url("../img/header2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  filter: opacity(90%) brightness(0.3);
}

.content {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.banner-foto h2,
.banner-foto p {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1s, transform 1s;
}

/*Nosotros*/

.nosotros h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #FFA61C;
}

.nosotros p {
  font-size: 15px;
  font-weight: 400;
  opacity: 0.6;
}

.nosotros span {
  color: #145ec7;
  font-size: 20px;
  font-weight: 600;
  opacity: 0.6;
}

/* contacto */

#formulario h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #FFA61C;
}
#formulario label {
  color: #145ec7;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.6;
}

::placeholder {
  opacity: 0.4 !important; /* Puedes ajustar este valor entre 0 y 1 */
}

button {
  font-size: 15px !important;
  font-weight: 400;
}

/*map */

#map h5 {
  color: #FFA61C;
  font-size: 20px;
  font-weight: 600;
 
}

#map p,
ul {
  font-size: 15px;
  font-weight: 400;

  opacity: 0.6;
}

#map span,
i {
  color: #000;
}

/* footer */

footer {
  background: #222222;
}

footer .copyright {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 35px 0;
}

/*  media */

@media (max-width: 540px) {
  .top-line {
    display: none !important;
  }
}

@media (max-width: 540px) {
  .item-contacto {
    max-width: 50%;
  }
}
