@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap");
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: #fff;
}
/* ESTILO CARUSEL */

.carrusel {
  max-height: 100vh;
  margin: 0 auto;
}

.carrusel img {
  height: 100vh;
  object-fit: cover;
}

.carrusel ol li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.carousel-inner .carousel-item .__carousel-caption {
  overflow: hidden;
  left: 0;
  bottom: 0;
  animation-name: slidein;
  background-color: rgba(0, 0, 0, 0.5);
  animation: blur 1s ease 0s;
  -webkit-animation: blur 1s ease 0s;
  -moz-animation: blur 1s ease 0s;
}

@keyframes blur {
  0%,
  40% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
  20% {
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
  }
}

.carousel-inner .carousel-item .__carousel-caption p {
  font-weight: 500;
  font-size: 15px;
  word-spacing: 3px;
}

.carousel-inner .carousel-item .__carousel-caption h6 {
  font-size: 30px;
}

.carousel-inner .carousel-item .__carousel-caption p,
.carousel-inner .carousel-item .__carousel-caption h6 {
  left: 80px;
  animation-duration: 1.5s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

.carousel-inner .carousel-item .__carousel-caption .__img-caption {
  margin-left: 40px;
  height: 100%;
  max-height: 100px;
}

@media screen and (max-width: 700px) {
  .carrusel img {
    height: 400px;
  }
  .carousel-inner .carousel-item .__carousel-caption h6 {
    font-size: 30px;
  }
}
/* FIN ESTILO CARUSEL */

body .__background-principal .__textos-current-series {
  position: absolute;
  bottom: 130px;
  left: 80px;
}

@media (min-width: 768px) {
  body .__background-principal {
    min-height: 20vw;
  }
}

@media (min-width: 1200px) {
  body .__background-principal {
    min-height: 400px;
  }
}

body header .navbar {
  color: #05769c;
  background-color: rgb(225, 225, 225) !important;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

body header .navbar .__titles h1 {
  font-size: 30px;
  text-shadow: 2px 2px 15px #fff;
}

body header .navbar .__titles h3 {
  font-size: 18px;
  text-shadow: 2px 2px 15px #fff;
}

body header .navbar .__titles img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

body header .navbar .navbar-nav .nav-item {
  transition: all 3s linear;
  height: 35px;
  font-family: "Source Code Pro", monospace;
  font-weight: 700;
}

.activo {
  border-bottom: 2px solid #05769c !important;
  color: #05769c !important;
  font-weight: bolder !important;
}

body .__textos {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  bottom: 50px;
  word-spacing: 2px;
}

section .__div-left {
  background-image: url(../img/office.jpg);
  min-height: 500px;
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); */
}

@media only screen and (min-width: 768px) {
  .__div-left {
    min-height: 20vw;
  }
}

@media only screen and (min-width: 1200px) {
  .__div-left {
    min-height: 400px;
  }
}

section .__div-right {
  background-image: url(../img/cafe.jpg);
  min-height: 500px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .__div-right {
    min-height: 20vw;
  }
  body .__background-principal .__textos-current-series,
  body .__textos,
  .carousel-inner .carousel-item .__carousel-caption p,
  .carousel-inner .carousel-item .__carousel-caption h6 {
    left: 0;
  }
  body .__background-principal .__textos-current-series {
    top: 480px;
  }
  [class*="col-"] {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .__div-right {
    min-height: 500px;
  }
}

section .__give {
  background: linear-gradient(120deg, #057, #375);
  color: #05769c !important;
}

section .__give p {
  word-spacing: 3px;
}

section .__give a:hover {
  background-color: #05769c;
  color: #fff;
  outline: none;
}
/* ESTILO CARDS */

:root {
  --background-dark: #fff;
  --text-light: rgba(255, 255, 255, 0.6);
  --text-lighter: rgba(255, 255, 255, 0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}

.hero-section {
  align-items: flex-start;
  display: flex;
  min-height: 100%;
  justify-content: center;
  padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}

@media (min-width: 540px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .card-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  list-style: none;
  position: relative;
}

.card:before {
  content: "";
  display: block;
  padding-bottom: 150%;
  width: 90%;
}

.card__background {
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-s);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  transform: scale(1) translateZ(0);
  transition: filter 100ms linear, transform 100ms linear;
}

.card:hover .card__background {
  transform: scale(1.05) translateZ(0);
}

.card-grid:hover > .card:not(:hover) .card__background {
  filter: brightness(0.3) saturate(0.5) contrast(0.9) blur(1px);
}

.card__content {
  left: 0;
  padding: var(--spacing-l);
  position: absolute;
  top: 0;
  height: 100%;
}

.card__category {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: var(--spacing-s);
  text-transform: uppercase;
}

.card__heading {
  color: var(--text-lighter);
  font-size: 1.9rem;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  word-spacing: 100vw;
}

.hero-section .card-grid .card .card__content .__btn {
  padding: auto auto;
  width: 45%;
  z-index: 999 !important;
  border-radius: var(--spacing-s);
  background-color: rgba(0, 0, 0, 0.65);
  color: #05769c;
  font-weight: bold;
  transition: all 0.3s;
  position: absolute !important;
  left: 27%;
  bottom: 25px;
}

.hero-section .card-grid .card .card__content .__btn:hover {
  z-index: 999 !important;
  background-color: #fff !important;
  color: #05769c !important;
}
/* FIN ESTILO CARDS */
/* ESTILO FOOTER */

.footer {
  background-color: #000;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer h6 {
  color: #05769c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: #fff;
}

.site-footer .footer-links li a:hover {
  color: #375c69 !important;
}

.footer-links.inline li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: center;
}

.footer-content {
  padding: 0 !important;
  width: 100vw;
  margin: 0;
}

.footer-social-links {
  bottom: 0;
  height: 54px;
  width: 236px;
}

.footer-social-amoeba-svg {
  height: 54px;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 236px;
}

.footer-social-amoeba-path {
  fill: #05769c;
}

.footer-social-link.linkedin {
  height: 26px;
  left: 3px;
  top: 11px;
  width: 26px;
}

.footer-social-link {
  display: block;
  padding: 10px;
  position: absolute;
}

.hidden-link-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  top: 50%;
}

.footer-social-icon-svg {
  display: block;
}

.footer-social-icon-path {
  fill: #000;
  transition: fill 0.2s;
}

.footer-social-link.twitter {
  height: 28px;
  left: 62px;
  top: 3px;
  width: 28px;
}

.footer-social-link.youtube {
  height: 24px;
  left: 123px;
  top: 12px;
  width: 24px;
}

.footer-social-link.instagram {
  height: 34px;
  left: 173px;
  top: 7px;
  width: 34px;
}

.instagram-logo path {
  fill: #000;
}

.instagram-logo .logo {
  fill: #000;
}

.footer-copyright {
  background-color: #000;
  color: #fff !important;
  padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.footer-copyright-text {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}
/* FIN ESTILO FOOTER */
