/*///////////////////////// GENERALES /////////////////////////*/

body {
  font-family: "Jost", sans-serif;
  padding-top: 6rem;
}

section {
  overflow: hidden;
}

p {
  font-weight: 300;
  margin-bottom: 0;
  color: #004c65;
}

.small,
small {
  font-size: 75%;
  font-weight: 300;
}

img {
  width: 70%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

.fs-18 {
  font-size: 18px;
  margin-bottom: 8px;
}

.fs-20 {
  font-size: 20px;
  margin-bottom: 8px;
}

.fs-25 {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 8px;
}

.fs-30 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 8px;
}

.text-primary {
  color: #004c65 !important;
}

.text-secondary {
  color: #349549 !important;
}

.text-info {
  color: #00a4e5 !important;
}
.text-orange {
  color: #fb7500 !important;
}

.text-black {
  color: #000;
}

.text-gray {
  color: #4d4d4d;
}

.hr-corto {
  background: #004c65;
  max-width: 75px;
  height: 2px;
  margin: 20px 0px;
  border: none;
}

.hr-corto-alt {
  background: #349549;
  max-width: 75px;
  height: 2px;
  margin: 20px 0px;
  border: none;
}

.hr-corto-center {
  background: #00a4e5;
  border: none;
  max-width: 75px;
  height: 2px;
  margin: 20px auto;
}

.hr-largo {
  background: #00a4e5;
  width: 75%;
  height: 2px;
  margin: 20px 0px;
  border: none;
}

section {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 36px;
}

.top-titles {
  font-size: 38px;
}

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

.fw-800 {
  font-weight: 800;
}

.fs-18 {
  font-size: 18px;
}

.tittle-g {
  font-size: 25px;
  line-height: 26px;
}

.small {
  font-size: 90%;
}

.blue-bg-titles {
  background-color: #0072a377;
  line-height: 1;
  padding: 5px 10px;
  width: fit-content;
}

.big-margin {
  margin-top: 105px;
  margin-bottom: 105px;
}

.big-margin-top {
  margin-top: 105px;
}

.big-margin-bottom {
  margin-bottom: 105px;
}

.blue-bg {
  background-color: #0071a3;
}

.blue-icons a {
  color: #07477b !important;
  border-color: #07477b !important;
  transition: 0.3s ease-in;
}

.blue-icons a:hover {
  color: #fe2b09 !important;
  border-color: #fe2b09 !important;
}

.text-orange {
  color: #fe2b09;
}

.bg-orange {
  background: #fe2b09;
  color: #fff;
  position: relative;
}

.object-position-top {
  object-position: top;
}

/*///////////////////// BOTONES QUE PISAN BS //////////////////*/
.btn {
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
}

.btn-link {
  color: #00a4e5;
}

.btn-link svg {
  margin-left: 5px;
}

.btn-primary {
  border: 2px solid #004c65;
  color: #fff;
  background-color: #004c65;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #00a4e5;
  color: #fff;
  border: 2px solid #00a4e5;
  transition: all ease 0.25s;
}

.btn-outline-primary {
  border: 2px solid #004c65;
  color: #004c65;
  background-color: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background: #004c65;
  color: #fff;
  border: 2px solid #004c65;
  transition: all ease 0.25s;
}

.btn-secondary {
  border: 2px solid #349549;
  color: #fff;
  background-color: #349549;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background: #1e7a32;
  color: #fff;
  border: 2px solid #1e7a32;
  transition: all ease 0.25s;
}

.btn-outline-secondary {
  border: 2px solid #349549;
  color: #349549;
  background-color: #fff;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background: #349549;
  color: #fff;
  border: 2px solid #349549;
  transition: all ease 0.25s;
}

.btn-success {
  border: 2px solid #cbde12;
  color: #fff;
  background-color: #cbde12;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background: #fff;
  color: #cbde12;
  border: 2px solid #cbde12;
  transition: all ease 0.25s;
}

.btn-outline-success {
  border: 2px solid #cbde12;
  color: #cbde12;
  background-color: #fff;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background: #cbde12;
  color: #fff;
  border: 2px solid #cbde12;
  transition: all ease 0.25s;
}

