/* Agregar ícono TikTok manualmente sin actualizar Font Awesome */
.fab.fa-tiktok { 
  display: inline-block;
  vertical-align: -.125em; /* igual que FA */
  line-height: 1;
  font-size: 1.25rem; /* controla el tamaño como si fuera font */
}
.fab.fa-tiktok svg { 
  display: block;
  width: 0.8em;
  height: 0.8em;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #002e73;
  font-size: 16px;
  font-weight: 600;
}

.monto-filtro{
  font-weight: bold;
  font-size: 1.5em;
}
.margen-abajo-filtro{
  margin-bottom: 2em;
}

.bg-titulo-filtro1{
  background-color: var(--bs-primary);
}

.bg-titulo-filtro2{
  background-color: var(--bs-secondary);
}

.bg-formulario{
  background-color: var(--bs-secondary); 
  padding-top: 1em; 
  padding-bottom: 1em;
}
/*titulo certificacion 01*/
.titulo-certif{
  text-align: center;
}
.descripcion-certif{
  font-weight: 400;
  font-size: 0.8em;
  text-align: justify;
}
.bg-certif{
  background-color: #9CB82F;
  color: #fff;
}

/*titulo certificacion 02*/
.titulo-certif2{
  text-align: center;
}
.descripcion-certif2{
  font-weight: 400;
  font-size: 0.8em;
  text-align: justify;
}
.bg-certif2{
  background-color: #158C30;
  color: #fff;
}

/*titulo certificacion 03*/
.titulo-certif3{
  text-align: center;
}
.descripcion-certif3{
  font-weight: 400;
  font-size: 0.8em;
  text-align: justify;
}
.bg-certif3{
  background-color: var(--bs-secondary);
  color: #fff;
}

/*garantia*/
section.section {
    padding: 40px 0;

}
section.section2 {
  padding: 20px 0;
    background-color: #EEF9FF;

}

.contact{
  padding-bottom: 1em;
}

.li-check ul li:before {
    font-family: Flaticon;
    font-style: normal;
    line-height: 1;
    content: "";
    font-size: 15px;
    font-weight: 600;
    margin-top: 2px;
    color: #f15f23;
    position: absolute;
    left: 0;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}

.li-check ul li {
    padding-left: 46px;
    position: relative;
}
.vinetas-desc{
  color: #fff;
  font-weight: 200;
  text-align: justify;
}


/*titulo certificacion 04*/
.titulo-certif4{
  text-align: center;
}
.descripcion-certif4{
  font-weight: 400;
  font-size: 0.8em;
  text-align: justify;
}
.bg-certif4{
  background-color: #64597B;
  color: #fff;
}

/*titulos generales*/
.titulos {
  font-family: "Montserrat", sans-serif;
  color: #002e73;
  font-size: 3em;
  font-weight: 600;
  padding-bottom: 1em;
  padding-top: 1em;
}

.titulos2 {
  font-family: "Montserrat", sans-serif;
  color: #002e73;
  font-size: 3em;
  font-weight: 600;
}

.titulos3 {
  font-family: "Montserrat", sans-serif;
  color: #002e73;
  font-size: 3em;
  font-weight: 600;
}

.titulos4 {
  font-family: "Montserrat", sans-serif;
  color: #002e73;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 1em;
}

.titulos5 {
  font-family: "Montserrat", sans-serif;
  color: var(--background-color);
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 1em;
}

.titulos6{
  font-family: "Montserrat", sans-serif;
  color: var(--background-color);
  font-size: 2em;
  font-weight: bold;
  padding-top: 1em;
}

.titulos4 {
  font-family: "Montserrat", sans-serif;
  color: #002e73;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 1em;
}

.descripcion-garantia{
  color: #fff;
  font-weight: 300;
  text-align: justify;
}

.titulo-val{
  color: #fff;
}

