/*------------------------------------------------------------------
Project:  Pato
Version:  
Last change:  
Assigned to:  Kevin Nguyen
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :  
# Primary Color 01:  
# Primary Color 02:   
# Primary Color 03:  

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 '', Arial, sans-serif;
Title           : 18px/1.6 '', Arial, sans-serif;
Paragrap        : 18px/1.6 '', Arial, sans-serif;
Input, textarea : 14px/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/

/*[ FONT ]
///////////////////////////////////////////////////////////
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");

/* @import url("https://fonts.googleapis.com/css?family=Courgette"); */

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700");

@import url("https://fonts.googleapis.com/css?family=Noto+Sans");

@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/montserrat/Montserrat-Regular.ttf");
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/montserrat/Montserrat-Bold.ttf");
}

@font-face {
  font-family: Courgette-Regular;
  src: url("../fonts/courgette/Courgette-Regular.ttf");
}

@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/poppins/Poppins-Bold.ttf");
}

@font-face {
  font-family: Poppins-Light;
  src: url("../fonts/poppins/Poppins-Light.ttf");
}

@font-face {
  font-family: NotoSans-Regular;
  src: url("../fonts/notosans/NotoSans-Regular.ttf");
}

/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

#consult-your-project {
  scroll-margin-top: 130px;
}

@media (max-width: 992px) {
  #consult-your-project {
    scroll-margin-top: 100px;
  }
}

/* ------------------------------------ */
a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #ec1d25;
}

/* ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}

/* ------------------------------------ */
input {
  outline: none;
  border: none !important;
}

textarea {
  outline: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #aaaaaa;
}
input:-moz-placeholder {
  color: #aaaaaa;
}
input::-moz-placeholder {
  color: #aaaaaa;
}
input:-ms-input-placeholder {
  color: #aaaaaa;
}

textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
textarea:-moz-placeholder {
  color: #aaaaaa;
}
textarea::-moz-placeholder {
  color: #aaaaaa;
}
textarea:-ms-input-placeholder {
  color: #aaaaaa;
}

/* ------------------------------------ */
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/* ------------------------------------ */
.container {
  max-width: 1200px;
}

/* Eliminar padding lateral del header para alineación completa */
.wrap-menu-header .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}

.wrap-menu-header .container.h-full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.slick-slide {
  outline: none !important;
}

/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/

/* Force page visible immediately — animsition only animates on link transitions */
.animsition {
  opacity: 1 !important;
}

/* .animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

/*----------------------------------------------------
  Custom roller‐loader (replace old spinner)
----------------------------------------------------*/
.animsition-loading-1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* point at the transparent‑background PNG instead of the JPG */
  background: transparent url("../images/vvicon.png") no-repeat center center;
  width: 200px;
  height: 200px;
  z-index: 9999;
  background-size: contain;
  animation: loader-spin 1s linear infinite;
}

@keyframes loader-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* hide the old cp‑spinner border */
.animsition-loading-1 .cp-spinner {
  display: none;
}

.cp-meter {
  border-radius: 50%;
  border-top: solid 6px #ec1d25;
  border-right: solid 6px #ec1d25;
  border-bottom: solid 6px #ec1d25;
  border-left: solid 6px #ec1d25;
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
}

.cp-meter:before {
  border-radius: 3px;
  content: " ";
  width: 6px;
  height: 12px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #ec1d25;
  position: absolute;
  top: 5px;
  left: 16px;
  transform-origin: center bottom;
  animation: cp-meter-animate-before 1s linear infinite;
}

@keyframes cp-meter-animate-before {
  0% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(315deg);
  }
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}

/*[ WHATSAPP BUTTON ]
///////////////////////////////////////////////////////////
*/
.btn-whatsapp {
  display: flex;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 90px;
  background-color: #25d366;
  opacity: 0.85;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  text-decoration: none;
}

.btn-whatsapp i {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-whatsapp:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  .btn-whatsapp {
    bottom: 15px;
    right: 65px;
  }
}

