/*Estilos de pagina*/
:root {
    --blanco: #ffffff;
    --oscuro: #212121;
    --primario: #88ccd7;
    --secundario: #0097a7;
    --gris: #757575;
    --azul2: #159bb1;


}

/*reset de border por defectp*/
* {
    /* eliminar formato por defecto*/
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;

}

*,
*:before,
*:after {
    box-sizing: inherit;


}

.sombra {
    box-shadow: 0px 5px 15px 0px rgba(120, 112, 112, 0.54);
    background-color: var(--blanco);
    padding: 2rem;
    border-radius: 1rem;
}

h1 {
    font-size: 3.8rem;
}

h2 {
    font-size: 2.8rem;
}

h3 {
    font-size: 1.8rem;
}

h1,
h2,
h3 {
    text-align: center;
    color: white;
}

body {
    font-size: 16px;
    /*1 rem = 10px*/
    font-family: 'Krub', sans-serif;



}

/*menu de navegacion*/


.toggle-menu {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    background: #ffffff;
    height: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-content: center;




}

@media (max-width:380px){
    .section-image-tec .transparente-bk {
        padding: 21px;
      }
     
   
}

@media (min-width:900px) {
    .toggle-menu {
        display: none;
        padding: 0;
        background-color: none;
    }

}

.icon-menu {


    width: 30px;
}

img {
    max-width: 100%;

}

.logo {
    width: 40px;
cursor: pointer !important; /* Cambia el cursor a una mano */
z-index: 1;
}

figure {
    position: relative;
    margin: 0 auto;

}

.menu-icon {
    padding-left: 60%;
    padding-top: 10px;
}

.nav-bg {
    height: 37px;
    height: 37px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.main-nav {
    height: 50px;
}



.main-menu {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: #ffffff;
    transition: transform 0.3s;
    transform: translateY(-100%);





}

.main-menu_show {
    transform: translateY(0);
    padding-top: 6rem;


}

@media (min-width:900px) {
    .main-menu {
        flex-direction: row;
        transform: translateY(0);
        justify-content: center;
        align-items: center;
        height: 70px;
        z-index: 1;
    }



}

.main-menu_item {
    padding: 1rem;

}



.main-menu_link {
    color: #2c3485;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: 'Krub', sans-serif;
    font-weight: 700;
}

.main-menu_link:hover {
    color: #12983c;


}

@media (min-width:900px) {
    .main-menu_link {
        font-size: 1.2rem;
    }
}




/*logo header*/
.header-logo {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffdb0b;
}

.logo-container {
    margin: 0 auto;
}

#logo-header {
    width: 25rem;
    height: 14rem;
    padding-bottom: 2rem;
}

@media (max-width:900px) {
    .header-logo {
        position: relative;
        display: none;
        align-items: center;
        background: #574c0f;
    }

    .logo-desktop {
        display: none;
    }
}


/* portada de pagina*/

.portada {
    background-image: url("../expreso_colombia/img/fondos/portada.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
    z-index: -2;
}

@media (max-width:412px) {
    .portada {
        height: 244px;
    }

    .text_portada {
        margin-top: 20px;
    }
    
}



.into_portada {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
    font-family: 'Roboto+Condensed', sans-serif;
    position: absolute;
    color: rgba(255, 255, 255, .6);
}

.text_portada {
    padding-top: 20px;
    font-size: 70px;
}

@media(max-width:1000px) {
    .text_portada {
        margin-top: 10px;
        font-size: 60px;

    }

    

}

@media (max-width:412px) {
    .into_portada {
        font-size: 19px;
    }

    .text_portada {
        margin-top: 30px;
        padding-top: 0;
        font-size: 3rem;

    }

}

#logo_portada {
    width: 250px;
    height: 130px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width:412px) {
    #logo_portada {
        width: 200px;
        height: 100px;
        margin-top: -38px;
    }
    .img-bg-puerto .article-puerto{
    padding: 30px;
}
}

/* subtitulo*/

.subtitulo {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 30px;
}

.texto-2 {
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 2rem;
    color: white;
    font-size: 2.7rem;
    font-family: 'Roboto+Condensed', sans-serif;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
}

@media(max-width:412px) {
    .texto-2 {
        font-size: 2.2rem;
    }
}

@media(min-width:900px) {
    .texto-2 {
        font-size: 4rem;
    }
}


