body{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


#google_translate_element{
    display: flex;
    justify-content: center;
}


p{
    margin: 10px;
}

.contCarousell {
    display: flex;
    justify-content: center;
    height: 1000px;
}

.carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.carousel-track {
    position: relative;
    height: 1000px;
}

.carousel-track img{
    position: relative;
    height: 100%;
}


.slide {
    display: none;
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.slide.active {
    display: block;
}

/* Flechas */
.prev, .next {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    font-size: 30px;
    padding: 8px 12px;
    cursor: pointer;
}

.prev { left: 10px; }
.next { right: 10px; }

.prev:hover, .next:hover {
    background: rgba(0,0,0,0.9);
}
