body {
    margin: 0 180px;
    width: auto;
}

@media (max-width: 768px) {
    body{
        margin: 0 20px;
    }
}

.carousel_container{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-inner {
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.carousel-indicators {
    top: 105%;
}

.carousel-indicators li {
    background-color: #dfb53595;
    height: 10px;
}

.carousel-indicators .active {
    background-color: black;
}

.carousel-control-prev{
    background-color: #f1c232;
    height: 110px;
    width: 50px;
    top: 40%;
}

.carousel-control-next{
    background-color: #f1c232;
    height: 110px;
    width: 50px;
    top: 40%;
}

@media (max-width: 768px) {
    .carousel-control-prev{
        height: 50px;
        width: 25px;
    }

    .carousel-control-next{
        height: 50px;
        width: 25px;
    }

    .carousel-indicators {
        top: 105%;
    }

    .carousel-indicators li {
        height: 5px;
    }
}


.actions {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.es-button-border{
    width: 100%;
    margin: 0 20px 20px;
}

.field-flex {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
}

.es-button-border:hover a.es-button,
.es-button-border:hover button.es-button {
    background: #000000 !important;
    color: #f1c232 !important;
    transition: all .2s linear;
}

.es-button-border:hover {
    border-color: #000000 #000000 #000000 #000000 !important;
    background: #f1c232 !important;
    border-style: solid solid solid solid !important;
}


@media (max-width: 1100px) {
    .field-flex {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .es-button-border{
        margin: 0;
    }

    .field-actions a {
        width: 100%;
        box-sizing: border-box;
    }
}

.main-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px 0px;
}


.text-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    color: #000000 !important;
}

.main-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-self: center;
    gap: 40px 20px;
    flex-wrap: wrap;
    margin: 40px 0;
}

@media (max-width: 1100px) {
    
    .main-links {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;

        
    }

    .logo-item{
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
}

.link-item {
    width: 45%;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 1100px) {
    .link-item {
        width: 100%;
    }
}

.link-item span{
    width: 100%;
}
