@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,

body{	

	font-family: "Montserrat", sans-serif;

	font-weight: 400;

	font-style: normal;

    color: #000;

    overflow-x: hidden;

}

.is-form-style.is-form-style-3 input.is-search-input,
.is-ajax-search-no-result{
  font-family: "Montserrat", sans-serif;
}



a,
button{

    -webkit-transition: all .5s linear;

    -moz-transition: all .5s linear;

    -ms-transition: all .5s linear;

    -o-transition: all .5s linear;

    transition: all .5s linear;

  text-decoration: none!important;

}


a:hover,
button:hover{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

p{
  font-size: 15px;
}

.bg-blanco{
  background: #ff8000;
  width: 100%;
  float: left;
  padding: 15px 0;
}

.bg-blanco a{
  text-align: right;
  width: 100%;
  font-size: 14px;
  display: block;
  color: #fff;
  font-weight: 500;
}


header{
/*  background: linear-gradient(to right, white 29%, #004da2 29%);*/
  width: 100%;
  float: left;
  position: relative;
}

header .bg-headerblanco{
  background: #fff;
  height: auto;
}


header .bg-headerblanco img{
  margin: 1rem auto 0;
  display: block;

}

header nav.navbar{
  padding: 7% 0 ;
  z-index: 1;
  width: 100%;
}

.menu{
  width: 100%;
  float: left;
}

header .nav-link{
	display: block;
	font-weight: 500;
  font-size: 18px;
  margin: 0 1rem;
  padding: 1rem 1rem !important;
  display: block;
  color: #000;
	border: none;
	cursor: pointer;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
	transition: background-color 0.3s ease, transform 0.3s ease;
  border-bottom: 2px solid #fff;

}

header .navbar-brand{
  /*background: #fff;*/

}


header .nav-link:hover,
header .nav-link.active{
  border-bottom: 2px solid;

}

.logo-img{
  width: 45%;
  display: block;
  margin: 0 auto;
}


a.dropdown-item {
    font-size: 13px;
    margin-bottom: 1rem;
}

.rentar a{
  position: absolute;
  background: #ff8000;
  margin-left: 15%;
  color: #fff;
  font-weight: 800;
  border-radius: 5px;
  padding: 15px !important;
  margin-top: -5px;
  border-bottom: 0!important;
  border:1px solid #ff8000!important;
}

.rentar a:hover{
  background: #fff;
  color: #ff8000;
}

.dropdown-item.active, 
.dropdown-item:active, 
.dropdown-item:hover{
  color: #004da2;
  background: transparent;
}



.slider-principal{
  width: 100%;
  float: left;
  background-color: #e0e0e0;
  position: relative;
}



.slider-principal .carousel{

  width: 100%;

  float: left;

}



.slider-principal .carousel .relativo{

  position: relative;

  width: 100%;

  float: left;

}

.slider-principal .carousel .texto{
  position: absolute;
  top: 35%;
  text-align: left;
  width: 30%;
  left: 10%; 
  border: 1px solid #fff;
  padding: 2rem ;
  z-index: 9;
}

.slider-principal .carousel .texto::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(10px);
    background: #ffffff66;
}



.slider-principal .carousel .texto h2{  
  text-align: left;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 0;
}



.slider-principal .carousel .texto p{  
  font-size: 35px;
  font-weight: 300;
}



.slider-principal .carousel .texto a{ 
  background: #004da2;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 1rem 4rem;
  border-radius: 10px;
  border: 1px solid #004da2;
  margin-top: 4rem;
  display: block;
  width: 40%;
  text-align: center;
}

.slider-principal .carousel .texto a:hover{ 
  background:transparent;
  border: 1px solid #004da2;
  color: #004da2;
}



.slider-principal .flickity-button svg{

  display: none;

}



.slider-principal .flickity-prev-next-button.previous{

  background:url(../img/FLECHA-IZQ.svg)no-repeat;

  background-size: 100%;

  left: 5%;

}



.slider-principal .flickity-prev-next-button.next{

  background:url(../img/FLECHA-DER.svg)no-repeat;

  background-size: 100%;

  right: 5%;

}

.slider-principal .flickity-page-dots{
  bottom: 25px;
}

