@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow');

.info{

height: 100%;
width:100%;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #eee;
}

.lema{
    text-align: center;
  padding: 10px 0;
}
.nav-tabs>li>a {
background-image: url(../img/menu.png);   
font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px; 
}

.titulos{
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px; 
}

p{
    font-size: 18px;
}
.nav-tabs>li.active>a{
    color: #fff;
     font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
}
.nav-tabs>li.active>a:hover {
    color: #000;
}
.letraMenu{

    font-family: 'Archivo Narrow', sans-serif;
    font-size: 20px;
}

.cuerpo{
    background-color: #f5f5f5;

}

.cuerpo2{
    background-color: #2aa7e1;


}
.spaceRedes{
    margin-top: 30px;

}



.slider{

    height: 350px;


}
.footerP{
        font-family: Verdana;
    font-size: 12px;
}
.footerspace{
height: 2px;
background-color: #2aa7e1;

}
.menu{
    background-image: url('../img/menu.png');
    background-size: cover;

    margin-top: 1%;
}

.spaceheader{
    margin-top: 10px;
}

.nav-pills>li.active>a{
    color: #fff;
   background-color: transparent;
}
.nav-pills>li.active>a:hover{
    color: #000000;
   background-color: transparent;
}

.nav>li>a{
    color: #fff;
}

.nav>li>a:hover{
    color: #000;
      background-color: transparent;
}
.spacecuerpo{

    margin-top: 1%;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 100%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


.tamimg{
    height: 100px;  
}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }

  .spaceDiv{

    margin-top: 15px;

  }
    .spaceDiv2{

    padding-top: 100px;

  }

  .navbar-default {
    background-color: #2aa7e1;
    border-color: #85D6FC;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>.active>a{
    color: #fff;
    background-color: #85D6FC;

}
.navbar-default .navbar-brand {
    color: #fff;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #85D6FC;
    border-color: #ddd;
}
.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a:hover {
    color: #2aa7e1;
    background-color: #fff;

}

.navbar-default .navbar-nav>li>a:hover {
  color: #2aa7e1;
    background-color: #fff;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
body {
  background-color: #e3e3e3 !important;
}
/* --- Ajustes visuales para la sección de contacto (Caribbean Logistics Services, LLC) --- */
.contact-wrapper {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px 40px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

form .form-control {
  border-radius: 6px;
  border: 1px solid #cccccc;
}

form button.btn {
  margin-top: 10px;
  border-radius: 6px;
}

form {
  margin-top: 25px;
}

p,
label {
  color: #333;
}

h2.page-header {
  text-align: center;
  margin-bottom: 25px;
}

.btn-success {
  background-color: #25D366 !important;
  border-color: #1ebe57 !important;
}

/* --- Embellecer mapa y armonizarlo con el diseño general --- */
iframe {
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 450px;
}

/* --- Pequeños ajustes responsivos --- */
@media (max-width: 768px) {
  .contact-wrapper {
    padding: 15px 20px;
    margin: 20px 10px;
  }

  iframe {
    height: 350px;
  }
}
/* --- LEMA CORPORATIVO --- */
.lema {
  text-align: center;
  padding: 10px 0;
}

.lema p {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

/* Ajuste para pantallas pequeñas */
@media (max-width: 768px) {
  .lema p {
    font-size: 18px;
  }
}
/* --- LEMA CORPORATIVO PRINCIPAL --- */
.lema {
  text-align: center;
  position: relative;
  top: 40px; /* mueve el texto hacia abajo para alinearlo con el barco del logo */
  padding: 15px 0;
}

.lema h2 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 26px; /* tamaño destacado */
  font-weight: 600;
  color: #0f3d87; /* azul corporativo del logo */
  margin: 0;
  line-height: 1.3;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); /* un toque sutil de relieve */
}

/* Responsividad móvil */
@media (max-width: 768px) {
  .lema {
    top: 20px;
  }

  .lema h2 {
    font-size: 20px;
  }
}