#videoElement {
    pointer-events: none; /* Disable any interaction with the video */
}


html,
body {
    overflow-x: hidden;
    /* Hides the horizontal scroll */
    margin: 0;
    /* Ensure there's no default margin that causes overflow */
    padding: 0;
    /* Ensure no padding causes overflow */
    width: 100%;
    /* Ensure the width is 100% */
}

.pogoSlider-nav-btn {
    background: #fff;
}

.btn {
    font-size: 1rem;
    padding: 0.75rem 2rem;
}

.container-fluid-section-service {
    margin-top: 0;
}
  
.no-gutters-service {
    margin-right: 0;
    margin-left: 0;
}

.btn-dark {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; 
}

.pogoSlider-nav-btn--selected {
    background: #ffcc00 !important;
}

.pogoSlider--navBottom .pogoSlider-nav {
    bottom: 35px;
}

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
    display: none;
}

.slide_text h3 {
    font-size: 80px;
    font-weight: 250;
    line-height: normal;
    text-transform: none;
    font-family: 'League Spartan', sans-serif;
    letter-spacing: 2px;
    /* Adjust the space between letters */
    word-spacing: 5px;

}

/* Banner section */
.ulockd-home-slider {
    position: relative;
    z-index: 1;
    /* Set lower z-index so the menu stays on top */
    margin-top: 100px;
}

.slide_text h3 strong {
    font-size: 30px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    /* Adjust the space between letters */
    word-spacing: 5px;

}

.slide_text h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.slide_text p {
    color: #f2184f;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

.ulockd-home-slider {
    float: left;
    width: 100%;
}


.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more {
    color: #fff !important;
}

/* Existing styles for .slide_text */
.slide_text {
    margin-top: 250px;
    background-color: rgba(0, 0, 0, 0.7);
    width: fit-content;
    padding: 2%;
    border-radius: 10px;

}

/* Existing styles for .start_exchange_bt */
.start_exchange_bt {
    border-radius: 10px;
    color: #000;
    padding: 7px 25px;
    float: left;
    width: 220px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    background-color: #ffcc00;
}

.env_video {
    width: 100%;
    height: auto;
    display: block;
}

.layout_padding {
    padding-top: 75px;
    padding-bottom: 75px;
}

.full {
    float: left;
    width: 100%;
}

.paddding_left_15 {
    padding-left: 15px;
}

.heading_main {
    float: left;
    display: flex;
    margin-bottom: 45px;
    width: 100%;
    justify-content: center;
}

.heading_main.text_align_left {
    justify-content: flex-start;
}

.theme_color {
    color: #ffcc00;
    font-size: 45px;
}

.theme_color::after {
    width: 250px;
    height: 8px;
    background: #ffcc00;
    content: "";
    display: block;
    transform: skew(-30deg);
    margin-top: 3px;
}

.main_bt.transparent {
    background: transparent;
    border-color: #fff;
    color: #fff;
    cursor: pointer;
}

.main_bt {
    width: 195px;
    height: 55px;
    float: left;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    margin-top: 10px;
    background: #000;
    font-weight: 500;
    color: white;
    border-radius: 10px;

}

.main_bt:hover {
    color: #ffcc00;
    text-decoration: none;
}

.p-text {
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
    text-justify: auto;
}

.layout_padding_advantages {
    padding-top: 1%;
    padding-bottom: 5%;
}

.img-advantages {
    text-align: center;
}

.img-responsive {
    max-width: 50%;
}

.section-advantages {
    border: 2px solid black;
    border-color: grey;
    border-radius: 10px;
    padding: 1% 1% 1% 1%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);

}


.img-advantages h4 {
    font-size: 30px;
    letter-spacing: -0.5px;
    font-weight: bold;
    padding: 0;
    margin-top: 5%;
    font-family: 'Raleway', sans-serif;
    position: relative;
    color: black;
    margin-bottom: 4%;
}

.img-advantages p {
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;

}

