.left-nav{
    display: grid;
    place-items: center;
}
header #navbar 
{
    display:block!important;
}
#navbar.show
{
    display:block!important;
}
a,a:hover
{
    color:inherit;
    text-decoration:none
}
.navbar-mixto{
    background-color: #fff;
    height: 150px;
    display: grid;
    place-items: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.cards-sectores
{
    width:15%;
    flex-basis: initial;
}
.nav-top a{
    text-decoration: none;
    color: #282828;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 1px;
    margin-left: 20px;
}

.nav-top {
    height: 75px;
    display: grid;
    place-items: center;
}

.nav-bottom{
    height: 75px;
    display: grid;
    place-items: center;
}

.right-nav{
    float: right;
    width: 100%;
    height: 100%;
}

.nav-top .lang{
    display: inline-block;
}

.lang{
    border-bottom: 1px solid orange;
    margin-left: 20px;
    padding: 15px 0px 15px 0px;
}

.lang select{
    border: none;
}

.lang ion-icon{
    width: 9px; 
    color: #282828;
}

.btn-lenguaje{
    border: none;
    background-color: #fff;
    font-size: 13px;
    font-weight: 400;
    width: auto;
    letter-spacing: 1px;
    color: #282828;
}

.icon-world{
    margin-right: 5px;
}

.icon-flag{
    margin-right: 5px;
}

.nav-bottom a{
    font-size: 13px;
    letter-spacing: 1px;
    color: #282828;
    margin-left: 20px;
    cursor: pointer;
}

/* SLIDER */

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 40%;
    left: 15%;
    z-index: 10;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.carousel-caption p{
    color: #fff;
    padding: 0px;
    margin: 0px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 200;
}

.carousel-caption p b{
    font-weight: 600;
}

.hr-orange{
    background-color: rgb(242, 162, 64);
    width: 5%;
}

/* AREAS */

.cards-puntos{
    display: grid;
    place-items: center;
}

.areas{
    margin-top: 70px;
    margin-bottom: 50px;
}

.card-areas{
    width: auto;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.4);
}

.hr-card-area{
    background-color: rgb(242, 162, 64);
    width: 20px;
    left: 20px;
    margin-left: 0px;
}

.right-card img{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
}

.title-areas{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
}

.card-text{
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.card-nostyle{
    height: 150px;
    width: 80%;
    margin-bottom: 20px;
}

.nostyle-title{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
    text-transform: uppercase;
}

.nostyle-text{
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: block;
    line-height: 23px;
}

.areas-2-col{
    margin-top: 50px;
    margin-bottom: 50px;
}

.card-style-grey{
    background-color: #e1e1e1;
    width: 80%;
    height: 150px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
}

.card-grey-text{
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    color: #282828;
    text-transform: uppercase;
}

.img-card-grey{
    margin-right: 10px;
    display: grid;
    place-items: center;
}

.hr-vertical-orange{
    border: none;
    border-left: 1px solid rgb(242, 162, 64);
    height: 20px;
    width: 1px;
    margin-left: 20px;
    margin-right: 20px;
}

.card-grey-body{
    margin-left: 10px;
    width: 200px;
}


.hr-grey-cards{
    background-color: #cccccc;
    width: 60%;
}

/* SERVICIOS */

.pestaña-servicios{
    width: 80%;
    background-color: #e1e1e1;
    height: 50px;
    border-radius: 10px 10px 0px 0px;
}

.servicios-pestaña-title{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 20px;
    color: #282828;
    text-transform: uppercase;
}

.servicios{
    background-color: #e1e1e1;
    padding-top: 50px;
    padding-bottom: 50px;
}

.card-servicios{
    width: 300px;
    height: auto;
    margin-bottom: 30px;
}

.card-servicios-cuerpo{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.card-servicios img{
    width: 250px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.card-servicios-title{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
    text-transform: uppercase;
}

.hr-card-servicios{
    background-color: rgb(242, 162, 64);
    width: 5%;
    margin: 10px 0px 10px 0px;
}

.card-servicios-body{
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: block;
    line-height: 23px;
}

.detalles-card-servicios{
    background-color: #103595;
    border: none;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    height: 45px;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.6);
}

#card-servicios-1{
    margin-left: 20px;
}

#card-servicios-3{
    margin-right: 20px;
}

#btn-servicios-1{
    /* margin-top: 40px; */
}

#btn-servicios-2{
    /* margin-top: 16px; */
}

