

.alert{
    position: fixed !important;
    z-index: 1000 !important;
    bottom: 10px !important;
    left: 10px !important;
    transition: 1s;
}


.underconstruction{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    background-image: url('../img/wallpaper.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    /* filter: blur(5px) */
}

.underconstruction .row{
    width: 100%;
    text-align: center;
    align-items: center;
}

html,body{
    overflow-x: hidden;
    /* overflow-y: hidden; */
}


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,600;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
:root {
    --main-bg-color: #4d0b59;
    --main-tx-color: #4d0b59;
    --secondary-bg-color: #0CA676;
    --secondary-tx-color: #0CA676;
    --third-bg-color: #4d0b59;
    --third-tx-color: #4d0b59;
    --fourth-bg-color: #5AA600;
    --fourth-tx-color: #5AA600;
    --fifth-bg-color: #3c0849;
    --fifth-tx-color: #3c0849;
    --sixth-bg-color: #fff;
    --sixth-tx-color: #fff;
}

/* #969696
#606060
#4d0b59
#3c0849
#77607c */



.modal-body {
    padding: 0px;
}

a, a:hover, a:active{
    color: inherit;
}

.accordion-header .collapsed {
   background-color: var(--main-bg-color);
   color: #fff;
}

.owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
}

.owl-item{
    cursor:grab;
    z-index: 1;
}

.owl-item h3{
    cursor: pointer;
}

.owl-nav span{
    font-size: 40px;
    color: var(--main-tx-color);
}

.owl-theme .owl-nav {
    margin-top: 10px;
    z-index: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #8e43f021;
}

.owl-prev{
    margin-left: -30px !important;
}

.owl-next{
    margin-right: -30px !important;
}

html{scroll-behavior:smooth}

.main-bg-color{
    background-color: var(--main-bg-color);
}
.main-tx-color{
    color: var(--main-tx-color);
}
.secondary-bg-color{
    background-color: var(--secondary-bg-color);
}
.secondary-tx-color{
    color: var(--secondary-tx-color);
}

.third-bg-color{
    background-color: var(--third-bg-color);
}
.third-tx-color{
    color: var(--third-tx-color);
}

.button{
    padding: 16px 32px;
    text-align: center;
    border: none;
    border-radius: 0px;
    color: #fff;
    margin-top: 24px;
    font-size: 14px;
}

.button i{
    transition: ease-in-out .25s;
}

.button:hover i{
    padding-left: 12px;
}

.primary-button{
    background-color: var(--main-bg-color);
    border-color: var(--main-bg-color);
    transition: ease-in-out .25s;
}

.primary-button:hover{
    background-color: var(--fifth-bg-color);
    color: #fff;
}

.primary-button.button-outline{
    background-color: transparent;
    border-color: var(--main-bg-color);
    color:  var(--main-bg-color);
    border-width: 2px;  
    border-style: solid;
    transition: ease-in-out .25s;
}

.primary-button.button-outline:hover{
    background-color: var(--main-bg-color);
    color: #fff;
}

.secondary-button{
    background-color: var(--fifth-bg-color);
    color: #fff;
}

.whatsapp-button{
    background-color: #24CC63;
}


.white-button{
    background-color: var(--sixth-bg-color);
    color: var(--fifth-tx-color);
    transition: ease-in-out .25s;
}

.white-button:hover{
    background-color: var(--sixth-bg-color);
    color: #000;
}



.white-button.button-outline{
    background-color: transparent;
    border-color: var(--sixth-bg-color);
    color: #fff;
    border-width: 2px;  
    border-style: solid;
    transition: ease-in-out .25s;
}

.white-button.button-outline:hover{
    background-color: var(--sixth-bg-color);
    color: #000;
}


body {
    padding: 0px;
    margin: 0px;
    box-sizing: content-box;
    overflow: hidden;
}

html,body{
    overflow-x: hidden;
}

a {
    color: white;
    text-decoration: none;
}

p{
    color: #5a5858;
    line-height: 28px;
    font-size: 16px;
    text-align: justify !important;
}

*{
    font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Jost', sans-serif;
}

h1{
    font-size:4em;
}
h2{
    font-size:2.8em;
}

.bg-config{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.elements-container{
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.copy-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 80px;
}

.joy-division{
    width: 20%;
    height: 2px;
    background: var(--fourth-bg-color);
    margin: 16px 0px;
}

.small-container{
    padding: 40px;
}

.standar-container{
    padding: 80px 40px;
}

.standar-container .item-box, .standar-container .item-box .service{
    width: 100%;
    min-height: 250px;
    height: 250px;
    /* margin-top: 16px; */
}

.content-service-industries{
    position: absolute;
    z-index: 11;
    text-align: center;
}

.carrousel-container, .inter-container{
    background-color: #F2F2F2;
    padding: 80px 80px;
}

.item-box{
    width: 100%;
    min-height: 300px;
    height: 300px;
    background-color:  #000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.item-box .service{
    background-color: grey;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    z-index: 3;
    transition: ease-in-out 0.2s;
}

.item-box h3{
    text-align: center;
    padding: 8px 14px;
}

.item-box.active .service{
    opacity: 0.75;
    transform: scale(1.2);    
}

.item-box p{
    font-size: 14px;
    line-height: 24px;
    text-align:  justify;
}

.container-info-service{
    margin-top: 40px;
    background-color: #fff;
    width: 100%;
    min-height: 600px;
    border-radius: 8px;
}

#service-description{
    transition: .5s;
}

