/*****   Ubuntu   *****/
@font-face {
  font-family: "Ubuntu";
  src: url("../static/fonts/Ubuntu/Ubuntu-Regular.ttf");
}
/*****   Ubuntu   *****/
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../static/fonts/PPNeueMontreal/OTF/PPNeueMontreal-Medium.otf");
}
@keyframes fadeInUp {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.fadeInUp-animation {
  animation: 0.75s fadeInUp;
}

.stav-light {
  background: white;
}

.stav-icon {
  background-image: url("./static/images/favicon.jpg") !important;
}

.stav-text-justify {
  text-align: justify !important;
}

.stav-text-body {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-size: medium;
}

.divider {
  justify-content: center;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  align-content: center;
  align-items: center;
  text-align: center;
  padding-right: 15%;
  padding-left: 15%;
}
.divider hr {
  border-color: #494949;
  border-width: 1px;
}

.section-title {
  color: #7633a4;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.section-title h2 {
  font-size: 3rem;
}

#banner {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 1001;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: top 0.3s;
  padding: 0px 20px;
}
#banner .navbar-toggler {
  border: none !important;
  text-align: center;
  position: relative;
  right: 10%;
}
#banner .nav-item .nav-link {
  padding-top: 20px;
}
#banner .nav-item .nav-link.active {
  color: #7633a4;
  font-weight: bold;
  border-bottom: #7633a4 solid 3px;
  height: 60px;
}
#banner .nav-item .contact-button {
  background: #7633a4;
  color: white;
  border-color: #7633a4;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  cursor: pointer;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-left: 10px;
  margin-top: 15px;
}
#banner .nav-item .contact-button:hover {
  color: #7633a4;
  background-color: Transparent;
}
#banner .nav-item .contact-button .fa-whatsapp {
  display: none;
}
#banner .logo {
  height: 50px;
}

#bottom-navbar {
  position: relative;
  z-index: -1;
  margin-top: 60px;
  height: 60px;
  width: 100%;
  background: #FFF;
}
#bottom-navbar .banner-content {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
#bottom-navbar .sections {
  position: absolute;
  right: 5px;
}

#presentation {
  background: transparent url("../static/images/background/principal@2x.png") 0% 0% no-repeat padding-box;
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80vh;
  padding-top: 5em;
  padding-bottom: 5em;
  border-radius: 30px;
  margin-top: -50px;
}
@media screen and (max-width: 990px) {
  #presentation .col-12 .presentation-image {
    display: none !important;
  }
}
#presentation .content {
  margin-left: 20px;
  opacity: 1;
  z-index: 1000;
}
#presentation .content .presentation-image {
  position: relative;
}
#presentation .content .presentation-image img {
  position: absolute;
  width: 100%;
  height: auto;
  transform: translateY(-10%);
  overflow: overlay;
}
@media screen and (min-width: 1400px) {
  #presentation .content .presentation-image img {
    width: 80%;
  }
}
#presentation .text-area {
  margin-left: 70px;
  align-items: flex-end;
}
#presentation .text-area h2 {
  font-size: 4.5em;
}
#presentation .text-area .text-title {
  font-size: 3rem;
  text-transform: uppercase;
}
#presentation .text-area .text-title h1 {
  font-size: 3rem;
  display: inline;
}
#presentation .text-area button {
  color: white;
  border-color: white;
  border-width: 2px;
  background-color: Transparent;
  background-repeat: no-repeat;
  border-style: solid;
  padding: 10px 20px;
  margin-right: 10px;
  cursor: pointer;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: none;
}
#presentation .text-area button:hover {
  font-weight: bold;
  color: #7633a4;
  background-color: white;
}

#what-we-do {
  position: relative;
  padding: 2rem;
  padding-bottom: 2rem;
  background: transparent url("../static/images/background/bg-study-case@2x.png") 0% 0% no-repeat padding-box;
  background-size: cover;
  background-repeat: round;
  box-shadow: inset 0rem 0px 5rem 0rem rgb(249, 249, 249);
}
#what-we-do .bg-img {
  position: absolute;
  width: calc(100% + 2rem);
  height: calc(100% + 8rem);
  min-height: calc(100vh + 4rem);
  overflow-y: hidden;
  z-index: -1;
  left: -2rem;
  top: -8rem;
  opacity: 0.2;
}