#btn-servicios-3{
    margin-top: 24px;
}

.sectores-title{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 20px;
    color: #282828;
}

.title-sectores{
    /* margin-left: 20px; */
    margin-top: 20px;
    margin-bottom: 40px;
}

.title-sectores .hr-card-servicios{
    margin-left: 20px;
}
.cards-sectores:nth-child(1) img,.cards-sectores:nth-child(2) img,.cards-sectores:nth-child(3) img,.cards-sectores:nth-child(4) img,.cards-sectores:nth-child(5) img,.cards-sectores:nth-child(6) img
{
    height:120px;
}
.cards-sectores img{
    width: 190px;
    height: 140px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.cards-sectores span{
    font-weight: 600;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
}

.cards-sectores hr{
    background-color: rgb(242, 162, 64);
    width: 3%;
    margin: 10px 0px 10px 0px;
}

/* CONTACTO */

.contacto-title {
    margin-bottom: 50px;
}

.contacto-title span{
    font-weight: 600;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
    letter-spacing: 2px;
}

.contacto-title hr{
    background-color: rgb(242, 162, 64);
    width: 3%;
    margin: 20px 0px 10px 0px;
}

.contacto-left-arrow{
    position: relative;
    height: 180px;
}

.contacto-left-arrow img{
    width: 100%;
    height: auto;
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#arrow-gray{
    z-index: 11;
    position: absolute;
    top: 0;
}

#arrow-blue{
    z-index: 10;
    position: absolute;
    top: 0;
}

.contacto-icons{
    font-size: 10px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: block;
    line-height: 23px;
    color: #282828;
}

.contacto-icons img{
    margin-right: 20px;
}

.mail-contacto{
    margin-bottom: 50px;
}

.phone-contacto{
    margin-bottom: 50px;
}

.contacto-right{
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 50px;
}

.contacto-right-title{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
}

.contacto-right hr{
    background-color: rgb(242, 162, 64);
    width: 3%;
    margin: 10px 0px 10px 0px;
}

.contacto-right form{
    margin-top: 30px;
}