.title-advantages h4 {
    color: black;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.custom-border {
    border-left: 2px solid transparent;
    /* The initial border setup */
    border-image: linear-gradient(to bottom, transparent 0%, rgb(216, 215, 215) 25%, rgb(218, 215, 215) 30%, transparent 100%);
    border-image-slice: 1;
    /* Ensures the gradient is applied as a border */
}

.video-row {
    padding-top: 20px;
    padding-bottom: 20px;
}


.servicios-btn {
    border-radius: 10px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 55px;
    float: left;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    margin-top: 10px;
    background: #27a2cc;
    font-weight: 500;
    color: white;
}

.section-home {
    margin: 0;
    /* Removes all margin */
    padding: 0;
    /* Removes all padding */
    border: none;
    /* Removes any borders */
    outline: none;
    /* Removes any outlines */
    box-shadow: none;
    /* Removes any shadow effects */
    background: none;
    /* Removes any background color/image */
    width: 100%;
    /* Sets the width to full container */
    height: auto;
    /* Ensures the height adjusts based on content */
    height: 100vh;
}

/* Default for mobile and smaller screens */
.video-background {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
}

video {
    object-fit: cover;
    /* Ensure the video covers the entire background */
    width: 100%;
    height: 100%;
    position: absolute;
}

.content {
    z-index: 1;
    /* Content appears above the video */
    color: #fff;
}

.custom-button {
    position: absolute;
    bottom: 10%;
    /* Adjust the button positioning from the bottom */
    left: 53%;
    bottom: 20%;
    transform: translateX(-50%);
    padding: 15px 30px;
    background-color: black;
    color: white;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 40px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    align-items: center;
    justify-content: center;
}

.custom-button:hover {
    background-color: #ffcc00;
    /* Change button color on hover */
    color: black;
}

.video-logistica{
    width: 100vw;
    overflow: hidden;
    padding-top: 5%;
    margin-bottom: 5%;
    display: flex; /* Enables Flexbox */
    justify-content: center; /* Centers horizontally */
    height: 100%; /* Make sure the container takes up the full height */
}
.video-logistica video{
    width: auto; /* Keeps the natural width of the video */
    height: auto; /* Keeps the natural height of the video */
    max-width: 90%; /* Ensures video does not overflow the container's width */
    max-height: 100%; /* Ensures video does not overflow the container's height */
}

.col-logistica{
    display: flex;
    justify-content: center; /* Horizontally center the content of the column */
    text-align: center; /* Center text for any text directly inside the column */

}

.text-logistica{
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-size: 30px;
    padding-left: 20%;
    padding-right: 10%;
}

.materia-prima-section {
    background-color: #ffcc00;
    padding-top: 2%;
    padding-bottom: 2%;

}

.materia-prima-section h2 {
    color: white;
    font-family: 'League Spartan', sans-serif;
    font-size: 60px;
    font-weight: 700;
}

.materia-prima-section p {
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: 5%;
    padding-right: 2%;

}

.materia-prima-dos-section {
    background-image: url(../images/02_banner_inicio.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 0;
    position: relative;
}

.materia-prima-dos-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(65, 64, 64, 0.5); /* Adjust the RGB values and opacity for the desired overlay color */
    z-index: 1; /* Ensure the overlay stays above the background */
}

.materia-prima-dos-section h3 {
    color: white;
    font-family: 'League Spartan', sans-serif;
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 2; /* Ensure the text is above the overlay */
    color: #ffffff;
    margin: 0;
}


/*------------------------------------------------------------------- Responsive Page-------------------------------------------------------------------------------*/

/* For larger screens, reduce height */
@media (min-width: 1200px) {
    .video-background {
        padding-bottom: 40%;
        /* Smaller height for large screens */
    }
}

@media (min-width: 1600px) {
    .video-background {
        padding-bottom: 30%;
        /* Even smaller height for extra-large screens */
    }
}


/* Responsive of Banner START */

@media (min-width: 1400px) and (max-width: 2100px) {

    .slide_text {
        margin-top: 350px;
        margin-left: 50px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .slide_text {
        margin-top: 250px;
        margin-left: 50px;
    }

    .slide_text h3 {
        font-size: 50px;
    }

    .slide_text h3 strong {
        font-size: 20px;
    }

    .custom-button {
        font-size: 30px;
    }

    .text-logistica{
        font-size: 21px;
    }

    .materia-prima-section h2{
        font-size: 45px;
    }

    .materia-prima-section p{
        font-size: 28px;
        padding-left: 1%;
        padding-right: 1%;
        text-align: center;
    }

    .materia-prima-dos-section{
        height: 300px; /* Optionally, set the height to fill the full viewport height */
    }

    .materia-prima-dos-section h3{
        font-size: 60px;
        width: 100%;
        padding-left: 3%;
    }

}

/* only small desktops */
/* tablets */
@media (min-width: 992px) and (max-width: 1200px) {
    .slide_text {
        margin-top: 250px;
    }

    .slide_text h3 {
        font-size: 60px;
    }

    .slide_text h3 strong {
        font-size: 25px;
        width: 150px;
    }

    .custom-button {
        font-size: 30px;
    }

    .text-logistica{
        font-size: 19px;
    }

    .materia-prima-section h2{
        font-size: 45px;
    }

    .materia-prima-section p{
        font-size: 25px;
        padding-left: 1%;
        padding-right: 1%;
        text-align: center;
    }

    .materia-prima-dos-section{
        height: 220px;
    }

    .materia-prima-dos-section h3{
        font-size: 60px;
        padding-left: 2%;
        padding-right: 2%;
    }


}

@media (min-width: 769px) and (max-width: 992px) {
    .slide_text {
        margin-top: 200px;
    }

    .slide_text h3 {
        font-size: 40px;
    }

    .slide_text h3 strong {
        font-size: 20px;
    }

    .start_exchange_bt {
        font-size: 15px;
        width: 160px;
    }

    .custom-button {
        font-size: 25px;
    }
    .text-logistica{
        font-size: 14px;
    }
    .video-logistica video{
        height: 100%;
        width: 90%;
    }

    .materia-prima-section h2{
        font-size: 35px;
    }

    .materia-prima-section p{
        font-size: 20px;
        padding-left: 1%;
        padding-right: 1%;
        text-align: center;
    }

    .materia-prima-dos-section{
        height: 200px;
    }

    .materia-prima-dos-section h3{
        font-size: 40px;
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (min-width: 658px) and (max-width: 768px) {
    .slide_text {
        margin-top: 150px;
    }

    .slide_text h3 {
        font-size: 30px;
    }

    .slide_text h3 strong {
        font-size: 15px;
        width: 150px;
    }

    .start_exchange_bt {
        font-size: 12px;
        width: 100px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .custom-button {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .pogoSlider--navBottom .pogoSlider-nav {
        bottom: 2px;
    }

    .pogoSlider-nav-btn {
        width: 10px;
    }

    .text-logistica{
        font-size: 10px;
    }

    .materia-prima-section h2{
        font-size: 30px;
    }

    .materia-prima-section p{
        font-size: 19px;
        padding-left: 1%;
        padding-right: 1%;
        text-align: center;
    }

    .materia-prima-dos-section{
        height: 200px;
    }

    .materia-prima-dos-section h3{
        font-size: 40px;
        padding-left: 2%;
        padding-right: 0%;
    }

}

@media (min-width: 603px) and (max-width: 658px) {
    .slide_text {
        margin-top: 150px;
    }

    .slide_text h3 {
        font-size: 25px;
    }

    .slide_text h3 strong {
        font-size: 15px;
    }

    .start_exchange_bt {
        font-size: 15px;
        width: 140px;
        padding: 0px;
        padding-left: 10px;
        padding-right: 10px;

    }

    .pogoSlider--navBottom .pogoSlider-nav {
        bottom: 2px;
    }

    .pogoSlider-nav-btn {
        width: 10px;
    }

    .custom-button {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        bottom: 15%;
    }

    .text-logistica{
        font-size: 10px;
    }

    .materia-prima-section h2{
        font-size: 24px;
    }

    .materia-prima-section p{
        font-size: 15px;
        padding-left: 1%;
        padding-right: 1%;
        text-align: center;
    }

    .materia-prima-dos-section{
        height: 200px;
    }

    .materia-prima-dos-section h3{
        font-size: 35px;
        padding-left: 2%;
        padding-right: 2%;
    }

}

@media (min-width: 542px) and (max-width: 603px) {
    .slide_text {
        margin-top: 150px;
        margin-left: 20px;
    }

    .slide_text h3 {
        font-size: 25px;
    }

    .slide_text h3 strong {
        font-size: 15px;
    }

    .start_exchange_bt {
        font-size: 12px;
        width: 120px;
    }

    .pogoSlider--navBottom .pogoSlider-nav {
        bottom: 2px;
    }

    .pogoSlider-nav-btn {
        width: 10px;
    }

    .custom-button {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        bottom: 15%;
    }

    .text-logistica{
        font-size: 10px;
    }

    .materia-prima-section h2{
        font-size: 24px;
    }

    .materia-prima-section p{
        font-size: 15px;
        padding-left: 1%;
        padding-right: 1%;
        text-align: center;
    }

    .materia-prima-dos-section{
        height: 200px;
    }

    .materia-prima-dos-section h3{
        font-size: 34px;
        padding-left: 2%;
        padding-right: 2%;
    }

}

@media (min-width: 465px) and (max-width: 542px) {
    .slide_text {
        margin-top: 130px;
        margin-left: 20px;
    }

    .slide_text h3 {
        font-size: 20px;
    }

    .slide_text h3 strong {
        font-size: 15px;
    }

    .start_exchange_bt {
        font-size: 12px;
        width: 120px;
    }

    .pogoSlider--navBottom .pogoSlider-nav {
        bottom: 2px;
    }

    .pogoSlider-nav-btn {
        width: 10px;
    }

    .custom-button {
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        bottom: 13%;
    }

    .image-background {
        position: relative;
        top: 20px;
    }

    .video-background{
        position: relative;
        top: 1px;
    }

    .ulockd-home-slider{
        position: relative;
    }

    .text-logistica{
        font-size: 10px;
        padding-left: 10%;
        padding-right: 5%;
    }

    .video-logistica{
        padding-top: 10%;
    }

    .materia-prima-section h2{
        font-size: 21px;
    }

    .materia-prima-section p{
        font-size: 13px;
        padding-left: 1%;
        padding-right: 1%;
        text-align: center;
    }

    .materia-prima-dos-section{
        height: 200px;
    }

    .materia-prima-dos-section h3{
        font-size: 30px;
        padding-left: 2%;
        padding-right: 0%;
    }
}

@media (min-width: 336px) and (max-width: 465px) {
    .slide_text {
        margin-top: 120px;
        margin-left: 10px;
        height: 40px;
    }

    .slide_text h3 {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .slide_text h3 strong {
        font-size: 10px;
    }

    .start_exchange_bt {
        font-size: 10px;
        width: 70px;
        padding-left: 0%;
        padding-right: 0px;
        padding-bottom: 1px;
        padding-top: 1px;
    }

    .pogoSlider--navBottom .pogoSlider-nav {
        bottom: 2px;
    }

    .pogoSlider-nav-btn {
        width: 10px;
    }

    .custom-button {
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        bottom: 13%;
    }

    .image-background {
        position: relative;
        top: 15px;
    }

    .ulockd-home-slider{
        position: relative;
    }

    .text-logistica{
        font-size: 8px;
        padding-left: 6%;
        padding-right: 0%;
    }

    .video-logistica video{
        height: 100%;
        width: 90%;
        padding-right: 0;
    }

    .video-logistica{
        padding-top: 15%;
    }

    .materia-prima-section h2{
        font-size: 15px;
    }

    .materia-prima-section p{
        font-size: 9px;
        padding-left: 1%;
        padding-right: 1%;
        text-align: center;
    }

    .materia-prima-dos-section{
        height: 200px;
    }

    .materia-prima-dos-section h3{
        height: 100%;
        font-size: 28px;
        padding-left: 2%;
        padding-right: 2%;
    }

}

@media (min-width: 200px) and (max-width: 336px) {
    .slide_text {
        margin-top: 110px;
        margin-left: 10px;
        height: 40px;
    }

    .slide_text h3 {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .slide_text h3 strong {
        font-size: 8px;
    }

    .start_exchange_bt {
        font-size: 8px;
        width: 70px;
        padding-left: 0%;
        padding-right: 0px;
        padding-bottom: 1px;
        padding-top: 1px;
    }

    .pogoSlider--navBottom .pogoSlider-nav {
        bottom: 1px;
    }

    .pogoSlider-nav-btn {
        width: 5px;
    }

    .custom-button {
        font-size: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        bottom: 13%;
    }

    .image-background {
        position: relative;
        top: 15px;
    }

    .ulockd-home-slider{
        position: relative;
    }

    .text-logistica{
        font-size: 7px;
        padding-left: 6%;
        padding-right: 0%;
    }

    .video-logistica video{
        height: 100%;
        width: 90%;
        padding-right: 0;
    }

    .col-logistica{
        padding-right: 0;
    }

    .video-logistica{
        padding-top: 15%;
    }

    .materia-prima-section h2{
        font-size: 12px;
    }

    .materia-prima-section p{
        font-size: 8px;
        padding-left: 1%;
        padding-right: 1%;
        text-align: center;
    }

    .materia-prima-dos-section{
        height: 200px;
    }

    .materia-prima-dos-section h3{
        height: 100%;
        font-size: 25px;
        padding-left: 2%;
        padding-right: 2%;
    }

}

/* Responsive of Banner END */