#companies {
  padding: 1em 2em 0 2em;
  overflow: hidden;
  text-align: center;
}
#companies .bg-banner {
  position: absolute;
  transform: translateY(150px);
  left: 0;
  width: 100%;
  height: 40%;
  background: transparent linear-gradient(180deg, #14108C 0%, #141257 100%) 0% 0% no-repeat padding-box;
}
#companies .slider-card {
  background: white;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  align-items: center;
  border-radius: 50px;
  text-align: center;
  height: 600px;
  position: relative;
  overflow: hidden;
}
#companies .card-text-title {
  color: #7633a4;
  text-align: left;
  margin-top: 3rem;
}
#companies .card-text-title h1 {
  font-size: 3rem;
}
#companies .card-body .text {
  text-align: left;
}
#companies .card-body .text h2 {
  margin-top: 2.5rem;
  font-size: 2rem;
  color: #494949;
}
#companies .card-body .text p {
  margin-top: 2.5rem;
  overflow-y: scroll;
  max-height: 10rem;
}
#companies .card-body .text ::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
#companies .card-body .text ::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #FFFFFF;
}
#companies .card-body .text ::-webkit-scrollbar-track:hover {
  background-color: #FFFFFF;
}
#companies .card-body .text ::-webkit-scrollbar-track:active {
  background-color: #FFFFFF;
}
#companies .card-body .text ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #6B3490;
}
#companies .card-body .text ::-webkit-scrollbar-thumb:hover {
  background-color: #7633A4;
}
#companies .card-body .text ::-webkit-scrollbar-thumb:active {
  background-color: #6B3490;
}
#companies .card-footer {
  text-align: left;
}
#companies .card-footer button {
  margin-top: 1rem;
  color: #FFFFFF;
  background-color: #6B3490;
  font-weight: bolder;
  border-radius: 50%;
  font-size: 40px;
  border: 1px solid #6B3490;
  line-height: 30px;
  padding: 6px 10px;
}

#team-bg {
  background: transparent url("../static/images/background/bg-our-team@2x.png") 0% 0% no-repeat padding-box;
  background-size: cover;
  background-repeat: round;
  box-shadow: inset 0rem 0px 5rem 0rem rgb(249, 249, 249);
}

#team {
  padding: 1em 2em 0 2em;
  text-align: center;
  position: relative;
  background-repeat: round;
}
#team .img-card {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  align-items: center;
  border-radius: 50px;
  text-align: center;
  display: inline-flex;
  height: 350px;
  width: 100%;
}
#team .img-card .card-img {
  height: 350px;
  overflow: hidden;
  text-align: left;
  background-image: url("../static/images/our-team.png");
  border-radius: 50px 0px 0px 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#team .img-card .card-title {
  background: #7633a4;
  color: #FFF;
  width: 100%;
  height: 100%;
  border-radius: 0px 50px 50px 0px;
  position: relative;
  padding-left: 2.5rem;
}
#team .img-card .card-title h3 {
  font-weight: bold;
  font-size: 50px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}
#team p {
  text-align: left;
  font-size: 1.2rem;
  font-weight: lighter;
  color: #494949;
}

#meet-us {
  color: white;
  padding-top: 30px;
  padding-bottom: 50px;
}
#meet-us .meet-us-content {
  background: transparent url("../static/images/background/blue_ribbon@2x.png") 0% 0% no-repeat padding-box;
  background-size: cover;
  border-radius: 50px;
  height: 370px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#meet-us img {
  position: relative;
  height: 29rem;
  left: 10%;
  z-index: 100;
  margin-top: -10%;
}
#meet-us .row.align-items-center {
  height: 100%;
  margin-top: -10%;
}
#meet-us .content-text {
  text-align: left;
}
#meet-us button {
  background: Transparent;
  color: #FFF;
  border-color: #FFF;
  border-width: 2px;
  border-style: solid;
  padding: 5px 20px;
  cursor: pointer;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-left: 10px;
  margin-top: 15px;
}
#meet-us button:hover {
  color: #07054E;
  background-color: #FFF;
  border-radius: #FFF;
}
#meet-us button i {
  margin-right: 5px;
}

