/**/
html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
}

:root {
  --primary-blue: #000033;
  --Black: #000000;
  --secondary-blue: #202945;
  --lightgray: #F6F6F6;
}

/*Inputs*/
input {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

/*Fonts*/
@font-face {
  font-family: 'GeosansLight';
  font-style: normal;
  font-weight: normal;
  src: local("GeosansLight"), url("/GeosansLight.woff") format("woff");
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 3rem;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2.0rem;
  }
}

h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 1.4rem;
  }
}

h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}

h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
}

p {
  font-family: 'GeosansLight';
  font-size: 22px;
}

@media only screen and (max-width: 1024px) {
  p {
    font-size: 19px;
  }
}

a {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 15px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

/*Button*/
button {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  border: none;
  background-color: var(--primary-blue);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: white;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

button:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: var(--secondary-blue);
}

.btn2 {
  background-color: transparent;
  border: 1px solid white;
}

/*Container*/
.container-fluid {
  padding-right: 7%;
  padding-left: 7%;
}

/*Navbar*/
@media only screen and (min-width: 1024px) {
  #navbar .lang2 {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  #navbar .navbar-collapse {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #navbar .lang1 {
    display: none;
  }
  #navbar .nav-item, #navbar .nav-item2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

nav {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  border-bottom: 10px solid #202945;
}

nav .navbar-brand {
  padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
  nav .navbar-brand {
    padding-right: 0px;
  }
  nav .navbar-brand img {
    width: 170px;
  }
}

nav .mr-auto .nav-item {
  padding-right: 30px;
}

nav .ml-auto .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

nav .ml-auto .nav-item2 {
  margin-right: 30px;
}

nav .ml-auto .active {
  border-bottom: 2px solid #000033;
}

nav .dropdown-menu {
  border-radius: 0;
  top: 58px;
  border: white;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

nav .dropdown-menu .dropdown-item {
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}

/*Carousel*/
.carousel-indicators li {
  background-color: white;
}

.carousel-inner {
  min-height: 700px;
  background-color: black;
}

.carousel-inner h4 {
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  .carousel-inner .carousel-item .carousel-caption {
    top: 10%;
  }
}

.carousel-inner .carousel-item .carousel-caption {
  display: block;
  margin-top: auto;
  margin-bottom: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  top: 35%;
}

.carousel-inner .carousel-item .carousel-caption h1 {
  color: var(--Black);
  padding-bottom: 20px;
  color: white;
}

.carousel-inner .carousel-item img {
  height: 700px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp1 button:hover {
  background-color: rgba(0, 0, 0, 0.11);
}

/*About*/
@media only screen and (min-width: 1024px) {
  #about {
    padding-left: 80px;
    padding-right: 80px;
  }
}

#about {
  color: white;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--secondary-blue);
}

#about h2 {
  padding-bottom: 30px;
}

#about p {
  text-align: justify;
}

#founders {
  background: var(--primary-blue);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--secondary-blue)), color-stop(40%, var(--secondary-blue)), color-stop(31%, white), to(white));
  background: linear-gradient(180deg, var(--secondary-blue) 0%, var(--secondary-blue) 40%, white 31%, white 100%);
  padding-bottom: 120px;
}

#founders a {
  text-decoration: none;
}

#founders .founder1:hover {
  -webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.158);
          box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.158);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
}

#founders .founder1 {
  height: 700px;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-bottom: 20px;
}

#founders .text {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(46%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 46%);
  height: 700px;
  width: 100%;
}

#founders .text h2 {
  padding-bottom: 15px;
  display: block;
  padding-top: 500px;
  color: white;
}

@media only screen and (max-width: 1024px) {
  #founders .founder1 {
    height: 500px;
  }
  #founders .text {
    height: 500px;
  }
  #founders .text h2 {
    font-size: 1.8rem;
    padding-top: 300px;
  }
}

/*Services*/
#services {
  background-image: url(assets/BG-SERV.svg);
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

#services button {
  width: 100%;
}

#services .title {
  padding-bottom: 40px;
}

#services a {
  text-decoration: none;
}

#services .service {
  padding: 30px;
  background-color: transparent;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  z-index: 9;
  border: 1px solid #dfdfdf;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#services .service img {
  width: 90px;
  height: auto;
}

#services .service h4 {
  padding-top: 10px;
  color: var(--secondary-blue);
}