.form-boton{
    background: var(--bs-primary);
    color: #fff;
    display: inline-block;
    padding: 13px 32px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    border: 0;
    border: 1px solid transparent;
}
.text-secondary2 {
  color: var(--bs-secondary);
}

.text-secondary2:hover {
  color: var(--bs-secondary);
}

/*Fondo de filtro busqueda*/
.bg-filtro{
  background-color: var(--bs-primary);
}
/*Encabezado, menu y video*/
.boxed-btn {
  background: #fb8200;
  color: #fff;
  display: inline-block;
  padding: 13px 32px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  border: 0;
  border: 1px solid transparent;
}
.boxed-btn:hover {
  background: transparent;
  color: #fb8200 !important;
  border: 1px solid #fb8200;
}
.boxed-btn:focus {
  outline: none;
  color: #fff;
}

@media (max-width: 767px) {
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
  .titulos2 {
    font-family: "Montserrat", sans-serif;
    color: #002e73;
    font-size: 3em;
    font-weight: 600;
    padding-top: 0;
  }
}

.telefono {
  color: #002e73;
  font-size: 16px;
  font-weight: 600;
}

.header-area {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 9999;
  transform: translateY(70px);
  transition: transform 200ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.box-n.box-gris .header-area .header-top {
  padding: 13px 0;
}
.header-area .header-top .header-contact a {
  color: #bebebe;
  display: inline-block;
  padding-right: 55px;
  font-weight: 300;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area .header-top .header-contact a {
    padding-right: 14px;
  }
}
.header-area .header-top .header-contact a i {
  padding-right: 14px;
  font-size: 12px;
  color: #bebebe;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area .header-top .header-contact a i {
    padding-right: 5px;
  }
}
.header-area .header-top .header-top-menu {
  text-align: right;
}
.header-area .header-top .header-top-menu ul li {
  display: inline-block;
}
.header-area .header-top .header-top-menu ul li a {
  color: #bdbdbd;
  margin-left: 33px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .header-area .main-header-area {
    padding: 10px 0;
    height: 100px;
  }
  .titulos {
  font-family: "Montserrat", sans-serif;
  color: #002e73;
  font-size: 2em;
  font-weight: 600;
  padding-bottom: 1em;
  padding-top: 1em;
}
.titulos2 {
  font-family: "Montserrat", sans-serif;
  color: #002e73;
  font-size: 2em;
  font-weight: 600;
}
.titulos3 {
  font-family: "Montserrat", sans-serif;
  color: #002e73;
  font-size: 2em;
  font-weight: 600;
}
.titulos4 {
  font-family: "Montserrat", sans-serif;
  color: #002e73;
  font-size: 1em;
  font-weight: bold;
  padding-top: 1em;
}
.services {
  margin-bottom: 80px;
}
.services2 {
  margin-bottom: 80px;
}
.services3 {
  margin-bottom: 80px;
}
.services4 {
  margin-bottom: 80px;
}
.services5 {
  margin-bottom: 80px;
}
  .video-container{
    padding-top: 6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area {
    padding: 10px 0;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header-area .main-header-area .logo-img {
    position: absolute;
    display: inline-block;
    text-align: center;
    margin: 3px auto;
    z-index: 999;
    width: 140px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img {
    position: absolute;
    display: inline-block;
    text-align: center;
    margin: 3px auto;
    z-index: 999;
    width: 140px;
    left: 0;
    right: 0;
  }
}
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
}
.header-area .main-header-area .main-menu ul li a {
  font-family: "Montserrat", sans-serif;
  /*color: #191d34;*/
  color: #002e73;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  padding: 35px 30px 35px 10px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li a {
    padding: 35px 8px 35px 8px;
  }
}
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}
@media (max-width: 767px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}
.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #ff5e13;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 140%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #ff5e13;
}
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 9999;
  transform: translateY(70px);
  transition: transform 200ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