.contacto-right input[type=text]{
    display: block;
    width: 90%;
    height: 50px;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 8px;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.contacto-right textarea{
    display: block;
    width: 90%;
    height: 100px !important;
    resize: none;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 8px;
    padding-left: 20px;
    padding-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.contacto-right input[type=submit]{
    display: block;
    width: 90%;
    height: 50px;
    border: none;
    background-color: #103595;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.6);
}

.mapa{
    width: 100%;
    height: 300px;
}

.mapa iframe{
    width: 100%;
    height: 100%;
}

/* FOOTER */

.footer-out{
    background-color: #103595;
    margin: 0px;
    padding: 0px;
    height: 70px;
    display: grid;
    place-items: center;
    z-index: 999;
}

.footer{
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.footer-bold{
    font-weight: 500;
}

.footer-normal{
    font-weight: 200;
}

.footer-config{
    background-color: #103595;
    border: none;
    color: #fff;
    margin-left: 30px;
    cursor: pointer;
}

.footer-config img{
    width: 20px;
    height: 20px;
}

.footer-bold-masinfo{
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
}

.mas-info-footer a{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.mas-info-footer span{
    margin-left: 3px;
    margin-right: 3px;
}

/* SOMOS */

.somos{
    background-image: url("../img/somos-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    position: relative;
    background-position: center;
}

.somos-text{
    /* margin: 150px auto 30px 150px; */
    width: 45%;
    background-color: #103595de;
    color: white;
    padding: 20px 40px;
    padding-left: 150px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 30%;
}

.somos-text hr{
    background-color: rgb(242, 162, 64);
    width: 3%;
    margin: 10px 0px 10px 0px;
}

.somos-title{
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
}

.somos-text-body{
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 23px;
}

.somos-right{
    position: relative;
    width: 100%;
    height: 100%;
}

.somos-right-image{
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 100;
}

.somos-right-image img{
    width: auto;
    height: auto;
}

.somos-blue{
    content: " ";
    background-color: #103595;
    position: absolute;
    left: 30px;
    top: 60px;
    z-index: 10;
    width: 400px;
    height: 376px;
}

.mision-vision{
    margin-top: 50px;
    margin-bottom: 50px;
}

.card-mision{
    background-color: #e1e1e1;
    border-radius: 8px;
    height: 190px;
    padding: 20px;
}

.card-mision-text{
    margin-top: 20px;
}

.card-mision-text hr{
    background-color: rgb(242, 162, 64);
    width: 7%;
    margin: 10px 0px 10px 0px;
}

.card-mision-img img{
    padding: 20px;
    width: 150px;
    height: auto;
}

.mision-title{
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
}

.mision-text{
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 23px;
    WIDTH: 300PX;
}

/* MAP SECTION */

.map-section{
    background-color: #103595;
}

.text-world{
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.text-world{
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}

.map-section img{
    width: 100%;
    height: auto;
}

.horas-mundo{
    background-color: #103595;
    padding-bottom: 40px;
    padding-top: 40px;
}

.hora-num{
    color: #ff9e1a;
    font-family: 'Quantico', sans-serif;
    font-size: 40px;
}

.hora-type{
    color: #ff9e1a;
    font-family: 'Quantico', sans-serif;
    font-size: 20px;
}

.city-name{
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}

/* TRANSPORTE MARITIMO */

.transporte-maritimo-slider{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
    background-image: linear-gradient(rgba(5, 10, 80, 0.7), rgba(5, 10, 80, 0.7)), url("img/transporte-maritimo-slider.png");
    height: auto;
    margin: 0 !important;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}

/* TRANSPORTE AEREO */

.transporte-aereo-slider{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
    background-image: linear-gradient(rgba(5, 10, 80, 0.7), rgba(5, 10, 80, 0.7)), url("../img/transporte-aereo-slider.png");
    height: auto;
    margin: 0 !important;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}

.transporte-side-card{
    background-color: #103595;
    width: 350px;
    height: 60px;
    padding: 0px 0px 0px 100px;
    position: absolute;
    left: 0px;
    border-radius: 0px 8px 8px 0px;
    -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.4);
}

.transporte-side-card span{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}

.transporte-side-card hr{
    background-color: rgb(242, 162, 64);
    width: 7%;
    margin: 10px 0px 10px 0px;
}

.texto-transporte-aereo{
    margin-top: 100px;
    width: 400px;
}

.texto-transporte-aereo{
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 23px;
}

.transporte-aereo-text-left{
    padding: 20px 50px 20px 0px;
}
.transporte-aereo-text-left{
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.transporte-aereo-text-left-hr{
    width: 45%;
    margin: 20px 0px 20px 0px;
    background-color: #cccccc;
}

.play-items{
    width: 80%;
    margin-top: 40px;
}

.play-items-in{
    text-align: center;
    margin-bottom: 50px;
}

.img-play-items{
    width: 80%;
    display: grid;
    place-items: center;
    margin: 0px;
}

.img-play-items img{
    width: auto;
    height: auto;
    margin: 0px 0px -5px 0px;
}

.play-items-in div{
    text-align: center;
}

.play-items-in-text-hr{
    margin-left: 10px;
}

.play-items-in-text{
    color: #103595;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
}

.play-items-in hr{
    margin: 10px 0px 0px 0px;
    display: grid;
    background-color: rgb(242, 162, 64);
    width: 7%;
}

.transporte-aereo-text-right{
    padding: 20px 50px 20px 0px;
}

.transporte-aereo-text-right .right-title{
    color: #282828;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    margin-left: 22px;
}
.transporte-servicios > div:last-child
{
    width:95%;
}
.transporte-servicios{
    height: auto;
    margin-top: 20px;
    align-items: center;
}

.transporte-servicios span{
    color: #282828;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    width: 90%;
    /* display: block; */
}

/* TRANSPORTE TERRESTRE */

.transporte-terrestre-slider{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
    background-image: linear-gradient(rgba(5, 10, 80, 0.7), rgba(5, 10, 80, 0.7)), url("img/transporte-terrestre-slider.png");
    height: auto;
    margin: 0 !important;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}

/* CONTENEDORES */

.contenedores-top{
    width: 100%;
    height: 50px;
}

.contenedores-top-text{
    padding-top: 50px;
}

.contenedores-top-text{
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #282828;
    display: block;
    line-height: 30px;
}

.contenedores-side-card{
    background-color: #103595;
    width: 600px;
    height: auto;
    padding: 15px 20px 13px 200px;
    position: absolute;
    left: 0px;
    border-radius: 0px 8px 8px 0px;
    -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.4);
}

.contenedores-side-card span{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}

.contenedores-side-card hr{
    background-color: rgb(242, 162, 64);
    width: 7%;
    margin: 10px 0px 10px 0px;
}

.contenedores-top-hr{
    background-color: #cccccc;
    width: 80%;
    margin: 30px 0px 30px 100px;
}

.contenedores-title{
    color: #282828;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
}

.contenedores-left{
    margin-right: 10px;
}

.contenedores-left img{
    margin-left: 20px;
}

.contenedores-right{
    margin-left: 10px;
    width: 50%;
}

.contenedores-horizontal-hr{
    background-color: rgb(242, 162, 64);
    width: 10%;
    margin: 10px 0px 10px 0px;
}

.contenedor-item{
    margin-bottom: 30px;
}

.contenedores-body{
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #282828;
    display: block;
    line-height: 25px;
}

.border-right{
    border-right: 1px solid #b7b7b7;
}

.hr-container-centered{
    
    background-color: #e6e2de;
}

.vertical-hr-containers{
    border: none;
    border-left: 1px solid #ff9e1a;
    height: 20px;
    width: 1px;
    margin-top: 60px;
}

.medidas{
    background-color: #103595;
    color: #fff;
    padding-bottom: 50px;
}

.medidas-title {
    padding: 20px 0px 20px 0px;
}

.medidas-title span{
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    /* color: #282828; */
}

.medidas-title hr{
    background-color: rgb(242, 162, 64);
    width: 20px;
    margin: 10px 0px 10px 0px;
}

.table{
    background-color: #fff;
    text-align: center;
}

.table th{
    color: #103595;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

/* CERTIFICACIONES */

.certificaciones{
    margin: 0px auto 0px auto;
    width: 62%;
}

.certificaciones-left img{
    width: 250px;
    height: auto;
}

.certificaciones-right hr{
    background-color: rgb(242, 162, 64);
    width: 20px;
    margin: 10px 0px 10px 0px;
}

.certificaciones-marca-title{
    display: block !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
}

.certificaciones-marca-body{
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #282828;
    display: block;
    line-height: 25px;
}

.certificaciones-right{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 40px;
}

.hr-certificaciones{
    background-color: #CCCCCC;
    display: grid;
    place-items: center;
    width: 60vh;
    margin-left: -5px;
}

.certificaciones-section{
    margin-bottom: 50px;
}

/* INCOTERMS */

.incoterms-tabla{
    display: grid;
    place-items: center;
    width: 100%;
    margin: 30px auto 30px auto;
}

.hr-icoterms{
    background-color: #CCCCCC;
    text-align: right;
    margin-left: 160px;
}

.reglamentos{
    margin-top: 50px;
}

.incoterms-title{
    display: block !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
}

.incoterms-left-hr{
    background-color: rgb(242, 162, 64);
    width: 20px;
    margin: 10px 0px 10px 0px;
}

.incoterms-left{
    margin-left: 40px;
}

.incoterms-body{
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #282828;
    display: block;
    line-height: 25px;
    text-align: justify;
    width: 90%;
    display: block;
    margin-bottom: 20px;
}

.incoterms-vertical-hr{ 
    border: none;
    border-left: 1px solid #CCCCCC;
    height: 300px;
    width: 1px;       
}
.incoterms-left-hr-2{
    background-color: #CCCCCC;
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

/* BLOG */

.blog{
    margin-top: 30px;
}

.blog-left {
    border: none;
    border-right: 1px solid #CCCCCC;
    height: auto;
}

.blog-left img{
    width: 650px;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.blog-fecha{
    color: #282828;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-weight: 600;
    margin: 15px 0px 15px 0px;
}

.blog-title{
    display: block;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
    width: 90%;
    line-height: 30px;
}

.blog-noticia-body{
    width: 90%;
    color: #282828;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-weight: 400;
    margin: 15px 0px 15px 0px;
    line-height: 25px;
    text-align: justify;
}

.blog-hr-orange{
    background-color: rgb(242, 162, 64);
    width: 20px;
    margin: 10px 0px 10px 0px;
}

.blog-leer{
    border: none;
    background-color: #fff;
    display: block;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
    margin-bottom: 30px;
}

.blog-hr-grey{
    background-color: #CCCCCC;
    width: 60%;
    margin-bottom: 30px;
    display: block;
    margin-left: 0px;
    margin-right: auto;
}

.blog-right{
    margin-left: 80px;
}

.blog-categoria-title{
    display: block;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
}

.lista-categorias{
    list-style-type:none;
    margin-left: 0px;
    padding-left: 0px;
    color: #282828;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif; 
}

.lista-categorias li a:link{
    color: #282828;
}

.lista-categorias li{
    margin-bottom: 6px;
}

.subido-por{
    color: #282828;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400;
}

.socials{
    margin-left: 200px;
}

.socials img{
    margin-right: 10px;
}

.fb-icon{
    width: 12px !important;
    height: 16px !important;
}

.tw-icon{
    width: 25px !important;
    height: 16px !important;
}

.view-icon{
    width: 25px !important;
    height: 16px !important;
}

.visitas{
    margin-top: -4px;
    color: #282828;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 600;
}

.dejar-comentario{
    display: block;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
}

.formulario-comentario{
    width: 90%;
}

.formulario-comentario input{
    height: 70px;
    width: 49%;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif; 
    letter-spacing: 2px;
}


.fila{
    margin-bottom: 10px;
}

.text-area-comentario textarea{
    border: 1px solid #d9d9d9;
    padding: 10px 0px 0px 20px;
    resize: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif; 
    letter-spacing: 2px;
}

.input-nombre{
    margin-right: auto;
}

.card-otras-noticias{
    margin-bottom: 30px;
}

.card-otras-noticias img{
    width: 300px;
    height: auto;
}


.card-otras-noticias-title{
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
    width: 90%;
}

.card-otras-noticias-subidopor{
    font-style: italic;
    display: block;
    margin-bottom: 10px;
    color: #282828;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 300;
}

.card-otras-noticias-body{
    color: #282828;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 300;
    display: block;
    width: 85%;
    text-align: justify;
}

.card-otras-noticias-vermas{
    display: block;
    margin: 20px 0px 15px 0px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #282828;
    border: none;
    background-color: #fff;
}

.card-fecha-creacion{
    color: #282828;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400;
    display: block;
} 
#S_Noticias .hoja > .container > .flex
{
    justify-content:space-between;
}
#S_Noticias .hoja > .container > .flex > div:first-child
{
    width: 60%;
}

.noticias .img
{
    height: 345px;
    /* border:3px solid #14c8e8; */
    background-size: cover;
    background-position: center;
}
.noticias .fecha,#Noticia .fecha
{
    display:block;
    margin:20px 0;
}
.noticias h2,.der h2,#Noticia h2
{
    font-weight:bold;
    color: #013f7b;
    /* text-transform:uppercase; */
    font-size:24px;
    margin-bottom:20px;
    position:relative;
    margin-top:0;
}
.noticias p 
{
    font-size:14px;
    line-height:23px;
    margin-bottom:20px;
}
.noticias li:first-child
{
    padding-top:0;
}
.noticias button
{
    background:transparent;
    border:none;
    font-weight:bold;
    padding:0;
}
.noticias li 
{
    margin-bottom:40px;
    padding: 40px 0;
    position: relative;
}
.noticias li:after
{
    width: 100%;
    height: 3Px;
    background: #013f7b;
    content:'';
    position:absolute;
    bottom:0;
    left:0;
}

.der h2 
{
    padding-bottom:20px;
}
.der ul li
{
    position:relative;
    padding-left: 15px;
}
.der ul li:before
{
    content:'';
    position:absolute;
    width:4px;
    height:4px;
    background:#d0514a;
    border-radius:10px;
    left:0;
    top:9px;
}
.carousel-item:before
{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background-color:#0000002e;
}
.carousel-item
{
    height:100%;
    background-size:cover;
    background-position: center;
    position:absolute;
    width:100%;
    height:100%;
    position: relative;
}
.carousel-inner
{
    height:500px;
}
.der ul li 
{
    position:relative;
    margin: 10px 0;
}
#Noticia .img
{
    height:400px;
    /* border:3px solid #14c8e8; */
    background-size: cover;
    background-position: center;
}
#Noticia .bajoImg
{
    display:flex;
    justify-content:space-between;
    padding:20px 0;
    align-items:center
}
#Noticia .bajoImg img
{
    margin:0 10px;
}
#S_Noticias .hoja
{
    background-color: transparent;
    /* padding:40px 0; */
}
.navbar-nav > li > a
{
  padding:0;
  background-color:transparent!important;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.dropdown-menu
{
    background-color:#103595;
    color:white;
    border-radius:0;
    border:none;
    margin-top:10px;
}
.dropdown-menu a 
{
    color:white;
}
footer .dropdown-menu li 
{
    margin:10px 0;
}
footer .dropdown-menu a  
{
    color:#2f2f2f;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
footer .dropdown-menu b:after
{
    content:'';
    position:absolute;
    width:10px;
    height:1px;
    background-color:#ff9e1a;
    left:0;
    bottom:0;

}
footer .dropdown-menu b  
{
    font-weight: 600;
    font-size: 14px;
    letter-spacing:3px;
    position:relative;
    display:block;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom:10px;
    margin-bottom:20px;
}
footer .dropdown-menu .flex > div:first-child
{
    width:15%;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}
footer .dropdown-menu .flex > div:last-child
{
    width:80%;
}
footer .dropdown-menu .flex > div:last-child a 
{
    font-size:12px!important;
}
footer .dropdown-menu
{
    background-color:#e1e1e1;
    color:#2f2f2f;
    padding:30px 40px;
    border-radius:10px;
    top:0;
    margin-top: -100px;
    width: 350px;
}
/* Responsive */
@media (max-width: 768px) {
 .navbar-toggle {
      background: #103595;
      /* margin-top: -80px; */
      /* margin: 18px; */
      /* margin-top: -57px; */
      border: none;
      padding: 10px;
      border-radius: 3px;
      margin-left: 40px;
    }
    .navbar-toggle span {
      background: white;
      width: 25px;
      height: 2px;
      display: block;
      margin: 4px 0;
    }
    .sub-header nav {
      margin-top: 0;
    }
    header nav ul li li
    {
      padding:5px!important;
      font-size:12px;
    }
    header nav ul li {
      display: block !important;
      text-align: center;
      padding: 5px;
      float: none!important;
      padding: 10px!important;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
    }
    nav ul.nav {
        /* background-color: rgb(0, 67, 149); */
        color: white;
        /* min-width: 300px; */
        float: none!important;
        display: block!important;
        width: 100%;
        height: fit-content!important;
    }
    nav ul li a
    {
        color: white!important;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
        /* background-color: rgb(0, 67, 149)!important; */
        border-radius: 0;
    'padding:;;
    }
    header nav ul li.activo, header nav ul li:hover
    {
      /* background: #2dacd5!important; */
      border-top: none;
      color: #09365f;
    }
    .flex
    {
      flex-direction:column;
    }
    .cards-sectores
    {
        width: 50%;
    }
    header .flex-row
    {
        flex-direction:column!important;
    }
    header
    {
        padding-top: 20px;
    }
    .nav-top a
    {
        display:none;
    }
    .cards-puntos
    {
        margin:10px 0;
    }
    .active .carousel-caption
    {
        display:block!important;
    }
    .active .carousel-caption img
    {
        display:none;
    }
    .active .hr-orange
    {
        display:none;
    }
    .areas
    {
        margin-top:30px;
    }
    .card-style-grey
    {
        padding:0 20px;
        /* margin-top: 40px; */
    }
    .card-grey-text
    {
        font-size:10px;
    }
    .card-servicios
    {
        width:100%;
        margin: 30px 0!important;
    }
    .phone-contacto,.mail-contacto
    {
        margin-bottom:20px;
    }
    .contacto-right
    {
        padding:0;
        padding-bottom:30px;
    }
    .footer-out
    {
        padding:20px;
        height: initial;
        text-align: center;
    }
    .footer-bold-masinfo
    {
        display:block;
    }
    header .nav-bottom
    {
        flex-direction:column;
        background-color:#ff9e1a;
        position:relative;
        z-index:111;
        height: auto;
    }
    .nav-bottom a
    {
        padding:10px;
        color:white;
        border-bottom:1px solid white;
    }
    .somos-text
    {
        width:100%;
        margin: 0;
        padding: 40px;
        position: relative;
    }
    .somos
    {
        height:auto;
    }
    .somos-blue
    {
        width:100%;
        display: none;
    }
    .card-mision
    {
        height:auto;
        margin: 10px 0;
    }

    .somos-right-image
    {
        position:relative;
    }
    .incoterms-vertical-hr
    {
        display:none;
    }
    .contenedores-side-card
    {
        width:100%;
        padding: 20px;
    }
    #S_Noticias .hoja > .container > .flex > div:first-child,#S_Noticias .hoja > .container > .flex > div:last-child
    {
        width:100%;
    }
    header #navbar
    {
        display:none!important;
    }
    #navbar.show
    {
        display:block!important;
    }
    .mision-text
    {
        width:100%;
    }
    .card-grey-body
    {
        width:100%;
    }
    .areas .card-nostyle
    {
        margin-bottom: 60px;
    }
}