/**
 * ---------------------------------
 *               ULTRA              
 * ---------------------------------
 * Autor: Alexander Aceves <aaceves@ultrasolutions.com.mx>
 * Fecha:
 * Descripción:
 * 
 */

html {
    overflow: hidden;
    overflow-y: scroll;
}

body {
    max-width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    font-family: 'Roboto', sans-serif;
}

.bg-primary {
    background: #0F2740 !important;
}

a {
    text-decoration: none;
}


.cinta {
    text-align: center;
    background: #0F2740;
    padding: 10px 0px;
}

.cinta p {
    margin: 0px;
    font-size: 12px;
    color: #FFF;
    font-weight: 300;
}

.cinta p a {
    color: #FFF;
}

.cinta svg {
    width: 20px;
    margin-left: 20px;
    font-weight: 300;
}

.navbar-brand img {
    width: 50%;
}

a.navbar-toggle {
    color: #FFF;
}

.nav-item:last-child {
    display: flex;
    justify-content: space-between;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.nav-item {
    border-bottom: 1px solid #FFF;
}

.nav-item:last-child {
    border: none !important;
    margin-left: 10px;
}

.navbar-nav .nav-item img {
    width: 75%;
}

.navbar-nav-mobil {
    padding: 0;
    list-style: none;
}

.nav-item-mobil {
    padding: 15px 0px;
    border-bottom: 2px solid #CF0A2C;
}

.nav-link-mobil {
    color: #0F2740;
    font-size: 14px;
}

.nav-item-mobil:last-child {
    border: none;
}

.navbar-contact-mobil a {
    font-size: 12px;
    color: #0F2740;
}

.navbar-contact-mobil {
    color: #0F2740;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer img {
    width: 50%;
    margin-bottom: 10%;
}

footer a {
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 3%;
}

footer p {
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin: 0px;
    margin-top: 8%;
}

footer a svg {
    margin-right: 10px;
}


.slide {
    height: 90vh;
    background-image: url(/images/slide.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide h1 {
    color: #FFF;
    margin-bottom: 5%;
    font-size: 31px;
}

.btn-primary:hover{
    color: #fff;
    background-color: #15BBFD;
    border-color: #15BBFD;
}

.btn-primary {
    color: #fff;
    background-color: #0F2740;
    border-color: #0F2740;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff !important;
    background-color: #0F2740 !important;
    border-color: #0F2740 !important;
    box-shadow: none !important;
}

.notificacion .alert {
    border-radius: 0px;
    border: none;
    font-weight: 300;
    font-size: 14px;
}

.btn {
    font-size: 14px;
    padding: 0.375rem 2rem;
}

.box-shadow {
    box-shadow: 0px 10px 30px #0000000D;
    /* padding: 25px 65px; */
    padding: 25px 25px;
    background-color: #FFF;
}

.section_title {
    color: #0F2740;
    font-size: 29px;
    margin: 0px;
}

.section_separador {
    background: #CF0A2C;
    height: 3px !important;
    opacity: 1;
    width: 35%;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.section_subtitle {
    font-size: 22px;
    color: #0F2740;
    margin: 0px;
}

.section_parrafo {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    color: #707070;
    margin: 0px
}

.box-shadow-absolute {
    width: 100%;
    /* position: absolute; */
    top: 40px;
    z-index: 2;
}

.section_separador--mision-y-vision {
    width: 19%;
    margin: auto;
}

.section_separador--vision {
    width: 45%;
}

.section_separador--mision {
    width: 45%;
}

.section_separador--valores {
    margin: auto;
    width: 10%;
}

.box-shadow-absolute--import-export {
    top: 100px;
}

.box-shadow-absolute--trading {
    top: 80px;
}

.box-shadow--trading {
    background-color: #0F2740;
}

.box-shadow--trading .section_title,
.box-shadow--trading .section_parrafo,
.box-shadow--contactanos .section_title,
.box-shadow--contactanos .section_parrafo {
    color: #FFF;
}

.section_separador--distribucion-y-logistica {
    margin: auto;
    width: 28%;
}

.section_separador--nuestros-puertos-activos {
    width: 28%;
    margin: auto;
}

ul.listado_nuestros_puertos_activos li {
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0px;
}

ul.listado_nuestros_puertos_activos {
    list-style: none;
    /* width: 35%; */
    width: 50%;
    /* Remove default bullets */
}

ul.listado_nuestros_puertos_activos li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #CF0A2C;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.box-shadow--contactanos {
    background-color: #0F2740;
}

.form-data-send {
    padding: 15px 40px;
}

.form-control {
    color: #676767;
    font-weight: 300;
    border-radius: 0px;
    font-size: 14px;
}

label.error {
    color: #CF0A2C;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #0F2740;
}

@media only screen and (min-width: 768px) {
    footer img {
        width: 95%
    }

    footer p {
        margin-top: 1%;
    }

    .slide h1 {
        font-size: 35px;
    }

    .slide {
        height: 80vh;
    }
}

@media only screen and (min-width: 992px) {
    .cinta p {
        font-size: 14px;
    }

    .box-shadow-mobil {
        box-shadow: none;
    }

    .box-shadow-absolute {
        position: absolute;
    }

    .box-shadow-absolute--import-export {
        top: 65px;
    }

    .box-shadow-absolute--trading {
        top: 50px;
    }

}

@media only screen and (min-width: 1200px) {

    .navbar-nav .nav-link {
        font-size: 16px;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .cinta p {
        font-size: 16px;
    }

    .navbar-brand img {
        width: 65%;
    }

    footer a {
        font-size: 16px;
    }

    footer p {
        font-size: 16px;
    }

    footer img {
        width: 80%;
    }

    .slide h1 {
        font-size: 55px;
    }

    /* .box-shadow-absolute {
        top: 75px;
    } */
}

@media only screen and (min-width: 1400px) {
    .box-shadow-absolute--trading {
        top: 130px;
    }

    .box-shadow-absolute--import-export {
        top: 115px;
    }

    .box-shadow-absolute--grupo-lebencibo {
        top: 80px;
    }
}