﻿@font-face {
  font-family: "Urbanist-Medium";
  src: url("../../fonts/static/Urbanist-Medium.ttf") format("opentype");
}

* {
  font-family: "Urbanist-Medium";
}

head {
  margin-bottom: 95px;
}

@media (max-width: 768px) {
  head {
    margin-bottom: 55px;
  }
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  margin-left: 15px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
    text-align: justify;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
}

.img_side_text {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  box-shadow: 5px 10px 8px #888888;
}

.img_header {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  margin-top: 75px;
}

@media (max-width: 768px) {
  .img_header {
    border-radius: 15px;
    padding: 9px;
    margin-top: 35px;
  }

  .img_side_text {
    margin-top: -20px;
  }

  .card-div {
    margin-bottom: 20px;
  }

  .footer {
    font-size: 12px;
  }
}

.marginComponents {
  margin-top: 20px;
  margin-bottom: 10px;
}

.blue_text {
  background-color: rgb(3, 72, 167);
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  box-shadow: 5px 10px 8px #888888;
}

.purple_text {
  background-color: rgb(95, 28, 222);
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  box-shadow: 5px 10px 8px #888888;
}

.topnav {
  overflow: hidden;
  background-color: #fff;
  position: fixed !important;
  width: 105%;
  z-index: 2;
}

/* Navbar links */
.topnav a {
  float: left;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
  margin: 0 20px;
}

.topnav a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  /* box-shadow: 5px 5px rgba(0, 0, 0, 0.8); */
  transition: 0.3s;
}

.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
  border-style: none;
  border-image-slice: 1;
}

.navbar-fixed-top.scrolled .nav-link {
  color: rgb(24, 64, 100) !important;
}

@media screen and (min-width: 768px) {
  #navCollapse {
    margin-left: 100px;
  }
}

@media screen and (max-width: 768px) {
  #navCollapse {
    margin-left: 0;
  }
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 25px !important;
}

.brand {
  width: 7%;
  margin: 0 -35px;
  position: fixed;
  top: 0;
  transition: 0.4s;
}

.brandMenor {
  width: 8%;
  margin: 0 -35px;
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .brand {
    width: auto;
    height: 10%;
    margin: 0 0 0 80%;
  }
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(24, 64, 100);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 1);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.icon_services {
  width: 35%;
  margin: 0 auto;
  padding: 10px;
}

.icon_services_sisges {
  width: 75%;
  margin: -10px auto 0 auto;
  padding: 10px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 !important;
  background: transparent;
}

.card-mvv {
  margin: -35px -35px 0 0px;
}

a {
  text-decoration: none;
}

#subirTopo {
  margin: 25px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #subirTopo {
    margin: 5px;
  }
}

textarea {
  resize: none;
}

.margin-res {
  margin-left: 50px;
  font-size: 20px;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .margin-res {
    margin-left: 0;
  }
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
}

section:nth-child(1) {
  color: #000;
}

section:nth-child(2) {
  color: #000;
}

section:nth-child(3) {
  color: #000;
}

section:nth-child(4) {
  color: #000;
}

section .container {
  margin: 100px;
}

section h1 {
  font-size: 3rem;
  margin: 20px;
}

section h2 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

section .text-container {
  display: flex;
}

section .text-container .text-box {
  margin: 20px;
  padding: 20px;
}

section .text-container .text-box h3 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  section h1 {
    font-size: 2rem;
    text-align: center;
  }

  section .text-container {
    flex-direction: column;
  }
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}