@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

body,
html {
  height: 100%;
  scroll-behavior: smooth
}
.modal_image {
  background-image: url("/assets/img/online_bg_r.jpg");
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.modal_text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.Loading-progress {
  height: 5px;
  width: 250px;
  border-radius: 3px;
  background: linear-gradient(115deg, red 0%, yellow 15%, lime 30%, cyan 50%, blue 65%, magenta 80%, red 100%);
  background-size: 200%;
  animation: moveGradient 5s linear infinite;
  display: inline-block;
}

@keyframes moveGradient {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: -200% 0%;
  }
}

nav .brand-logo,
nav ul a {
  color: #444;
  padding: 0 15px
}

p {
  line-height: 2rem
}

.sidenav-trigger {
  color: #26a69a
}

.uppercase {
  text-transform: uppercase
}

.footer {
  background-color: #121212
}

.map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%)
}

.proverbs {
  height: 400px !important
}

.link {
  -webkit-transition: all .5s;
  transition: all .5s
}

.link:hover {
  color: #26a69a !important;
  -webkit-transition: all .5s;
  transition: all .5s
}

.linkW {
  -webkit-transition: all .5s;
  transition: all .5s
}

.linkW:hover {
  color: #fff !important;
  -webkit-transition: all .5s;
  transition: all .5s
}

.paddingH {
  padding-top: 6vh;
  padding-bottom: 6vh
}

.littleTop {
  padding-top: 50px;
}

.padding10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding2 {
  padding-top: 2vh;
  padding-bottom: 2vh
}

.padding3 {
  padding-top: 3vh;
  padding-bottom: 3vh
}

.paddingV {
  padding-right: 5%;
  padding-left: 5%
}

.paddingV2 {
  padding-right: 10vw;
  padding-left: 10vw
}

.paddingT {
  padding-top: 6vh
}

.paddingT2 {
  padding-top: 8vh
}

.paddingB {
  padding-bottom: 6vh
}

.paddingALL {
  padding: 5vh 5vh 5vh 5vh
}

.paddingLanguages {
  padding: 20px 20px 20px 20px
}

.fullWidth {
  width: 100% !important
}

.fullHeight {
  height: 100%
}

.border {
  border-left-color: #26a69a;
  border-left-style: solid;
  border-left-width: 5px
}

.nomargin {
  margin-bottom: 0 !important;
  line-height: 0
}

#menubtn {
  display: block;
  position: fixed;
  top: 20px;
  left: 30px;
  z-index: 997
}

.sidenav-overlay {
  z-index: 99 !important
}

.divider {
  height: 18px;
  background-color: #127cc2
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008cba
}

.default_cursor {
  cursor: default
}

.bloq:hover .overlay {
  opacity: 1
}

.text {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}

.slider .indicators .indicator-item.active {
  background-color: #26a69a
}

.home {
  min-height: 100vh !important;
  background-image: url(../img/trianglify.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -60px
}

.darkgrey {
  background-color: #131418
}

.services {
  background-color: #121212
}

.media {
  background-color: #121212
}

.promos {
  background-color: #121212
}

.info {
  min-height: 400px;
  min-width: 200px
}

.border {
  border-style: solid;
  border-width: thin medium thick 10px;
  border: #26a69a
}

.nopadding {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important
}

.hr {
  border: #26a69a;
  border-style: solid;
  border-width: 3px
}

.hr2 {
  border: #26a69a;
  border-style: solid;
  border-width: 2px
}

.quotes {
  height: 100px
}

.instagram {
  color: #e4405f !important
}

.facebook {
  color: #3b5998
}

.blue_1 {
  background-color: #618cff
}

.blue_2 {
  background-color: #9cdff1
}

.blue_3 {
  background-color: #61a2d5
}

.blue_4 {
  background-color: #127cc2
}

.languagesM {
  display: none
}

.languagesNames {
  font-size: 1.1rem
}

.paddingLogo {
  padding-top: 7vh
}

.logo {
  width: 160px;
  height: auto
}

.logoTop {
  width: 150px;
  height: auto
}

.brand-logo {
  font-size: 1rem !important
}

.logoHome {
  width: 50vw;
  height: auto
}

.brandlogo {
  display: grid;
  align-items: center !important
}

.brands {
  height: 200px;
  width: auto
}

.justify {
  text-align: justify;
  text-justify: inter-word
}

.modal.bottom-sheet {
  max-height: 75vh !important;
  min-height: 70vh !important
}

.modal.modal-fixed-footer {
  height: 80% !important
}

.modal {
  max-height: 80%
}

.carousel.carousel-slider.carousel-item {
  height: 300px !important
}

.dropdown-content {
  width: max-content !important;
  height: auto !important
}

.certificamos.valign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.card500 {
  min-height: 500px
}

.mouse {
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #161516;
  bottom: 80px;
  left: 50%;
  margin-left: -13px
}

.mouse span {
  display: block;
  margin: 6px auto;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #161516;
  border: 3px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll
}

.parallax-container {
  height: 500px
}

#message {
  padding: 0 40px 0 0
}

#mail-status {
  padding: 12px 20px;
  width: 100%;
  display: none;
  font-size: 1em;
  color: #282828;
  font-family: "Open Sans", sans-serif
}

.error {
  background-color: #f16128
}

.success {
  background-color: #48e0a4
}

.g-recaptcha {
  margin: 0 0 25px 0;
}

textarea.materialize-textarea {
  height: 6rem
}

.logo_disc {
  width: 80px;
  height: auto
}

.multi-font {
  color: #127cc2
}

.multi-bg {
  background-color: #127cc2
}

.multi-bg-bu {
  background-color: #127cc2
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px)
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px)
  }
}

.text_description {
  font-size: 18px
}

@media screen and (max-width:1400px) {
  .languagesNames {
    font-size: .8rem
  }
}

@media screen and (max-width:768px) {
  .logo {
    height: 14px;
    width: auto;
    padding-bottom: 3px
  }

  .logoHome {
    width: 90vw;
    height: auto
  }

  .logoTop {
    width: auto;
    height: .8rem
  }

  .titleone {
    font-size: 2.5em
  }

  .titletwo {
    font-size: 2em
  }

  .languagesL {
    display: none
  }

  .languagesM {
    display: block
  }

  .languagesNames {
    font-size: 1rem
  }

  .paddingT2 {
    padding-top: 30px
  }

  #backtotop {
    z-index: 997
  }

  .navbar-fixed {
    height: 0 !important
  }

  nav {
    height: 0
  }

  .card500 {
    min-height: auto
  }

  .certificamos.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: inherit;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .littleTop {
    padding-top: 30px !important
  }

  .wow {
    animation-delay: 0s !important
  }

  .home {
    margin-top: 0
  }

  .text_description {
    font-size: 16px
  }

  .icon-block {
    padding: 0 15px
  }

  .icon-block .material-icons {
    font-size: inherit
  }

  footer.page-footer {
    margin: 0
  }

  .g-recaptcha {
    transform: scale(0.95);
  }
}
