
html,body {
    overflow-x:hidden;
    margin:0;
    padding: 0;
    font-family: "Lato" !important;
}

.container-fluid {
    padding: 0 !important;
    margin:0 !important;
}
header {
    position: absolute;
    z-index: 10;
    width: 100%;
}
.logo {
    float: right;
    margin-right: 50px;
}
header .logo-marca {
    padding-left: 50px;
    padding-top: 150px;
}
.footer1 .logo-marca {
    max-width: 150px;
}

.container-fluid {
    padding: 0;
    margin:0;
}

#hero .owl-nav {
    display: none;
}

#hero .owl-carousel .item {
    height: 500px;
    background-size: cover;
    background-position: center;
}

#hero .owl-carousel .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, transparent, white);
    pointer-events: none; /* Permite la interacción con contenido debajo del degradado */
}

#hero .carousel-block {
    position: absolute;
    top: 150px;
    left: 5%;
    border-radius: 8px;
    max-width: 600px;
    text-align: left;
    height: 250px;
    display: none;
}

#hero .carousel-block h2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    font-size:35px;
    padding-bottom: 20px;
    border-bottom: 3px dotted #ED1550;
    margin-bottom: 20px;
    display: inline-block;
}

#hero .carousel-block p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

#hero .carousel-block .btn {
    color: #fff;
    border: none;
    margin-top: 10px;
    border-radius: 15px;
    background-color: #e30613; 
    font-size: 15px; 
    transition: background-color 0.3s ease-in-out;
    padding: 8px 33px 8px 33px;
    min-width:100px;
    float: right;
}
#hero .carousel-block .btn:hover {
  background-color: #e30613 !important;
}


#hero .owl-carousel .owl-nav button.owl-prev,
#hero .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2rem;
    color: #fff;
}

#hero .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

#hero .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}
#hero .owl-carousel .owl-nav button.owl-prev:hover,#hero .owl-carousel .owl-nav button.owl-next:hover {
    background: none;
}

#hero .owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

#hero {
    border-bottom: 10px solid #e30613;
}

#hero .owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

#hero .owl-carousel .owl-dot span {
    width: 20px !important;
    height: 20px !important;
    background: #fff;
    display: block;
    border-radius: 50%;
    transition: background 0.3s ease;
}

#hero .owl-carousel .owl-dot.active span {
    background: #ED1550;
}
#hero .carousel-control-prev-icon {
    background-image: url(../images/arrow-left.png);
    width: 49px;
    height: 87px;
}
#hero .carousel-control-next-icon {
    background-image: url(../images/arrow-right.png);
    width: 49px;
    height: 87px;
}

#contenido {
    border:20px solid #e30613;
    background: #1F365A;
    color: #fff;
}
#contenido .imagen{
    border-right:20px solid #e30613 !important;
}

#productos {
    margin-top: 50px;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 100px;
    min-height: 600px;
}
#productos .head {
    text-align: center;
}
#productos .head h2 {
    border-bottom: 3px solid #ED1550;
    display: inline-block;
    margin-bottom: 40px;
}
#productos .item {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

#productos .item img {
    max-height: 200px;
    min-height: 200px;
    width: auto;
    margin: 0 auto;
}
#productos .item h3 {
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
}
#productos .item p {
    font-weight: normal;
    font-size: 12px;
    margin-top: 20px;
    padding: 0 20px;
}
#productos .item a.btn {
    border: 2px solid #e30613;
    border-radius: 10px;
    color: #e30613;
    padding: 8px;
    font-size: 13px;
    margin-top: 10px;
    text-transform: uppercase;
}
#productos .item a.btn:hover {
    background: #e30613;
    color: #fff;
}
.footer1 {
    margin-top: 50px;
    padding: 40px;
    background: #e30613;
    color: #fff;
}
.footer1 a {
    color: #fff;
}
.align-content-center {
    align-content:center;
}
footer {
    padding: 40px;
    background: #000;
    color: #fff;
    padding-bottom: 80px;
}

