@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;700;800&display=swap");
.btn-danger {
  background: #B10735;
  border: 0;
  border-radius: 1.25rem;
  padding: 5px 30px;
  text-transform: uppercase;
}

.btn-gray {
  background: #424549;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding: 5px 30px;
  text-transform: uppercase;
}
.btn-gray:hover {
  color: #B10735;
  background: #fff;
}

body {
  font-family: "Montserrat", sans-serif;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 0.7em;
  text-transform: uppercase;
}

.sect-1 {
  background: url("../img/_main/bg-home.webp") no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px;
}
.sect-1 .tcuerda {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 800px) {
  .sect-1 .tcuerda {
    margin-top: 10px;
  }
}
.sect-1 .my-4 {
  display: inline-flex;
  margin-top: -50px !important;
}
.sect-1 h1 {
  color: #fff;
  font-weight: 500;
  font-size: 3em;
  margin-left: 10px;
}
@media (max-width: 800px) {
  .sect-1 h1 {
    font-size: 3em;
    margin-top: 80px;
  }
}
.sect-1 p {
  color: #fff;
  font-weight: 500;
}
.sect-1 .line-h-r {
  background: #B10735;
  margin-left: 20px;
  height: 250px;
  width: 10px;
}
@media (max-width: 800px) {
  .sect-1 .line-h-r {
    margin-left: 10px;
  }
}
.sect-1 .img-lgs {
  margin: 0 10px 10px 0;
}
.sect-1 .img-lgs:nth-child(1) {
  width: 15%;
  padding-top: 20%;
}
.sect-1 .img-lgs:nth-child(2) {
  width: 15%;
}
.sect-1 .img-lgs:nth-child(3) {
  width: 35%;
}
@media (max-width: 800px) {
  .sect-1 .img-lgs:nth-child(3) {
    width: 34%;
  }
}
.sect-1 .lr {
  height: 300px;
  width: 39%;
  object-fit: cover;
}
@media (max-width: 800px) {
  .sect-1 .lr {
    width: 38%;
  }
}
.sect-1 .cr {
  margin-top: 30px;
  height: 270px;
  width: 60%;
  object-fit: cover;
}

.sectores {
  padding: 50px 0;
}
.sectores h2 {
  border-left: 1px solid #B10735;
  font-size: 2.5em;
  font-weight: 100;
  padding-left: 15px;
  line-height: 1.3em;
}
.sectores h2 span {
  font-weight: bold;
}
.sectores img {
  height: 70px;
}

.n-slide .slick-dots {
  bottom: -25px !important;
}
@media (max-width: 800px) {
  .n-slide .slick-dots {
    bottom: -10px !important;
  }
}
.n-slide .slick-prev {
  left: 10px;
}
.n-slide .slick-next {
  right: 10px;
}
.n-slide .slick-prev, .n-slide .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-slide .col-md-6 {
  background-color: #f0f0f0;
  color: gray;
}
.n-slide .col-md-6 img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.n-slide .col-md-6 h3 {
  color: black;
  font-size: 3em;
  font-weight: 200;
  padding-top: 15%;
}
.n-slide .col-md-6 span.text-uppercase {
  color: black;
  font-weight: 400;
}
.n-slide .col-md-6 span {
  font-weight: bold;
}
.n-slide .col-md-6 i {
  color: #B10735;
}
@media (max-width: 800px) {
  .n-slide .capt {
    padding: 50px;
  }
}

@media (max-width: 800px) {
  .grid {
    padding-bottom: 0;
  }
}

.bs-grid {
  margin-top: 40px;
}
.bs-grid .col-md-6, .bs-grid .col-md-5 {
  padding-left: 0;
}
.bs-grid .grid {
  padding: 0;
}
.bs-grid .grid figure {
  margin: 0;
  max-height: 400px;
  width: 100%;
}
.bs-grid .h-4 img {
  height: 400px;
  width: 101%;
  object-fit: cover;
  overflow: initial;
}
.bs-grid .h-3 img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  overflow: initial;
}
.bs-grid .h-2 img {
  height: 200px;
  object-fit: cover;
  width: 105%;
  overflow: initial;
}
.bs-grid h1 {
  font-size: 2em;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .bs-grid h1 {
    padding-top: 0%;
  }
}
.bs-grid h1 strong {
  font-weight: 800;
}
.bs-grid .effect-milo {
  background: #B10735;
}
.bs-grid .effect-milo h2 {
  background: rgba(237, 229, 231, 0.9);
  color: black;
  margin-bottom: 10px;
  padding: 10px;
  width: 50%;
  font-size: 1em;
  font-weight: 400;
}
.bs-grid .effect-milo p {
  text-align: left;
  width: 100%;
}
.bs-grid .effect-milo:hover img {
  opacity: 0.1;
}

.grid-sq .grid {
  max-width: 1140px;
}
.grid-sq .grid figure {
  margin: 10px 5px;
  min-width: auto;
  height: 210px;
  width: 19%;
}
@media (max-width: 800px) {
  .grid-sq .grid figure {
    width: 45%;
  }
}
.grid-sq .grid figure img {
  object-fit: cover;
}
.grid-sq .grid h2 {
  font-size: 0.9em;
  height: 55px;
  text-transform: uppercase;
}
.grid-sq .grid figcaption {
  font-size: 0.9em;
  padding: 10px;
}
.grid-sq .lh-4 {
  line-height: 4em;
}