.logo-desktop {
    width: 50px;
    height: auto;
    position: absolute;
    z-index: 2;
    padding-top: 6px;
    padding-left: 20px;
    cursor: pointer !important; /* Cambia el cursor a una mano */

}

/*cuerpo de la pagina */

.hero {

    background-image: url(./assets/img/legal-header.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 410px;
    position: relative;
    z-index: -1;

}





.contenedor {
    max-width: 110rem;
    margin: 0 auto;
}

.boton {
    background-color: var(--secundario);
    color: var(--blanco);
    padding: 1rem 3rem;
    margin-top: 1rem;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: .5rem;
    width: 90%;
    text-align: center;
    border: none;
}

@media (min-width:480px) {
    .boton {
        width: auto;
    }
}

.boton:hover {
    cursor: pointer;

}

.sombra {
    box-shadow: 0px 5px 15px 0px rgba(120, 112, 112, 0.54);
    background-color: var(--azul2);
    padding: 3rem;
    border-radius: 1rem;
    margin: 20px;
}

/**tipografia**/

h1 {
    font-size: 3.8rem;
}

h2 {
    font-size: 2.8rem;
}

h3 {
    font-size: 1.8rem;
}

h1,
h2,
h3 {
    text-align: center;
    padding-top: 20px;
}

/*titulos*/

.titulo span {
    font-size: 2rem;

}


/** utilidades**/





/**navegacion principal**/



.contenido-hero {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    /**anterior**/
    background-color: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contenido-hero p {
    font-size: clamp(14px, 2vw, 40px);
    text-align: center;
    padding: 10px;
}

.contenido-hero h2,
.contenido-hero p {
    color: var(--blanco);
}

.servicios,
.navegacion-principal,
.formulario {
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

@media (min-width: 700px) {
    .servicios {
        display: grid;
        /**  grid-template-columns: 1fr 1fr 1fr;**/
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1rem;

    }

.footer-contac {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1rem;
    }
    .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1rem;
    }


}


/** servicios**/

.servicio {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.servicio .icono {
    background-color: var(--primario);
    border-radius: 50%;
    width: 15rem;
    height: 15rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.servicio p {
    line-height: 2;
    text-align: center;
    color: white;
    font-size: 19px;
}



#contenedor {
    background-color: #757575;
    position: relative;
    width: auto;
    /* Ancho del contenedor */
    height: 400px;
    /* Altura del contenedor */
    overflow: hidden;
    /* Evita que la imagen se desborde fuera del contenedor */
}

#movingImage {
    position: absolute;
    bottom: 0;
    /* Comienza en el borde inferior */
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.60s ease-in-out;
    width: 200px;
    height: 200px;
}

/* textos y titulos */
.contenedor-edit {

    padding-top: 90px;
    padding-bottom: 90px;
}

h4,
b {
    font-size: 40px;
}

.detalle-text {
    font-size: 15px;
}

/*section-image*/

.section-image {
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    padding: 55px 26px;
    display: flex;
    align-items: center;
    background-color: #159bb1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section-image-left {
    justify-content: flex-start;
}

.section-image-right {
    justify-content: flex-end;
}

.section-image article {
    padding: 20px;
    display: block;
    position: relative;
    max-width: 400px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 1rem;

}

#section-img-01 {
    background-image: url(./assets/img/img1.jpg);
}

#section-img-02 {
    background-image: url(./assets/img/img3.webp);
}

#section-img-03 {
    background-image: url(./assets/img/img3.webp);
}

button {
    margin: 0px 10px;
    padding: 10px 35px;

}

@media screen and (max-width: 800px) {

    .section-image-left,
    .section-image-rigth {
        justify-content: center;
    }

    .section-image article {
        max-width: 100%;
    }

}


/*pie de pagina*/
.container {
    background-color: #00a652;
    width: 100%;
    height: 200px;
    display: grid;
   

}

.items {
    align-content: center;
    margin: auto;
}

.logo-pie {
    width: 100px;
}

.footer-texo {
    font-size: 4rem;
}

.final {
    background-color: #159bb1;
    margin-top: 2px;
    padding: 10px;
}

.footer1 h4 {
    color: #ffffff;
}

.footer2 h4 {
    font-size: 10px;
    color: #ffffff;
}

/* HOME
informacion de quienes somos*/

