@charset "UTF-8";
a {
  text-decoration: none;
  color: unset;
}

body {
  font-family: "Roboto";
  padding-top: 56px;
}

.cont-nav-item {
  font-size: 18px;
}
.cont-nav-item .nav-link.active {
  font-weight: bold;
}

#sectionWe {
  background-color: #f7f7f7;
  padding: 5% 0;
}
#sectionWe .container .cont-textImgWe .cont-textWe .titleWe {
  font-weight: bold;
}
#sectionWe .container .cont-textImgWe .cont-textWe .textWe {
  font-size: 16px;
  margin-top: 20px;
  display: block;
  text-align: center;
  line-height: 1.6;
}
#sectionWe .container .cont-textImgWe .cont-imgWe {
  display: flex;
  justify-content: center;
}
#sectionWe .container .cont-textImgWe .cont-imgWe img {
  width: 550px;
}

#howAreWe {
  padding: 5% 0;
}

#ourServices {
  padding: 5% 0;
}
#ourServices .cont-ourServices {
  justify-content: space-evenly;
  width: 90%;
  margin: auto;
  gap: 20px;
  flex-wrap: wrap;
}
#ourServices .cont-ourServices .our-service-item {
  margin-bottom: 5%;
}
#ourServices .cont-ourServices .our-service-item img {
  width: 450px;
  display: block;
  margin: auto;
  height: 330px;
}
#ourServices .cont-ourServices .our-service-item .service-description {
  margin-top: 5%;
}
#ourServices .cont-ourServices .our-service-item .service-description h4 {
  font-weight: bold;
}
#ourServices .cont-ourServices .our-service-item .service-description .description-text {
  font-size: 20px;
  margin: auto;
  text-align: center;
  line-height: 1.3;
}

#ourQuality {
  padding: 5% 0;
}

#ourWork {
  padding: 5% 0;
  position: relative;
  width: 100%;
  background-color: #f7f7f7; /* Fondo base de la sección */
  overflow: hidden;
}
#ourWork h2 {
  font-weight: bold;
}
#ourWork .cont-btnVM {
  margin: auto;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
#ourWork .cont-btnVM button {
  background-color: rgb(7, 165, 79);
  color: white;
  font-size: 16px;
  margin: auto;
  display: flex;
  justify-content: center;
}
#ourWork .cont-btnVM:hover button {
  background-color: rgba(7, 165, 79, 0.5);
  color: white;
}