/*[ Calendar ]
///////////////////////////////////////////////////////////
*/
td.active {
  background-color: #ec1d25 !important;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td,
.table-condensed th {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
}
.daterangepicker {
  width: 339px;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
  border: none;
  margin-top: 10px;
}
.daterangepicker .calendar {
  max-width: inherit;
}
.daterangepicker thead tr th {
  padding: 10px 0;
}
.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  padding: 5px;
}
.daterangepicker td {
  width: 60px;
  height: 35px;
}

/*[ Select2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ width select ]
===========================================================*/
.select2-container {
  display: block;
  max-width: 100%;
  width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  background-color: white;
  border: 0px solid transparent;
  border-radius: 10px !important;
  height: 46px;
  outline: none;
}

.select2-container--focus {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--focus .select2-selection--single {
  border-color: transparent;
}

.select2-container--below.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--below.select2-container--open .select2-selection--single {
  border-color: transparent;
}

.select2-container--above.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--above.select2-container--open .select2-selection--single {
  border-color: transparent;
}

/*[ in select ]
===========================================================*/
.select2-selection__rendered {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
  padding-left: 20px !important;
}

.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 12px !important;
}

/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
  border: none !important;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
  margin-top: 7px;
}
.select2-dropdown--above {
  top: -2px;
}
.select2-dropdown--below {
  top: 2px;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #ec1d25;
  color: #fff;
}

.select2-results__options {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa !important;
  outline: none;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.select2-search--dropdown .select2-search__field:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}

/*[ Header ]
///////////////////////////////////////////////////////////
*/

/* ─── Header bar: always fixed, white, consistent height ─── */
.wrap-menu-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  z-index: 1000;
  background: #fff;
  border-top: 5px solid #ec1d25;
  transition: box-shadow 0.3s ease;
}

.header-fixed .wrap-menu-header {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ─── Inner flex container ─── */
.wrap_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 30px;
  width: 100%;
  gap: 20px;
}

/* ─── Logo: static size, never shrinks ─── */
.logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 10;
}

.logo > a {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo > a > img {
  display: block;
  width: auto;
  height: 100px;
  max-height: 100px;
  object-fit: contain;
}

/* ─── Menu: centered, flexible, never wraps ─── */
.wrap_menu {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.main_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(2px, 0.6vw, 10px);
  margin: 0;
  padding: 0;
  width: 100%;
}

.main_menu li {
  display: block;
  position: relative;
}

.main_menu > li {
  padding: 10px 0;
}

.main_menu > li > a {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: clamp(12px, 1.3vw, 16px);
  text-transform: uppercase;
  color: #000;
  padding: 10px clamp(6px, 1vw, 16px);
  white-space: nowrap;
  transition: color 0.3s;
}

.main_menu > li > a:hover {
  color: #ec1d25;
  text-decoration: none;
}

/* ─── Submenú ─── */
.sub_menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 225px;
  background-color: white;
  transform-origin: top left;
  transform: scale(0);
  transition: all 0.4s;
}

.main_menu > li > .sub_menu {
  top: 100%;
  left: 0;
}

.main_menu > li:hover .sub_menu {
  transform: scale(1);
}

.sub_menu li {
  background-color: #f2f2f2;
  border-top: 1px solid #e0e0e0;
  transition: all 0.3s;
}

.sub_menu li:hover {
  background-color: white;
}

.sub_menu li,
.sub_menu a {
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #808080;
}

.sub_menu > li:hover > a {
  color: #555555;
  text-decoration: none;
}

/*[ Social ]
-----------------------------------------------------------
*/
.social {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 10;
  gap: 2px;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 18px;
}

.social a {
  font-size: 16px;
  color: #000;
  transition: color 0.3s;
}

.social a:hover {
  color: #ec1d25;
}

.social i {
  color: #000;
  font-weight: 700;
}

.social i:hover {
  color: #ec1d25;
}

.phone-contact {
  display: flex;
  align-items: center;
}