#services .service:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.158);
          box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.158);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: white;
  border: 1px solid white;
  z-index: 1000;
}

#services .service:hover h4 {
  color: var(--primary-blue);
}

/*Contact*/
#contact {
  background-image: url(assets/contactbg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid #cecece;
}

#contact .tabactive {
  border-left: 4px solid black;
}

#contact h2 {
  text-align: center;
  margin-bottom: 20px;
}

#contact span {
  color: #880000;
  font-size: 30px;
}

#contact input {
  width: 100%;
  margin-bottom: 20px;
}

#contact textarea {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  #contact form {
    padding-right: 150px;
    padding-left: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  #contact button {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  #contact img {
    display: none;
  }
}

/*Contact*/
#contact2 {
  background-image: url(assets/contactbg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}

#contact2 form {
  padding-top: 40px;
}

#contact2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact2 h2 {
  margin-bottom: 20px;
}

#contact2 span {
  color: #880000;
  font-size: 30px;
}

#contact2 input {
  width: 100%;
  margin-bottom: 20px;
}

#contact2 textarea {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  #contact2 h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  #contact2 button {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  #contact2 img {
    display: none;
  }
}

#bg1 {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
}

#bg1 h2 {
  font-size: 2.4rem;
}

@media only screen and (max-width: 1024px) {
  #bg1 h2 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  #bg1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

/*Description*/
#desc {
  padding-top: 120px;
  padding-bottom: 120px;
}

#desc p {
  text-align: justify;
  margin-bottom: 40px;
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
  #desc p {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1280px) {
  #desc .p2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: 50px;
    margin-bottom: 0px;
  }
}

#desc img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 60px;
  padding-top: 60px;
}

@media only screen and (max-width: 1280px) {
  #desc img {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .stickynav {
    display: none;
  }
}

/*Practicas*/
#practicas {
  padding-bottom: 80px;
  /* Style the tab content */
}

#practicas .tablink {
  background-color: white;
  color: var(--secondary-blue);
  cursor: pointer;
  font-size: 15px;
  width: 100%;
  text-align: left;
  border-left: 4px solid white;
  font-weight: 500;
}

#practicas .tablink:hover {
  border-left: 4px solid black;
  background-color: #cfcfcf;
}

#practicas .tabcontent {
  background-color: white;
  color: black;
  display: none;
  width: 100%;
  min-height: 500px;
}

#practicas .text {
  display: none;
  border-left: 4px solid black;
}

#practicas .show {
  display: block;
}

@media only screen and (min-width: 1024px) {
  #practicas .cont {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  #practicas .cont2 {
    display: none;
  }
}

#practicas .cont2 {
  display: content;
  padding-left: 40px;
  border-left: 1px solid #dbdbdb;
}

#practicas .cont3 {
  display: content;
}

@media only screen and (min-width: 1024px) {
  #practicas .cont3 {
    display: none;
  }
}

#practicas .sec {
  padding-top: 10px;
  padding-bottom: 30px;
  margin-top: 80px;
  border-bottom: 1px solid #e4e4e4;
}

@media only screen and (max-width: 1024px) {
  #practicas .sidebar {
    display: none;
  }
}

#practicas h3 {
  margin-bottom: 40px;
}

#practicas ul {
  padding-left: 15px;
  list-style-type: square;
}

#practicas li {
  font-family: 'GeosansLight';
  font-size: 22px;
  text-align: justify;
  margin-bottom: 30px;
}