@media (min-width: 320px) {
  .logo-bg {
    display: none;
    width: 172px;
    height: 90px;
    background-image: url(../img/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }
  #imgPrincipal .carousel-inner {
    height: 490px;
  }
  #imgPrincipal .carousel-inner .carousel-item {
    height: -webkit-fill-available;
  }
  #imgPrincipal .carousel-inner .carousel-item .imgprin {
    filter: opacity(0.4);
    transform: scale(2.5);
    position: relative;
    right: 35%;
  }
  #imgPrincipal .carousel-inner .carousel-item .cont-caption {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 10%;
    width: 90%;
    left: 5%;
  }
  #imgPrincipal .carousel-inner .carousel-item .cont-caption .cont-img-caption {
    background-image: url(../img/logo_orig1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 95px;
  }
  #imgPrincipal .carousel-inner .carousel-item .cont-caption .text-caption-prin {
    color: rgb(47, 52, 139);
    font-size: xx-large;
    line-height: 1;
    width: 200px;
  }
  #imgPrincipal .carousel-inner .carousel-item .cont-caption .btn-contact {
    width: 145px;
    margin-left: 5%;
    background-color: rgb(7, 165, 79);
    color: white;
    border: none;
    padding: 3px;
    font-size: larger;
    text-align: center;
  }
  #imgPrincipal .carousel-inner .carousel-item .cont-caption .cont-logo-pro {
    background-image: url(../img/logo2Afer.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 90px;
    position: relative;
    margin: 5% auto;
    display: block;
  }
  #sectionWe .container .cont-textImgWe {
    flex-direction: column;
  }
  #sectionWe .container .cont-textImgWe .cont-textWe {
    padding-top: 5%;
  }
  #sectionWe .container .cont-textImgWe .cont-textWe .titleWe {
    text-align: center;
    color: rgb(7, 165, 79);
  }
  #sectionWe .container .cont-textImgWe .cont-textWe .textWe {
    color: rgb(47, 52, 139);
  }
  #sectionWe .container .cont-textImgWe .cont-imgWe {
    width: 100%;
  }
  #sectionWe .container .cont-textImgWe .cont-imgWe img {
    width: 100%;
  }
  #ourServices {
    background-color: rgb(47, 52, 139);
  }
  #ourServices .container .title-ourServices {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 3%;
    font-weight: bolder;
  }
  #ourServices .container .card-ourServices {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  #ourServices .container .card-ourServices .card-body {
    background-color: rgb(255, 255, 255);
    padding: 5%;
  }
  #ourServices .container .card-ourServices .card-body .card-title {
    color: rgb(7, 165, 79);
    font-weight: bold;
    font-size: 24px;
  }
  #ourServices .container .card-ourServices .card-body .card-text {
    color: rgb(47, 52, 139);
    text-align: center;
    padding: 5% 10%;
    font-size: 16px;
  }
  #ourServices .custom-img {
    height: 400px;
  }
  #ourQuality .cont-ourQuality {
    display: flex;
    align-items: center;
  }
  #ourQuality .cont-ourQuality .contain-img-ourQuality {
    display: flex;
  }
  #ourQuality .cont-ourQuality .contain-img-ourQuality .img-ourQuality {
    width: 150px;
    height: 150px;
    margin: auto;
  }
  #ourQuality .contain-text-ourQuality {
    margin-top: 5%;
  }
  #ourQuality .contain-text-ourQuality .text-ourQuality {
    text-align: center;
    color: rgb(47, 52, 139);
    font-size: 16px;
  }
  #ourWork h2 {
    text-align: center;
    color: rgb(7, 165, 79);
    font-weight: bolder;
    margin-bottom: 3%;
  }
  .cont-ourWorkOne {
    height: auto;
  }
  .cont-ourWorkOne .ourWork-imgLarge {
    position: relative;
    margin-bottom: 20px;
  }
  .cont-ourWorkOne .ourWork-imgLarge img {
    height: 300px;
    width: -webkit-fill-available;
    border-radius: 10px;
  }
  .cont-ourWorkOne .ourWork-imgLarge:hover img {
    filter: brightness(70%);
  }
  .cont-ourWorkOne .text-caption {
    position: absolute;
    color: white;
    font-weight: bold;
    bottom: 1%;
    left: 5%;
    font-size: 16px;
    word-wrap: break-word;
  }
  .cont-ourWorkOne .text-caption p {
    text-shadow: 2px 2px rgb(0, 0, 0);
  }
  .cont-ourWorkOne .text-caption .title-caption {
    margin: 0;
  }
  .cont-ourWorkOne .text-caption .text-caption {
    margin: 0;
  }
  /* Inicio Nosotros */
  #howAreWe .container {
    display: flex;
    flex-direction: column;
  }
  #howAreWe .container .row-howaw {
    margin-bottom: 10%;
  }
  #howAreWe .container .row-howaw .cont-howaw .title-howaw {
    font-weight: bold;
    text-align: center;
  }
  #howAreWe .container .row-howaw .cont-howaw .description-howaw {
    text-align: justify;
    font-size: 16px;
    color: rgb(47, 52, 139);
  }
  #howAreWe .container .cont-img-officer {
    margin: 0 0 3% 0;
  }
  #howAreWe .container .cont-mvv .card-mvv {
    margin: 10px 0;
  }
  #howAreWe .container .cont-mvv .card-mvv .icon-mvv-g {
    color: rgb(7, 165, 79);
    text-align: center;
    width: 100%;
  }
  #howAreWe .container .cont-mvv .card-mvv .card-body .title-howaw {
    text-align: center;
  }
  #howAreWe .container .cont-mvv .card-mvv .card-body .title-howaw .text-howaw {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
  }
  #howAreWe .container .cont-mvv .card-mvv .card-body .color-b {
    color: rgb(47, 52, 139);
  }
  #howAreWe .container .cont-mvv .card-mvv .card-body .description-howaw .text-description-howaw {
    text-align: center;
    color: rgb(47, 52, 139);
    font-size: 16px;
  }
  #howAreWe .container .cont-mvv .card-mvv .card-body .description-howaw .text-list-howaw {
    color: rgb(47, 52, 139);
    font-size: 16px;
    width: 300px;
    margin: auto;
    padding: 0;
    list-style: inside;
    text-align: center;
  }
  /* Fin Nosotros*/
  /*Proyectos*/
  /*Fin Proyectos*/
}
@media (min-width: 720px) {
  #imgPrincipal .carousel-inner {
    height: 700px;
  }
  #imgPrincipal .carousel-inner .carousel-item .imgprin {
    transform: scale(1.5);
    right: 5%;
  }
  #imgPrincipal .carousel-inner .carousel-item .cont-caption .cont-img-caption {
    width: 190px;
    height: 145px;
  }
  #imgPrincipal .carousel-inner .carousel-item .cont-caption .text-caption-prin {
    font-size: xxx-large;
    width: 300px;
  }
  #imgPrincipal .carousel-inner .carousel-item .cont-caption .btn-contact {
    width: 180px;
    font-size: x-large;
  }
  #imgPrincipal .carousel-inner .carousel-item .cont-caption .cont-logo-pro {
    width: 140px;
    height: 140px;
  }
  #sectionWe .container .cont-textImgWe .cont-imgWe img {
    height: 700px;
    width: 650px;
  }
  #ourServices .container .card-ourServices {
    flex-direction: row-reverse;
    justify-content: center;
  }
  #ourServices .container .card-ourServices .card-body {
    height: 100%;
  }
  #ourWork .cont-our-work {
    gap: 10px;
  }
  #ourWork .cont-our-work .imgLarge img {
    width: 100%;
    height: 430px;
  }
  #ourWork .cont-our-work .imgSmall div .cont-imgSmall {
    width: auto;
  }
  #ourWork .cont-our-work .imgSmall div .cont-imgSmall img {
    width: 100%;
    height: 430px;
  }
  #ourWork .cont-btnVM button {
    width: 150px;
  }
  .cont-ourWorkOne .ourWork-imgLarge img {
    height: 500px;
  }
  /* Inicio Nosotros */
  #howAreWe .container .row-howaw {
    margin-bottom: 5%;
    justify-content: center;
  }
  #howAreWe .container .row-howaw .cont-howaw .title-howaw {
    color: rgb(7, 165, 79);
  }
  #howAreWe .container .row-howaw .cont-howaw .description-howaw {
    text-align: center;
  }
  #howAreWe .container .cont-mvv .card-mvv .card-body .description-howaw .text-descriptino-howaw {
    text-align: center;
  }
  /* Fin Nosotros*/
}
@media (min-width: 1000px) {
  #imgPrincipal .carousel-inner {
    height: auto;
  }
  #imgPrincipal .carousel-inner .carousel-item .imgprin {
    transform: scale(1);
    right: 0;
  }
  #imgPrincipal .carousel-inner .carousel-item .cont-caption {
    top: 15%;
  }
  #ourQuality .cont-ourQuality .contain-img-ourQuality .img-ourQuality {
    width: 225px;
    height: 225px;
  }
  #howAreWe .container {
    flex-direction: column-reverse;
  }
  #howAreWe .container .row-howaw .cont-howaw .description-howaw {
    line-height: 1.6;
  }
  #howAreWe .container .cont-mvv .card-mvv {
    position: relative;
  }
  #howAreWe .container .cont-mvv .card-mvv .card-body .description-howaw {
    text-align: center;
  }
  #howAreWe .container .cont-mvv .card-mvv .card-body .description-howaw .text-descriptino-howaw {
    text-align: center;
  }
  #howAreWe .container .cont-mvv .card-mvv:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0px;
    height: 50%;
    width: 2px;
    background-color: #ddd;
  }
  /* Fin Nosotros*/
}
@media (min-width: 1200px) {
  #imgPrincipal .carousel-inner {
    height: auto;
  }
  #imgPrincipal .carousel-inner .carousel-item .imgprin {
    height: 900px;
  }
  #imgPrincipal .carousel-inner .carousel-item .cont-caption {
    top: 30%;
  }
  #imgPrincipal .carousel-inner .carousel-item .cont-caption .text-caption-prin {
    width: 570px;
  }
  #imgPrincipal .carousel-inner .carousel-item .cont-caption .btn-contact {
    margin-left: 0;
  }
  #sectionWe .container .cont-textImgWe {
    justify-content: space-evenly;
    flex-direction: row;
  }
  #sectionWe .container .cont-textImgWe .cont-textWe {
    padding: 0 5%;
  }
  #sectionWe .container .cont-textImgWe .cont-textWe .titleWe {
    font-weight: bold;
  }
  #sectionWe .container .cont-textImgWe .cont-textWe .textWe {
    line-height: 1.8;
  }
  #sectionWe .container .cont-textImgWe .cont-imgWe {
    width: 480px;
  }
  #sectionWe .container .cont-textImgWe .cont-imgWe img {
    height: 600px;
  }
  #ourServices .container .card-ourServices {
    flex-direction: row-reverse;
  }
  #ourServices .custom-img {
    height: 450px;
  }
  #ourQuality .contain-text-ourQuality {
    padding: 0 10%;
  }
}/*# sourceMappingURL=style.css.map */