.phone-contact a {
  color: #000;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}

.phone-contact a:hover {
  color: #ec1d25;
}

/* ─── Hamburger button: hidden by default ─── */
.btn-show-sidebar {
  width: 26px;
  height: 15px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: none !important;
  cursor: pointer;
  background: transparent;
  border-left: none;
  border-right: none;
  margin-left: 20px;
}

.btn-show-sidebar:hover {
  border-top: 2px solid #ec1d25;
  border-bottom: 2px solid #ec1d25;
}



/* ─── Responsive: hamburger breakpoint ─── */
@media (max-width: 992px) {
  .wrap_menu {
    display: none !important;
  }

  .btn-show-sidebar {
    display: flex !important;
    align-items: center;
  }

  .wrap_header {
    justify-content: space-between;
  }

  .wrap-menu-header {
    height: 90px;
  }

  .logo > a > img {
    height: 70px;
    max-height: 70px;
  }
}



/*[ Sidebar ]
///////////////////////////////////////////////////////////
*/
.sidebar {
  position: fixed;
  z-index: 1200;
  width: 390px;
  height: 100%;
  overflow: auto;
  background-color: white;
  top: 0;
  right: -390px;
}

@media (max-width: 576px) {
  .sidebar {
    width: 300px;
  }
}

.show-sidebar {
  right: 0px;
}

.btn-hide-sidebar {
  position: absolute;
  font-size: 20px;
  color: #111111;
  padding: 10px;
  top: 20px;
  right: 20px;
}

.overlay-sidebar {
  position: fixed;
  z-index: 1150;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.show-overlay-sidebar {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.65);
}

/* ------------------------------------ */
.item-gallery-sidebar {
  display: block;
  position: relative;
  width: calc((100% - 30px) / 3);
  margin: 5px;
}

.item-gallery-sidebar::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item-gallery-sidebar:hover:after {
  background-color: rgba(236, 29, 37, 0.7);
}

@media (max-width: 576px) {
  .gallery-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
  position: relative;
}

.item-slick1,
.item-slick2,
.item-slick3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.item-slick1 {
  height: 100vh;
}

.item-slick1 {
  position: relative;
  overflow: hidden;
}

/* 2) Creamos el overlay sobre el fondo */
.item-slick1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2); /* ajusta la opacidad aquí */
  z-index: 0;
}

/* remove any inner padding, make the img fill the circle */
.wrap-cir-pic {
  padding: 0 !important;
}

.main_menu > li > a {
  color: #000 !important;
  font-weight: 700 !important;
}

.main_menu > li > a:hover {
  color: #ec1d25 !important;
}

/* Íconos sociales en negro */
.social i {
  color: #000 !important;
  font-weight: 700;
}

/* Hover rojo para íconos */
.social i:hover {
  color: #ec1d25 !important;
}

/* Teléfono en negro, peso normal */
.phone-contact a {
  color: #000 !important;
  font-weight: normal !important;
  text-decoration: none;
}

/* Hover rojo en teléfono */
.phone-contact a:hover {
  color: #ec1d25 !important;
}

.wrap-cir-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; /* or `cover` if you don’t mind cropping edges */
  border-radius: 50%;
}

/* 3) Elevamos el contenido del slide por encima del overlay */
.wrap-content-slide1 {
  position: relative;
  z-index: 1;
}

.arrow-slick1,
.arrow-slick2,
.arrow-slick3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 18px;
  color: white;
  position: absolute;
  background-color: black;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
  opacity: 0.5;
}

.arrow-slick1:hover,
.arrow-slick2:hover,
.arrow-slick3:hover {
  background-color: #ec1d25;
}

.next-slick1,
.next-slick2,
.next-slick3 {
  right: 50px;
  left: auto;
}

.prev-slick1,
.prev-slick2,
.prev-slick3 {
  left: 50px;
  right: auto;
}

