@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;500;700&family=Raleway:wght@300;500;700&display=swap');

:root {
  --header-height: 4.125rem;
  --body-font: 'Raleway', sans-serif;
  --first-color: #083248;
  --backcolor-icon-carrusel: #293b49;
  --backcolor-fondo-panel: #586D80;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font)
}

header {
  min-height: var(--header-height)
}

.raleway {
  font-family: 'Raleway', sans-serif !important
}

.nunito {
  font-family: 'Nunito', sans-serif !important
}

.justify {
  text-align: justify
}

.min-vh-80 {
  min-height: 80vh
}

.whatsapp {
  width: 150px;
  text-align: right
}

.hero {
  position: relative;
  height: calc(100vh - var(--header-height))
}

.service__first {
  padding-top: 5rem;
  padding-bottom: 8rem
}

.service {
  padding-top: 8rem;
  padding-bottom: 8rem
}

.service__background {
  background-color: var(--backcolor-icon-carrusel);
  color: #fff;
}

.form-contact {
  width: 90%
}

.section {
  margin: 6rem auto
}

@media (max-width: 768px) {
  .service {
    margin-top: 5rem;
    margin-bottom: 4rem
  }

  .section {
    margin: 3rem auto
  }

  .form-contact {
    width: 100%
  }

  .min-vh-80 {
    min-height: 50vh
  }
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1
}

.carrusel-general {
  margin: 2rem auto;
}

.text-shadow {
  text-shadow: 1px 1px 2px #000;
}

.carrusel-general .text-recava, .services .text-recava {
  font-size: 2.7rem;
  margin-bottom: 1.5rem;
}

.carrusel-general .col-12:nth-child(2) {
  padding: 0;
}

.carrusel-services {
  margin: 4rem auto;
}

.carrusel-services .text-recava {
  font-size: 2.7rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 3rem;
}

.carousel-services .item {
  padding: 0 2rem;
  text-align: center;
  min-height: 315px;
}

.icons-carrusel {
  max-width: 4rem;
  margin-bottom: 2rem;
}

.carousel-services .item .description {
  flex-basis: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

.back-icons-carrusel {
  background-color: var(--backcolor-icon-carrusel);
  color: #fff;
  margin-bottom: 8px;
  padding: .5rem 0;
}

.footer {
  background-color: var(--backcolor-icon-carrusel);
  padding: 1rem;
  color: var(--backcolor-fondo-panel);
  text-align: justify;
}

.footer .bx {
  font-size: 2.5rem;
}

.footer .direction {
  margin-top: 3rem;
}

.footer .direction .bx {
  font-size: 1.5rem;
  margin-right: .8rem;
}

.footer .title {
  font-size: 1.2rem;
}

.footer .logo__recava {
  width: 15rem;
  margin-bottom: .5rem;
  text-align: center;
}

.text-recava {
  color: var(--first-color)
}

.scrollup {
  position: fixed;
  right: 1rem;
  bottom: -30%;
  background-color: #fff;
  box-shadow: 0 8px 12px rgba(39, 69, 190, .1);
  display: inline-flex;
  padding: .50rem;
  border-radius: .25rem;
  color: var(--title-color);
  font-size: 1.25rem;
  z-index: var(--z-tooltip);
  transition: .3s;
  text-decoration: none
}

.scrollup:hover {
  transform: translateY(-0.25rem);
  color: #3858d6
}

.show-scroll {
  bottom: 4rem
}

.whatsapp__float {
  position: fixed;
  right: .5rem;
  top: -10%;
  transition: .3s;
  z-index: 5;
}

.show-whatsAppIcon {
  top: 5rem
}

.whatsapp__float img {
  width: 65px;
  height: 65px;
}

@media (min-width: 992px) {
  .carrusel-general {
    margin: 4rem auto;
  }

  .carrusel-general .text-recava {
    margin-bottom: 2rem;
  }

  .carrusel-general .col-12:nth-child(2) {
    padding: auto;
  }

  .carrusel-general .carousel-item {
    height: 30rem;
  }

  .carrusel-services {
    margin: 5rem auto;
  }

  .carrusel-services .text-recava {
    text-align: initial;
    margin-bottom: 0;
  }

  .imagi__logo {
    width: 5rem;
    height: 5rem;
    margin: auto;
  }

  .carousel-services .item {
    padding: 0 1rem
  }

  .footer .bx {
    font-size: 1.5rem;
  }

  .footer .title {
    font-size: 1.3rem;
  }

  .footer .direction {
    margin-top: 0;
  }

  .footer .direction .bx {
    font-size: 1.5rem;
    margin-right: .8rem;
  }
}

/* @media (min-width: 576px) {
  .carousel-services .item {
    padding: 0 4rem
  }
} */

.text-recava {
  color: var(--backcolor-icon-carrusel);
}

.background-recava {
  background-color: var(--backcolor-icon-carrusel);
  color: #fff;
  border-color: var(--backcolor-icon-carrusel);
}

/*.btn-light:hover {
  background-color: var(--backcolor-icon-carrusel);
  color: #fff;
  border-color: var(--backcolor-icon-carrusel);
}*/

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

#overlay .ima_logo {
  position: absolute;
  margin: auto;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#overlay .text {
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: 20px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}