/*colores*/

:root
{
	--aqua: #249c7c;
    --verde: #015953;
    /* --verde: #00996a; */
	--naranja: #f16837; 
    --blanco: #ffffff; 
    --gris: #e6e6e6; 
    --negro: #333333; 
}

/* docks */
.hero-docks{
    background-image: url(../Imagenes/Index/andenes_banner.jpg);
    background-position: 50% 10%;  
    background-size: cover;
    position: relative;
}
.hero-docks .hero-card-blanco{
    padding: 1.5%;
}

/* SECCIONES */

.section2-dss, .section2-db{
    width: 80%;
}

.section2-dpb .division_docks{
    width: 80%;
}
.division_docks{
    display: flex;
    justify-content: space-between;
    padding-bottom: 3%;
}

.division_docks > div{
    width: 45%;
}

.carousel{
    height: 550px;
}

.carousel-inner, .carousel-item{
    height: 100%;
}

.carousel-item img{
    object-fit: cover;
    overflow: hidden;
    
    height: 100%;
    width: 100%;
}


.carousel-indicators li{
    width: 60px;
    margin-left: 2%;
    margin-right: 2%;
    height: 6px;
}



.article1_docks a:hover{
    background-color: var(--naranja);
    border-color: var(--naranja);
}

.carousel-indicators{
    filter: invert(100%)
}


/* Marcas docks */

.article_marcas_docks{
    display: flex;
    justify-content:space-around;
    align-items: center;
}
.article_marcas_docks img{
    width: 16%;
    margin-bottom: 5%;
    height: 100%;
}

.marcas_docks{
    padding-top: 3%;
}







/* QUERIES */

@media screen and (max-width: 768px) {
    .carousel-item img{
        object-fit: contain;
        height: 100%;
        width: 100%;
    }
    .marcas_docks{
        padding-bottom: 5%;
    }
    .article_marcas_docks{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .marcas_docks h3{
        margin-top: 10%;
        margin-bottom: 8%;
    }
    .article_marcas_docks img{
        width: 35%;
        margin-bottom: 5%;
    }
    .division_docks{
        flex-direction: column;
        margin-bottom: 10%;
    }
    .bg-color-verde .division_docks{
        margin-bottom: 2%;
    }
    .bg-color-verde .carousel{
        margin-bottom: 5%;
    }
    .division_docks > div{
        width: 100%;
    }
    .carousel{
        height: 300px;
    }
    .carousel-inner{
        width: 70%;
    }
}

@media screen and (max-width: 500px) {
    .division_docks{
        margin-bottom: 5%;
    }
    .bg-color-verde .division_docks{
        margin-bottom: 2%;
    }
    .bg-color-verde .carousel{
        margin-bottom: 2%;
    }       
}