.slider-principal .flickity-page-dots .dot{
  background: #004da2;
  border-radius: 0;
}

.slider-principal .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000006e;
  z-index: 0;
}

.destacada{
  height: 92vh;
  object-fit: cover;
  width: 100%;
}



.texto{
  position: absolute;
  bottom: 30%;
  width: 80%;
  margin: 0 10%;
  display: block;
  z-index: 9;
}

.texto h2{
  text-align: center;
  font-weight:500 ;
  font-family: "Anton", sans-serif; 
  color: #fff;
  font-size: 70px;
}


.texto h2 span{
  color: #ff8000;
}


.texto h3{
  text-align: center;
  font-weight:400 ;
  color: #fff;
  font-size: 25px;
  width: 50%;
  margin: 0 auto;
}

.texto a{
  background: #ff8000;
  color: #000;
  border-radius: 2px;
  text-align: center;
  padding: 8px 15px;
  margin: 0 auto;
  display: block;
  width: 20%;
  font-size: 16px;
  margin-top: 4rem;
}

.texto2{
  position: absolute;
  bottom: 5%;
  width: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 0 4rem;
  z-index: 9;

}

.slider-principal hr {
    position: absolute;
    bottom: 20%;
    opacity: 1;
    height: 1px;
    z-index: 9;
    width: 100%;
    border-top: 1px solid #fff;
}


footer{
  float: left;
  width: 100%;
  background: #fff;
}

.redes ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    float: right;
}

.redes {
  position: fixed;
  top: 65%;
  right: 1%;
  z-index: 999;
  padding: 1rem;
  border-radius: 10px;
  float: right;
  width: 80px;
}

.redes a:hover {
    transform: scale(1.1);
}

.redes a {
    margin-bottom: .5rem;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.redes a img{
  width: 100%;
}

#video-float {
  position: fixed;
  bottom: 7%;
  right: 20px;
  width: 220px;
  height: 110px;
  cursor: pointer;
  z-index: 1050;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

#video-float video {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.modal video{
  height: 80vh;
}

.modal .btn-close{
  z-index: 9;
}

.bg-negro-home{
  width: 100%;
  float: left;
  background: #000;
  padding: 8rem 0;
}

.bg-negro-home h2{
    font-weight: 500;
    font-family: "Anton", sans-serif;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 3rem;
}

.bg-negro-home h2 span{
  color: #ff8000;
}

.bg-negro-home a {
    background: #ff8000;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 8px 15px;
    display: block;
    width: 100%;
    font-size: 16px;
    margin-top: 4rem;
}

.servicios-especializados{
  width: 100%;
  float: left;
  background: #ededed;
  padding: 8rem 0;
}

.servicios-especializados h2{
    font-weight: 500;
    font-family: "Anton", sans-serif;
    color: #000;
    font-size: 50px;
}

.servicios-especializados a{
  background: #ff8000;
  border-radius: 2px;
  text-align: center;
  padding: 8px 15px;
  margin: 4rem auto 0;
  display: block;
  width: 30%;
  font-size: 14px;
  margin-top: 0rem;
  color: #000;
  float: left;
  z-index: 9;
  position: relative;
}



#hover-img-preview {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 300px;
  height: auto;
  display: none;
  z-index: 9999;
  pointer-events: none;
}

#hover-img-preview img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.servicio-titulo {
  position: relative;
  width: 100%;
}

.servicio-hover-img {
  position: absolute;
  right: 50px; /* Ajusta según el ancho de tu imagen */
  top: 40%;
  transform: translateY(-50%);
  display: none;
  z-index: 10;
  pointer-events: none; /* para no bloquear el hover */
  transition: opacity 0.3s ease;
}