#study-case-bg {
  background: transparent url("../static/images/background/bg-study-case@2x.png") 0% 0% no-repeat padding-box;
  background-size: cover;
  background-repeat: round;
  box-shadow: inset 0rem 0px 5rem 0rem rgb(249, 249, 249);
}

#study-case {
  font-weight: lighter;
}
#study-case h3 {
  color: #6B3490;
  font-size: 2.5rem;
}
#study-case p {
  color: #494949;
  text-align: left;
}
#study-case button {
  border-radius: 50px;
  background-color: #6B3490;
  color: white;
  border-color: #6B3490;
  border-width: 2px;
  box-shadow: none;
  border-style: solid;
  padding: 10px 20px;
  cursor: pointer;
  text-align: left;
}
#study-case button:hover {
  background-color: white;
  color: #6B3490;
}
#study-case .row-height {
  display: flex;
  align-items: center;
}
#study-case .row-height .img-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  padding-bottom: 10px;
}
#study-case .row-height .img-container img {
  max-height: 40vh;
  max-width: 100%;
  object-fit: cover;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  margin-top: 25px;
}

#contact {
  padding: 100px 20px;
  display: flex;
  justify-content: space-between;
  background: transparent url("../static/images/background/bg-contacto@2x.png") 0% 0% no-repeat padding-box;
  background-size: cover;
}
#contact .mail-text {
  color: #212529;
  text-decoration: none;
}
#contact form {
  max-width: 600px;
  display: flex;
  flex-direction: column;
}
#contact form label {
  font-weight: bold;
  padding-bottom: 5px;
  margin-top: 10px;
}
#contact form label .underline {
  display: inline-block;
  border-bottom: 3px solid #7633a4;
  padding-bottom: 1px;
}
#contact form input,
#contact form textarea {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #efefef;
  box-shadow: none;
  border: none;
  padding: 10px;
  margin-top: 5px;
}
#contact form textarea {
  height: 8em;
  border-radius: 25px;
}
#contact form button[type=submit] {
  background-color: #7633a4;
  color: white;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-top: 20px;
  background: #7633a4;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}
#contact .contact-info {
  font-size: 20px;
  font-weight: lighter;
}
#contact .contact-info i {
  color: #7633a4;
  font-size: larger;
}
#contact .contact-info .social-media {
  display: flex;
}
#contact .contact-info .social-media i {
  font-size: larger;
  margin-right: 10px;
  color: #7633a4;
}

.carousel-card {
  background: white;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  width: 18rem;
  align-items: center;
  border-radius: 25px;
  text-align: center;
  height: 100%;
}
.carousel-card img {
  width: 100%;
  max-width: 100px;
  min-height: 80px;
  max-height: 100px;
  height: auto;
  padding: 0.7rem;
}
.carousel-card h3.card-text-title {
  color: #7633a4;
  font-weight: bold;
  font-size: large;
  margin-top: 15px;
  margin-bottom: 15px;
}
.carousel-card p.card-text-common {
  color: #494949;
  font-size: smaller;
  font-weight: lighter;
  text-align: justify;
}

.slider {
  display: flex;
  flex-direction: column;
  height: 200px;
}

.company {
  display: flex;
  align-items: center;
  margin: 10px 0;
  cursor: pointer;
}
.company img {
  height: 50px;
  margin-right: 10px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (max-width: 770px) {
  #companies {
    height: auto;
    padding-bottom: 2em;
  }
  .contact-button {
    margin-left: 0px;
  }
}
.footer-container {
  background: #6B3490;
}
.footer-container .scroll-container {
  display: flex;
  width: 100%;
}
.footer-container .scroll-container #scroll-up {
  border-radius: 50%;
  color: white;
  border-color: white;
  border-style: solid;
  background-color: transparent;
  border-width: 3px;
  font-weight: bolder;
  font-size: 40px;
  cursor: pointer;
  margin-left: auto;
  order: 2;
  margin-top: -20px;
  margin-bottom: 20px;
  margin-right: 60px;
  padding: 0px 12px;
}
.footer-container .scroll-container #scroll-up:hover {
  background: white;
  color: #6B3490;
}
.footer-container footer .pb-0 {
  padding-bottom: 0;
}
.footer-container footer img {
  max-height: 70px;
  width: auto;
}
.footer-container h5 {
  color: #efefef;
}
.footer-container .text-muted {
  color: #ababab !important;
  font-weight: lighter;
}
.footer-container .text-white {
  color: #cdcdcd !important;
  font-size: smaller;
}