.contenido-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;




}


.texto4 {
    font-size: 23px;
    text-align: justify;
    color: #2c3485;
}

@media screen and (max-width: 1000px) {
    .texto4 {
        font-size: 17px;
    }
}

#caja-info {
    max-width: 149.2rem;
    margin: 0 auto;
    padding: 94.4px;
}

@media screen and (max-width: 1000px) {
    #caja-info {

        margin: 0 auto;
        padding-top: 94.4px;
        padding: 94px 0px;
    }
}

.titulo {
    padding: 30px;
}

#titulo4 {
    font-size: 40px;

}

.parrafo {
    padding: 30px;
    border-left-style: solid;
    border-width: 6px;
    border-color: #00a652;

}

@media screen and (max-width: 600px) {

    .section-image div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contenido-info {
        flex-direction: column;
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .contenido-hero p {
        font-size: 15px;
    }

    #tecnologia-img1 {
        background-image: url(./assets/img/portada-tec.jpg);
        height: 270px;
        background-size: contain;
        background-color: #0096a700;
    }

    .hero .parrafo-tec {
        font-size: 23px;

    }


    .hero .titulo-tec {
        font-size: 36px;


    }

.transparente-bk .titulo7{
    font-size: 40px;


}
/*medidas puertos*/
#section-img-puerto-01{
    background-color: #159cb100;
    background-size: contain;
    background-position: top;
    height: 250px;
        
}



}

.parrafo5{
    font-size: clamp(14px, 2vw, 40px);
    color: #ffffff;
}
.titulo5 {

    font-size: clamp(14px, 2vw, 40px);

}

.texto-soluciones{
    background-color: #0e6f7e6c;
    padding: 30px;
    border-radius: 5px;
    width: 100%;
  text-align: center;
}

.btn-home{
    

        text-decoration: none; /* Quita el subrayado */
        color:#103ca3;         /* Hace que tome el color del elemento padre */
   font-size: 10px;
   font-weight: bold;
}



/* TECNOLOGIA CSS*/

#tecnologia-img1 {
    background-image: url(./assets/img/lab.webp);
    margin-top: 70px;
   height: 450px;
    

}
#titulo6{
    color: #2c3485;
}
.titulo6 {
    font-size: 80px;
}

.parrafo-tec {
    font-size: 60px;
    padding: 30px;
    color: #ffffff;
}


.titulo-tec {
    font-size: 80px;
    text-align: left;
    padding-left: 30px;

}



.tecnologia-portada {
    height: 410px;
}

/* BUNKER*/

  /* Estilos generales */
.bunkering-section {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  line-height: 1.6;
}

