/*BASE*/
@font-face {
  font-family: "Space";
  src: url(../font/SpaceGrotesk.ttf);
}
body {
  font-family: "Space" !important;
}

.icon {
  color: #2C2CAF;
  font-size: 20px;
  margin-right: 10px;
}

.box-a {
  display: flex;
  padding: 4px 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  align-items: center;
}
.box-a a {
  text-decoration: none;
  color: #333333;
}
.box-a .tel {
  font-size: 18px;
  font-weight: bold;
}
.box-a .tel small {
  font-style: italic;
  font-weight: 200;
}
.box-a .mailin {
  font-size: 16px;
}
.box-a:hover {
  background-color: rgba(0, 0, 0, 0.0588235294);
  text-decoration: none;
}
.box-a:hover a {
  color: black;
}

.sitio {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.sitio .boton {
  padding: 5px 15px;
  border-radius: 10px;
  display: flex;
}
.sitio .boton a {
  text-decoration: none;
  color: #2C2CAF;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}
.sitio .boton:hover {
  background-color: rgba(0, 0, 0, 0.0588235294);
  text-decoration: none;
}
.sitio .boton:hover a {
  color: #2C2CAF;
}

#tarjeta {
  background: linear-gradient(147deg, #1A1A1A 0%, #333333 74%);
  height: 100vh;
  display: flex;
  align-items: center;
}
#tarjeta .box-content {
  position: relative;
  background: white;
  border-radius: 7px;
  width: 80%;
  margin: 0 auto;
  box-shadow: 10px 12px 12px 0px rgba(0, 0, 0, 0.2784313725);
  height: 70vh;
}
#tarjeta .box-content .box-foto {
  position: absolute;
  width: 330px;
  height: 330px;
  display: flex;
  top: 5%;
  left: -5%;
  transition: 0.6s;
}
#tarjeta .box-content .box-foto:hover {
  filter: grayscale(1);
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#tarjeta .box-content .box-foto img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 7px;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
}
#tarjeta .box-content .box-text .cont {
  width: 60%;
  margin: 0 35px 0 auto;
  display: flex;
  align-items: center;
  height: 70vh;
}
#tarjeta .box-content .box-text .cont .nombre {
  margin-bottom: 10px;
}
#tarjeta .box-content .box-text .cont .nombre h2 {
  margin: 0;
  padding: 10px 0;
  display: grid;
  font-size: 40px;
  font-weight: 600;
}
#tarjeta .box-content .box-text .cont .nombre h2 small {
  font-size: 20px;
  font-weight: 200;
}
#tarjeta .box-content .box-text .cont .nombre h2 hr {
  border-top: 1.5px solid black;
  opacity: 1;
  width: 50px;
  margin: 15px 0 0 0;
}
#tarjeta .box-content .box-text .cont .numeros {
  display: grid;
  padding: 0 0 10px 0;
}
#tarjeta .box-content .box-text .cont .correo .box-logos {
  margin-bottom: 5px;
  width: 90px;
}
#tarjeta .box-content .box-text .cont .correo .box-logos .box-log {
  height: 50px;
  display: flex;
  align-items: center;
}
#tarjeta .box-content .box-text .cont .correo .box-logos .box-log img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#tarjeta .box-content .box-text .cont .correo .mail {
  display: grid;
}
#tarjeta .box-content .box-text .box-back {
  background: url(../img/giphy.gif);
  height: 70vh;
  width: 4%;
  position: absolute;
  right: 0;
  background-position: right;
  border-radius: 0 7px 7px 0;
  top: 0;
}

/* de telefono a tablet */
@media (max-width: 450px) {
  .icon {
    color: #2C2CAF;
    font-size: 20px;
    margin-right: 10px;
  }
  .box-a {
    display: flex;
    padding: 4px 8px;
    margin-bottom: 5px;
    border-radius: 10px;
    align-items: center;
  }
  .box-a a {
    text-decoration: none;
    color: black;
  }
  .box-a .tel {
    font-size: 18px;
    font-weight: bold;
  }
  .box-a .tel small {
    font-style: italic;
    font-weight: 200;
  }
  .box-a .mailin {
    font-size: 14px;
  }
  .box-a:hover {
    background-color: rgba(0, 0, 0, 0.0588235294);
    text-decoration: none;
  }
  .box-a:hover a {
    color: black;
  }
  #tarjeta {
    height: auto;
    padding: 0 15px 30px 15px;
  }
  #tarjeta .box-content {
    width: 100%;
    height: auto;
  }
  #tarjeta .box-content .box-foto {
    width: 100%;
    height: 300px;
    position: initial;
  }
  #tarjeta .box-content .box-foto img {
    border-radius: 0;
  }
  #tarjeta .box-content .box-text {
    padding: 20px;
  }
  #tarjeta .box-content .box-text .cont {
    width: 100%;
    margin: 0;
    height: auto;
  }
  #tarjeta .box-content .box-text .cont .nombre h2 {
    font-size: 34px;
  }
  #tarjeta .box-content .box-text .cont .nombre h2 small {
    font-size: 18px;
  }
  #tarjeta .box-content .box-text .cont .nombre h2 hr {
    width: 35px;
  }
  #tarjeta .box-content .box-text .cont .correo .box-logos {
    width: 90px;
  }
  #tarjeta .box-content .box-text .cont .correo .box-logos .box-log {
    height: 50px;
  }
  #tarjeta .box-content .box-text .cont .correo .mail {
    display: grid;
  }
  #tarjeta .box-content .box-text .box-back {
    display: none;
  }
}/*# sourceMappingURL=tarjeta.css.map */