body {
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #fafafa;
}

.navbar-brand {
  font-size: 1.8rem;
}

.nav-link.active {
  background-color: #000000 !important;
  /*  border-radius: 0.175rem; */
  color: white !important;
}



.mail-btn {
  background-color: #000;
  color: #fff;
}

.mail-btn:hover {
  background-color: #222;
}

footer {
  border-top: 1px solid #ccc;
  padding: 1rem 0;
  margin-top: 3rem;
}

/*Estilos default*/




.titulo {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;

}

.titulo-center {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;

}


.titulo-w {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;


}

.separador {

  /* border-top: 5px solid black; */
  border-bottom: 5px solid black;
  /* background-color: #000; */
  font-weight: 800;


}

.separador h1 {
  color: rgb(0, 0, 0) !important;
}

.bloque-texto {
  border: 5px solid black;
  padding: 5%;
  margin: 10%;
}

.bloque-text-m0 {
  border: 5px solid black !important;
  padding: 1% !important;
  border-radius: 0px !important;
  /* margin: 10%; */
}

.boton {
  border: 5px solid black;
  border-radius: 0%;
  font-weight: bold;
}

.boton:hover {
  border: 5px solid rgb(255, 255, 255);
  background-color: black;
  color: #ffffff;
  border-radius: 0%;
}

.badge-dark {
  background-color: #a9a8a8;
  padding: 1%;
  font-weight: bold;
  margin-bottom: 10px;
}

/* .subtitulos{

}

.enfasis{

}
*/
nav {
  border-bottom: 5px solid #000000;
}

p {
  /*  font-family: "Nunito", sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: justify;
}

hr {
  border-top: 3px solid black;
  /*  border-radius: 2px; */
}


#mainNavbar li {
  border: 5px solid#000000;
  margin: 0px 4px 0px 4px;
  /*   border-radius: 0.378rem; */


}

#mainNavbar a {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  font-weight: bold;

}


/* <!-- Estilos para las flip cards --> */

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 230px;
  perspective: 1000px;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(.4, 2, .6, 1);
  transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  /* border-radius: 1rem; */
}

.flip-card-front {
  z-index: 2;
}

.flip-card-back {
  transform: rotateY(180deg);
  z-index: 1;
}


/*Animaciones*/

.hover-effect {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-effect:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}


.icono-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000000;
}

.base-nav {
  width: 50%;
}

.img-nav {
  width: 100%;
}

@media (max-width: 720px) {
  .titulo {
    font-size: larger !important;

  }

  .titulo-center {
    font-size: larger !important;
  }

  .bloque-texto {
    margin: 3%;
  }

  .navbar-toggler {
    border: 5px solid black;
    border-radius: 0px;
    color: black;
  }

  .navbar .container {
    width: 100%;
  }

  .base-nav {
    width: 100%;
  }

  .img-nav {
    width: 90%;
  }
  .navbar-toggler-icon{
    color: #000 !important;
  }

  #mainNavbar li {
    border: 5px solid#000000;
    margin: 4px 4px 4px 4px;
    /*   border-radius: 0.378rem; */
  
  
  }
}