#indicator-container {
  position: relative;
  min-height: 100%;
}

.circular-slider-container {
  position: relative;
  height: 560px;
  width: auto;
}

.c-slider.text {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 300ms ease-in-out;
}
.c-slider.text:not(:nth-child(3)) {
  visibility: hidden;
  opacity: 0;
}
.c-slider.text h2 {
  font-size: 3em;
  margin: 0.5em 0;
}
.c-slider.text p {
  line-height: 30px;
  margin: 0 auto;
}
.c-slider.slider-circular {
  position: absolute;
  transform: translateX(-50%);
  top: -20px;
}
.c-slider.slider-circular .menu div {
  position: absolute;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1);
  transition: transform 300ms ease-in-out;
}
.c-slider.slider-circular .menu div:nth-child(1) {
  transform: translate(-75px, -25px);
  display: none;
}
.c-slider.slider-circular .menu div:nth-child(2) {
  transform: translate(80px, 20px);
}
.c-slider.slider-circular .menu div:nth-child(3) {
  transform: translate(200px, 225px);
}
.c-slider.slider-circular .menu div:nth-child(4) {
  transform: translate(80px, 470px);
}
.c-slider.slider-circular .menu div img {
  width: 100px;
  height: 100px;
  max-width: 1100px;
  max-height: 1100px;
  transition: 300ms;
  border-radius: 50%;
  object-fit: contain;
}
.c-slider.slider-circular .menu div img:nth-child(2) {
  width: 150px;
  height: 150px;
}
.c-slider.slider-circular .indicator {
  position: absolute;
  transform: translate(-50%, 20px);
  width: 560px;
  height: 560px;
  max-width: 800px;
  max-height: 800px;
  border: 6px #7633a4 solid;
  border-radius: 50%;
  transition: transform 300ms;
}

@media screen and (max-width: 770px) {
  div:has(> .c-slider.slider-circular) {
    min-height: 40vw;
  }
  .c-slider.slider-circular {
    transform: translate(70%, -85%);
  }
  .slider-circular .image {
    transform: translateY(30%);
    width: 35vw;
    background-image: url("../static/images/circular-slider/katcon.png");
  }
  .slider-circular .indicator {
    transform: translate(-50%, -50%) rotate(175deg);
    width: 70vw;
    height: 70vw;
  }
}
.hide-dot {
  list-style: none;
  margin-left: -20px;
}

#banner:has(.navbar-collapse.show), #banner:has(.navbar-collapse.collapsing) {
  background: url("../static/images/background/principal.jpg");
  background-size: cover;
  background-position: center;
  color: #FFF;
}
#banner:has(.navbar-collapse.show) .navbar-brand, #banner:has(.navbar-collapse.show) .hide-dot, #banner:has(.navbar-collapse.collapsing) .navbar-brand, #banner:has(.navbar-collapse.collapsing) .hide-dot {
  display: none;
}
#banner:has(.navbar-collapse.show) .navbar-toggler, #banner:has(.navbar-collapse.collapsing) .navbar-toggler {
  text-align: center;
  width: 100%;
  margin-top: 15px;
  right: 0;
}
#banner:has(.navbar-collapse.show) .nav-link, #banner:has(.navbar-collapse.collapsing) .nav-link {
  color: #FFF;
}
#banner:has(.navbar-collapse.show) .nav-link.active, #banner:has(.navbar-collapse.collapsing) .nav-link.active {
  color: #ababab;
  border: none;
}