/*** Spinner Start ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
  border: none;
}

.btn.btn-primary:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

.btn.btn-light {
  color: var(--bs-primary);
  border: none;
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-dark);
}

.btn.btn-dark {
  color: var(--bs-primary);
  border: none;
  background-color: var(--bs-secondary);
}

.btn.btn-dark:hover {
  color: var(--bs-primary);
  background: var(--bs-light);
}

/*Fin de encabezado, menu y video*/

/*Proyectos destacados*/
:root {
  --primary: #002e73;
  --bs-primary: #002e73;
  --bs-secondary: #fb8200;
  /*--primary: #4761FF;*/
  --secondary: #312a27;
  --light: #eef9ff;
  --dark: #091e3e;
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #222222; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #172a28; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #008374; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Montserrat", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

.packages .packages-item .packages-img {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  z-index: 1;
}

.packages .packages-item .packages-img .packages-info {
  background: rgba(0, 0, 0, 0.3);
}

.packages .packages-item .packages-img .packages-info small,
.packages .packages-item .packages-img .packages-info small i {
  color: var(--bs-white);
  transition: 0.5s;
}

.packages .packages-item .packages-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0px solid;
  border-radius: 10px !important;
  visibility: hidden;
  transition: 0.7s;
  z-index: 3;
}

.packages .packages-item .packages-img:hover.packages-img::after {
  width: 100%;
  height: 100%;
  border: 300px solid;
  border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6)
    rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
  visibility: visible;
}

.packages .packages-item .packages-img small,
.packages .packages-item .packages-img small i {
  transition: 0.5s;
}

.packages .packages-item .packages-img:hover small,
.packages .packages-item .packages-img:hover small i {
  color: var(--bs-white) !important;
}

.packages .packages-item .packages-img img {
  transition: 0.5s;
}

.packages .packages-item .packages-img:hover img {
  transform: scale(1.3);
}