.btn-outline-white {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-white.dropdown-toggle {
  background: #004c65;
  color: #fff;
  border: 2px solid #004c65;
  transition: all ease 0.25s;
}

/*///////////////////////// HEADER /////////////////////////*/
.icon-lang{
  width: 20px;
  margin-right: 7px;
}
.dropdown-item{
  padding: .25rem 0.9rem !important;
}
.menu {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  margin-left: 0;
}

.navbar {
  transition: 0.3s;
}

.nav-padding {
  padding: 1rem;
}

.navbar-brand-img {
  transition: 0.3s;
}

.img-width {
  width: 250px;
}

.nav-item {
  font-size: 17px;
}

.nav-link {
  color: #004c65 !important;
  font-weight: 600;
}

.nav-item a:hover,
.nav-item a.active {
  color: #349549 !important;
}

.active-nav {
  color: #349549 !important;
  transition: 0.1s;
}
.link-destacado {  
  background: url(https://s2.svgbox.net/pen-brushes.svg?ic=brush-6);
  margin: -2px -6px;
  padding: 2px 12px;
  color: #dfe17a;
}
.menu-shadow {
  box-shadow: 3px 3px 11px -2px rgba(59, 59, 59, 0.43);
  -webkit-box-shadow: 3px 3px 11px -2px rgba(59, 59, 59, 0.43);
  -moz-box-shadow: 3px 3px 11px -2px rgba(59, 59, 59, 0.43);
}

/* custom nav */

.hamburger .line {
  width: 36px;
  height: 3px;
  background-color: #07477b;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
  transform: translateY(9px);
  background-color: #5f5f5f;
}

#hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
  background-color: #5f5f5f;
}

/*////////////////////////// HOME /////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////// MAIN CAROUSEL /////////////////////////*/

.main-carousel .carousel-item,
.carousel-item.active {
  min-height: 87vh;
}

.main-carousel .carousel-item .container,
.main-carousel .carousel-item.active .container {
  min-height: 85vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
  z-index: 100;
}

.main-carousel h1 {
  font-size: 40px;
}

.main-carousel-img {
  position: absolute;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid white;
  margin-right: 3px;
  margin-left: 3px;
  background-color: transparent;
  transition: opacity 0.6s ease;
  opacity: 1;
}

.carousel-svs img {
  /* margin-left: 50px */
}

.carousel-indicators .active {
  background: white;
}

/* Arrows personalizadas */

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 25px;
  width: 23px;
  opacity: 1;
}

.carousel-control-prev-icon {
  background-image: url(../images/left-arrow.png);
}

.carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
}

#bottomcarousel .carousel-control-prev-icon {
    background-image: url(../images/arrown-l.svg);
}

#bottomcarousel .carousel-control-next-icon {
    background-image: url(../images/arrown-r.svg);
}

#bottomcarousel .carousel-control-prev {
  left: 100px;
}

#bottomcarousel .carousel-control-next {
  right: 100px;
}

/*///////////////////////// ABOUT  /////////////////////////*/
.d-grid {
  display: grid;
}

video {
  background: #fff;
  color: #fff;
}

.absolute-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  z-index: -4;
}

.absolute-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  z-index: -4;
  width: 100%;
}

.bg-fixed {
  background-attachment: fixed;
}

.section-about {
  padding: 3.5rem 0;
  margin-bottom: 5rem !important;
  position: relative;
}

.bg-light {
  background-color: #f1f1f1 !important;
}