@media screen and (max-width: 400px) {
  #banner .navbar-toggler-icon {
    margin-left: 15px;
  }
  #presentation {
    height: 87vh;
  }
  #presentation .content .presentation-image {
    height: 20vh;
    margin-top: 20px;
  }
  #presentation .content .text-area {
    height: auto !important;
    transform: translateY(-50px);
    font-size: smaller !important;
  }
  #presentation .content .text-area h2 {
    margin-bottom: 30px;
  }
  #presentation .content img {
    width: 75% !important;
    right: 20% !important;
    height: auto !important;
  }
  #companies .custom-pl-0 {
    padding-left: 0;
  }
  #companies .custom-pr-0 {
    padding-right: 0;
  }
  #companies .slider-card p {
    font-size: smaller !important;
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 400px) and (max-width: 430px) {
  #banner .nav-item .contact-button {
    margin-right: 10px;
  }
  #banner .nav-item .contact-button .fa-whatsapp {
    display: block;
  }
  #presentation {
    height: 87vh;
  }
  #presentation .content .presentation-image {
    height: 40vh;
    margin-top: 20px;
  }
  #presentation .content .text-area {
    height: 40vh;
    margin-top: 70px;
  }
  #presentation .content .text-area h2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 430px) and (max-width: 780px) {
  #presentation {
    height: 90vh;
  }
  #presentation .content .presentation-image {
    height: 50vh;
    margin-top: -100px;
  }
  #presentation .content .presentation-image img {
    height: auto !important;
  }
  #presentation .content .text-area {
    margin-top: 100px;
    height: 45vh;
  }
  #presentation .content .text-area h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 780px) {
  #banner .nav-item .contact-button {
    padding: 5px 10px;
    border-radius: 50%;
    aspect-ratio: 1;
  }
  #banner .nav-item .contact-button span {
    display: none;
  }
  #banner .nav-item .contact-button .fa-whatsapp {
    display: block;
  }
  #presentation {
    position: relative;
  }
  #presentation .content {
    margin: 0px;
    text-align: center;
  }
  #presentation .content .presentation-image {
    position: relative;
    width: auto;
  }
  #presentation .content .presentation-image img {
    position: absolute;
    height: 100%;
    margin-right: 0px;
    transform: translateY(25%) !important;
    right: 0;
  }
  #presentation .content .text-area {
    margin: 0px;
  }
  #presentation .content .text-area h2 {
    font-size: 2.5em;
  }
  #presentation .content .text-area button {
    margin-top: 20px;
  }
  #what-we-do .carousel-card img {
    width: 30% !important;
    height: auto;
  }
  #companies {
    height: auto;
    padding-bottom: 2em;
  }
  .contact-button {
    margin-left: 0px;
  }
  .contact-button .fa-whatsapp {
    display: block;
  }
  #team .img-card {
    flex-flow: column;
  }
  #team .img-card .card-img {
    border-radius: 0px 0px 50px 50px;
  }
  #team .img-card .card-title {
    order: -1;
    border-radius: 50px 50px 0px 0px;
    height: 50%;
    width: 100%;
    padding-left: 0px;
  }
  #team .img-card .card-title h3 {
    font-size: 35px;
    text-align: center;
    font-weight: lighter;
    width: 100%;
  }
  #team .text-section {
    font-size: medium;
  }
  #meet-us .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  #meet-us .meet-us-content {
    height: 300px;
  }
  #meet-us img {
    position: relative;
    max-height: 400px;
    left: 0px;
    z-index: 100;
    margin-top: -45px;
  }
  #meet-us .row.align-items-center {
    margin-top: -17%;
  }
  .footer-container .scroll-container #scroll-up {
    margin-right: calc(50% - 30px);
  }
  .footer-container .text-white {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 780px) and (max-width: 990px) {
  #what-we-do .carousel-card img {
    width: 20%;
    height: auto;
  }
}
@media screen and (max-width: 990px) {
  #presentation {
    background: transparent url("../static/images/background/principal.jpg") 0% 0% repeat padding-box;
  }
  #what-we-do h2 {
    font-size: 2em;
  }
  #what-we-do .carousel-card {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
  #what-we-do .carousel-card img {
    width: 15%;
    height: auto;
  }
  #what-we-do .carousel-card .card-text-container {
    text-align: left;
  }
  #what-we-do .carousel-card .card-text-container h3.card-text-title {
    font-size: medium;
  }
  #what-we-do .carousel-card .card-text-container p.card-text-common {
    font-size: smaller;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #companies .slider-card {
    min-height: 500px;
    height: 85%;
    max-height: 700px;
  }
}
@media screen and (min-width: 400px) and (max-width: 762px) {
  #companies .c-slider.slider-circular .menu div:nth-child(1) {
    transform: translate(-110px, 130px);
    display: none;
  }
  #companies .c-slider.slider-circular .menu div:nth-child(2) {
    transform: translate(0px, 65px);
  }
  #companies .c-slider.slider-circular .menu div:nth-child(3) {
    transform: translate(97px, 30px);
  }
  #companies .c-slider.slider-circular .menu div:nth-child(4) {
    transform: translate(210px, 65px);
  }
  #companies .c-slider.slider-circular .menu div img {
    width: 80px;
    height: 80px;
  }
  #companies .c-slider.slider-circular .menu div img:nth-child(2) {
    width: 100px;
    height: 100px;
  }
  #companies .c-slider.slider-circular .indicator {
    min-height: 450px;
    min-width: 450px;
    height: auto;
    width: 50%;
    transform: translate(calc(-12.5% - 20px), 70px);
  }
}
@media screen and (min-width: 762px) and (max-width: 990px) {
  #companies .c-slider.slider-circular .menu div:nth-child(1) {
    transform: translate(50px, 250px);
    display: none;
  }
  #companies .c-slider.slider-circular .menu div:nth-child(2) {
    transform: translate(80px, 120px);
  }
  #companies .c-slider.slider-circular .menu div:nth-child(3) {
    transform: translate(250px, 0);
  }
  #companies .c-slider.slider-circular .menu div:nth-child(4) {
    transform: translate(460px, 120px);
  }
  #companies .c-slider.slider-circular .indicator {
    min-height: 450px;
    min-width: 450px;
    height: auto;
    width: 20%;
    transform: translate(20%, 70px);
  }
}
@media screen and (max-width: 990px) {
  #companies .slider-card {
    padding: 20px;
  }
  #companies .slider-card .order-sm-first {
    order: -1 !important;
  }
  #companies .slider-card .order-sm-first .card-text-title {
    text-align: center;
  }
  #companies .slider-card .order-sm-first .card-text-title h3 {
    font-size: 28px;
  }
  #companies .slider-card .order-sm-first .card-body .text h2 {
    font-size: 24px;
  }
  #companies .slider-card .order-sm-first .card-body .text p {
    font-size: 16px;
  }
  #companies .slider-card .order-sm-first .card-footer button {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #companies .slider-card .order-sm-first .card-footer button:first-child {
    float: left;
  }
}
@media screen and (max-width: 400px) {
  #companies .c-slider.slider-circular .menu div:nth-child(1) {
    transform: translate(-110px, 130px);
    display: none;
  }
  #companies .c-slider.slider-circular .menu div:nth-child(2) {
    transform: translate(0px, 65px);
  }
  #companies .c-slider.slider-circular .menu div:nth-child(3) {
    transform: translate(97px, 30px);
  }
  #companies .c-slider.slider-circular .menu div:nth-child(4) {
    transform: translate(210px, 65px);
  }
  #companies .c-slider.slider-circular .menu div img {
    width: 60px;
    height: 60px;
  }
  #companies .c-slider.slider-circular .menu div img:nth-child(2) {
    width: 80px;
    height: 80px;
  }
  #companies .c-slider.slider-circular .indicator {
    min-height: 450px;
    min-width: 450px;
    height: auto;
    width: 50%;
    transform: translate(calc(-12.5% - 20px), 70px);
  }
}
body {
  margin: 0;
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-size: medium;
  background: #f9f9f9;
}

h1, h2, h3, .text-title {
  font-family: "Ubuntu";
}

/*# sourceMappingURL=index.css.map */
