.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    line-height: 55px;
}

.text-11 {
  /* font-size: 3.5rem !important; */
  font-size: 49px !important;
}


#header {
    max-height: 80px !important;
}

#header.header-effect-shrink .header-container {
    min-height: 80px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

#header .header-nav-main nav > ul > li {
    text-align: center;
    width: 150px;
}

#header .header-nav-main nav > ul > li > a {
    text-transform: inherit;
}

#header .header-nav-features:before, #header .header-nav-features:after {
    background: rgba(0, 0, 0, 1);
    content: none;
    width: 2px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0;
}


#header .lineav {
    padding-left: 0;
}

#header .header-nav-feature a {
    color: #000;
}

#header .header-nav-feature a:hover {
    color: #FF5000;
}

#header .header-container {
    box-shadow: 0px 3px 6px #0000001A;
}

#header .idiomas {
  padding-top: 2px;
}

#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li > a:before {
  background-color: #FFF;
}

h5 {
    font-size: 1em;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 7px 0;
    text-transform: inherit;
}

a:hover {
  color: #FF5000;
}

a:active, 
a:focus {
  color: #FF5000 !important;
}

.aviso_datos {
  text-decoration:underline;
  cursor: pointer;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

.btn-primary:focus:not(.bg-transparent), .btn-primary.focus:not(.bg-transparent) {
  background-color: #FF5000;
}

.img_home {
    padding: 0;
}

#captacion::before,
#newsletter::before,
#contacto::before,
#datos::before {
  content: "";
  display: block;
  height: 100px; /* Añadir espacio de 50px */
}


.img_home2,
.img_about_us,
.img_product {
    border-radius: 15px;
}

.pad_text_up {
  padding-top: 45px;
}

p {
    color: var(--default);
    line-height: 25px;
    margin: 0 0 30px;
    /* font-size: 1.3rem; */
    font-size: 16px;
}

.btn.btn-outline {
    width: 200px;
    border-radius: 10px;
}

.btn-outline.btn-primary {
    color: #000;
    background-color: #fff;
    background-image: none;
    border-color: #FF5000;
    font-size: 1rem;
}

.btn-outline.btn-primary:hover, .btn-outline.btn-primary.hover {
  color: var(--primary-inverse);
  background-color: #FF5000;
  border-color: #FF5000;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #FF5000;
    --bs-btn-border-color: #00ffff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-outline-primary {
    --bs-btn-color: #FFF;
    --bs-btn-bg: #FF5000;
    --bs-btn-border-color: #FF5000;
    --bs-btn-hover-color: #FF5000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #FF5000;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: #FFFFFF;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}

.btn.btn-outline.submit {
    width: 100%;
    font-weight: 400;
}

.texto_centrado_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.col-spacing {
  padding-right: 35px; /* Ajusta este valor según el espacio que desees */
}

.texto-blanco {
  color: #FFF;
}
.texto-blanco .h2 {
  color: #FFF;
}

.form-control {
    border-color: #FF5000;
    color: #000;
    font-style: italic;
}

.contact-form .form-control {
    border-color: #000;
    color: #000;
    font-style: italic;
}

.portfolio {
  margin: 0 auto;
}

.portfolio-list .portfolio-item {
    position: relative;
    margin-bottom: 15px;
    width:100%;
}

.portfolio .portfolio-item {
  width:100%;
}

.entry-summary {
  padding-top: 20px;
}

.youtube-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  border-radius: 1rem;
}

.youtube-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1rem;
}

.youtube-video2 {
  position: relative;
  width: 48%;
  height: 0;
  padding-bottom: 30%;
  border-radius: 1rem;
}

.youtube-video2 iframe {
  position: absolute;
  width: 98%;
  height: 88%;
  top: 0;
  left: 0;
  border-radius: 1rem;
}

.form-control::placeholder {
    color: #c9c9c9;
    opacity: 1; /* Firefox */
}
  
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #c9c9c9;
}

#email.form-control {
  background-color: #FFFFFF;
}

html .scroll-to-top {
  display: none;
}

#footer {
    padding-left: 0px;
    background-color: #000;
}

#footer .stay,
#footer .links,
#footer .footer-copyright {
  margin: 0 auto;
}

#footer .footer-copyright.footer-copyright-style-2 {
  background: #000;
  border-top: 0px solid rgba(255, 255, 255, 0.05);
}

.formulario p {
    color: #000;
}

#footer h2 {
    line-height: 35px;
    margin: 0;
}

#footer p {
    color: #fff;
}


#footer .footer-copyright p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}


#footer span {
  padding: 0 50px;
}

#footer a {
  color: #FFF !important;
}

#footer .footer-copyright a {
  padding: 0 50px;
  border-left: 1px solid #fff;
  color: #FFFFFF !important;
}

div:has(.copyright) {
    position: relative;
  }

.copyright {
    position: absolute;
    bottom: 0;
    right: -15px;
}

.portfolio-item img {
    border-radius: 15px;
}

.cat-izq {
  padding-right: 2rem;
}