/* Hero Section */
.bunkering-hero {
  height: 100vh;
  min-height: 600px;
  background-image: url('/assets/img/img1.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Asegura que nada se desborde */
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  width: 100%;
}
.mouse-svg {
    width: 26px;
    height: 42px;
   
}
.hero-title {
  color: white;
  font-size: 5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.hero-title .accent {
  color: #00a652;
  display: block;
}

.scroll-indicator {
  color: white;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
  font-size: 20px;
}
/* Versión Móvil (900px o menos) */
@media (max-width: 900px) {
  .bunkering-hero {
    height: auto;
    min-height: 0; /* Elimina el mínimo height */
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 16/9; /* Proporción fija para la imagen */
    background-color: transparent; /* Elimina el fondo negro */
    display: flex;
    align-items: flex-end; /* Alinea el contenido al fondo */
  /* padding-bottom: 20px; /* Espacio para el texto */
  }
  
  .hero-overlay {
    position: relative;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    width: 100%;
    padding: 1.5rem;
    bottom: 0;
    border-radius: 0;
  }
  
  .hero-title {
    font-size: 5.5rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 5rem !important;
  }
}

/* Ajuste para pantallas muy pequeñas */
@media (max-width: 480px) {
  .bunkering-hero {
    aspect-ratio: 4/3; /* Proporción más cuadrada para móviles */
  }
  
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-overlay {
    padding: 1rem;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0) translateX(-50%);}
  40% {transform: translateY(-20px) translateX(-50%);}
  60% {transform: translateY(-10px) translateX(-50%);}
}

/* Contenido principal */
.bunkering-content {
  max-width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem;
    background-image:url(./assets/fondos/patron_ggf.png);
}

.floating-card {
  background:white;
  padding: 3rem;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin-top: -73px;;
  position: relative;
  z-index: 2;
}

.card-title {
  color: #2c3485;
  font-size: 40px !important;
  margin-bottom: 1.5rem;
}

.card-text {
  font-size: 20px;
  margin-bottom: 15px !important;
  text-align: center;
}

.card-highlight {
  background: #f8f9fa;
  border-left: 4px solid#00a652;
  padding: 1.5rem;
  margin-top: 2rem;
  font-size: 27px !important;

}

/* Sección de beneficios */
.benefits-section {
  margin: 5rem 0;
 
}

.benefits-title {
  text-align: center;
  font-size: 40px !important;
  color: #2c3485;
  margin-bottom: 3rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.benefit-card {
  background: #2c3485;;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  
}

.benefit-card:hover {
  transform: translateY(-10px);
}

.benefit-icon {
  font-size: 5rem !important ;
  color: #efe708;
  margin-bottom: 1rem;
}

.benefit-card h4 {
  color:#14b547;
  margin-bottom: 1rem;
}

/* Galería */
.gallery-section {
  margin: 5rem 0;
}

.gallery-title {
  text-align: center;
  font-size: 2rem;
  color: #2c3485;
  margin-bottom: 3rem;
}

.gallery-container {
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}

.gallery-item.active {
  opacity: 1;
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 1.5rem;
  font-size: 1.2rem;
}

.gallery-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.gallery-controls button {
  background: #2c3485;
  color: white;
  border: none;
  width:40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 1rem;
  transition: background 0.3s ease;
}

.gallery-controls button:hover {
  background: #1cf49a;
}

.gallery-dots {
  display: flex;
  gap: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .floating-card {
    margin-top: -50px;
    padding: 2rem;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}



.P-bunker{
    font-size: 15px !important;
    color: white;
}
  
.T-bunker{
font-size: 23px !important;

}
  

   /* background-image: url(/assets/img/img1.webp);*/
  






@media (max-width: 817px) {
   
  
  
  }
/*******************************************/

.section-image-tec {
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    margin-top: 70px;
    padding: 55px 26px;
    display: flex;
    align-items: center;
    background-color: #159bb1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}



.section-image-tec .transparente-bk {
    height: 300px;
    height: 100%;
    width: 100%;
    background-color: #00a6528f;
    border-radius: 0.5rem;
    padding: 50px;


}



.titulo8 {
    padding-left: 30px;
    border-left-style: solid;
    border-width: 6px;
    border-color: #2c3485;
    font-size: 30px;
    text-align: left;
    padding-top: 0px;
}



#inf-tec{
padding-top: 50px;
}
.container-2 {
    display: grid;
    grid-template-columns: 2fr 1fr; /* Divide en dos columnas iguales */
    gap: 20px; /* Espacio entre elementos */
    align-items: center; /* Alinear verticalmente */
    padding: 30px;
    margin-top: 10px;
}

.info-tec-2 {
    width: 90%;
    text-align: justify; /* Justificar el texto para mejor presentaciÃ³n */
}

.img-tec-2 img {
    width: auto; /* Escalar la imagen para que ocupe toda la columna */
    height: auto; /* Mantener la proporciÃ³n */
    border-radius: 60px; /* Bordes redondeados opcionales */
}

.info-tec-2 .tec-pf{

    font-size: clamp(14px, 2vw, 24px);
    color: #2c3485;

}
/*mayores de 700 px*/
@media (min-width: 700px) {
    #titulo-pt-02{
       display: none;
        }


}

/* DiseÃ±o para pantallas menores a 700px */
@media (max-width: 700px) {
    .container-2 {
        grid-template-columns: 1fr; /* Cambia a una sola columna */
    }

    .info-tec-2, 
    .img-tec-2 {
        text-align: justify; /* Centra el texto e imagen para mejor estÃ©tica */
    }

    .info-tec-2{
        width: 100%;
    }
    

    
    .transparente-bk .titulo10 {
    font-size: 24px;
}

/*////////////////////////*/

#titulo-pt {
    font-size: 17px;
    padding-left: 10px;
    padding-top: 5px;
}
#transparent-pt{
padding: 10px;
display: none;
}

#titulo-pt-02{
color: #103ca3;
}
.section-image-tec .transparente-bk {

    height: 50%;
    padding: 20px;
  }