@media (max-width: 576px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  height: 65px;
  left: 0;
  bottom: 0;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick1-dots li {
  padding-left: 3px;
  padding-right: 3px;
}

.slick1-dots li button {
  display: block;
  color: transparent;
  background-color: #958e88;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick1-dots li button:hover {
  border: 3px solid white;
  background-color: #d41b22;
}

.slick1-dots li.slick-active button {
  border: 3px solid white;
  background-color: #d41b22;
}

/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 768px) {
  .wrap-content-slide1 .tit1 {
    font-size: 70px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .wrap-content-slide1 .tit1 {
    font-size: 60px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 50px;
  }
}

/*[ Button1 ]
///////////////////////////////////////////////////////////
*/
.btn1 {
  background: white;
  border-radius: 10px;
}

.btn1:hover {
  background-color: #ec1d25;
  color: white;
}

/*[ Button3 ]
///////////////////////////////////////////////////////////
*/
.btn3 {
  background: #111111;
  border-radius: 10px;
}

.btn3:hover {
  background-color: #ec1d25;
  color: white;
}

/*[ Button2 ]
///////////////////////////////////////////////////////////
*/
.btn2 {
  background-color: white;
  border-radius: 10px;
  opacity: 0.9;
}

.btn2:hover {
  background-color: #ec1d25;
  color: white;
}

/*[ Intro ]
///////////////////////////////////////////////////////////
*/
.header-intro {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/

.arrow-slick2 {
  top: 53%;
}

@media (max-width: 576px) {
  .next-slick2 {
    right: 15px;
  }

  .prev-slick2 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick2-dots {
  position: absolute;
  width: 100%;
  height: 128px;
  left: 0;
  bottom: 0;
}

.slick2-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick2-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick2-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick2-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick2-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

/*[ Slide3 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick3 ]
-----------------------------------------------------------
*/

.arrow-slick3 {
  top: 40%;
}

@media (max-width: 576px) {
  .next-slick3 {
    right: 15px;
  }

  .prev-slick3 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick3-dots {
  width: 100%;
  height: 128px;
}

.slick3-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick3-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick3-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick3-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.blo2 {
  border-radius: 10px;
  overflow: hidden;
}

.wrap-pic-blo2 {
  display: block;
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap-text-blo2 {
  background-color: white;
  width: 50%;
  min-height: 390px;
}

/* ------------------------------------ */
.effect1 {
  background-color: #cf2227;
  opacity: 0.9;
  position: relative;
}
.effect1 .txt-effect1 {
  width: 390px;
  height: 50px;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
  -moz-transform: translate(-50%, -50%) rotateZ(90deg);
  -ms-transform: translate(-50%, -50%) rotateZ(90deg);
  -o-transform: translate(-50%, -50%) rotateZ(90deg);
  transform: translate(-50%, -50%) rotateZ(90deg);
}

@media (max-width: 992px) {
  .blo2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 390px;
  }

  .wrap-text-blo2 {
    width: 100%;
    min-height: 390px;
  }

  .time-event {
    width: 100%;
    height: auto;
  }

  .effect1 .txt-effect1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    transform-origin: center center;
    position: unset;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@media (max-width: 576px) {
  .blo2 {
    width: 100%;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 364px;
  }
}

/*[ Video ]
///////////////////////////////////////////////////////////
*/
.section-video {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/*[ Modal video 01 ]
-----------------------------------------------------------
*/
body {
  padding-right: 0px !important;
}
.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {
  overflow-y: scroll;
}

/* ------------------------------------ */
.modal-backdrop {
  background-color: transparent;
}

#modal-video-01 {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1250;
}

#modal-video-01 .modal-dialog {
  max-width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-video-mo-01 {
  width: 854px;
  height: auto;
  position: relative;
  margin: 15px;
}

.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}

.close-mo-video-01 {
  font-size: 50px;
  color: white;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}

/*[ Blog ]
///////////////////////////////////////////////////////////
*/
.time-blog {
  position: absolute;
  left: 14px;
  bottom: 11px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 15px;

  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: white;
  border-radius: 4px;
}

/*[ Gallery footer ]
///////////////////////////////////////////////////////////
*/
.item-gallery-footer {
  display: block;
  position: relative;
  width: calc((100% - 50px) / 4);
  margin-right: 10px;
  margin-bottom: 10px;
}

.item-gallery-footer img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.item-gallery-footer::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item-gallery-footer:hover:after {
  background-color: rgba(236, 29, 37, 0.7);
}

/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
  width: 100%;
  min-height: 545px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center -400px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.bg-title-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2); /* ajusta la opacidad */
  z-index: 0;
}

/* 3. Eleva el contenido por encima del overlay */
.bg-title-page > * {
  position: relative;
  z-index: 0.5;
}

@media (max-width: 576px) {
  .bg-title-page .tit6 {
    font-size: 30px;
  }
}

/*[ Item mainmenu ]
///////////////////////////////////////////////////////////
*/

.line-item-mainmenu {
  flex-grow: 1;
  height: 2px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  .line-item-mainmenu {
    display: none;
  }

  .price-item-mainmenu {
    padding-top: 5px;
  }

  .name-item-mainmenu {
    width: 100%;
  }
}

/*[ Block3 ]
///////////////////////////////////////////////////////////
*/

@media (max-width: 576px) {
  .text-blo3 {
    width: 100%;
  }
}

/*[ Gallery ]
///////////////////////////////////////////////////////////
*/

.label-gallery {
  border-radius: 10px;
  padding: 2px 11px;
  margin: 5px 0;
}

.label-gallery:hover {
  background-color: #111111;
  color: white;
}

.is-actived {
  background-color: #111111;
  color: white;
}

/* ------------------------------------ */
.wrap-gallery {
  width: 100%;
  box-sizing: border-box;
}

.item-gallery {
  width: calc((100% - 140px) / 3);
  margin: 30px 15px;
  position: relative;
  overflow: hidden;
}

.item-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.93); /* 0.93 en lugar de opacity */
  transition: filter 0.3s ease; /* suave al hover */
}