footer h3 {
    font-size: 20px;
    text-transform: uppercase;
}

footer a {
    font-size: 13px;
    color: #fff;
    display: block;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer p  {
    font-size: 13px;
    color: #fff;
    display: block;
}

#contacto {
    margin-top: 100px;
}
#contacto .head {
    text-align: center;
}
#contacto .head h2 {
    border-bottom: 3px solid #ED1550;
    display: inline-block;
    margin-bottom: 40px;
}
#contacto_form input {
    width: 100%;
    border-radius: 10px;
    border:1px solid #d4d4d4;
    margin: 10px 0;
    padding: 5px;
    font-size: 14px;
}
#contacto_form .button {
    margin-bottom: 20px;
    padding-bottom:20px;
    border-bottom: 3px dotted #ED1550;
    text-align: center;
}
#contacto_form .button button {
    border-radius: 15px;
    background: #1F365A;
    border:0;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
}
#contacto_form .button button:hover {
    opacity: .7;
}

@media (max-width: 768px) {

    .tabs img {
        width: 100%;
    }


    footer .col-6 {
        margin-bottom: 30px;
    }
    footer .last {
        margin-top: 30px;
    }
    header .logo-marca {
        max-width: 90%;
    }
    header .logo {
        max-height: 100px;
        float: right;
    }
    #hero .carousel-block {
      position: relative;
      top: 200px;
      right: unset;
      border-radius: 8px;
      width: 100%;
      text-align: left;
      height: 250px;
      padding: 20px;
    }
    #hero .owl-carousel .item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to bottom, transparent, white);
        pointer-events: none; /* Permite la interacción con contenido debajo del degradado */
    }
    #contenido p {
        font-size: 12px;
    }
    #tabs .row .item {
        margin-bottom: 30px;
    }
    #tabs {
        padding-bottom: 0 !important;
    }
    #tabs .head h2 {
        display: inline !important;
    }
    #tabs .head h3 {
        padding-top: 30px;
        font-size: 16px !important;
    }
}
footer ul {
    padding-left: 0 !important;
}

footer ul li {
    list-style: none;
    float: left;
}
footer ul li img {
    width: 35px;
    height: 35px;
}



#tabs {
    margin-top: 50px;
    padding-bottom: 50px;
}
#tabs .head {
    text-align: center;
}
#tabs .head h2 {
    border-bottom: 3px solid #ED1550;
    display: inline-block;
    margin-bottom: 10px;
}
#tabs .item {
    text-align: center;
}

#tabs .item img {
    max-height: 250px;
    width: auto;
    margin: 0 auto;
}

#tabs .head h3 {
    font-weight: normal;
    font-size: 20px;
}

#tabs .item h3 {
    font-weight: normal;
    font-size: 18px;
    margin-top: 20px;
}
#tabs .item a.btn {
    background: #ED1550;
    border-radius: 10px;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    margin-top: 10px;
    text-transform: uppercase;
}
#tabs .item a.btn:hover {
    background: #A9082F ;
}
#tabs .row {
    justify-content: center;
    padding: 20px;
}

#tabs .img-fluid:hover {
    zoom: 1.3;
}

#tabs .img-fluid {
  transition: transform 0.3s ease; /* Suaviza la transición */
}



.video-background {
  position: relative;
  width: 100%;
  height: 100vh; /* Ajusta la altura según sea necesario */
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Esto asegura que el video cubra completamente el div */
  transform: translate(-50%, -50%);
  z-index: -1; /* Hace que el video quede detrás del contenido */
}

#leadForm input,#leadForm select,#leadForm textarea {
    width: 100%;
    margin-bottom: 10px;
}
#leadForm button {
    background: #e30613;
    color: #fff;
    border-radius: 10px;
    border:0;
    padding: 10px;
    width: 150px;
}
#leadForm button:hover {
    background: #fff;
    color: #e30613;
    border:2px solid #e30613;
}