.texto-puertos .port-pf{
    
    font-size:15px
}
.img-bg-puerto .article-puerto{
    grid-template-columns: 1fr;
    padding: 30px;
}

#id-capa1{
    height: 300px;

}


}


/*sostenibilidad*/

.sos.body{
    background-image:url(./assets/fondos/patron_ggf.png) !important;
     background-repeat: repeat;
}
#section-img-sos-01{
    background-image: url(./assets/img/ambiental.webp);
   
}

.titulo10 {
    padding-left: 30px;
    border-left-style: solid;
    border-width: 6px;
    border-color: #2c3485;
    padding-bottom: 0px;
    font-size: 60px;
    text-align: left;
}

.lead, .fs-5{
    
    font-size: clamp(18px, 3vw + 10px, 30px) !important;
}

        .marine-wrapper {
            max-width: 1200px;
            margin: 0 auto;
        }
      
        .header-spacing {
            margin-bottom: 80px;
            text-align: center;
        }
        .marine-card {
            border: none;
            border-radius: 12px;
            background: white;
            box-shadow: 0 8px 32px rgba(31, 38, 135, 0.05);
            padding: 40px;
            margin-bottom: 30px;
            border-left: 4px solid #0056b3;
            font-size: clamp(18px, 3vw + 10px, 30px);
            height: 77% !important;
        }
        .title-blue {
            color: #003366;
            font-weight: bold;
            margin-bottom: 30px;
            font-size: 50px !important;
        }
        .subtitle-blue {
            color: #0056b3;
            margin-bottom: 25px;
             font-size: clamp(18px, 3vw + 10px, 22px);
           
        }
        .wave-icon {
            color: #0056b3;
            font-size: clamp(18px, 3vw + 10px, 5.2rem);
            margin-bottom: 20px;
        }
        
        @media (max-width: 768px) {
            .section-spacing {
                padding: 50px 0;
            }
            .header-spacing {
                margin-bottom: 50px;
            }
            .marine-card {
                padding: 11px;
            }
        }


        @media (min-width: 768px) {
  #cards-sos {
    flex: 0 0 auto;
    width: 31% !important;
  }
}

.g-4{
  --bs-gutter-x: -4.5rem;
}

#p-sos{
    font-family: 30px !important;
}





/*PUERTOS*/
/*svg*/
.st0{fill:#159BB1;stroke:#FFFFFF;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;}
.st1{fill:#166A72;stroke:#FFFFFF;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;}
.st2{fill:#F90606;}
.st3{fill:#DBC70E;}
.st4{fill:#FC0606;}
.st5{fill:#F20000;}
.st6{fill:#DBC70E;}


.enlace{
    text-decoration: none;
    color: inherit;
}




.img-bg-puerto{
    width:100%;
    height: auto;
    background-image: url(./assets/img/img2.webp);
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
    position: relative;
    
}


#section-img-puerto-01{
   
    background-image: url(./assets/img/buque-3.webp);
    
}


.article-puerto {
    position: relative;
    width: 100%;
    min-height: 300px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    padding: 100px;
}

.article-puerto::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color: rgba(14, 111, 126, 0.56);
}

.article-puerto .svg-1,
.article-puerto .texto-puertos {
    position: relative;
}
.port-pf{
    color: white;
    font-size:22px
}

.svg-1{
    width: 100%;
    
}

#id-capa1{
    height: 600px;
}


@media (max-width: 700px) {

.titulo8{font-size: 20px;}
}

.previus .btn-puertos{

        text-decoration: none; /* Quita el subrayado */
        color: white;         /* Hace que tome el color del elemento padre */
   font-size: 20px;
}
.previus {
    min-width: 130px;
    height: 40px;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    border: 2px solid #103ca300;
    background: #103ca3;
  }
  .previus:hover {
    background:#12983c;
    color: #ff0a78
  }

/*leyende del footer*/
.leyenda-1 {
    background-color: #0e6f7e; /* Fondo elegante en tono azul oscuro */
    color: #ffffff;            /* Texto en blanco para buen contraste */
    text-align: center;        /* Centrar el contenido */
    padding: 15px 20px;        /* Espaciado interno para que no se vea apretado */
    font-size: 0.9rem;         /* TamaÃ±o de fuente ideal para este tipo de texto */
}

.detalle-text-1 {
    margin: 5px 0;             /* Espaciado entre las lÃ­neas */
    line-height: 1.5;          /* Mejora la legibilidad */
}

.leyenda-1 a {
    color: #a0e7f7;            /* Color destacado para enlaces */
    text-decoration: none;     /* Elimina el subrayado para un look mÃ¡s limpio */
    font-weight: bold;         /* Resalta los enlaces */
}

.leyenda-1 a:hover {
    text-decoration: underline; /* Subrayado al pasar el cursor para mejor UX */
}
#leyenda-1{
    font-size: 12px;
}
/* DiseÃ±o responsivo */
@media (max-width: 600px) {
    .leyenda-1 {
        font-size: 0.8rem;     /* Texto mÃ¡s pequeÃ±o en pantallas pequeÃ±as */
        padding: 10px 15px;
    }

    #tecnologia-img1{
        height: 313px;
    }
}

/*index*/

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.397); /* Capa oscura */
}
.text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 5rem;
    text-align: center;
}
.text1, .text2 {
    opacity: 0;
    animation: fadeInOut 10s infinite;
}
.text2 {
    animation-delay: 5s; /* Retraso ajustado para mejor transición */
}
@keyframes fadeInOut {
    0%, 40%, 100% { opacity: 0; }
    10%, 30% { opacity: 1; }
}
@media (max-width: 768px) {
    .text-content {
        font-size: 2rem;
    }
    .info-sos{
        width: 100%;
            }
           .container-sos{
            padding: 40px;
            }
}
@media (max-width: 700px) {
    .text2 {
        width: 90%;
        word-wrap: break-word;
    }
    #home_text{
        font-size: 2rem;
    }
}