/* Asegura posicionamiento relativo del contenedor */
.item-gallery {
  position: relative;
  overflow: hidden; /* opcional, por si el overlay se sale */
}

/* Imagen base */
.item-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

/* Overlay: ocupa todo el contenedor, centrado, oculto por defecto */
.overlay-item-gallery {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 20;
  pointer-events: none; /* no intercepta clics cuando está oculto */
  background: transparent; /* sin fondo; déjalo así o pon un leve oscurecido si quieres */
}

/* Mostrar overlay SOLO al hover del contenedor */
.item-gallery:hover .overlay-item-gallery {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* ahora sí recibe clics en cualquier parte */
  cursor: pointer;
}

/* El <a> ocupa todo el overlay para que cualquier clic abra el modal */
.overlay-item-gallery .btn-show-gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff; /* color del ícono de la lupa (Font Awesome) */
  outline: none;
}

/* Burbujita circular detrás de la lupa, centrada */
.overlay-item-gallery .btn-show-gallery::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(
    0,
    0,
    0,
    0.28
  ); /* ajusta opacidad si quieres más/menos contraste */
}

/* Tamaño del ícono (la clase .fa ya lo dibuja en el <a>) */
.overlay-item-gallery .btn-show-gallery.fa {
  font-size: 22px;
  line-height: 1;
}

