@charset "UTF-8";
/*Defino un mapa con los colores de mi sitio)*/
/*Variables de colores*/
/*$yellow_back: #FCA311;
$btn_color: #14213d;
$hoover_color: #e5e5e5;*/
/*Variables de tipografia*/
/*Variables de animaciones y transiciones*/
/*Variables de titulos*/
/*Defino mis extends*/
.background_properties, .accesoImg {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.btn_basic, .section__title--services, .contact__formulario input, .contact__formulario select, .contact__formulario textarea, .contact__formulario__enviar {
  margin: auto;
  padding: 5px;
  border-radius: 10px; }

/*Declaro mixins*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  max-width: 100%; }

/*Para el diseño de la página se emplea la paleta de colores https://coolors.co/palette/000000-14213d-fca311-e5e5e5-ffffff */
/*Estilo del Body*/
body {
  background-color: #FCA311;
  font-family: "Roboto", sans-serif; }

a {
  text-decoration: none;
  color: #000000; }

/*Estilos del header y barra de navegación*/
header {
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1; }

.logo {
  width: 180px; }

.nav {
  display: flex;
  width: 100%;
  height: 100%; }
  .nav__ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 0;
    /* truco por el uso de inline-block*/ }
  .nav__li {
    display: inline-block;
    padding: 5px;
    margin: 0px 20px;
    width: auto;
    font-size: 1.4rem; }
    .nav__li a {
      color: black;
      transition: color .2s linear, transform 0.2s; }
    .nav__li a:hover {
      color: #e5e5e5; }
    .nav__li a:active {
      transform: scale(0.95); }

.login {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0px; }

/*Colores y efectos del boton de login*/
.btn__access {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
  background-color: #FCA311;
  text-shadow: none;
  border-color: #FCA311;
  box-shadow: 3px 3px 10px;
  transition: background-color 0.2s linear, transform 0.2s; }
  .btn__access:hover {
    background-color: #14213D;
    transform: translateY(-10%); }

/*Defino el estilo del footer*/
.foot {
  clear: both;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  background: #FCA311;
  background: linear-gradient(135deg, #FCA311 0%, #7a7575 50%, black 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr); }
  .foot__copy {
    margin-left: 1.5rem;
    font-weight: 500;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    align-self: center; }
  .foot__follow {
    font-weight: 500;
    align-self: center;
    justify-self: center;
    padding-top: 10px; }
  .foot__networks {
    align-self: top;
    justify-self: center; }
    .foot__networks li {
      margin: auto;
      padding: 0 10px;
      display: inline-block;
      width: auto; }
    .foot__networks img {
      width: 1.5rem; }

/*Defino colores de menu bootstrap*/
.navbar-light:hover .navbar-nav:hover .nav-link:hover {
  color: #e5e5e5; }

.navbar-light:hover .navbar-nav:hover .active > .nav-link:hover {
  color: #e5e5e5; }

.card {
  background-color: #e5e5e5;
  border-radius: 20px;
  opacity: 0.9;
  border: #14213D 5px solid;
  min-height: 40vh; }

.section__title {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  padding: 5px 0;
  color: #FFFFFF;
  background-color: #14213D; }

.section__title--main {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  padding: 5px 0;
  color: #14213d; }

.title__animation {
  background: linear-gradient(90deg, #000000, #14213D, #e5e5e5);
  background-size: 400% 400%;
  animation: titleGradient 5s ease infinite; }

@keyframes titleGradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.section p {
  padding: 10px; }

.text_justify {
  text-align: justify; }

.main__contenedor {
  position: relative;
  height: 90vh;
  width: 100%;
  overflow: hidden; }
  .main__contenedor__title {
    position: relative;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 85vh; }
  .main__contenedor video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .main__contenedor__overlay {
    background-color: #000000;
    opacity: 0.50;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .main__contenedor__background {
    background-color: #7a757591; }

.main__title {
  font-size: 3rem;
  color: #FFFFFF;
  text-shadow: 5px 5px 15px #7a7575;
  width: 70%;
  margin-top: auto;
  margin-bottom: 40px;
  text-align: center; }

.main__subtitle {
  font-size: 1.5rem;
  color: #FFFFFF;
  width: 80%;
  text-align: center; }

.main__link {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  background-color: #FCA311;
  text-shadow: none;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: auto;
  transition: color 0.2s linear,  background-color 0.2s linear, transform 0.2s; }
  .main__link:hover {
    background-color: #e5e5e5;
    color: #14213D;
    transform: translateY(-10%); }

.img-contain {
  object-fit: contain; }

/*Estilo de la página about*/
.team__card {
  min-height: 100vh; }

.pages__background {
  background-image: url(../img/Heart-rate-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.pages__titles {
  font-family: 'Nunito', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  padding: 10vh 0; }
  .pages__titles h1 {
    z-index: 0;
    font-weight: 900;
    font-size: 2rem;
    text-transform: uppercase; }

.contenedor_caract {
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #e5e5e5;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 5px 5px 10px 0px #00000042;
  width: fit-content; }
  .contenedor_caract:hover {
    background-color: #7a7575;
    color: #FFFFFF;
    border-color: #14213D; }

.main__contenedor__svg {
  bottom: -1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr; }
  .main__contenedor__svg__fill {
    fill: #FCA311; }

.img-carousel {
  height: 50vh;
  object-fit: contain; }

.encabezado {
  padding: 10px 0; }

.sectionAbout {
  justify-self: center;
  align-self: center;
  padding: 0 10px; }
  .sectionAbout__text {
    text-align: justify; }

.sectionAboutImg img {
  width: 100%;
  display: block; }

.team__img {
  width: 200px;
  border: 6px solid #14213D;
  border-radius: 50%;
  display: block;
  margin: 10px auto; }

.section h3 {
  text-align: center;
  padding: 10px 0; }

/*Estilo de la página services*/
.servicios__descripcion p {
  background-color: #7a7575; }

.sectionAbout__text ul {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin: 10px;
  list-style-type: none;
  font-weight: 600; }

.productos {
  margin-top: 10px; }
  .productos_1 {
    justify-items: center;
    align-self: center; }
    .productos_1__img {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px; }
  .productos_2 {
    justify-items: center;
    align-self: center; }
    .productos_2__img {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px; }

.product__title {
  text-align: center;
  color: #14213D;
  background-color: #e5e5e5;
  font-size: 1.5rem;
  width: 60%;
  margin: auto;
  padding: 10px;
  border: 4px solid #14213D;
  border-radius: 20px; }

/*Estilo de la pagina contact*/
.contact__title {
  width: fit-content;
  font-size: 1.8rem;
  border-radius: 15px;
  margin: 10px;
  padding: 5px 10px; }

.contact__formulario {
  margin: 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .contact__formulario div {
    margin-top: 10px; }
  .contact__formulario input, .contact__formulario select, .contact__formulario textarea {
    width: 70%;
    display: block;
    background-color: #7a7575;
    color: #e5e5e5;
    transition: background-color 0.1s; }
  .contact__formulario input:focus {
    background-color: #14213D;
    color: #e5e5e5; }
  .contact__formulario textarea:focus {
    background-color: #14213D;
    color: #e5e5e5; }

.contact__formulario__enviar {
  width: auto;
  display: block;
  background-color: #FCA311;
  font-weight: bold;
  transition: background-color 0.1s, color 0.1s; }
  .contact__formulario__enviar:active {
    background-color: #14213D;
    color: #ffffff; }

::placeholder {
  color: #e5e5e5; }

.location__maps {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin: 10px; }

.location iframe {
  margin: 10px; }

/*Estilo de la página login*/
.accesoImg {
  background-image: url(../img/login.png);
  height: 80vh; }

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

.login__img {
  display: block;
  width: 100%; }

.formulario__login {
  display: block;
  height: auto;
  margin: 30px 0; }

.contact__formulario label, a {
  display: block;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 3px 3px 10px #7a7575; }

/*Defino mis Media Queries*/
@media screen and (max-width: 768px) {
  /*Responsive del menu y logo*/
  .logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
  /*Responsive del index*/
  .main__contenedor {
    height: 80vh; }
    .main__contenedor__title {
      height: 80vh; }
  .main__title {
    width: 85%;
    margin-bottom: 20px; }
  /*Responsive de contactos*/
  .contact__title {
    font-size: 1.5rem; } }

@media screen and (max-width: 425px) {
  /*Responsive del menu y logo*/
  .nav__ul {
    flex-wrap: wrap; }
  .nav__li {
    padding: 5px 0;
    margin: 0px 5px;
    font-size: 1rem; }
  .login__button {
    font-size: 1rem; }
  /*Responsive del index*/
  .main__title {
    font-size: 2rem;
    width: 90%; }
  .main__subtitle {
    font-size: 1.2rem; }
  .main__link {
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFFFFF; }
  .main__contenedor {
    height: 90vh; }
    .main__contenedor__title {
      height: 90vh; }
  /*Responsive de la pagina about*/
  .encabezado {
    grid-area: encabezado;
    padding: 5px 0; }
  .sectionAbout {
    width: 100%;
    padding: 0; }
    .sectionAbout p {
      padding: 10px; }
  .sectionTeam {
    flex-direction: column; }
  /*Responsive Pagina Servicios*/
  .servicios {
    display: none; }
  .sectionServicesImg {
    grid-column: 1/3; }
  .servicios__descripcion {
    flex-direction: column; }
  /*Responsive Pagina Productos*/
  .productos {
    font-size: 1.5rem; }
  .product__title {
    margin: 5px auto; }
  /*Responsive Pagina Contacto*/
  .contact__title {
    width: 100%;
    border-radius: 0; }
  address {
    font-size: 0.9rem; }
  /*Responsive Pagina Login*/
  .accesoImg {
    height: 90vh; }
  /*Responsive del Footer*/
  .foot {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    font-size: 0.9rem; }
    .foot__copy {
      margin-left: 0;
      font-weight: 500;
      grid-column: auto;
      grid-row: 3/ 4;
      align-self: center;
      text-align: center; }
    .foot__networks {
      align-self: center;
      width: 100%;
      text-align: center; }
      .foot__networks li {
        padding: 0 20px; } }