.packages .packages-item .packages-img .packages-price1 {
  position: absolute;
  width: 100px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: var(--bs-primary);
  color: var(--bs-white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
}

.packages .packages-item .packages-img .packages-price2 {
  position: absolute;
  width: 150px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: var(--bs-secondary);
  color: var(--bs-white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
  text-align: center;
}

.packages .packages-carousel {
  position: relative;
}

.packages .packages-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -50px;
  left: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-next {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 5px 30px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev i,
.packages .packages-carousel .owl-nav .owl-next i {
  color: var(--bs-primary);
  font-size: 17px;
  transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev:hover,
.packages .packages-carousel .owl-nav .owl-next:hover {
  background: var(--bs-primary);
}

.packages .packages-carousel .owl-nav .owl-prev:hover i,
.packages .packages-carousel .owl-nav .owl-next:hover i {
  color: var(--bs-white);
}
/*Fin de Proyectos destacados*/

/*Imagenes y boton*/
img {
  max-width: 100%;
}

.bg-proy-edit {
  background-color: var(--bs-primary);
}
.bg-proy-col {
  background-color: var(--bs-secondary);
}
.bg_blue {
  background-color: var(--bs-primary);
}

.bg_orange {
  background-color: var(--bs-secondary);
}

.grid-col {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
}

.grid-1 {
  grid-column: span 1;
}

.grid-2 {
  grid-column: span 2;
}

.grid-3 {
  grid-column: span 3;
}

.grid-4 {
  grid-column: span 4;
}

.grid-5 {
  grid-column: span 5;
}

.grid-6 {
  grid-column: span 6;
}

.grid-7 {
  grid-column: span 7;
}

.grid-8 {
  grid-column: span 8;
}

.grid-9 {
  grid-column: span 9;
}

.grid-10 {
  grid-column: span 10;
}

.grid-11 {
  grid-column: span 11;
}

.grid-12 {
  grid-column: span 12;
}

@media screen and (min-width: 100px) {
  .grid-s-1 {
    grid-column: span 1;
  }
  .grid-s-2 {
    grid-column: span 2;
  }
  .grid-s-3 {
    grid-column: span 3;
  }
  .grid-s-4 {
    grid-column: span 4;
  }
  .grid-s-5 {
    grid-column: span 5;
  }
  .grid-s-6 {
    grid-column: span 6;
  }
  .grid-s-7 {
    grid-column: span 7;
  }
  .grid-s-8 {
    grid-column: span 8;
  }
  .grid-s-9 {
    grid-column: span 9;
  }
  .grid-s-10 {
    grid-column: span 10;
  }
  .grid-s-11 {
    grid-column: span 11;
  }
  .grid-s-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 800px) {
  .grid-m-1 {
    grid-column: span 1;
  }
  .grid-m-2 {
    grid-column: span 2;
  }
  .grid-m-3 {
    grid-column: span 3;
  }
  .grid-m-4 {
    grid-column: span 4;
  }
  .grid-m-5 {
    grid-column: span 5;
  }
  .grid-m-6 {
    grid-column: span 6;
  }
  .grid-m-7 {
    grid-column: span 7;
  }
  .grid-m-8 {
    grid-column: span 8;
  }
  .grid-m-9 {
    grid-column: span 9;
  }
  .grid-m-10 {
    grid-column: span 10;
  }
  .grid-m-11 {
    grid-column: span 11;
  }
  .grid-m-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 1200px) {
  .grid-l-1 {
    grid-column: span 1;
  }
  .grid-l-2 {
    grid-column: span 2;
  }
  .grid-l-3 {
    grid-column: span 3;
  }
  .grid-l-4 {
    grid-column: span 4;
  }
  .grid-l-5 {
    grid-column: span 5;
  }
  .grid-l-6 {
    grid-column: span 6;
  }
  .grid-l-7 {
    grid-column: span 7;
  }
  .grid-l-8 {
    grid-column: span 8;
  }
  .grid-l-9 {
    grid-column: span 9;
  }
  .grid-l-10 {
    grid-column: span 10;
  }
  .grid-l-11 {
    grid-column: span 11;
  }
  .grid-l-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 1400px) {
  .grid-xl-1 {
    grid-column: span 1;
  }
  .grid-xl-2 {
    grid-column: span 2;
  }
  .grid-xl-3 {
    grid-column: span 3;
  }
  .grid-xl-4 {
    grid-column: span 4;
  }
  .grid-xl-5 {
    grid-column: span 5;
  }
  .grid-xl-6 {
    grid-column: span 6;
  }
  .grid-xl-7 {
    grid-column: span 7;
  }
  .grid-xl-8 {
    grid-column: span 8;
  }
  .grid-xl-9 {
    grid-column: span 9;
  }
  .grid-xl-10 {
    grid-column: span 10;
  }
  .grid-xl-11 {
    grid-column: span 11;
  }
  .grid-xl-12 {
    grid-column: span 12;
  }
}

.btn.btn1 {
  border: none;
  background-color: var(--bs-primary);
  color: white;
  box-shadow: 0 5px 10px rgba(0, 46, 115, 0.25);
}

.card_respaldo,
.card_respaldo_2 {
  position: relative;
  align-items: center;
  align-content: center;
  border-radius: 20px;
  color: white;
  overflow: hidden;
  height: 150px;
}
.card_respaldo .color-2,
.card_respaldo_2 .color-2 {
  color: var(--bs-secondary);
}
.card_respaldo .content,
.card_respaldo_2 .content {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.card_respaldo .content .anio,
.card_respaldo_2 .content .anio {
  font-size: 2.5rem;
  font-weight: 900;
}
.card_respaldo .content span,
.card_respaldo_2 .content span {
  font-size: 1.2rem;
  font-weight: 600;
}
.card_respaldo .img,
.card_respaldo_2 .img {
  display: grid;
  height: 100%;
}
.card_respaldo .img img,
.card_respaldo_2 .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1000px) {
  .card_respaldo,
  .card_respaldo_2 {
    height: 240px;
  }
  .card_respaldo .content .anio,
  .card_respaldo_2 .content .anio {
    font-size: 4.5rem;
  }
  .card_respaldo .content span,
  .card_respaldo_2 .content span {
    font-size: 2rem;
  }
}

.card_respaldo {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.card_respaldo_2 img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (min-width: 1000px) {
  .card_respaldo_2 .content .anio {
    font-size: 3rem;
  }
}
/*Fin de imagenes y boton*/

/*Testimonio*/
.team-carousel .owl-nav,
.related-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 60px;
  top: calc(45% - 30px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next,
.related-carousel .owl-nav .owl-prev,
.related-carousel .owl-nav .owl-next {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--bs-primary);
  font-size: 22px;
  transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover,
.related-carousel .owl-nav .owl-prev:hover,
.related-carousel .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
}
/*Fin de testimonio*/

/*--------------------------------------------------------------
# ISO Y BOTON SCROOL
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--bs-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--bs-secondary), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0 0 20px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-content {
  background-color: var(--surface-color);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 20px;
}

.portfolio .portfolio-content img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-content .portfolio-info {
  background-color: var(--background-color);
  border-top: 1px solid
    color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 25px 20px;
  position: relative;
  z-index: 2;
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
}

.portfolio .portfolio-content .portfolio-info h4 a {
  color: var(--heading-color);
  transition: 0.3s;
}

.portfolio .portfolio-content .portfolio-info h4 a:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info p {
  color: var(--bs-primary);
  margin-bottom: 0;
  /*padding-right: 50px;*/
  text-align: center;
  font-size: 1em;
}
.titulo6 a {
  font-family: "Montserrat", sans-serif;
  color: var(--bs-primary);
  margin-bottom: 0;
  /*padding-right: 50px;*/
  text-align: center;
  font-size: 1.2em;
}

/*FIN DE ISO Y SCROLL*/

/*Ultimas noticias*/
/*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.service-item img,
.team-item img {
  transition: 0.5s;
}

.service-item:hover img,
.team-item:hover img {
  transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
  position: relative;
  height: 40px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  background: var(--primary);
  border-radius: 0 35px 35px 0;
  transition: 0.5s;
  z-index: 2;
}

.team-item div.btn-slide span a i {
  padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
  background: var(--secondary);
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
  padding-left: 0;
  left: -100%;
  z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
  border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
  left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
  background: var(--secondary);
}
/*Fin de ultimas noticias*/

/*Link de interes*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
}

/*Fin de link de interes*/

/*** Footer Start ***/

.bg-footer {
  background-color: var(--bs-primary);
}
.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
  transition: 0.5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
  letter-spacing: 1px;
}

.footer .hightech-link a:hover {
  background: var(--bs-secondary);
  border: 0;
}

/*** Footer End ***/

/*Nosotros*/

.top-section {
  padding-top: 50px;
}
.box-n {
  height: 210px;
  transition: 0.3s;
  overflow: hidden;
}
.box-n.box-gris {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: var(--bs-primary);
  color: var(--background-color);
  padding: 34px;
}

.box-n.box-gris2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: var(--bs-primary);
  color: var(--background-color);
  padding: 34px;
}
.box-n.box-video {
  position: relative;
}
.box-n.box-img img,
.box-n.box-video img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-n.box-mision,
.box-n.box-vision {
  padding: 20px;
}
.box-n.box-mision {
  background-color: var(--bs-secondary);
  color: var(--bs-primary);
  font-weight: 400;
}
.box-n.box-mision:hover,
.box-n.box-vision {
  background-color: var(--bs-primary);
  color: var(--background-color);
}
.box-n.box-vision:hover {
  background-color: #0b6fa6;
}

/*iconos de nosotros - valores 01*/
.services {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 1px;
  background-color: #a2be50;
  cursor: pointer;
}
.services .icon {
  text-align: center;
  line-height: 1.3;
  position: relative;
  margin-top: -60px;
  width: 80px;
  height: 80px;
  /*background: #b1b493;*/
  border-radius: 50%;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services .icon span {
  font-size: 40px;
  color: #fff;
}
.services .media-body h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #A2BE50;
  font-weight: bold;
}
.services:hover {
  background: #A2BE50 !important;
}
.services:hover .icon {
  background: #fff;
  margin-left: 20px;
}
.services:hover .icon span {
  color: #fff;
}
.services:hover h3 {
  color: #fff;
}
.services:hover .media-body {
  color: rgba(255, 255, 255, 0.8);
}

/*iconos de nosotros - valores 02*/
.services2 {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 1px;
  background-color: #61963A;
  cursor: pointer;
}
.services2 .icon2 {
  text-align: center;
  line-height: 1.3;
  position: relative;
  margin-top: -60px;
  width: 80px;
  height: 80px;
  /*background: #b1b493;*/
  border-radius: 50%;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services2 .icon2 span {
  font-size: 40px;
  color: #fff;
}
.services2 .media-body h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #61963A;
  font-weight: bold;
}
.services2:hover {
  background: #61963A !important;
}
.services2:hover .icon2 {
  background: #fff;
  margin-left: 20px;
}
.services2:hover .icon2 span {
  color: #fff;
}
.services2:hover h3 {
  color: #fff;
}
.services2:hover .media-body {
  color: rgba(255, 255, 255, 0.8);
}


/*iconos de nosotros - valores 03*/
.services3 {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 1px;
  background-color: #106231;
  cursor: pointer;
}
.services3 .icon3 {
  text-align: center;
  line-height: 1.3;
  position: relative;
  margin-top: -60px;
  width: 80px;
  height: 80px;
  /*background: #b1b493;*/
  border-radius: 50%;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services3 .icon3 span {
  font-size: 40px;
  color: #fff;
}
.services3 .media-body h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #106231;
  font-weight: bold;
}
.services3:hover {
  background: #106231 !important;
}
.services3:hover .icon3 {
  background: #fff;
  margin-left: 20px;
}
.services3:hover .icon3 span {
  color: #fff;
}
.services3:hover h3 {
  color: #fff;
}
.services3:hover .media-body {
  color: rgba(255, 255, 255, 0.8);
}

/*iconos de nosotros - valores 04*/
.services4 {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 1px;
  background-color: #EAC448;
  cursor: pointer;
}
.services4 .icon4 {
  text-align: center;
  line-height: 1.3;
  position: relative;
  margin-top: -60px;
  width: 80px;
  height: 80px;
  /*background: #b1b493;*/
  border-radius: 50%;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services4 .icon4 span {
  font-size: 40px;
  color: #fff;
}
.services4 .media-body h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #106231;
  font-weight: bold;
}
.services4:hover {
  background: #EAC448 !important;
}
.services4:hover .icon4 {
  background: #fff;
  margin-left: 20px;
}
.services4:hover .icon4 span {
  color: #fff;
}
.services4:hover h3 {
  color: #fff;
}
.services4:hover .media-body {
  color: rgba(255, 255, 255, 0.8);
}

/*iconos de nosotros - valores 05*/
.services5 {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 1px;
  background-color: #EAC448;
  cursor: pointer;
}
.services5 .icon5 {
  text-align: center;
  line-height: 1.3;
  position: relative;
  margin-top: -60px;
  width: 80px;
  height: 80px;
  /*background: #b1b493;*/
  border-radius: 50%;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services5 .icon5 span {
  font-size: 40px;
  color: #fff;
}
.services5 .media-body h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #588BBE;
  font-weight: bold;
}
.services5:hover {
  background: #588BBE !important;
}
.services5:hover .icon5 {
  background: #fff;
  margin-left: 20px;
}
.services5:hover .icon5 span {
  color: #fff;
}
.services5:hover h3 {
  color: #fff;
}s
.services5:hover .media-body {
  color: rgba(255, 255, 255, 0.8);
}


/*Certificaciones*/
.latest-news .latest-news-carousel.owl-carousel {
  position: relative;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -65px;
  right: 70px;
  font-size: 20px;
  padding: 2px 20px;
  transition: 0.5s;
  margin-right: 10px;
  border: 1px solid var(--bs-primary);
  color: var(--bs-dark);
  border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: -65px;
  right: 0;
  font-size: 20px;
  margin-left: 10px;
  padding: 2px 20px;
  transition: 0.5s;
  border: 1px solid var(--bs-primary);
  color: var(--bs-dark);
  border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
  border-radius: 10px;
}
/*** Fin de certificaciones ***/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 75vh;
  position: relative;
  padding: 60px 0;
  display: flex;
  align-items: center;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.hero .container {
  position: relative;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero h1 span {
  color: var(--accent-color);
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*Banner de proyectos*/

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  background-color: var(--primary);
  border: 15px solid var(--primary);
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


      /*opacity-vino*/
      .img-opacity-vino {
          position: relative;
          overflow: hidden;
          border-radius: 20px;
          cursor: pointer;
          display: inline-block;
          box-shadow: 0 3px 10px rgba(0,0,0,0.15);
      }

      .img-opacity-vino img {
          object-fit: cover;
          display: block;
          transition: opacity 480ms ease;
      }

      .img-opacity-vino .sobre-vino {
          position: absolute;
          inset: 0;
          display: flex;
          flex-direction: column;   /* <-- FORZA QUE TODO SEA UNA COLUMNA */
          align-items: center;
          justify-content: flex-start;
          background: rgba(58, 0, 16, 0.90);
          opacity: 0;
          transition: opacity 480ms ease, transform 480ms ease;
          transform: translateY(10px);
          pointer-events: none;
          padding: 15px;
          padding-top: 120px;
          text-align: center;
      }

      .sobre-text-vino {
          color: #fff;
          font-weight: bold;
          font-size: 1.1rem;
          margin-bottom: 6px; /* separacion */
          text-shadow: 0 2px 4px rgba(0,0,0,0.4);
          display: block;
      }

      .sobre-desc-vino {
          color: #eaeaea;
          font-size: 0.85rem;
          line-height: 1.2;
          max-width: 160px;
          text-shadow: 0 1px 3px rgba(0,0,0,0.3);
          display: block; /* <-- asegura que esté abajo */
      }

      .img-opacity-vino:hover img {
          opacity: 0.25;
      }

      .img-opacity-vino:hover .sobre-vino {
          opacity: 1;
          transform: translateY(0);
      }

        /*opacity-morado*/
      .img-opacity-morado {
          position: relative;
          overflow: hidden;
          border-radius: 20px;
          cursor: pointer;
          display: inline-block;
          box-shadow: 0 3px 10px rgba(0,0,0,0.15);
      }

      .img-opacity-morado img {
          object-fit: cover;
          display: block;
          transition: opacity 480ms ease;
      }

      .img-opacity-morado .sobre-morado {
          position: absolute;
          inset: 0;
          display: flex;
          flex-direction: column;   /* <-- FORZA QUE TODO SEA UNA COLUMNA */
          align-items: center;
          justify-content: flex-start;
          background: rgba(64, 0, 90, 0.85);
          opacity: 0;
          transition: opacity 480ms ease, transform 480ms ease;
          transform: translateY(10px);
          pointer-events: none;
          padding: 15px;
          padding-top: 120px;
          text-align: center;
      }

      .sobre-text-morado {
          color: #fff;
          font-weight: bold;
          font-size: 1.1rem;
          margin-bottom: 6px; /* separacion */
          text-shadow: 0 2px 4px rgba(0,0,0,0.4);
          display: block;
      }

      .sobre-desc-morado {
          color: #eaeaea;
          font-size: 0.85rem;
          line-height: 1.2;
          max-width: 160px;
          text-shadow: 0 1px 3px rgba(0,0,0,0.3);
          display: block; /* <-- asegura que esté abajo */
      }

      .img-opacity-morado:hover img {
          opacity: 0.25;
      }

      .img-opacity-morado:hover .sobre-morado {
          opacity: 1;
          transform: translateY(0);
      }

      /*opacity-verde*/
      .img-opacity-verde {
          position: relative;
          overflow: hidden;
          border-radius: 20px;
          cursor: pointer;
          display: inline-block;
          box-shadow: 0 3px 10px rgba(0,0,0,0.15);
      }

      .img-opacity-verde img {
          object-fit: cover;
          display: block;
          transition: opacity 480ms ease;
      }

      .img-opacity-verde .sobre-verde {
          position: absolute;
          inset: 0;
          display: flex;
          flex-direction: column;   /* <-- FORZA QUE TODO SEA UNA COLUMNA */
          align-items: center;
          justify-content: flex-start;
          background: rgba(0, 70, 35, 0.85);
          opacity: 0;
          transition: opacity 480ms ease, transform 480ms ease;
          transform: translateY(10px);
          pointer-events: none;
          padding: 15px;
          padding-top: 120px;
          text-align: center;
      }

      .sobre-text-verde {
          color: #fff;
          font-weight: bold;
          font-size: 1.1rem;
          margin-bottom: 6px; /* separacion */
          text-shadow: 0 2px 4px rgba(0,0,0,0.4);
          display: block;
      }

      .sobre-desc-verde {
          color: #eaeaea;
          font-size: 0.85rem;
          line-height: 1.2;
          max-width: 160px;
          text-shadow: 0 1px 3px rgba(0,0,0,0.3);
          display: block; /* <-- asegura que esté abajo */
      }

      .img-opacity-verde:hover img {
          opacity: 0.25;
      }

      .img-opacity-verde:hover .sobre-verde {
          opacity: 1;
          transform: translateY(0);
      }

       /*opacity-azul*/
      .img-opacity-azul {
          position: relative;
          overflow: hidden;
          border-radius: 20px;
          cursor: pointer;
          display: inline-block;
          box-shadow: 0 3px 10px rgba(0,0,0,0.15);
      }

      .img-opacity-azul img {
          object-fit: cover;
          display: block;
          transition: opacity 480ms ease;
      }

      .img-opacity-azul .sobre-azul {
          position: absolute;
          inset: 0;
          display: flex;
          flex-direction: column;   /* <-- FORZA QUE TODO SEA UNA COLUMNA */
          align-items: center;
          justify-content: flex-start;
          background: rgba(23, 76, 128, 0.92);
          opacity: 0;
          transition: opacity 480ms ease, transform 480ms ease;
          transform: translateY(10px);
          pointer-events: none;
          padding: 15px;
          padding-top: 120px;
          text-align: center;
      }

      .sobre-text-azul {
          color: #fff;
          font-weight: bold;
          font-size: 1.1rem;
          margin-bottom: 6px; /* separacion */
          text-shadow: 0 2px 4px rgba(0,0,0,0.4);
          display: block;
      }

      .sobre-desc-azul {
          color: #eaeaea;
          font-size: 0.85rem;
          line-height: 1.2;
          max-width: 160px;
          text-shadow: 0 1px 3px rgba(0,0,0,0.3);
          display: block; /* <-- asegura que esté abajo */
      }

      .img-opacity-azul:hover img {
          opacity: 0.25;
      }

      .img-opacity-azul:hover .sobre-azul {
          opacity: 1;
          transform: translateY(0);
      }