/* Accesibilidad: al navegar con teclado */
.item-gallery:focus-within .overlay-item-gallery {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.btn-show-gallery {
  background: transparent !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  font-size: 18px;
  color: #222 !important;
}

@media (max-width: 768px) {
  .item-gallery {
    width: calc((100% - 110px) / 2);
  }
}

@media (max-width: 576px) {
  .item-gallery {
    width: calc((100% - 30px) / 1);
  }
  .wrap-gallery {
    padding-left: 0;
    padding-right: 0;
  }
}

/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.item-pagination {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  margin: 6px;
}

.item-pagination:hover {
  background-color: #333333;
  color: white;
}

.active-pagination {
  background-color: #333333;
  color: white;
}

/*[ Sidebar2 ]
///////////////////////////////////////////////////////////
*/

/*[ Search sidebar2 ]
-----------------------------------------------------------
*/
.btn-search-sidebar2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background-color: #333333;
  color: white;
  font-size: 18px;

  box-shadow: 0 0 0px 1px #333333;
  -moz-box-shadow: 0 0 0px 1px #333333;
  -webkit-box-shadow: 0 0 0px 1px #333333;
  -o-box-shadow: 0 0 0px 1px #333333;
  -ms-box-shadow: 0 0 0px 1px #333333;

  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.btn-search-sidebar2:hover {
  color: #ec1d25;
}

.input-search-sidebar2 {
  width: 100%;
  height: 100%;
}

/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.date-blo4 {
  width: 75px;
  height: 82px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 10px;
  background-color: #ec1d25;
}

.phone-contact {
  margin-top: 10px;
  margin-left: -83px !important;
  display: flex;
  align-items: center;
  font-size: 18px;
}
/* .phone-contact i {
  margin-right: 6px;
  font-size: 18px;
} */
.phone-contact a {
  color: #fff;
  text-decoration: none;
}

.social a {
  font-size: 20px;
}

/* Sidebar menu items en negro y negrita */
.sidebar a,
.sidebar li {
  color: #000 !important;
  font-weight: 700;
}

.sidebar a:hover,
.sidebar li:hover {
  color: #ec1d25 !important;
}

/* Asegura visibilidad del texto en el sidebar */
.sidebar .menu-sidebar li a {
  color: #000 !important;
  font-weight: 700 !important;
  text-decoration: none;
  transition: color 0.3s;
  display: block;
}

.sidebar .menu-sidebar li a:hover {
  color: #ec1d25 !important;
}

/* ─── Sidebar button styles ─── */
.sidebar .menu-sidebar .txt19 {
  color: #000 !important;
  font-weight: 700;
}
.sidebar .menu-sidebar .txt19:hover {
  color: #ec1d25 !important;
}

.menu-sidebar .btn3 {
  background-color: #ec1d25 !important;
  color: #fff !important;
  display: inline-block !important;
  padding: 8px 16px !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-weight: 400 !important; /* <— fuerza texto no en negrita */
}

.menu-sidebar .btn3:hover {
  background-color: #c71f24 !important;
}

/* 1) Asegura que cada slide sea contenedor relativo */
.item-slick1 {
  position: relative;
  overflow: hidden;
}

/* 2) Vídeo de fondo: cubre todo y va detrás */
.item-slick1 .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* recorta o expande para llenar sin deformar */
  z-index: -1; /* por debajo de TODO */
}

/* 3) Contenedor de tu texto: siempre encima */
.item-slick1 .wrap-content-slide1 {
  position: relative;
  z-index: 1;
}

/* ----------------------------
   Override para el botón del sidebar
   ---------------------------- */
.sidebar .menu-sidebar .btn3.size13 {
  display: inline-block !important; /* que no sea bloque */
  width: auto !important; /* ancho automático */
  min-width: 0 !important; /* quita cualquier mínimo impuesto */
  padding: 8px 20px !important; /* ajusta a tus dimensiones deseadas */
  white-space: nowrap !important; /* no permite saltos de línea */
  text-align: center !important; /* centrar el texto */
  font-weight: 400 !important; /* fuerza texto no en negrita */
}
.sidebar .menu-sidebar .btn3.size13:hover {
  background-color: #c71f24 !important;
}

/* Reducir ancho del botón slide */
.wrap-btn-slide1 .btn1.size1 {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto !important;
  padding: 0.6em 1.4em !important;
  white-space: nowrap !important;
  font-size: 1rem !important;
}

/* Override botón "Get A Free Estimate" en el sidebar */
.sidebar .menu-sidebar li .btn3 {
  width: auto !important;
  height: auto !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0.6em 1.2em !important;
  margin: 0 auto !important;
  font-weight: 400 !important;
}

