body {
    margin-top: 70px
}
.grecaptcha-badge { 
    opacity: 0 !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 70% 100% !important;
    background-color: black !important;
    border-radius: 100% !important;
}

.carousel-indicators [data-bs-target] {
    background-color: black !important;
}

.slick-list {height: 100% !important;}

input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
    height: 20px;
    background-color: transparent;
}

input[type="radio"] + label {
    background-color:transparent;
    border-radius: var(--bs-border-radius-2xl)!important;
    border: 1px solid #D76E25;
    border-radius: 50px;
    color: #D76E25;
}

input[type="radio"]:checked + label {
    background-color:#D76E25;
    color: white;
}

input[type="radio"]:focus + label {
    color: white;
}

.title-equip {
    font-size: 30px !important;
    color: #D76E25 !important;
    font-weight: bold !important;
}

.title-faq {
    font-size: 21px !important;
}

.body-faq {
    font-size: 17px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

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

.card-item h3 {
    height: 60px;
}

.col-sm-2 div {
    background-color: #333333;
    position: relative;
    height: 100%;

}
.col-sm-2 h3 {
    color: #FFFFFF;
    font-family: MontserratThin-Regular;
    font-size: 1rem;
}
.col-sm-2 ul {
    padding: 0;
}
.col-sm-2 ul li {
    list-style: none;
}
.col-sm-2 ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: MontserratThin-Regular;
    font-size: 1rem;
}
.col-sm-2 ul li a:hover {
    color: #D76E25;
}
.col-sm-2 ul li div {
    color: #D76E25;
}

.modal.show .modal-dialog {
    padding: 10px;
}

@media screen and (max-width: 576px) {        
    .modal.show .modal-dialog {
        padding: 35px 10px;
    }

    .ratio {
        height: 600px;
    }

    .carousel-control-prev, .carousel-control-next {
        top: -75% !important;
    }
};

/*Estilos del bot¨Žn del video en presupuestos*/

.btn-video {
    color: #000;
    font-family: RajdhaniMedium-Regular;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0 15px;
}

.btn-2 {
    letter-spacing: 0;
    background-color: #D76E25;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease;
}

.btn-2:hover,
.btn-2:active {
    letter-spacing: 5px;
    background-color: #D76E25 !important;
    color: #fff;
}

.btn-2::after,
.btn-2::before {
    backface-visibility: hidden;
    border: 1px solid #ffffff00;
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.btn-2:hover::after,
.btn-2:hover::before {
    backface-visibility: hidden;
    border-color: #fff;
    transition: width 350ms ease-in-out;
    width: 70%;
}

.btn-2:hover::before {
    bottom: auto;
    top: 0;
    width: 70%;
}

.search {
    max-width: 255px;
    border: 1px solid #8D8A86 !important;
    border-radius: 18px;
    color: #8d8a86;
}

.search input {
    border: none;
    border-radius: 18px 0 0 18px;
    height: 35px;
    background-color: transparent;
    color: #8d8a86;
}

.search input::placeholder {
    color: #8d8a86
}

.search:focus,
.searchMobile:focus {
    border: 1px solid #8D8A86 !important;
    border-radius: 18px !important;
}

#search-wrapper {position: relative;}

#search-wrapper #results,
#search-wrapper #resultsMobile {
    display: none;
    height: auto;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    top: 38px;
    left: -10px;
    background: #2A2A2A;
    width: 100%;
    border: 1px solid #8D8A86;
    border-top: none;
    border-radius: 5px;
    margin: 0 11px;
}

#search-wrapper #results ul li,
#search-wrapper #resultsMobile ul li {
    width: 100%;
    border-bottom: 1px solid #333;
}

#search-wrapper #results ul li:last-child,
#search-wrapper #resultsMobile ul li:last-child {
    border-bottom: none;
}

#search-wrapper #results ul li a,
#search-wrapper #resultsMobile ul li a {
    display: block;
    padding: 10px 20px;
    color: #8D8A86;
    text-decoration: none;
}

#search-wrapper #results ul li a:hover,
#search-wrapper #resultsMobile ul li a:hover {
    color: #D76E25;
}

/* Estilo para el contenedor de la paginaci¨Žn */
.pagination {
    display: flex;
    justify-content: center;
    margin: 80px 0;
}

/* Estilo para los elementos de p¨˘gina individuales */
.page-item {
    margin: 0 5px;
}

/* Estilo para los enlaces de p¨˘gina */
.page-link {
    background-color: none;
    color: black;
    border: none;
}

.page-link:hover {
    color: #D76E25;
}

/* Estilo para el enlace de p¨˘gina actual */
.page-item.active .page-link {
    background-color: #D76E25;
    cursor: pointer;
}

/* Estilo para el enlace de p¨˘gina actual */
.page-item.active .page-link:hover {
    color: #ffffff;
}
.item-gallery-fetch .gallery-fetch-description .text-gallery-fetch {
        display: none
    }