/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "openSansRegular";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "openSansMedium";
  src: url("../fonts/OpenSans-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "openSansBold";
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "belongSansRegular";
  src: url("../fonts/BelongSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "belongSansBold";
  src: url("../fonts/BelongSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  min-height: 100%;
  font-family: "openSansRegular";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  overflow-x: hidden !important;
  max-width: 100vw !important;
  background-color: #fff;
  padding: 0px;
}

body.noScroll {
  overflow: hidden !important;
}

.noVisible {
  visibility: hidden;
  position: absolute;
  margin-top: -100000px;
}

.btnClaro {
  border-radius: 200px;
  background-color: #fff !important;
  color: #7f2230 !important;
  text-decoration: none;
  padding: 5px;
  display: block;
  transition: 0.35s ease-in-out;
  width: 200px;
  border-style: none;
  margin-top: 18px;
  align-self: flex-end;
}
.btnClaro:hover {
  background-color: #000 !important;
  color: #ff6b02 !important;
}

.pr9 {
  padding-right: 9px;
}

.pl9 {
  padding-left: 9px;
}

.menu {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  padding: 10px 20px;
  position: fixed;
  z-index: 100;
}

.enlacesMenu {
  display: flex;
  padding: 9px;
  border-radius: 200px;
  background-color: #7f2230 !important;
  width: auto;
  filter: drop-shadow(1px 0px 5px rgba(0, 0, 0, 0.6));
}

.enlacesMenu ul {
  font-size: 12px !important;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.enlacesMenu li a {
  margin-right: 9px;
  border-radius: 200px;
  background-color: #fff !important;
  color: #7f2230 !important;
  text-decoration: none;
  padding: 5px;
  display: block;
  transition: 0.35s ease-in-out;
}
.enlacesMenu li a:hover {
  background-color: #000 !important;
  color: #ff6b02 !important;
}

.brand {
  display: flex;
  justify-content: flex-end;
  margin-left: -50px;
  padding: 9px;
  width: 100px;
  background-color: #7f2230 !important;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  filter: drop-shadow(1px 0px 7px rgba(0, 0, 0, 0.3));
  z-index: 1001;
}
.brand img {
  max-width: 50px;
}

#burger {
  display: none;
  cursor: pointer;
  z-index: 1001;
}

#burger i {
  color: #7f2230 !important;
  font-size: 24px;
}

.enlacesMenu.menuAbierto {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#navInfo {
  width: 100vw;
  background-color: #e3e2e2;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
}
#navInfo ul {
  padding: 0;
  list-style: none;
  display: inline-flex;
  margin: 0px;
}
#navInfo ul li {
  padding: 9px;
  text-transform: uppercase;
  border-right: 2px solid !important;
  background-color: #e3e2e2;
  transition: 0.35s ease-in-out;
}
#navInfo ul li:hover {
  font-family: "openSansBold";
  color: #ff6b02 !important;
  background-color: #000 !important;
  border-right: 2px solid !important;
  filter: drop-shadow(1px 0px 7px rgba(0, 0, 0, 0.3));
  cursor: pointer;
}
@media (max-width: 768px) {
  #navInfo ul li {
    font-size: 12px !important;
  }
}

.activo {
  font-family: "openSansBold";
  color: #ff6b02 !important;
  background-color: #fff !important;
  border-right: 2px solid !important;
  filter: drop-shadow(1px 0px 7px rgba(0, 0, 0, 0.3));
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #7f2230 !important;
  height: 150px;
  padding: 9px;
}
.footer p {
  margin: 0;
  width: 60vw;
  text-align: center;
  font-size: 12px !important;
  color: #fff !important;
}
.footer p a {
  color: #ff6b02 !important;
}

@media (max-width: 768px) {
  .enlacesMenu ul {
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .enlacesMenu ul li {
    width: 90%;
    margin-bottom: 18px;
  }
  .enlacesMenu ul li a {
    font-family: "openSansRegular";
    text-align: center;
  }
  #burger {
    display: block;
  }
  .enlacesMenu {
    display: none;
    border-radius: 0px !important;
    background-color: transparent !important;
    backdrop-filter: blur(10px);
  }
}
.contactoContainer {
  width: 100vw;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  padding: 9px;
  min-height: 500px;
  background-image: url("../img/fondos/contactoLBioBlockFPS_Bloqueador_Solar.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.contactoContainer h2 {
  text-align: left;
  font-family: "openSansBold";
  font-size: 80px;
  filter: drop-shadow(1px 0px 5px rgba(0, 0, 0, 0.6));
  color: #fff !important;
}
@media (max-width: 768px) {
  .contactoContainer {
    flex-direction: column;
    background-size: cover;
    height: fit-content;
    background-position-x: -550px;
    background-color: #7f2230 !important;
    padding: 9px;
  }
  .contactoContainer h2 {
    text-align: center;
    font-family: "openSansBold";
    font-size: 60px;
    filter: drop-shadow(1px 0px 5px rgba(0, 0, 0, 0.6));
    color: #fff !important;
  }
}

.formulario {
  width: auto;
  padding: 9px;
  display: flex;
  flex-direction: column;
}
.formulario label {
  font-size: 16px !important;
  color: #fff !important;
  margin-top: 18px;
}

.contProducto {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100vw;
  height: 600px;
  background-image: url("../img/fondos/fondoLbioBlockNatural_bloqueadorSolar.png");
  background-size: 100%;
}
@media (max-width: 768px) {
  .contProducto {
    background-size: 150%;
    background-position-x: -100px;
    justify-content: flex-end;
  }
}

.contenidoTop {
  height: 100%;
  width: 30%;
  padding: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
}
.contenidoTop h1 {
  color: #fff !important;
  font-size: 32px !important;
  text-align: left;
  font-size: 80px;
  font-family: "openSansBold";
}
.contenidoTop h1 span {
  font-size: 32px !important;
  color: #ff6b02 !important;
}
.contenidoTop img {
  height: 350px;
}
@media (max-width: 768px) {
  .contenidoTop {
    height: 60%;
    width: 100vw;
    backdrop-filter: blur(30px);
  }
  .contenidoTop img {
    height: 250px;
  }
}

.contInfo {
  min-height: 500px;
  display: flex;
  padding: 9px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
}
.contInfo h2 {
  font-family: "openSansBold";
  font-size: 22px !important;
}
.contInfo p {
  width: 70vw;
  font-family: "openSansRegular";
  font-size: 16px !important;
}

/*# sourceMappingURL=main.css.map */
