﻿.carousel-caption {
    transform: translateY(0%);
}

.logueado .carousel {
    margin-top: 0;
}

.accordion-item:first-of-type .accordion-button, .accordion-item .accordion-button, .accordion-header {
    border-radius: 1.75rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 1.75rem;
}

.accordion-item:nth-child(1) .accordion-button {
    box-shadow: none;
    border-color: #7970D8;
    background-color: #7970D8;
    color: white;
}

.accordion-item:nth-child(2) .accordion-button {
    box-shadow: none;
    border-color: #00A0DB;
    background-color: #00A0DB;
    color: white;
}

.accordion-item:nth-child(3) .accordion-button {
    box-shadow: none;
    border-color: #F18F20;
    background-color: #F18F20;
    color: white;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body .circle {
    background: #071E6D;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Conv_Comex-Black';
    font-size: 25px;
    margin: 10px auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .slider-responsive {
        height: 410px;
    }
}

@media (max-width: 767.98px) {
    .slider-responsive {
        height: 385px;
    }
}