.servicio-hover-img img {
  width: 220px;
  height: 90px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

/* Mostrar la imagen al hacer hover en el título */
.servicio-titulo:hover .servicio-hover-img,
.accordion-button:not(.collapsed) .servicio-hover-img {
  display: block;
}

.accordion{
  background: transparent;
  --bs-accordion-border-color:#ff9400;
}

.titaco{
  color: #000;
  font-size: 18px;
  font-family: "Montserrat", sans-serif!important;
  font-weight: 400!important;
  padding: 1rem;
}

.titaco:hover,
.servicio-titulo:hover .titaco,
.accordion-button:not(.collapsed) .titaco{
  font-weight: 700!important;
}

.accordion-button:not(.collapsed){
    background-color: transparent;
}

.accordion p{
  font-size: 14px;
  color: #000;
}

.accordion-item {
    border: 1px solid #ff9400;
}

.accordion{
  --bs-accordion-border-radius:0px;
  --bs-accordion-bg:transparent;
  --bs-accordion-active-bg:#141414;
  --bs-accordion-active-color:#141414;
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(255, 148, 0, 0);
}

.accordion-button::after{
  background-image: url(../img/flecha.svg);
}

.accordion-button:not(.collapsed)::after{
  --bs-accordion-btn-icon-transform: rotate(90deg);
  background-image: url(../img/flecha.svg);
}

.accordion-item{
  border:0;
  border-top: 1px solid #ff9400;
  border-bottom: 1px solid #ff9400;
}

.img-trailer{
  object-fit: contain;
}

.mis-marcas{
  padding: 1rem 0;
  width: 100%;
  float: left;
  background: #000;
}

.flickity-slider-marcas {
  margin: 1rem 0;
}

.flickity-slider-marcas .carousel-cell {
  width: 17%; 
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 120px;
}

.flickity-slider-marcas .carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.flickity-slider-marcas .carousel-cell img:hover {
  transform: scale(1.05);
}

.capacidad{
  width: 100%;
  float: left;
  background: #ff9400;
  padding: 8rem 0;
}

.capacidad h2{
    font-weight: 500;
    font-family: "Anton", sans-serif;
    color: #000;
    font-size: 50px;
}

.capacidad a.cotizar{
  background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%);
  border-radius: 2px;
  text-align: center;
  padding: 8px 15px;
  margin: 0 auto;
  display: block;
  width: 30%;
  font-size: 14px;
  margin-top: 4rem;
  color: #000;
  float: right;
}

.capacidad a{
  background: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 8px 15px;
  margin: 0 0 4rem 0 ;
  display: block;
  width: 40%;
  font-size: 14px;
  margin-top: 4rem;
  margin-bottom: 10rem;
  color: #000;
  float: left;
}


.capacidad p{
  color: #000;
  font-size: 15px;
}

.capacidad .contenido{
  position: relative;
  width: 100%;
  float: left;
}

.capacidad img{
  border-radius: 10px;
}

.capacidad .circulo-naranja{
  border-radius: 50%;
  background: #000;
  width: 120px;
  padding: 2rem;
  height: 120px;
  position: absolute;
  top: -10%;
  right: 5%;
  font-size: 35px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-family: "Anton", sans-serif;
  line-height: 40px;
  z-index: 99;
}

.capacidad .circulo-naranja span{
  color: #fff;
}

.scroll-section {
  width: 100%;
}

.scroll-img-zoom {
  width: 100%;
  opacity: 0;
  transform: scale(0.95);
  transition: transform 1.2s ease-out, opacity 1.2s ease-out;
}

.scroll-img-zoom.visible {
  width: 100%;
  opacity: 1;
  animation: zoomPulse 2.5s ease forwards;
}

@keyframes zoomPulse {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.07);
  }
  80% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

.sectores{
  width: 100%;
  float: left;
  padding: 6rem 0 8rem;
}

/* Estilos para el slider */
.sectores .flickity-slider-sector {
  display: flex;
  gap: 20px;
  overflow: hidden;
  width: 100%;
  float: left;
  padding: 4rem 0;
}

.sectores .flickity-slider-sector  .flickity-viewport{
  width: 100%;
  float: left;
}

/* Cada celda del carousel */
.sectores .carousel-cell {
  width: 25%; /* Se ajusta el tamaño */
  flex: 1 0 25%; /* Mostrar entre 3 a 4 celdas por vez */
  box-sizing: border-box;
}

