/*
Theme Name: Atravel
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.absolute-footer {
    display: none;
}

.accordion .toggle {
    left: initial;
    right: 0 !important;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 2px solid #ddd;
    margin: 10px 0;
    border-radius: 22px;
}

.portfolio-featured-title {
    height: 60vh;
}

.portfolio-featured-title .page-title-bg {
    height: 60vh;
}

.portfolio-featured-title .page-title-inner {
    max-width: 70%;
    padding: 5rem;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    background: #fff;
    border-radius: 30px;
    font-size: 2.25rem;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 
}


.portfolio-featured-title h1 {
    color: #000;
}

.portfolio-featured-title .featured_item_cats a {
    color: #23b9d6;
    font-weight: bold;
}
.featured-item-categories-experiences{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 16px; 
    padding: 16px; 
}

.featured-item-categories-experiences li {
    background-color: #efefef; 
    border: 1px solid #efefef; 
    padding: 20px;
    text-align: center; 
    border-radius: 8px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center; 
    flex-direction: column;
    
}
.featured-item-categories-experiences li a{
    color: #000 !important;
    font-weight: bold;
}
.featured-item-categories-experiences li:hover{
    background-color: #eb934b59;
    border: 1px solid #eb934b; 
}

.portfolio-box img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 30px;
}
.portfolio-box.box-default img{
    max-height: 300px;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border-radius: 30px !important;
}
.wpcf7-submit{
    padding: 5px 30px !important;
    border-radius: 99px !important;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .portfolio-featured-title .page-title-inner {
        max-width: 90%;
        padding: 5rem 1.25rem;
        font-size: 1.5rem;
    }
    .featured-item-categories-experiences {
        grid-template-columns: repeat(2, 1fr); /* 2 colunas em telas menores */
    }

}

.footer__logos-row img{
	width: auto;
	max-height: 200px;
	object-fit: cover;
}
.header-language-dropdown .image-icon, .image-icon img{
	display: none;
}