.bullets{
    list-style: none;
    margin-left: 8px;
    padding-left: 8px;
}

.bullets .bullet{
    padding-top: 10px;
}

.bullets .bullet::before{
    content: ' ';
    display: block;
    position: absolute;
    margin-left:-20px;
    margin-top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--main-bg-color);
}


.menu{
    height: 80px;
    z-index: 10;
    width: 100%;
    position: fixed;
    background-color: #fff;
    max-height: 8;
    transition: ease-in-out .5s;
}

.menu.follow{
    z-index: 1000;
    position: fixed;
    width: 100%;
    top: 0px;
    box-shadow: -1px -1px 24px -3px rgba(0,0,0,0.69);
    -webkit-box-shadow: -1px -1px 24px -3px rgba(0,0,0,0.69);
    -moz-box-shadow: -1px -1px 24px -3px rgba(0,0,0,0.69);
}

.menu a{
    color: var(--main-tx-color)
}

.menu .menu-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding:0px 24px;
    transition: ease-in-out .5s;
}

.menu.follow .menu-container{
    padding:0px 50px;
}

.menu .option{
    padding: 4px 16px;
}

.principal-logo{
    max-width: 100%;
    height: 80px;
}


video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important;
    pointer-events: none;
}

video::-webkit-media-controls-start-playback-button {
    display: none;
}

.hero{
    background-color: #000;
    height: 620px;
    overflow: hidden;
}

.principal{
    background-color: #000;
    height: 820px;
    overflow: hidden;
}

.principal video{
    height: 1080px;
}


.principal-video{
    max-width: 100%;
    margin-top: -100px;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 2;
    top:0px;
}


.hero-banner{
    max-width: 100%;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 2;
    top:0px;
    height: -webkit-fill-available;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.info-container{
    z-index: 3;
}

.hero-principal-container{
    text-align: center;
}


.leftSideMenu {
    z-index: 10001;
    display: flex;
    position: fixed;
    height: 100vh;
    width: 100%;
    color: white !important;
    justify-content: center;
    align-items: center;
    padding: 40px;
    left: -100%;
    transition: ease-in-out .5s;
}

.leftSideMenu a{
    color: white !important;
}

.leftSideMenu.show {
    left: 0%;
}

.leftSideMenu div{
    width: 100%;
}

.leftSideMenu button{
    position: absolute;
    top: 40px;
    right: 40px;
}

footer a:hover{
    color: #fff;
    border-bottom: 1px solid var(--secondary-tx-color);
}

.only-responsive{
    display: none;
}

.only-desktop{
    display:inline;
}

.toggleMenu{
    font-size: 2rem;
    color: var(--main-bg-color);
}

.tabla-aduanas td{
    font-size: 12px;
}

.accordion-button::after {
    filter: invert(1);
}

/* RESPONSIVO */


/* Medium devices (tablets, less than 992px) */


@media (max-width: 1280px) {

    .leftSideMenu.show {
        transition: .5s;
        z-index: 10001;
        left: 0;
    }

    .principal-video{
        transform: scale(1.5);
    }

    .only-responsive{
        display: block;
    }

    .only-desktop{
        display: none;
    }
}


@media (max-width: 991.98px) {
    .principal-video{
        transform: scale(1.7);
    }

    .elements-container {
        min-height: 400px;
    }

    #service-photo{
        min-height: 400px;
    }

    .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    footer .row .d-flex{
        justify-content: center;
    }

    footer .row > div{
        padding-top: 16px;
    }
}

@media (max-width: 767.98px) {
    .principal-video{
        transform: scale(2.2);
    }

    .copy-container {
        padding: 40px;
    }

    .carrousel-container, .inter-container {
        padding: 20px;
    }

    .accordion-body {
        padding: 0px;
    }

    .menu.follow .menu-container{
        padding:0px 30px;
    }

    footer p.text-end{
        text-align: center !important;
    }

    .standar-container {
        padding: 40px 20px;
    }

    .standar-container .copy-container{
        padding: 20px;
    }

    h1 {
        font-size: 3.2em;
    }

    .item-box h3 {
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {

    .principal-video{
        transform: scale(3.6);
    }

    #service-photo {
        min-height: 200px;
    }

    footer p.text-end{
        text-align: center !important;
    }
}


