/* CSS files add styling rules to your content */

body {
  margin: 0em;
  /*font-family: 'Raleway', sans-serif;
font-family: 'Ubuntu', sans-serif;
  */
  font-family: "Noto Sans JP", sans-serif;
  /*text-align: center;*/
  font-size: 2em sans-serif;
}
#MGP {
  font-family: "Orbitron", sans-serif;
  font-size: 65px;
}

/*#SI {
  display: inline-block;
  position: relative;
}

#SI::after,
#SI::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: #b18429;
  top: 0.6em;
}
#SI::before {
  left: -140px;
}
#SI::after {
  right: -140px;
}
*/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Fjalla One", sans-serif;
}
p {
  font-size: 1.1rem !important;
}

.cover {
  height: 400px;
  background-image: url(https://cdn.glitch.com/4b9b3868-a915-4fd2-b822-f419b5186ddc%2FportadaR.png?v=1611443121811);
  color: white;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  padding-top: 3rem;
}

.servicios {
  font-size: 40px;
}

.card {
  border: 0 !important;
}

.cover-small {
  height: 200px;
  background-blend-mode: normal;
}
.card-title {
  min-height: 3rem;
}

.card-text {
  min-height: 9rem;
}

.stripe-container {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.product-stripe {
  overflow-x: scroll;
}
.stripe-container card {
  width: 300px;
  flex-shrink: 0;
  margin-right: 1rem;
}

.alinear-derecha {
  text-align: right;
}
/*.nav-text {
  text-align: center;
  display: inline-block;
  color: #b18429;
}
.nav-text:hover {
  color: #804e2e;
}
*/
/* aca empieza la barra de navegacion responsiva */
.barra {
  height: 60px;
  background: #000000;
  color: #B18429;
  display: flex;
  padding: 0 20px;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}
.menu-toggle {
  display: none;
  margin-left: auto;
  color: #ffffff;
  line-height: 60px;
  font-size: 25px;
  cursor: pointer;
}

.fa-bars {
  color: #b18429 !important;
}

.logo a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
}

#menu {
  margin-left: auto;
}

#menu ul li {
  display: inline-block;
}

#menu ul li a {
  display: inline-block;
  position: relative;
  color: #b18429;
  text-decoration: none;
  line-height: 60px;
  padding: 0 8px;
  text-transform: uppercase;
  transition: 0.2s;
}

#menu ul li a:hover {
  background: #393939;
}

.show {
  height: 243px !important;
}

@media screen and (max-width: 700px) {
  .menu-toggle {
    display: block;
  }
  #menu {
    background: #000000;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
  }
  #menu ul li {
    display: block;
    text-align: center;
  }
  #menu ul li a {
    color: #B18429;
    font-size: 20px;
    border-bottom: 1px solid #4d4041;
    width: 100%;
  }
}
.fa-times {
  color: #b18429 !important;
}
#menu ul li a:hover {
  background: #393939;
}
.container {
  padding: 10px;
}

.center-h {
  justify-content: center;
}
.center-v {
  align-items: center;
}

/* barra de scroll personalizada  */

.contenedor::-webkit-scrollbar {
  width: 7px;
}
.contenedor::-webkit.scrollbar-thumb {
  background: #B18429;
  border-radius: 5px;
}

/*
h2 {
  display: inline-block;
  position: relative;


}

h2::after,h2::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: black;
  top: 00.6em;

}

h2::before {
  left: -140px;
}

h2::after {
  right: -140px;
}
*/
.graphs {
  margin: auto;
  padding-bottom: 30px;
}

.lines{
  width: 85%;
  height: 45px;
  position: relative;
  margin: auto;
}

.lines::after,.lines::before {
  content:'';
  position: absolute;
  margin: auto;
  height: 2px;
  background: black;
  width: 45%;
  top: 45%;
}

.lines::after {
  left: -23px;
}

.lines::before {
   right:-23px;
}
.diamond {
  height: 45px;
  width: 45px;
  border: 2px solid black;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}

.circle {
  height: 40px;
  width: 40px;
  border: 2px solid black;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

@media (max-widht: 768px){
  .diamond, .circle {
    height: 20px;
    width: 20px;

  }
  .lines {
    height: 25px;
  }
}

.text-left-ident {
  margin-left: 2.5em;
  margin-bottom: 0.8em;
}

.mapa {
  margin-top: 25px;
  margin-bottom: 25px;
}