#Capa_1{
    width: 300px;
}

.home_text{
   font-size: 3rem;
}


/* tarjetas */


#texto-card{
    font-size: 20px;
    color: #2c3485;
}
.text-btn{
    font-size: 1rem;
}

.contenedor-index {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    background-image:url(./assets/fondos/patron_ggf.png);
}
.card {
    background-color: var(--blanco);
    border-radius: 1rem;
    box-shadow: 0px 5px 15px 0px rgba(120, 112, 112, 0.54);
    padding: 2rem;
    text-align: center;
    width: 300px;
    transition: transform 0.3s ease;
    font-size: 3rem;
    font-weight: 800;
}
.card:hover {
    transform: translateY(-5px);
}
.icon {
    font-size: 5rem;
    color: var(--azul2);
    margin-bottom: 1rem;
}
.button {
    display: inline-block;
    background-color: var(--secundario);
    color: var(--blanco);
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.5rem;
    text-decoration: none;
    margin-top: 1rem;
    cursor: pointer;
    font-size: 1rem;
}
.button:hover {
    background-color: var(--primario);
}
@media (max-width: 700px) {
    .contenedor-index {
        flex-direction: column;
        align-items: center;
    }
}


.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    color: #00a652;
    
   
  }


  .icon-serv{
    width: 50px;
    height: 50px;
  }


  #titulo11{
    font-size: 20px;
    font-family: krub;
    color: #2c3485;
  }

  .caja{
    
    height: 80px;
    background-color: #00a653ae;
    text-align: center;
    border-radius:20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background-color 0.3s ease; /* Efecto suave */
  }


.caja:hover{
    background-color :#159BB1; /* Color al pasar el mouse */
    transition: background-color 0.3s ease; /* Efecto suave */
}

.h2-puerto{
    padding: 0;
    font-size: 30px;
    color: white;
    
}



path.hover {
    fill: #ffffff;
}



















/*contacanos  bg-contac*/

/* Ajustes para el layout responsive */
.min-vh-50 {
  min-height: 500px; /* Altura mínima para la sección de imagen */
}

.bg-contac {
    border-radius: 10px;
  width: 60% !important; /* Sobreescribe el ancho fijo que tenías */
  height: 100%; /* Toma toda la altura disponible */
}

/* Asegura que el formulario no sea demasiado ancho en desktop */
@media (min-width: 769px) {
  .ifoc-contact-form {
    max-width: 500px; /* Mantiene tu medida pero de forma flexible */
    margin: 0 auto; /* Centrado horizontal */
    padding: 3rem !important; /* Más espacio interno */
  }
}