#practicas button {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#practicas #Laboral {
  background-image: url(assets/BG-LABORAL.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

#practicas #Agencia {
  background-image: url(assets/BG-AGENCIA.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

#practicas #Administrativo {
  background-image: url(assets/BG-ADMINISTRATIVO.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

#practicas #Bancario {
  background-image: url(assets/BG-FINANCIERO.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

#practicas #Corporativo {
  background-image: url(assets/BG-CORPORATIVO.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

#practicas #Competencia {
  background-image: url(assets/BG-COMPETENCIA.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

#practicas #Energetico {
  background-image: url(assets/BG-ENERGETICO.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

#practicas #Inmobiliario {
  background-image: url(assets/BG-INMOBILIARIO.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

#practicas #Litigios {
  background-image: url(assets/BG-LITIGIOS.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

/*Profile*/
#head-prof {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--secondary-blue);
  background-image: url(assets/bg-footer.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#head-prof p {
  padding-left: 40px;
  color: white;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 15px;
}

#head-prof h2 {
  color: white;
}

#head-prof a {
  color: white;
}

#head-prof .social {
  padding-top: 20px;
}

#head-prof .social img {
  margin-right: 15px;
}

#top-menu {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  background-color: white;
  -webkit-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.096);
          box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.096);
  text-align: center;
  width: auto;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#top-menu li {
  display: inline-block;
}

#top-menu a {
  margin-right: 30px;
  display: block;
  text-align: center;
  -webkit-transition: .5s all ease-out;
  transition: .5s all ease-out;
  border-bottom: 3px solid white;
  color: #aaa;
  text-decoration: none;
  padding-bottom: 20px;
  padding-top: 20px;
}

#top-menu li.active a {
  border-bottom: 3px solid #333;
  color: #333;
}

#top-menu ul {
  list-style: none;
}

#about-prof {
  padding-bottom: 80px;
}

#about-prof p {
  padding-top: 50px;
  text-align: justify;
  padding-right: 30px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  #about-prof p {
    padding-right: 0px;
  }
}

#about-prof img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

#member {
  margin-top: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
}

#member .membership {
  padding-bottom: 50px;
}

#member h3 {
  font-size: 16px;
  padding-bottom: 18px;
  padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
  #member h3 {
    padding-right: 0px;
  }
}

#member li {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 23px;
  list-style-type: square;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1280px) {
  #member h2 {
    display: inline-block;
  }
}

#education {
  background-color: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 80px;
}

#education h3 {
  font-size: 20px;
}

#education h4 {
  font-size: 16px;
  line-height: 24px;
}

#education li {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 23px;
  list-style-type: square;
  margin-bottom: 40px;
}

#education p {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 40px;
}

#docencia {
  background-color: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 80px;
}

#docencia h3 {
  font-size: 20px;
}

#docencia h4 {
  font-size: 16px;
  line-height: 24px;
}

#docencia li {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 23px;
  list-style-type: square;
  margin-bottom: 40px;
}

#docencia p {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 40px;
}

#posts {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F6F6F6;
}

#posts .pst {
  padding-bottom: 40px;
}

#posts p {
  font-size: 19px;
}

#posts h3 {
  font-style: italic;
}

#posts .p2 {
  font-size: 16px;
}

#posts li {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 23px;
  list-style-type: square;
  margin-bottom: 40px;
}

#posts h3 {
  font-size: 18px;
}

#contc {
  border-top: 1px solid #dadada;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

#contc img {
  width: 120px;
  height: 120px;
}

#contc h2 {
  padding-bottom: 20px;
}

#contact-single {
  padding-top: 120px;
  padding-bottom: 120px;
}

#contact-single form {
  margin-bottom: 80px;
}

#contact-single .sec {
  padding-bottom: 30px;
}

#contact-single .sec .fnd {
  margin-bottom: 30px;
}

#contact-single .sec iframe {
  width: 100%;
  border: none;
  height: 280px;
}

#contact-single .sec p {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0px;
}

#contact-single h2 {
  font-size: 2rem;
  padding-bottom: 20px;
}

#contact-single input {
  width: 100%;
  margin-bottom: 20px;
}

#contact-single .link p {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-left: 10px;
}

#contact-single textarea {
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
  #practicas h3 {
    font-size: 22px;
  }
  #practicas li {
    font-size: 19px;
  }
}

/*Footer*/
footer {
  background-color: var(--secondary-blue);
  width: 100%;
  padding-top: 120px;
  padding-bottom: 40px;
  background-image: url(assets/bg-footer.svg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

footer .foot {
  padding-top: 80px;
}

footer .foot p {
  font-size: 16px;
}

footer .foot a:hover {
  color: #aaa;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

footer p {
  color: white;
  font-size: 18px;
  padding-top: 15px;
}

footer img {
  margin-right: 10px;
}

footer .text {
  padding-top: 140px;
  padding-left: 80px;
  width: 100%;
}

footer a {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  padding-right: 30px;
  color: white;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  footer .logo {
    width: 60%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1024px) {
  footer .text {
    text-align: center;
    padding-top: 80px;
    padding-left: 0px;
  }
}
/*# sourceMappingURL=style.css.map */