@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700&family=Montserrat:wght@300;500;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  box-sizing: border-box;
  font-family: 'League Spartan', sans-serif;
  font-family: 'Montserrat', sans-serif;
}

::-webkit-scrollbar {
  width: .5rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FF6600;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 90, 0, 0.8);
}

a, a:hover {
  text-decoration: none;
}

.fixed-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 9999;
  text-align: center;
}

.fixed-whatsapp:before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #00C853;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  z-index: 1;
  top: 0;
  left: 0;
}

.fixed-whatsapp svg {
  vertical-align: middle;
  z-index: 2;
  position: relative;
}


p {
  margin-bottom: 0;
  color: #797979;
  font-size: 1.4rem;
}

ul {
  list-style: none;
  padding-left: 0;
}

button {
  border: none;
  cursor: pointer;
  background-color: none;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

.link-btn {
  background: transparent;
  color: #eb5c1d;
  position: relative;
  padding: 14px 18px;
  font-size: 13px;
  transition: all .3s ease;
}

.link-btn:after {
  content: "";
  position: absolute;
  background: #eb5c1d14;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  top: 0px;
  left: 0px;
  transition: all .2s ease;
}

.link-btn:hover {
  color: white !important;
  width: 100%;
  background: #eb5c1d;
  border-radius: 8px;
}

.card-index {
  margin-bottom: 2rem;
  padding: 1rem;
}

.card-index__img {
  height: 12rem;
  width: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: -10px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.card-index__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.card-index__descrip {
  padding: 2rem 0 3rem 0;
  background-color: white;
  background: #fff;
  text-align: center;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  z-index: 1;
  position: relative;
}

.card-index__descrip h3 {
  color: #131e4a;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 2rem;
}

.card-index:hover .card-index__img {
  transform: scale(1.06);
}

.card-index:hover .card-index__descrip {
  background-color: #131e4a;
  border: 1px solid #FF6600;
}

.card-index:hover .card-index__descrip h3 {
  color: white;
}

.card-indexBs {
  transition: all .3s ease-in-out;
  margin-bottom: 3rem;
  border-radius: 5px;
}

.card-indexBs__img {
  position: relative;
}

.card-indexBs__img img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
}

.card-indexBs__img .overlay {
  height: 25rem;
  background-image: linear-gradient(#131e4a00, #131e4a98);
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
}

.card-indexBs__img .overlay h2 {
  font-weight: 900;
  color: #fff;
  font-size: 4rem;
  position: absolute;
  bottom: 1rem;
}

@media only screen and (max-width: 48em) {
  .card-indexBs__img .overlay h2 {
    font-size: 3rem;
  }
}

.card-indexBs__descrip {
  margin-top: 2rem;
}

.card-indexBs__descrip p {
  font-weight: 700;
}

.card-indexBs__descrip p a {
  color: #FF6600;
}

.card-indexBs:hover .overlay {
  background-image: linear-gradient(#131e4a00, #131e4aef);
}

.card-teamG {
  position: relative;
  margin-bottom: 3rem;
}

.card-teamG img {
  height: 49rem;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

@media only screen and (max-width: 62em) {
  .card-teamG img {
    height: 30rem;
  }
}

.card-teamG .overlay {
  height: 15rem;
  background-image: linear-gradient(#131e4a00, #131e4a98);
  position: absolute;
  bottom: 0;
  border-radius: 8px;
  width: 100%;
  padding: 2rem;
}

.card-teamG .overlay h3 {
  font-weight: 900;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  bottom: 1rem;
}

@media only screen and (max-width: 48em) {
  .card-teamG .overlay h3 {
    font-size: 1.5rem;
  }
}

.card-teamG:hover .overlay {
  background-image: linear-gradient(#131e4a00, #FF6600);
}

.card-teamP {
  position: relative;
  margin-bottom: 2rem;
}

.card-teamP img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.card-teamP .overlay {
  height: 10rem;
  background-image: linear-gradient(#131e4a00, #131e4a98);
  position: absolute;
  bottom: 0;
  border-radius: 8px;
  width: 100%;
  padding: 2rem;
}

.card-teamP .overlay h3 {
  font-weight: 900;
  color: #fff;
  font-size: 1.5rem;
}

@media only screen and (max-width: 48em) {
  .card-teamP .overlay h3 {
    font-size: 1.5rem;
  }
}

.card-teamP .overlay .cp {
  position: absolute;
  bottom: 1rem;
}

.card-teamP .overlay .cp p {
  color: white;
}

.card-teamP:hover .overlay {
  background-image: linear-gradient(#131e4a00, #FF6600);
}

.cd-inf {
  margin-bottom: 3rem;
}

.cd-inf h1 {
  font-weight: 900;
  color: #FF6600;
  font-size: 4rem;
  padding: 2rem 0;
  border-bottom: 1px solid #f2f2f2;
}

@media only screen and (max-width: 48em) {
  .cd-inf h1 {
    font-size: 2.5rem;
  }
}

.cd-inf h2 {
  font-weight: 900;
  color: #131e4a;
  font-size: 3rem;
}

@media only screen and (max-width: 48em) {
  .cd-inf h2 {
    font-size: 2rem;
  }
}

.cd-inf h2 span {
  color: #FF6600;
}

.card-ct {
  padding: 2rem;
  background: black;
  border-radius: 5px;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 48em) {
  .card-ct {
    margin-top: 5rem;
  }
}

.card-ct p {
  color: #fff;
  padding: 1rem;
  border-bottom: 1px solid #FF6600;
}

.card-ct p i {
  margin-right: 1rem;
}

.card-ct p:last-child {
  border-bottom: 0;
}

.card-ifr {
  padding: 2rem;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-radius: 5px;
  margin-bottom: 2rem;
}

.card-ifr iframe {
  width: 100%;
  height: 20rem;
}

.card-blue__footer {
  background: black;
  border-radius: 2rem;
  position: relative;
  padding: 2rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 48em) {
  .card-blue__footer {
    margin-bottom: 2rem;
  }
}

.card-blue__footer p {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

.card-blue__footer .rd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 5rem;
  background-color: #FF6600;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  top: -2rem;
  cursor : pointer;
}

@media only screen and (max-width: 48em) {
  .card-blue__footer .rd {
    top: -3rem;
  }
}

form h2 {
  font-weight: bold;
}

form input {
  width: 100%;
  margin-bottom: 2rem;
  padding: 1.5rem;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  font-size: 12px;
  transition: all .3s ease-in-out;
}

form input:hover {
  border: 1px solid #131e4a;
}

form textarea {
  width: 100%;
  margin-bottom: 2rem;
  padding: 1.5rem;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  font-size: 12px;
  height: 10rem;
  transition: all .3s ease-in-out;
  outline: none;
}

form textarea:hover {
  border: 1px solid #131e4a;
}

.owl-carousel {
  width: 100%;
  display: block !important;
}

.owl-carousel .owl-nav {
  display: none !important;
  font-size: 2rem;
  color: #fff;
}

.owl-carousel .owl-dots {
  display: none !important;
}

.footer {
  background-image: url(../images/map.png);
  background-size: cover;
  background-position: center center;
}

main {
  background-image: url(../images/map.png);
  background-size: cover;
  background-position: center center;
}

.footer--top {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 48em) {
  .footer--top .carrousel--part {
    margin-top: 2rem;
  }
}

.footer--top .carrousel--part img {
  height: 44px;
  width: 100%;
  object-fit: contain;
}

.footer--middle h3 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #FF6600;
}

.footer--middle ul {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 48em) {
  .footer--middle ul {
    margin-bottom: 2rem;
  }
}

.footer--middle ul li a {
  font-size: 12px;
  display: block;
  padding: 4px 0;
  color: #555;
  transition: all .3s ease-in-out;
}

.footer--middle ul li a:hover {
  color: #FF6600;
}

.footer--middle .rw-ap {
  border-left: 1px solid #e0e0e0;
  padding-left: 6rem;
  padding-top: 1rem;
}

@media only screen and (max-width: 62em) {
  .footer--middle .rw-ap {
    padding-left: 4rem;
  }
}

@media only screen and (max-width: 48em) {
  .footer--middle .rw-ap {
    padding-left: 1rem;
    border-left: 0;
  }
}

.footer--middle .rw-av {
  padding-right: 6rem;
  padding-top: 1rem;
}

@media only screen and (max-width: 62em) {
  .footer--middle .rw-av {
    padding-right: 4rem;
  }
}

@media only screen and (max-width: 48em) {
  .footer--middle .rw-av {
    padding-right: 1rem;
  }
}

.footer--end {
  border-top: 1px solid #f3f3f3;
  background: #f7f7f7;
  padding: 2rem 0;
}

.footer--end p {
  font-size: 12px;
}

.footer--end p a {
  color: #FF6600;
}

@media only screen and (max-width: 48em) {
  .footer--end p {
    text-align: center;
    margin-bottom: 2rem;
  }
}

.footer--end .tl {
  text-align: end;
}

@media only screen and (max-width: 48em) {
  .footer--end .tl {
    text-align: center;
  }
}

.footer--end ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 48em) {
  .footer--end ul {
    text-align: center;
    margin-bottom: 2rem;
  }
}

.footer--end ul li {
  margin-left: 1.5rem;
}

.footer--end ul li a {
  color: #131e4a;
  font-size: 2rem;
  transition: all .3s ease-in-out;
}

.footer--end ul li a:hover {
  color: #FF6600;
}

header .header--top {
  position: relative;
}

header .header--top img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}

@media only screen and (max-width: 62em) {
  header .header--top img {
    height: 30rem;
  }
}

@media only screen and (max-width: 48em) {
  header .header--top img {
    height: 25rem;
  }
}

header .header--top .overlay {
  height: 35rem;
  background-image: linear-gradient(#131e4a7e, #131e4a7e);
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 62em) {
  header .header--top .overlay {
    height: 30rem;
  }
}

@media only screen and (max-width: 48em) {
  header .header--top .overlay {
    height: 25rem;
  }
}

header .header--top .overlay .title--infos {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

@media only screen and (max-width: 48em) {
  header .header--top .overlay .title--infos {
    text-align: center;
    width: 100%;
    left: 0;
  }
}

header .header--top .overlay .title--infos h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 45px;
}

@media only screen and (max-width: 62em) {
  header .header--top .overlay .title--infos h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 48em) {
  header .header--top .overlay .title--infos h1 {
    font-size: 28px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 48em) {
  header .header--top .overlay .title--infos .breadcrumb {
    align-items: center;
    justify-content: center;
  }
}

header .header--top .overlay .title--infos .breadcrumb .breadcrumb-item {
  font-weight: 600;
  color: #FF6600;
  font-size: 12px;
  text-transform: uppercase;
}

header .header--top .overlay .title--infos .breadcrumb .breadcrumb-item a {
  color: #fff;
}

header .breadcrumb-item + .breadcrumb-item::before {
  display: none !important;
}

section {
  padding: 4rem 0;
}

.av--footer {
  padding: 6rem 0;
  background-image: linear-gradient(#131e4a80, #131e4a80), url("../images/inter.jpg");
  background-position: center;
  background-size: cover;
  text-align: center;
}

.av--footer h1 {
  font-weight: 900;
  color: #FF6600;
  font-size: 3rem;
}

@media only screen and (max-width: 48em) {
  .av--footer h1 {
    font-size: 2rem;
  }
}

.section--title {
  padding-bottom: 3rem;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 3rem;
}

.section--title h1 {
  font-weight: 900;
  color: black;
  font-size: 3rem;
}

@media only screen and (max-width: 48em) {
  .section--title h1 {
    font-size: 2rem;
  }
}

.section--title h1 span {
  color: #FF6600;
}

.logo img {
  height: 55px;
  width: 12rem;
  object-fit: contain;
}

@media only screen and (max-width: 48em) {
  .nav-top i {
    margin: 0;
  }
}




@media only screen and (max-width: 48em) {
  .navigation .menu {
    height: 100vh;
    width: 28rem;
    position: fixed;
    top: 0;
    background: white;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    z-index: 111;
    transform: translateX(100%);
    padding: 2rem;
    right: 0;
    transition: all .3s ease-in-out;
  }

  .navigation .menu.show{
    transform: translateX(0%);
  }
  .navigation .menu ul {
    display: block !important;
  }
  .navigation .menu ul li {
    margin: 1rem 0 !important;
    width: 100%;
    padding: 10px 0 !important;
  }
}

.navigation .menu ul {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 0;
}

.navigation .menu ul li {
  position: relative;
  margin-left: 2rem;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  border-top: 1px solid transparent;
  padding: 20px 0 18px 0;
  transition: all .3s ease-in-out;
}

.navigation .menu ul li a {
  color: #0f0f0f;
}

.navigation .menu ul li:hover {
  border-top: 1px solid #FF6600 !important;
}

.navigation .menu ul li:hover a {
  color: #FF6600;
}

.navigation .menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navigation .menu .sub-menu {
  position: absolute;
  z-index: 11111;
  margin: 0;
  top: 58px;
  font-size: 14px;
  left: 0;
  width: 230px;
  text-align: left;
  padding: 10px;
  background: white;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms 0.3s ease;
  display: block;
}

@media only screen and (max-width: 48em) {
  .navigation .menu .sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    box-shadow: none;
    background-color: #efefef !important;
  }
}

.navigation .menu .sub-menu li {
  margin-left: 0;
  padding: 10px;
  border-bottom: 1px solid #FF6600;
  border-top: 0;
}

@media only screen and (max-width: 48em) {
  .navigation .menu .sub-menu li {
    margin: 0 !important;
  }
}

.navigation .menu .sub-menu li:last-child {
  border-bottom: none !important;
}

.navigation .menu .sub-menu li:hover {
  border-top: none !important;
}

.menu--enter {
  display: none;
  font-size: 2.5rem;
  cursor: pointer;
  color: #FF6600;
}

@media only screen and (max-width: 48em) {
  .menu--enter {
    display: block;
  }
}

.menu--exit {
  height: 3rem;
  width: 3rem !important;
  color: #FF6600;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  display: none !important;
  cursor: pointer;
  justify-content: center;
}

.menu--exit i {
  font-size: 2.3rem;
  color: #FF6600 !important;
}

@media only screen and (max-width: 48em) {
  .menu--exit {
    display: flex !important;
    margin-top: 2rem;
  }
}

.nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding: 2rem 0;
}

.nav-top__ct {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 48em) {
  .nav-top__ct {
    display: none;
  }
}

.nav-top__ct p {
  margin-bottom: 0;
  color: #0f0f0f;
  font-size: 17px;
  font-weight: 600;
  line-height: 0.4;
}

.nav-top__ct p a {
  color: #0f0f0f;
}

.nav-top__ct span {
  font-size: 12px;
}

.nav-top__ct span a {
  color: #797979;
}

.nav-top i {
  margin: 0 1.5rem;
  font-size: 3rem;
}

.act {
  border-top: 1px solid #ff5900 !important;
}

.act a {
  color: #FF6600 !important;
}

@media only screen and (max-width: 48em) {
  .act {
    border-top: 0 !important;
    border-bottom: 1px solid #ff5900 !important;
  }
}
/*# sourceMappingURL=main.css.map */