html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #1B2234;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.content, p {
  line-height: 1.3em;
}

header {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  z-index: 3;
}

.navbar-brand {
  background: url(../img/logo.svg) no-repeat;
  height: 75px;
  width: 275px;
}

h1 {
  font-size: 4.5em;
  font-weight: 900;
  line-height: .9em;
}

.text-3xl {
  font-size: 9em;
}

h2 {
  font-size: 3.6em;
  font-weight: 600;
  line-height: 1em;
}

h4 {
  color: #1B2234;
  font-size: 1.18em;
  font-weight: 400;
  line-height: 1.25em;
}

h5 {
  color: #1B2234;
  font-size: 1.2em;
  font-weight: 500;
}

.navbar-nav {
  margin-left: auto;
}

.navbar-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
a img:hover {
   transform: scale(1.05);
   transition: transform 0.3s ease;
}

.navbar-nav a {
  color: #fff !important;
  padding: 8px;
}

.navbar-nav li.active > a {
  background-color: #FE6700;
  border-radius: 4px;
  font-weight: 600;
}

.dropdown-item:active {
  background-color: #E3A558 !important;
}

.navbar-expand-lg.navbar-light.bg-light {
  background: transparent !important;
  border-bottom: #fff solid 1px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #ffffff !important;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: #0000001a 0px 3px 5px 0px;
          box-shadow: #0000001a 0px 3px 5px 0px;
  min-width: 200px;
}

#frst {
  background: url(../img/home-bg.jpg) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

#nosotros {
  background: url(../img/jrz_orange.jpg) #D8D8D5 no-repeat left center;
  background-size: 42% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

#nosotros .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nosotros img.afiliates {
  margin-bottom: 15px;
  width: 75px;
}

#mision {
  background-color: gray;
  padding-top: 65px;
  padding-bottom: 65px;
}

.dark-bg {
  background: url(../img/know_dark.jpg) no-repeat;
  background-size: cover;
}

.orange-bg {
  background: url(../img/know_orange.jpg) no-repeat;
  background-size: cover;
}

.link {
  color: #FE6700;
  font-weight: 700;
}

.link:hover {
  color: #FE6700;
}

.icon {
  margin-left: 8px;
  width: 14px;
}

.justify {
  text-align: justify;
}

.card {
  border-radius: 16px !important;
  padding: 20px 35px;
}

.card-title {
  color: #FE6700;
  font-size: 1.7em;
  font-weight: 700;
  text-align: center;
}

.no-list-disc {
  list-style-type: none;
  font-size: 1.1em;
  line-height: 1.45em;
}

.bottom {
  background-color: #100F13;
  padding: 75px 0px;
}

.top-neg {
  margin-top: -75px;
}

.our-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.col-leader {
  width: 34%;
}

.col-child {
  width: 20%;
}

/*****covers**/
.cover {
  height: 55vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nosotros {
  background: url(../img/nosotros-cover_01.jpg) no-repeat;
  background-size: cover;
}

.orange-about {
  background: url(../img/about-orange_01.jpg) no-repeat;
  background-size: cover;
}

.afiliado {
  background: url(../img/bg_build.jpg) no-repeat;
  background-size: cover;
}

.bg-white {
  border-radius: 16px;
  padding: 16px 25px;
  text-align: center;
}

.bg-white img {
  width: 120px;
}

.conocenos {
  background: url(../img/bg_building.jpg) no-repeat;
  background-size: cover;
}

.borders {
  position: relative;
}

.borders::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  background: #FE6700;
  width: 2px;
  height: 140px;
}

.borders::after {
  content: '';
  position: absolute;
  right: 2px;
  top: 0;
  background: #FE6700;
  width: 2px;
  height: 140px;
}

.aranceles {
  background: url(../img/pattern_blueprint.jpg) repeat-x;
  position: relative;
  z-index: 0;
}

.payments {
  border-radius: 0px 0px 32px 32px;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: -32px;
}