.suscribe {
  background: #B10735;
  height: 120px;
  padding: 50px 0;
}
.suscribe #formContact {
  padding-top: 30px;
}
.suscribe .txtlowercase {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
}
.suscribe .txtlowercase::placeholder {
  color: #fff;
}
.suscribe .btn-gray {
  margin-left: 100px;
}
@media (max-width: 800px) {
  .suscribe .btn-gray {
    margin-left: 30px;
  }
}

.pricing-header {
  background: #D9D9D9;
}
.pricing-header h5 {
  color: #424549;
}
.pricing-header .form-control {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #424549;
  border-radius: 0;
  color: #424549;
  font-size: 0.8em;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}
.pricing-header .form-control::placeholder {
  color: #424549;
}
.pricing-header label {
  color: #424549;
  font-size: 0.8em;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}
.pricing-header textarea {
  border: 1px solid #424549 !important;
}

.det .fa {
  font-size: 1.5em;
  padding: 20px;
  border-right: 1px solid #F0F0F0;
  width: 17%;
}
.det .text-start {
  padding-left: 20px;
}
.det .text-start h6 {
  font-size: 0.9em;
}
.det .text-start p {
  color: gray;
  font-size: 0.8em;
}

#contacto .txt-gris {
  color: gray;
  font-weight: 500;
  font-size: 0.9em;
}
#contacto .card-header {
  border-radius: 8px 8px 0 0 !important;
}

.footer h6 {
  text-transform: uppercase;
}
.footer p {
  color: gray;
  font-size: 0.7em;
}
.footer li a {
  color: gray;
  font-size: 0.7em;
  padding: 5px 0;
}
.footer .social {
  background: #B10735;
  color: white;
  padding: 10px 0;
}
.footer .social a {
  color: white !important;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #B10735;
  border-radius: 50%;
  color: red;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-links a:hover {
  background-color: red;
  color: white;
}

.nosotros-sc {
  background: url("../img/nosotros/bg-apimex.webp") no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px;
}
.nosotros-sc h1, .nosotros-sc p {
  text-transform: uppercase;
}
.nosotros-sc p {
  font-size: 2em;
  font-weight: 200;
}

.in-b {
  background: #B10735;
  height: 30px;
}

.office p {
  padding: 20% 40% 0 2%;
}

.sect-aso {
  display: flex;
  width: 100%;
  height: 400px;
}
@media (max-width: 800px) {
  .sect-aso {
    height: 650px;
    display: block;
  }
}
.sect-aso div {
  width: 0px;
  flex-grow: 1;
}
@media (max-width: 800px) {
  .sect-aso div {
    width: 100%;
  }
}
.sect-aso div .sect-ico {
  display: flex;
  width: 100%;
  height: 180px;
  text-align: center;
  padding: 40px 20px;
}
@media (max-width: 800px) {
  .sect-aso div .sect-ico {
    padding: 40px 10px;
  }
}
.sect-aso div .sect-ico div {
  width: 0px;
  flex-grow: 1;
}
.sect-aso div .sect-ico img {
  width: 50%;
}
@media (max-width: 800px) {
  .sect-aso div .sect-ico p {
    font-size: 0.8em;
  }
}
.sect-aso .text-right {
  background: #B10735;
}
.sect-aso h1 {
  padding: 10% 5%;
  font-size: 3em;
  color: #fff;
  text-transform: uppercase;
}

.politica {
  margin: 40px 0 0 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.politica .bg-g {
  background: #f0f0f0;
  padding: 5% 1% 5% 10%;
}
@media (max-width: 800px) {
  .politica .bg-g {
    padding: 10%;
  }
}
.politica .bg-g h1 {
  font-size: 3em;
  font-weight: 300;
  text-transform: uppercase;
}
.politica .bg-g p {
  font-weight: 200;
  margin-top: 30px;
}
.politica .bg-g hr {
  background: #B10735;
  height: 3px;
  margin: initial;
  width: 15%;
  position: relative;
  z-index: 2;
}
.politica .bg-img {
  background: url("../img/nosotros/politica-apimex.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 800px) {
  .politica .bg-img {
    height: 300px;
  }
}

.objetivos {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.objetivos .bg-g {
  background: #f0f0f0;
  padding: 5%;
}
@media (max-width: 800px) {
  .objetivos .bg-g {
    padding: 10%;
  }
}
.objetivos .bg-g h1 {
  font-size: 3em;
  font-weight: 300;
  text-transform: uppercase;
}
.objetivos .bg-g p, .objetivos .bg-g ul {
  font-weight: 200;
  margin-top: 30px;
  margin-top: 40px;
}
.objetivos .bg-g hr {
  background: #B10735;
  height: 3px;
  margin: initial;
  width: 15%;
  position: relative;
  z-index: 2;
}
.objetivos .bg-img {
  background: url("../img/nosotros/objetivos.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 800px) {
  .objetivos .bg-img {
    height: 300px;
  }
}

.consejo {
  background: rgba(0, 0, 0, 0.1);
  margin-top: 90px;
}
@media (max-width: 800px) {
  .consejo {
    height: 1700px;
  }
}
.consejo .cons-h {
  background: #B10735;
  text-align: center;
  margin-top: -40px;
  position: absolute;
  left: 25%;
  width: 50%;
}
@media (max-width: 800px) {
  .consejo .cons-h {
    left: 10%;
    width: 80%;
  }
}
.consejo .cons-h .h1 {
  font-weight: 300;
}
.consejo .cons-h .h1 strong {
  font-weight: 900;
}
.consejo .people {
  margin-top: 90px;
  position: relative;
  top: 70px;
}
@media (max-width: 800px) {
  .consejo .people {
    top: 170px;
  }
}
.consejo .people .mb-1 {
  font-weight: 300;
}

/*# sourceMappingURL=styles.css.map */