.bg-about {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 50%;
  min-height: 550px;
  background-image: url(../images/lipsa-about.jpg);
  background-position: -50px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-home-container {
  position: absolute;
  right: 0;
  padding-right: 0;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.video-home {
  width: 100%;
}

.bg-services {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 50%;
  min-height: 550px;
  background-image: url(../images/lipsa-services.jpg);
  background-position: -50px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-campo {
  background-image: url(../images/bg-campo.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 500px;
}

.bg-agro {
  background-image: url(../images/bg-agro.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 360px;
}

.bg-historia {
  background-image: url(../images/bg-historia.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 360px;
}

.bg-mercados {
  background-color: #ececec;
  min-height: 300px;
}

.video-maiz {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 420px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9360119047619048) 0%,
    rgba(0, 0, 0, 0) 69%
  );
}

.video-maiz video {
  width: 100%;
}

.bg-datos {
  background-image: url(../images/bg-datos.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
}

.datos-icon {
  display: flex;
  max-width: 80px;
}

.datos-icon-2 {
  display: flex;
  width: 50px;
  height: 50px;
}

.card-rounded {
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  min-height: 210px;
}

.bg-datos .service-container {
  position: relative;
}
.bg-datos .service-container span.h4 {
  position: absolute;
  left: 0;
  right: 0;
}
/*///////////////////////// animation zoom /////////////////////////*/

.animaZoom {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.infinite-zoom {
  -webkit-animation: zoomSlow 35s infinite linear;
  -moz-animation: zoomSlow 35s infinite linear;
  animation: zoomSlow 35s infinite linear;
}

@-webkit-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*///////////////////////// Bottom carousel /////////////////////////*/

.bottom-carousel .carousel-inner,
.bottom-carousel .carousel-inner .carousel-item,
.bottom-carousel .carousel-inner .carousel-item.active,
.bottom-carousel .carousel-inner .carousel-item .container,
.bottom-carousel .carousel-inner .carousel-item.active .container {
  min-height: 180px;
}

.bottom-carousel .carousel-inner,
.bottom-carousel .carousel-inner .carousel-item img,
.bottom-carousel .carousel-inner .carousel-item.active img {
  object-fit: cover;
  height: 100%;
}

.bottomcarousel-separador {
  border-left: 2px solid #00a4e5;
  padding-left: 30px;
  margin-left: 30px;
}

.absolute-bg-carousel {
  position: absolute;
  bottom: 0;
  z-index: -5;
}
.separador {
  width: 100%;
  height: 2px;
  background: #00a4e5;
  border: 0px;
}

/*///////////////////////// FOOTER /////////////////////////*/

footer {
  border-top: 1px solid #c3c3c3;
  padding: 35px 0px;
  color: #4d4d4d;
}

footer p {
  color: #4d4d4d;
}

footer a {
  color: #004c65;
  font-weight: 400;
}

footer a:hover,
footer a:focus,
footer a.active {
  color: #349549;
}

.footer-logo {
  width: 230px;
}


.footer-data-fiscal {
  width: 60px;
  height: 60px;
}
/*////////////////////////// CONOCENOS /////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/

.video-container-full {
  min-height: 690px;
  position: relative;
}

.cover-video-metodo {
  background-image: url(../images/papelitos.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  background-position: center, center;
  height: 690px;
}

.video-metodo {
  opacity: 0;
  width: 100%;
  object-fit: cover;
  transition: 1s;
  position: absolute;
  height: 690px;
  z-index: -1;
}

/*////////////////////////// SECCIONES ///////////////////////////////////////*/
.img-margin-negative {
  margin-top: -250px;
}

.img-margin-negative img {
  z-index: 4;
}

.img-sections {
  min-height: 85vh;
  position: relative;
}

.img-sections-lipsa {
  min-height: 85vh;
  background-image: url(../images/bg-lipsa.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.img-sections-inversores {
  min-height: 85vh;
  background-image: url(../images/bg-inversores.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.img-sections-equipo {
  min-height: 85vh;
  background-image: url(../images/bg-equipo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.img-sections-servicios {
  min-height: 85vh;
  /* background-image: url(../images/bg-servicios.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; */
}

.video-servicios-portada {
  width: 100%;
  position: absolute;
  z-index: -5;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}
.sustentabilidad {
  overflow: visible;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 0px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*////////////////////////// FAQS /////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/

.accordion .card {
  padding: 0px;
  background-color: transparent !important;
  margin-bottom: 25px !important;
}

.accordion .card-header {
  padding: 0px;
  background-color: transparent !important;
  background-image: url(../images/deco-02.svg);
  background-position: center bottom;
  padding: 10px 0px;
  background-size: 20%;
  background-repeat: no-repeat;
  background-position-x: 9px;
}

.accordion .card-body {
  padding: 20px 0px 40px 0px;
}

.accordion .btn {
  padding: 0px;
}

.accordion .btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: none !important;
}

.faqs-title {
  position: absolute !important;
  left: 0;
  background: #fe2b09;
  color: #fff;
}

/*////////////////////////// NUESTRA PROPUESTA /////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/

.video-container {
  min-height: 400px;
  position: relative;
}

.cover-video-maiz {
  background-image: url(../images/bg-maiz.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 400px;
  position: relative;
  background-position: center, center;
}

.video-maiz {
  opacity: 0;
  width: 100%;
  object-fit: cover;
  transition: 1s;
  position: absolute;
  z-index: -1;
}

.play-btn {
  width: 150px;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  opacity: 0.9;
  transition: 0.3s;
}

.play-btn:hover {
  transform: scale(1.1);
  opacity: 1;
}

.title-divider {
  height: 2px;
  width: 850px;
  background-color: #ffff;
  position: absolute;
  right: 0;
  margin-top: -10px;
}

/* mapa de ruta */

.marker-img {
  width: 65px;
}

.white-bg-left,
.white-bg-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: white;
  z-index: -2;
}

.white-bg-left {
  left: 0;
}

.white-bg-right {
  right: 0;
}

.map-height {
  height: 250px;
}

.maps-text-absolute {
  position: absolute;
  right: 0;
  width: 100px;
  margin-right: -50px;
  padding-top: 20px;
}

.height-line {
  height: 150px;
  border-left-style: dotted;
  border-left-width: 5px;
  color: #07477b;
  z-index: -4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.width-line {
  width: 100%;
  border-bottom-style: dotted;
  border-bottom-width: 5px;
  color: #07477b;
  z-index: -4;
  position: absolute;
  margin-top: 90px;
}

.absolute-footer-info {
  position: absolute;
  right: 0;
  width: 65px;
  margin-right: -60px;
}

.courses-small-image {
  min-height: 350px;
  position: relative;
}

/*////////////////////////// CONTACTO /////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/
form {
  position: relative;
}

#response {
  background: #44cc67;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  position: absolute;
  top: 0px;
}

.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #d4d4d45c url(../images/loading.gif) center no-repeat;
}

.loading {
  display: none;
}

form .form-control {
  color: #004c65;
  background-color: #def3fc;
  border-color: #def3fc;
  outline: 0;
  box-shadow: none;
}

form .form-control::placeholder {
  color: #004c65;
}

form .form-control:focus {
  color: #004c65;
  background-color: #def3fc;
  border-color: #004c65;
  outline: 0;
  box-shadow: none;
}

.max-w-200 {
  max-width: 200px;
}

/*////////////////////////// RESPONSIVE ////////////////*/

@media (max-width: 1920px) {
  .container.max-width {
    max-width: 900px;
  }

  .container-fluid.max-width {
    max-width: 1040px;
  }

  .title-divider {
    right: 110px;
  }
}

@media (max-width: 1366px) {
  .container.max-width {
    max-width: 840px;
  }

  .container-fluid.max-width {
    max-width: 960px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 8%;
  }

  .title-divider {
    right: 110px;
  }
}

@media (max-width: 1024px) {
  .container.max-width {
    max-width: 760px;
  }

  .container-fluid.max-width {
    max-width: 900px;
  }

  .title-divider {
    right: 50px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  #bottomcarousel .carousel-control-prev {
    left: 50px;
  }

  #bottomcarousel .carousel-control-next {
    right: 50px;
  }
}

@media (max-width: 768px) {
  .container.max-width {
    max-width: 600px;
  }

  .container-fluid.max-width {
    max-width: 700px;
  }

  .title-divider {
    right: 140px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  .paragraphs {
    font-size: 20px;
  }

  .navbar-nav {
    padding: 20px 0px;
    text-align: center;
  }

  .red-border {
    border-bottom: 1px solid #fe2b09;
  }

  #bottomcarousel .carousel-control-prev {
    left: 10px;
  }

  #bottomcarousel .carousel-control-next {
    right: 10px;
  }

  .carousel-svs img {
    margin-left: 1px;
  }

  .bottomcarousel-separador {
    border: none;
    padding-left: 0px;
    margin-left: 0px;
  }

  .section-about {
    margin-bottom: 0rem !important;
  }

  /* .main-carousel .carousel-item.active img,
  .main-carousel .carousel-item img {
    min-height: 520px;
    object-fit: cover;
  } */
  .marker-img {
    width: 56px;
  }

  .map-height {
    height: 210px;
  }

  .height-line {
    height: 110px;
  }

  .maps-text-absolute {
    font-size: 10px;
    padding-top: 0px;
  }

  .big-margin {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .big-margin-top {
    margin-top: 85px;
  }

  .big-margin-bottom {
    margin-bottom: 85px;
  }

  .img-margin-negative {
    margin-top: 15px;
  }

  .footer-logo {
    width: 100%;
    max-width: 190px;
  }
}

@media (max-width: 525px) {
  h1 {
    font-size: 38px;
  }

  .main-carousel h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  .top-titles {
    font-size: 32px;
  }

  .tittle-g {
    font-size: 25px;
    line-height: 26px;
  }

  .paragraphs {
    font-size: 16px;
  }

  .big-margin {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .big-margin-top {
    margin-top: 65px;
  }

  .big-margin-bottom {
    margin-bottom: 65px;
  }

  /* .main-carousel .carousel-item.active img,
  .main-carousel .carousel-item img {
    min-height: 360px;
    object-fit: cover;
  } */
  .title-container2 {
    width: 280px;
  }

  .video-home-container {
    position: relative;
    right: 0;
    padding-right: 0;
    margin-top: 20px;
    min-height: auto;
  }

  .cover-video-propuesta {
    background-image: url(../images/video-cursos-mobile.jpg);
  }

  .title-divider {
    position: relative;
    width: 104%;
    margin-left: -15px;
  }

  .responsive-wrap p {
    width: 220px;
  }

  .responsive-margin-bottom {
    margin-bottom: 250px;
  }

  .border-left-absolute {
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }

  .small-borders {
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}

/******************* LANDING ******************/
.bg-black {
  background: #000;
}

.navbar-brand-img-alt {
  transition: 0.3s;
  width: 160px;
}

.pt-md-10 {
  padding-top: 16rem;
}

@media (max-width: 768px) {
  .navbar-brand-img {
    max-width: 250px;
  }
  .pt-md-10 {
    padding-top: 4.2rem;
  }

  .sm-p-1 {
    padding-bottom: 0px !important;
  }
}

.lh-50 {
  line-height: 0.5;
}

.lh-80 {
  line-height: 0.8;
}

.lh-120 {
  line-height: 1.2;
}

@media (max-width: 320px) {
  .navbar-brand-img {
    max-width: 400px;
  }
}

.img-icon {
  max-width: 180px;
  padding: 5px 25px;
}
.line {
  width: 100%;
  height: 2px;
  background: linear-gradient(4deg, #349549, #fb7500);
}

.bullet-inversor {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #349549;
  position: absolute;
  top: -35px;
  left: 5px;
  transition: .3s;
}

/* @media (max-width: 520px) {
  .bullet-inversor {
    top: -2px;
    left: -12px;
  }
} */

.line-item {
  padding-top: 10px;
}

.line-item:Hover .bullet-inversor {
transform: scale(1.2);
}

.line-item:hover h5,
.line-item:hover p{
 transform: translateY(-5px);
}

.line-item h5 {
  line-height: 1.1;
  transition: .3s;
}
.line-item .h6 {
  font-size: 18px;
  transition: .3s;
}
.line-item p {
  transition: .3s;
}

@media (max-width: 768px) {
  .bullet-inversor {
    position: absolute;
    top: 10px;
    left: -30px;
  }
  .bg-mercados {
    min-height: auto;
  }
}

.mobile-line-container::before {
  content: "";
  width: 2px;
  height: 0;
  background: linear-gradient(to bottom, #349549, #fb7500);
  position: absolute;
  left: -5px;
  animation: drawLine 1s ease-in-out;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
@keyframes drawLine {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}




.shadow-1{
	box-shadow: 0 2px 12px 0 #d2d2d2;
}
.shadow-1:hover{
	box-shadow: 0 2px 12px 0 #777;
}