/* Contenedor del contenido */
.sectores .carousel-content {
  text-align: center;
  padding: 10px;
  background-color: #ff9400; /* Fondo naranja */
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.sectores .carousel-cell {
  width: 20%; 
  padding: 10px;
  box-sizing: border-box;

  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 335px;
}

/* Imagen destacada */
.sector-image {
  width: 100%;
  height: 200px; /* Ajuste fijo de altura */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover; 
}

.sector-image img {
  width: 100%;
  height: 240px;
  object-fit: cover; /* Ajusta la imagen para que cubra el área */
  border-radius: 10px;
  margin-bottom: 2rem;
}

/* Título del post */
.sector-title {
  font-size: 17px;
  color: black;
  margin-top: 10px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 4rem;
}

.sectores h4{
  font-size: 30px;
  margin-top: 2rem;
  position: relative;
  width: 100%;
  padding: 3rem 0 5rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.sectores h4::after{
  position: absolute;
  display: block;
  content: "";
  border-left: 1px solid #000;
  height: 100%;
  right: 0;
  top: 0;
}

.sectores p{
  font-size: 15px;
}

.flickity-prev-next-button {
    top: 95%;
    width: 40px;
    height: 40px;
}

.flickity-button{
  height: 40px;
  width: 40px;
  border-radius: 0;
}

.sectores .flickity-prev-next-button.previous{
  left: 92%;
}

.sectores svg.flickity-button-icon{
  /*display: none;*/
}
/*
.sectores button.flickity-button.flickity-prev-next-button.previous{
  background: url(../img/flecha-slider.svg)no-repeat;

}


.sectores button.flickity-button.flickity-prev-next-button.next{
  background: url(../img/flecha-slider.svg)no-repeat;

}*/

.flickity-button-icon{
  fill:#ff9400;
}

footer{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 4rem 0 0 0;
}

footer a{
  font-size: 16px;
  width: 100%;
  float: left;
  color: #000;
  margin-bottom: 2rem;
}

footer p{
  font-size: 14px;
  padding: 1rem 0;
}

footer ul.footer-redes{
  padding: 0;
  display: flex;
  list-style: none;
}

footer .menu-footer{
  list-style: none;
}

footer .menu-footer a{
  color: #000;
  margin-bottom: 1rem;
  font-size: 16px;
}

footer hr{
  opacity: 1;
}

footer a:hover,
footer .menu-footer a:hover{
  color: #ff9400;
}

footer ul a:hover svg{
  fill:#ff9400;
}


a {
  transition: transform 0.3s ease-in-out;
}

a:hover {
  transform: scale(1.02);
}

article{
  width: 100%;
  float: left;
}

.pagina-conocenos{
  width: 100%;
  float: left;
  background: #ededed;
}

.pagina-conocenos .content{
  padding: 8rem 4rem;
  height: 100%;
}

.pagina-conocenos h2{;
  color: #ff9400;
  margin-bottom: 5%;
  margin-top: 30%;
  font-size: 60px;
  font-weight: 700;
}


.pagina-conocenos p{;
  color: #000;
  font-size: 15px;
}

.pagina-conocenos img.animate__animated.animate__bounceInLeft.wp-post-image {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}

.img-servicios{
  width: 100%;

}

.bg-gris.servicio{
  width: 100%;
  float: left;
}

.overlay-negro{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000006e;
}

.fondo-mision{
  padding: 15rem 0 0;
  width: 100%;

  float: left;
}

.fondo-mision p{
  width: 100%;
  float: left;
  font-size: 15px;
}

.elevamos{
  background: url(../img/elevamos-suenos-construimos-futuro.png)no-repeat;
  background-size: 100%;
  width: 100%;
  float: left;
  padding:50% 0 5%;
  margin-top: -2rem;
  min-height: 950px;
  position: relative;
}

.elevamos h3{
  font-weight: 700;
  color: #ff9400;
  margin-bottom: 2rem;
} 

.elevamos p{
  color: #000;
  font-size: 15px;
} 

.elevamos .cuadro-blanco{
    padding: 4rem;
  background: #fff;
  min-height: 270px;
}

.elevamos .informacion{
  position: absolute;
  width: 100%;
  float: left;
  bottom: 5%;
}

.certificacion{
  padding: 10rem 0;
  width: 100%;

  float: left;

}

.certificacion .anios{
  font-size: 15px;
  padding: 2rem 0 ;
}


.category-servicios .contenido{
  position: absolute;
  top:35%;
  width: 100%;
}

.category-servicios .contenido a{
  font-size: 15px;
  color: #fff;
  width: 100%;
  float: left;
  margin-bottom: 2rem;
  font-weight: 700;
  margin-left: 2rem;
}

.category-servicios h2{
  font-size: 60px;
  font-weight:500 ;
  font-family: "Anton", sans-serif; 
  color: #fff;
  text-align: center;
  margin-top: 15%;
}

.category-servicios h2 span{
  color: #ff9400;
}

.servicios-descripcion{
  padding: 4rem 0;
  width: 100%;
  float: left;
}

.tabs-servicios .nav-link {
  color: #747272;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  width: 100%;
  text-align: left;
  font-size: 15px;
  margin-bottom: 2rem;
}

.tabs-servicios .nav-link.active {
  background-color: #fff;
  color: #000;
  font-weight: 800;
}

.tabs-servicios .servicio-titulo {
  font-weight: 500;
  text-align: left;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  margin-bottom: 3rem;
}

.tabs-servicios  a{
  background: linear-gradient(to right, #ff9400 40%, rgba(255, 148, 0, 0) 100%);
  border-radius: 2px;
  text-align: center;
  padding: 8px 15px;
  display: block;
  width: 20%;
  font-size: 14px;
  margin: 4rem 0;
}

.tabs-servicios  a svg{
  margin-right: 1rem;
}


.bg-proyectos{
  background: #fff;
  padding: 2rem 0;
  float: left;
  width: 100%;
}

.bg-proyectos h1{
  color: #000;
  font-weight:500 ;
  font-size: 35px;
  font-family: "Anton", sans-serif; 
}

.bg-proyectos hr{
  opacity: 1;
}

.bg-proyectos p{
  color: #000;
}

.contacto .bg-blanco{
  /*background: #000;*/
}

.contacto .bg-blanco a{
  color: #fff;
}

.contacto header .nav-link{
}

.bg-contacto{
  width: 100%;
  float: left;
  padding: 0 0 6rem;
}

.content-contacto{
  width: 100%;
  float: left;
  position:relative;
}

.content-contacto .linea-naranja{
  position: absolute;
  border: 70px solid #ff9400;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.content-contacto .info{
  padding-top: 40%;
  width: 100%;
  float: left;
  color: #000;
}

.content-contacto .info a{
  color: #000;
}

.content-contacto .info a:hover{
  color: #ff9400;
}

.masdetalles{
  width: 100%;
  float: left;
  padding: 6rem 0;
}


.masdetalles h4{
  font-size: 30px;
}
.masdetalles hr{  
  margin-bottom: 4rem;
  opacity: 1;
}

.degradado{
  background: 
     radial-gradient(at top left, #030406 0%, transparent 50%),
     radial-gradient(at top right, #ffc300 0%, transparent 50%),
     radial-gradient(at bottom right, #010100 0%, transparent 50%),
     radial-gradient(at bottom left, #ffa400 0%, transparent 50%);
   background-color: #000; /* Fondo base neutro oscuro */
   background-blend-mode: lighten;
   background-size: cover;
  padding: 10%;
}

.degradado h3{
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 800;
}

.degradado form{
  width: 100%;
  font-size: 14px;
}

.degradado span.wpcf7-form-control-wrap input,
.degradado span.wpcf7-form-control-wrap textarea{
  width: 100%;
  display: block;
  float: left;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.degradado form br {
    display: none;
}

.degradado span.wpcf7-form-control-wrap textarea{
  width: 100%;
  display: block;
  float: left;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.degradado .wpcf7-submit  {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  background: linear-gradient(to right, white 40%, rgba(255, 148, 0, 0) 100%);
  border-radius: 0;
  text-align: left;
  font-size: 14px;
  position: relative;
}

.submit-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
}

.submit-wrapper::after {
 content: "";
 display: block;
 position: absolute;
 top: 24%;
 right: 2%;
 transform: translateY(-50%);
 width: 20px;
 height: 20px;
 background: url(../img/flecha.svg) no-repeat center center;
 background-size: contain;
 pointer-events: none;
}


.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
  color: #fff;
}

.pgc-sgb-cb.wp-block-pgcsimplygalleryblock-grid {
    margin: 10rem 0 6rem;
}

/* Scrollbar para Chrome, Edge y Safari */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f2f2f2; /* fondo de la pista */
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #ff9400; /* color del "pulgar" */
  border-radius: 6px;
  border: 3px solid #f2f2f2; /* para dar efecto de espacio alrededor */
}

::-webkit-scrollbar-thumb:hover {
  background: #e07e00; /* color cuando pasa el mouse */
}

/* Scrollbar para Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #ff9400 #f2f2f2;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 2;
}

.video-play-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%) scale(1.05);
}


.category{
  width: 100%;
  float: left;
}

.category h1{
    font-weight: 500;
    font-family: "Anton", sans-serif;
    color: #000;
    font-size: 50px;
    text-align: center;
    margin-bottom: 3rem;
}

.category h1 span{
  color: #ff8000;
}

.category h3 p{
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-bottom: 3rem;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 2rem;
  float: right;
  padding: 1rem 0;
}

.page-numbers {
  display: flex;
  align-items: end;
  transition: transform 0.3s ease;
}

.page-numbers:hover {
  transform: scale(1.2);
}

.page-numbers:not(.prev):not(.next) {
  display: none;
}

.page-numbers svg {
  fill: #ff8000; /* Puedes cambiar a blanco o el color de tu theme */
  width: 35px;
  height: 35px;
}
 
.category-rentar img {
  transition: transform 0.3s;
}

.category-rentar img:hover {
  transform: scale(1.05);
}


.category .degradado{
  width: 100%;
  padding: 5%;
  float: left;
}

.category-servicios .degradado h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-top: 0;
    font-family: "Montserrat";
    margin-bottom: 2rem;
}

.category-servicios .degradado h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.category-servicios .degradado a {
    background: #fff;
    color: #000;
    border-radius: 2px;
    text-align: center;
    padding: 8px 15px;
    display: block;
    width: 100%;
    font-size: 16px;
    margin-top: 0;
}

a.categoria{
  font-size: 16px;
  float: left ;
  margin-left: 5px;
}

.single p.bread{
  font-size: 16px;
  float: left;
  margin-left: 5px;
  color: #fc7d00;
}

.single p span{
  color: #000;
}

.producto-interna .contenido{
  margin-top: 5rem;
}

.producto-interna .contenido  svg{
  margin: 0 auto;
  display: block;
}

.producto-interna .contenido p {
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 24px;
}

.producto-interna .contenido hr{
  opacity: 1;
}

.formulario{
  padding: 4rem;
  background: #ededed;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.formulario h3{
  color: #ff7b0a;
  text-align: center;
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 2rem;
}

.formulario input,
.formulario textarea{
  font-size: 16px;
  resize: 0;
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
  padding: 10px;
  color: #000;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  resize: none;
}

.formulario label{
  font-size: 16px;
  padding: 10px 10px  0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.formulario input.wpcf7-form-control.wpcf7-submit.has-spinner{
  background: #ff9400;
  width: 50%;
  text-transform: uppercase;
  border: 0;
  position: relative;
}


.post-navigation{
  text-align: right;
}

.post-navigation a{
  font-size: 18px;
  font-weight: 500;
  margin-right: 5rem;
}

.sticky-container {
  position: relative;
}

.sticky-image {
  position: sticky;
  top: 100px; /* Ajusta según el alto de tu header */
  z-index: 2;
}




@media (max-width: 767px){

  .container-fluid.p-0{

    padding-right: calc(var(--bs-gutter-x) * .5)!!important;
    padding-left: calc(var(--bs-gutter-x) * .5)!important;
  }

  .bg-proyectos h1,
  .bg-proyectos p{
    text-align: center;
  }

  .producto-interna .contenido p {
      margin-bottom: 0;
      margin-top: 6px;
      font-size: 18px;
  }

  .rentar a {
      position: relative;
      background: #ff8000;
      margin-left: 0;
      color: #fff;
      font-weight: 800;
      border-radius: 5px;
      padding: 15px !important;
      margin-top: -5px;
      border-bottom: 0 !important;
      border: 1px solid #ff8000 !important;
  }

  .bg-blanco a {
      font-size: 12px;
  } 

  .bg-blanco a svg{
      width: 12px;
  } 

  .texto h2 {
      font-size: 45px;
  }

  .logo-img {
    width: 40%;
    margin: 0 30%;
  }

  .menu {
    margin-top: 0;
    position: relative;
    margin-bottom: 0rem;
}

  header .nav-link{
    color: #000;
    text-align: center;
  }

  header .navbar-brand {
      width: 100%;
      display: block;
  }

  button.navbar-toggler{
    float: right;
    margin-top: 5rem;
    z-index: 9;
    position: relative;
  }

  .texto h3 {
      font-size: 20px;
      width: 100%;
  }

  .texto {
    bottom: 30%;
  }

  .texto a {
    width: 100%;
  }

  .texto2,
  .servicios-especializados h2 {
      text-align: center;
      font-size: 45px;
  }

  #video-float {
      right: 10px;
      width: 130px;
      height: 75px;
  }

  .servicios-especializados a{
    margin: 0 30%;
    display: block;
  }

  .servicios-especializados a.cotizar {
      margin: 5% 30% 25%;
      width: 40%;
      float: right;
  }

  .accordion {
      margin-top: 4rem;
  }

  .servicio-titulo:hover .servicio-hover-img, 
  .accordion-button:not(.collapsed) .servicio-hover-img{
    display: none;
  }

  .accordion p,
  .capacidad p{
    text-align: center;
  }

  .mis-marcas .carousel-cell{
    width: 50%;
  }

  .capacidad h2{
    font-size: 45px;
    text-align: center;

  }

  .capacidad a{
    width: 50%;
    margin: 2rem 25%;
  }

  .capacidad .contenido {
    padding: 4rem 0;
  }

  .capacidad .circulo-naranja {
      width: 90px;
      height: 90px;
      font-size: 20px;
      line-height: 24px;
  }

  .sectores h4,
  .sectores p{
    text-align: center;
  }

  .sectores .carousel-cell{
    width: 50%;
  }

  .sectores .flickity-prev-next-button.previous {
      left: 2%;
  }

  footer a{
    text-align: center;
  }

  footer ul.footer-redes {
      padding: 0;
      display: flex
  ;
      list-style: none;
      margin: 0 35%;
  }

  footer p {
      font-size: 12px;
      text-align: center;
  }

  .pagina-conocenos h2 {
      font-size: 35px;
      text-align: center;
      margin-top: 5%;
  }

  .pagina-conocenos p{
    text-align: center;
  }

  .fondo-mision {
      padding: 7rem 0 0;
      text-align: center;
  }

  .elevamos .informacion {
      position: relative;
  }

  .elevamos .cuadro-blanco{
    text-align: center;
  }

  .certificacion {
      padding: 0;
      text-align: center;
  }

  .contenido.reveal-child{
    display: none;
  }

  .accordion-servicios .accordion-button:not(.collapsed){
    background-color:transparent;
  }

  .accordion-servicios p{
    color: #000;
  }


  .accordion-servicios h2{
    margin-top: 0;
  }

  .accordion-servicios button {
      font-size: 22px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      margin-top: 0;
  }

  .accordion-servicios {
    margin-top: 0;
  }

  .accordion-servicios a {
          background: linear-gradient(to right, #ff9400 40%, rgba(255, 148, 0, 0) 100%);
          border-radius: 2px;
          text-align: center;
          padding: 8px 15px;
          display: block;
          width: 100% !important;
          font-size: 14px;
          margin: 4rem auto;
      }

  .servicio-imagen.mt-4 {
      margin-bottom: 4rem;
  }

  .bg-negro h1,
  .bg-negro p{
    text-align: center;
  }

  .content-contacto .info {
      padding-top: 10%;
      width: 100%;
      float: left;
      color: #000;
      text-align: center;
  }

  .content-contacto .linea-naranja {
      position: absolute;
      border: 2px solid #ff9400;
      bottom: 0;
      z-index: -1;
      width: 100%;
  }

  .masdetalles h4 {
      font-size: 20px;
      text-align: center;
  }

  .degradado h3 {
      color: #fff;
      font-size: 18px;
      text-align: center;
      margin-bottom: 2rem;
  }

  .degradado span.wpcf7-form-control-wrap input, 
  .degradado span.wpcf7-form-control-wrap textarea {
      font-size: 12px;
  }

  .degradado .wpcf7-submit{
    color: #000;
    text-align: center;
    width: 100% ;
  }

}