.Orange-pill {
  background-color: #FE6700;
  border-radius: 50px;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.curso {
  background: url(../img/know_dark.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  border-bottom-left-radius: 50% 100px;
  border-bottom-right-radius: 50% 100px;
  position: relative;
  z-index: 2;
}

.l-title {
  background-color: #FE6700;
  border-radius: 16px 0px 0px 0px;
  padding: 8px 20px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.r-title {
  background-color: #FE6700;
  border-radius: 0px 16px 0px 0px;
  padding: 8px 20px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title {
  background-color: #FE6700;
  border-radius: 16px 16px 0px 0px;
  padding: 8px 20px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content {
  background-color: #fff;
  border-radius: 0px 0px 16px 16px;
  text-align: center;
  padding: 8px 12px;
}

.networking {
  background: url(../img/bg_network.jpg) no-repeat;
  background-size: cover;
  margin-top: -100px;
}

.circle {
  aspect-ratio: 1 / 1;
  border: #FE6700 solid 2px;
  border-radius: 50%;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(#3f3f3f));
  background: linear-gradient(0deg, black 0%, #3f3f3f 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}

.center-circle {
  margin-top: 215px;
  position: relative;
}

.center-circle::before {
  content: '';
  width: 50%;
  position: absolute;
  bottom: 50%;
  left: -50%;
  border: #FE6700 dashed 1px;
}

.center-circle::after {
  content: '';
  width: 50%;
  position: absolute;
  bottom: 50%;
  right: -50%;
  border: #FE6700 dashed 1px;
}

.right-circle {
  position: relative;
}

.right-circle::before {
  content: '';
  width: 1px;
  height: 10%;
  position: absolute;
  bottom: -10%;
  left: 50%;
  border: #FE6700 dashed 1px;
}

.left-circle {
  position: relative;
}

.left-circle::before {
  content: '';
  width: 1px;
  height: 40%;
  position: absolute;
  bottom: 32%;
  left: 50%;
  border: #FE6700 dashed 1px;
}

.bottom-afiliates {
  background: url(../img/bg-bottom_afiliados.jpg) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70vh;
}

/*****font-weight*****/
.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

/****sizes****/
.font-sm {
  font-size: 1.1em;
}

.font-md {
  font-size: 1.3em;
}

.font-lg {
  font-size: 1.5em;
}

.font-xl {
  font-size: 2em;
}

.font-2xl {
  font-size: 2.4em;
}

/******text-color*****/
.text-orange-base {
  color: #FE6700;
}

/******Button******/
button {
  border: none;
  outline: none;
}

.btn-vermillion {
  background: #FE6700;
  border-radius: 50px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: stretch;
      -ms-flex: stretch;
          flex: stretch;
  font-size: 1.1em;
  font-weight: 600;
  padding: 8px 16px;
}

.btn-vermillion:hover {
  background: #fff;
  color: #FE6700;
  text-decoration: none;
}

.circle-orange {
  background-color: #FE6700;
  border-radius: 50px;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  position: relative;
}

.circle-orange::before {
  content: '';
  width: 28px;
  height: 28px;
  border: #FE6700 solid 1px;
  border-radius: 50px;
  position: absolute;
  left: -4px;
  top: -4px;
}

.proyectos {
  background: url(../img/proyectos_building.jpg) no-repeat;
  background-size: cover;
  border-radius: 0px 0px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90vh;
}

.dro {
  background: url(../img/dro_01.jpg) no-repeat;
  background-size: cover;
  border-radius: 0px 0px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90vh;
}

.contacto {
  background: url(../img/bgcontacto.jpg) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90vh;
}
.galeria {
  background: url(../img/cover-galeria-01.jpg) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90vh;
}
.modal-link {
  padding: 0;
}

.afiliados {
  background: url(../img/bgafiliados_contacto.jpg) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
}

.ourdata {
  position: relative;
}

.ourdata::before {
  content: '';
  width: 100%;
  height: 35px;
  background: url(../img/aia-pattern_contacto.png) repeat-x #FE6700 center;
  background-size: 120px;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 99;
  -webkit-transform: skewY(-0.5deg);
          transform: skewY(-0.5deg);
}

.bg-rounded {
  background-color: #D8D8D5;
  border-radius: 19px;
}

.bg-rounded-white {
  background-color: #fff;
  border-radius: 19px;
}

.contacto-bg {
  background: url(../img/bgcontacto_contacto.jpg) repeat-x;
}


.forms {
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: #0000001a 2px 2px 3px 2px;
          box-shadow: #0000001a 2px 2px 3px 2px;
  padding: 30px 20px;
}

.forms input {
  background-color: #D8D8D5;
  border-radius: 0px;
  height: 40px;
}

.forms textarea {
  background-color: #D8D8D5;
  border-radius: 0px;
  height: 145px !important;
}

.icon-facebook {
  margin-left: 10px;
  width: 32px;
}

.location {
  background: url(../img/icon-location.svg) no-repeat left top;
  background-size: 20px;
  font-size: 18px;
  padding-left: 35px;
}

.email {
  background: url(../img/icon-email.svg) no-repeat left top;
  background-size: 20px;
  font-size: 18px;
  padding-left: 35px;
}

.phone {
  background: url(../img/icon-call.svg) no-repeat left top;
  background-size: 20px;
  font-size: 18px;
  padding-left: 35px;
}

.map iframe {
  width: 100%;
}
.row-cols-md-3 .col {
  margin-bottom: 20px;
}
/********Galeria********/
.modal-header {
  background-color: #fe6000;    
}
.modal-header h5 {
  color: #fff;
}
.modal-header button.close {
  background: #fff;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -5px !important;
}
.modal-body {
  padding: 0px !important;
}
.modal-dialog {
  min-width: 800px;
}
/******Slider*******/
.carousel-control-prev,
.carousel-control-next {
  background: transparent;
}
.slider-container {
  overflow: hidden;
  width: 100%;
}
.carousel-control-next-icon {
  background: url(../img/right.svg) no-repeat #fff  center!important;
  background-size: 30px !important;
  border-radius: 55px;
  height: 40px !important;
  opacity: 1 !important;
  width: 40px !important;
}
.carousel-control-prev-icon {
  background: url(../img/left.svg) no-repeat #fff  center!important;
  background-size: 30px !important;
  border-radius: 55px;
  height: 40px !important;
  opacity: 1 !important;
  width: 40px !important;
}
.carousel-item {
  background-color: #000;
}
.carousel-item img {
  width: auto !important;
  max-height: 600px;
  margin: 0 auto;
}
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  gap: 5px;
}

.slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.3333%;
          flex: 0 0 32.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.slide .flex {
  position: absolute;
  top: 16px;
  left: 10px;
}

.slide span {
  background: #fff;
  border-radius: 50px;
  font-size: 12px;
  padding: 8px 12px;
}

.slide .overlay {
  background: #1B2234;
  background: linear-gradient(1deg, #1b2234 0%, rgba(27, 34, 52, 0) 100%);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: absolute;
  left: 0;
  bottom: -900px;
  padding: 20px;
  width: 100%;
  height: 100%;
}

.slide:hover .overlay {
  bottom: 0;
  cursor: pointer;
}

.slide .content {
  color: #fff;
  text-align: left;
}

.slide .content h4 {
  color: #fff;
}

.slide .content a {
  color: #fff;
  text-decoration: underline;
}

.footer-location {
  background: url(../img/icon-location-white.svg) no-repeat left top;
  background-size: 15px;
  padding-left: 20px;
}

.footer-email {
  background: url(../img/icon-email-white.svg) no-repeat left 5px;
  background-size: 15px;
  padding-left: 20px;
}

.footer-call {
  background: url(../img/icon-call-white.svg) no-repeat left top;
  background-size: 19px;
  padding-left: 20px;
}

.footer-horas {
  background: url(../img/time-white.svg) no-repeat left top;
  background-size: 15px;
  padding-left: 20px;
}

footer {
  background: #FE6700;
  color: #fff;
  font-size: .9em;
  padding: 30px 0px;
}

footer h3 {
  color: #fff;
  margin-bottom: 20px;
}

footer ul {
  padding: 0;
  list-style-type: none;
}

footer li {
  color: #fff;
  display: block;
  padding-bottom: 8px;
}

footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

footer .bordered {
  border-top: #1e3145 solid 1px;
  padding-top: 30px;
  margin-top: 30px;
}

footer .text-blue-light {
  color: #30bfe2;
  text-decoration: underline;
}

footer .text-blue-light:hover {
  color: #DD2059;
}

.socialm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.socialm img {
  width: 20px;
}

.slider-controls {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.slider-controls button {
  font-size: 2rem;
  padding: 0.5em 1em;
  background: #1B2234;
  border-radius: 100%;
  border: none;
  color: #fff;
}

/*****services*****/
.services-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service {
  background: #fff;
  -webkit-box-shadow: #0000001a 1px 2px 3px 1px;
          box-shadow: #0000001a 1px 2px 3px 1px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px;
  position: relative;
}

.service img {
  width: 70px;
}

.service:hover {
  cursor: pointer;
}

.hover {
  background: linear-gradient(-230deg, #CC9966, #E3A558, #DD2059, #610E57, #610E57);
  border-radius: 6px;
  position: absolute;
  height: 116%;
  width: 116%;
  z-index: -1;
  left: -4%;
  top: -4%;
  display: none;
}

.service:hover .hover {
  display: block !important;
  position: absolute;
  height: 116%;
  width: 116%;
  left: -8%;
  top: -8%;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: fadeIn 1s ease-out forwards;
          animation: fadeIn 1s ease-out forwards;
}

.flex-wrap {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.filter-item {
  border-radius: 6px;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}

.filter-item img {
  width: 100%;
}

.filter-item span {
  background: #fff;
  border-radius: 50px;
  color: #1B2234;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 12px;
  padding: 8px 16px;
}

.filters-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.filters-buttons button {
  background: #fff;
  -webkit-box-shadow: #0000001a 0px 3px 5px 0px;
          box-shadow: #0000001a 0px 3px 5px 0px;
  border: none;
  border-radius: 50px;
  color: #DD2059;
  padding: 8px 15px;
}

.filters-buttons button:focus {
  background: #DD2059;
  color: #fff;
  outline: none;
}

/**************Animation*********/
@-webkit-keyframes gradient {
  0% {
    background-position: 0 40%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0 40%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@-webkit-keyframes blob {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  33% {
    -webkit-transform: translate(30px, -50px) scale(2.1);
            transform: translate(30px, -50px) scale(2.1);
  }
  66% {
    -webkit-transform: translate(-20px, 20px) scale(0.9);
            transform: translate(-20px, 20px) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
}

@keyframes blob {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  33% {
    -webkit-transform: translate(30px, -50px) scale(2.1);
            transform: translate(30px, -50px) scale(2.1);
  }
  66% {
    -webkit-transform: translate(-20px, 20px) scale(0.9);
            transform: translate(-20px, 20px) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*******Mobile*********/
@media (max-width: 992px) {
  .navbar-toggler {
    background-color: #FE6700 !important;
  }
  .navbar-light .navbar-toggler-icon {
    background: url(../img/menu.svg) no-repeat center !important;
  }
  .navbar-nav {
    background-color: #000000;
    gap: 15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px !important;
    padding: 25px 0px;
  }
  .dropdown-menu.show {
    text-align: center;
    padding: 20px;
  }
  .modal-dialog {
    min-width: 90px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .flex-wrap {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }
  .slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .services-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  footer {
    text-align: center;
  }
  footer .socialm, footer .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-call,
  footer .footer-horas,
  footer .footer-email,
  footer .footer-location {
    padding-left: 0;
    padding-top: 40px;
    background-position: top center;
    background-size: 30px;
  }
  footer .w-100 {
    width: 60% !important;
  }
  #nosotros {
    background: #d8d8d5;
    padding: 0px 0px 45px 0px;
  }
  #nosotros .col-md-4 {
    background: url(../img/jrz_orange.jpg) no-repeat top left;
    background-size: cover;
    text-align: center;
    padding: 105px 0px;
    margin-bottom: 45px;
  }
  .col {
    margin-bottom: 15px;
  }
  .bottom h4 {
    margin-bottom: 15px !important;
  }
  .our-team {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .our-team .col-leader {
    width: 100%;
  }
  .our-team .col-child {
    width: 48%;
  }
  .top-neg {
    margin-top: 20px;
  }
  .afiliado .col-md-6 {
    margin-bottom: 15px;
  }
  .curso,
  .aranceles {
    background-size: cover;
  }
  .curso .col-md-4,
  .aranceles .col-md-4 {
    margin-bottom: 15px;
  }
  .borders::after {
    content: none;
  }
  .left-circle::before {
    content: '';
    width: 1px;
    height: 200px;
    position: absolute;
    bottom: -200px;
    left: 50%;
    border: #FE6700 dashed 1px;
  }
  .center-circle {
    margin-bottom: 200px;
  }
  .center-circle::before,
  .center-circle::after {
    content: none;
  }
  .right-circle::before {
    content: '';
    width: 1px;
    height: 180px;
    position: absolute;
    top: -190px;
    bottom: unset;
    left: 50%;
    border: #FE6700 dashed 1px;
  }
  .Orange-pill {
    text-align: center;
  }
  .carousel-item img {
    width: 100% !important;
    max-height: auto !important;
  }
}
/*# sourceMappingURL=styles.css.map */