.cat-der {
  padding-left: 2rem;
}

.square {
    height: 36px;
    width: 36px;
    border-radius: 5px;
    margin-right: 21px;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 91.66666667%; /* Ajusta esto según el tamaño que desees */
}

.video-container2 {
  position: relative;
  width: 50%;
  max-width: 91.66666667%; /* Ajusta esto según el tamaño que desees */
}

/* Estilo para el video */
video {
  width: 100%;
  height: auto;
}

#miVideo {
  width: 50%;
  padding: 0 7px;
}

/* Posiciona la imagen sobre el video */
.overlay-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2; /* Asegura que la imagen esté encima del video */
}

.portfolio-item {
    position: relative;
    float: left;
  }
  
  .portfolio-item .hoverImg {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
  
  .portfolio-item:hover .hoverImg {
    display: block;
  }

.fondo_home1,
.fondo_home2,
.fondo_home3 {
  position: relative;
  min-height: 550px;
}

.bloque {
  position:absolute; 
  top: 10%; 
  left: 8%;
}

@media (min-width: 1920px) {
  .container-fluid, .main {
      max-width: 1920px;
      margin: 0 auto; /* Para centrar el contenido */
  }
}


@media (max-width: 1200px) {
  #footer ul {
    display: flex;
  }

  #footer .footer-copyright a {
    padding: 0 35px;
    border-left: 1px solid #fff;
    color: #FFFFFF !important;
}

#footer span {
  padding: 0 10px;
}
}

@media (max-width: 1024px) {
  .text-11 {
    font-size: 2.5em !important;
  }

  #footer span {
    padding: 0 30px;
  }

  #footer a {
    padding: 0 45px;
    border-left: 1px solid #fff;
}
}

  
@media (min-width: 992px) {
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        color: #000000;
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-dark nav > ul > li:hover > a {
      color: #FF5000 !important;
    }

   
    #header .header-nav-main nav > ul > li > a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #000;
    }

    .btn.btn-outline {
      width: 220px;
      border-radius: 10px;
  }

  .cat-izq {
    padding-right: calc(var(--bs-gutter-x)* .5);
  }
  
  .cat-der {
    padding-left: calc(var(--bs-gutter-x)* .5);
  }

  #footer ul {
    display: block;
  }

  #footer span {
    padding: 0px;
  }

  #footer .footer-copyright nav ul li {
    padding: 0;
  }

  .copyright {
    right: 0;
  }


  #footer a {
    padding: 0;
    border-left: 0px;
  }

  #footer .footer-copyright a {
    padding: 0;
    border-left: 0px;
    color: #FFFFFF !important;
}

  .logo_foot.justify-content-center {
    justify-content: normal !important;
  }

  .legal-links {
    position: relative;
    display: block !important;
    width: 100%;
  }
  
}

@media only screen and (max-width: 768px) {

  #header .header-logo img {
    width: 75%;
  }
  .margen_foto_ancha {
    padding: 0 16.542px;
  }
  
   
  .related-products .col-spacing {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
  }

  .row.catalogo {
    margin-left: 0;
    margin-right: 0;
  }

  #miVideo {
    width: 100%;
    padding: 0 7px;
  }

  .logo_foot.justify-content-center {
    justify-content: normal !important;
  }

  .legal-links {
    position: relative;
    display: block !important;
  }

  #footer span {
    padding: 0px;
  }

  #footer .footer-copyright nav ul li {
    padding: 0;
  }

  #footer a {
    padding: 0;
    border-left: 0px;
  }

  .copyright {
    right: 0;
  }

  .top-0 {
    top: -35px !important;
  }

  .mtm-0 {
    margin-top: 0rem !important;
  }

  .mtm-4 {
    margin-top: 1.5rem !important;
  }

  .mbm-4 {
    margin-bottom: 1.5rem !important;
  }

  .pbm-0 {
    padding-bottom: 0rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .fondo_home1,
  .fondo_home2 {
      border-bottom-width: 16px;
      border-bottom-color: #FEFBF7;
      min-height: 450px;
  }

  .fondo_home3 {
      border-bottom-width: 16px;
      border-bottom-color: #FEFBF7;
      min-height: 650px;
  }

  .text-11 {
    font-size: 2.5em !important;
  }

  .bloque {
    position:absolute; 
    top: 7%; 
    left: 10%;
  }

  .youtube-video2 {
    position: relative;
    width: 97%;
    height: 0;
    padding-bottom: 60%;
    border-radius: 1rem;
    margin-left: 13px;
  }

  .youtube-video2 iframe {
    position: absolute;
    width: 98%;
    height: 89%;
    top: 0;
    left: 0;
    border-radius: 1rem;
  }
}

@media only screen and (max-width: 600px) {
  .fondo_home3 {
    border-bottom-width: 16px;
    border-bottom-color: #FEFBF7;
    min-height: 575px;
}

}

@media only screen and (max-width: 576px) {

.col-spacing {
  padding-right: 0;
  padding-left: 0;
}
}