/* Ajustes para móviles */
@media (max-width: 768px) {
  .align-items-center {
    padding: 20px; /* Reduce el padding en móviles */
    /* Ocupa más espacio en móviles */
  }
  
  .bg-contac {
    min-height: 300px; /* Altura adecuada para móviles */
  }
  
  .ifoc-contact-form {
    margin-bottom: 2rem; /* Espacio entre formulario e imagen en móvil */
  }


  .bg-contac {

  width: 100% !important;

}
}

.align-items-center{
    padding-right: 3rem;
    margin: 0 auto;
}
  .ifoc-contact-section {
    background-color: #212529;
    padding: 5rem 0;
  }
  #text-center-contac{
    color: #1cf49a;
    padding-top: 7rem;
  }
  .ifoc-contact-form {
   
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  }
  
  .ifoc-contact-form .form-control,
  .ifoc-contact-form .form-select {
    border: 1px solid #e0e0e0;
    padding: 0.75rem 0rem;
    font-size: 15px !important;
  }
  
  .ifoc-contact-form .input-group-text {
    background-color: #2c3485;
    color: white;
    border: none;
  }
  
  .ifoc-contact-form .btn-primary {
    background-color:#2c3485;
    border: none;
    padding: 0.75rem;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  
  .ifoc-contact-form .btn-primary:hover {
    background-color: #001a4d;
    transform: translateY(-2px);
  }
  
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 40%;
  }
}

  @media (min-width:769px) {
    .col-lg-6{
min-width: 500px;
    }
  }




.footer-contac{
    background-color: #00a652;
  width: 100%;
  height: 200px;
  display: grid;
  margin: 0 auto !important;
}

h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
}


.bg-contac{
    background-image: url(./assets/img/img-21.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;

}

#titulo-contac{
 
    font-size: 9.8rem;
    text-align: left;
    word-break: break-word;
    white-space: normal;
    font-family: impact;
  color: #00a652;
}



.form-label{
    font-size: 15px;
    color: white;
}

@media (max-width: 530px) {
    .bg-contac{
        flex-direction: column;
        
    }
    .bg-contac > .box-form{
        flex-direction: column;
        margin: 0;
       
        width: 100%;
    }

    
}


#section-img-contac{
    background-image: url(/assets/img/img-20.webp);
}


/* seccion zona cartagena*/
#section-img-cartagena{
background-image: url(/assets/img/cartagena.webp) !important;
}

#texto-cartagena1{
    color: #103ca3;
}
#texto-cartagena2{
    color :#103ca3;
}
#text-carta-title{
    color: #103ca3;
}
.texto-desc{
    border-top-style: solid;
    border-color: #103ca3;
  border-width: 1rem;
max-width: 149.2rem;
  margin: 0 auto;
  padding: 94.4px;
 background-color:#f4fb1b;
 
}

.negrita{
    font-size: 20px;
}



.carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* Contenedor de slides con altura fija */
.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 700px; /* Altura fija para todas las imágenes */
    overflow: hidden;
}

/* Contenedor de slides */
.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

/* Cada slide individual */
.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

/* Imágenes con tamaño fijo (misma altura) */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Mantiene la proporción cubriendo el espacio */
    display: block;
}

/* Controles de navegación */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
}

#prevBtn {
    left: 10px;
}

#nextBtn {
    right: 10px;
}

/* AJUSTES RESPONSIVE */
@media (max-width: 768px) {
    .carousel-wrapper {
        height: 400px; /* Altura menor para tablets */
    }


    .texto-desc{
      padding: 33px;
    }
    #caja-info {
   
        padding: 40px 0px;
      }
}

@media (max-width: 480px) {
    .carousel-wrapper {
        height: 200px; /* Altura menor para móviles */
    }
    
    .carousel-control {
        padding: 10px;
        font-size: 16px;
    }

    .texto-desc{
        padding: 33px;
      }

      #caja-info {
   
        padding: 40px 0px;
      }
      .negrita{
        font-size: 13px;
    }
}

/*Barranqilla*/

#section-img-barranquilla{
    background-image: url(/assets/img/barranquilla.webp);
}


#section-img-stm{
    background-image: url(/assets/img/satnamarta.jpg);
}





/*BUENAVENTURA*/

#section-img-tolu{

    background-image: url(./assets/img/tolu.webp);

}