.video-header {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

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

.overlay-content {
  position: relative;
  z-index: 1;
  color: white;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.wrap-video-welcome {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.video-welcome {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  margin-top: 40px;
}

.video-bg-section {
  position: relative;
  overflow: hidden;
  height: 85vh;
}

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

.content-video {
  position: relative;
  z-index: 1;
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.6)
  );
}

.review-banner {
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .review-banner {
    height: 120px;
  }
}

.review-banner-top-counters {
  background: #d41b22; /* similar al azul oscuro de tu imagen */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 35px 0 28px 0;
  border-bottom: 2px solid #fff;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.counter-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.counter-icon img {
  width: 84px;
  height: 84px;
  box-shadow: 0 2px 8px #0001;
}
.counter-text .counter-number {
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.counter-label {
  font-size: 1.04rem;
  color: #fff;
  opacity: 0.85;
  margin-top: 4px;
  text-align: center;
}

@media (max-width: 900px) {
  .review-banner-top-counters {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 20px 15px;
    padding: 25px 15px;
  }
  .counter-block {
    gap: 8px;
  }
  .counter-icon img {
    width: 50px;
    height: 50px;
  }
  .counter-text .counter-number {
    font-size: 1.4rem;
  }
  .counter-label {
    font-size: 0.8rem;
  }
}

.video-title-page {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
}

.video-title-page .video-bg {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-title-page .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  /* opcional: semitransparencia de capa oscura
  background: rgba(0,0,0,0.3);
  */
}

.video-title-page .tit6 {
  color: #fff; /* o el color que necesites */
  font-size: clamp(1.5rem, 4vw, 3rem);
  text-transform: uppercase;
}

.promotion-items p {
  position: relative;
  padding-left: 1.5em; /* espacio para la flecha */
  margin-bottom: 0.75em;
}

.promotion-items p::before {
  content: "➤"; /* flecha */
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 1em; /* ajusta tamaño si quieres */
  line-height: 1;
  color: #ec1d25; /* color de la flecha */
}

.promotions-swiper {
  width: 100%;
  padding: 2rem 0;
  position: relative;
}
.swiper-slide {
  /* para que tu .blo4 ocupe todo el slide */
  width: auto; /* Swiper lo gestiona */
}
.swiper-button-prev,
.swiper-button-next {
  color: #ec1d25; /* o el color que prefieras */
}

.promotions-pages .page {
  display: none;
}
.promotions-pages .page.active {
  display: block;
}
/* Oculta todos */
.promotions-list .blo4 {
  display: none;
}
/* Muestra por página (4 items) */
.promotions-list .blo4:nth-child(-n + 4) {
  display: block;
}

/* Paginación */
.item-pagination {
  cursor: pointer;
}
.item-pagination.active-pagination {
  background-color: #ec1d25;
  color: #fff;
}

.attach-label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #222; /* ajusta al color de tu texto */
  font-size: 14px; /* armoniza con .txt9 si fuera necesario */
}

.attachment-status {
  color: #777;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin: 6px 0 8px;
}

.attachment-status.has-files {
  color: #222;
  font-weight: 700;
}
/* 1) Layout de 3 columnas con gap en la galería */
.wrap-gallery.isotope-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px; /* mismo gap que p-l-25/p-r-25 */
  padding: 0 25px; /* mantiene el padding original */
  box-sizing: border-box;
}

/* 2) Cada item ocupa un tercio menos gaps */
.wrap-gallery.isotope-grid .item-gallery {
  flex: 0 0 calc((100% - 2 * 25px) / 3);
  height: 200px; /* fija altura idéntica para todos */
  position: relative;
  overflow: hidden;
}

/* 3) Imagen ocupa todo el contenedor y se recorta para ajustar */
.wrap-gallery.isotope-grid .item-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.95;
  transition: opacity 0.3s ease;
}

/* 2) Cuando pase el ratón la imagen recupera su opacidad normal */
.item-gallery:hover img {
  opacity: 1;
}
/* 1) Asegúrate de que el contenedor sea relativo */
.video-bg-container {
  position: relative;
  overflow: hidden;
  /* conserva tus paddings o modifícalos aquí si están muy grandes */
  padding-top: 80px !important;
  padding-bottom: 40px !important;
}

/* 2) Vídeo siempre sobre el fondo CSS */
.video-bg-container .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ponlo encima del background-image (que es parte del fondo del contenedor) */
  z-index: 0;
}

/* 3) Tu título y overlay encima del vídeo */
.video-bg-container .video-overlay {
  position: absolute;
  z-index: 1;
}
