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

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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.text-80{width: 90%;margin-top:0;padding-top:0.15em;font-size:unset;}
    .text-80 .box-text-inner{
    margin-left:10%;
    border-top: 1px solid #DCDCDC;}
    .portfolio-box-title{
        font-size: 1.71rem !important;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: left;
        }
    .viewmore{color: #556BF7;}
    .viewmore > a {
        text-decoration:underline;
        font-size: 1rem;
        font-weight: 600;
        line-height: 15px;
        letter-spacing: 0em;
        color: #556BF7;

            }
        .portfolio-box-category{padding-bottom: 2em;}

.accordion-services .accordion-item .accordion-title {
    color: hsla(0,0%,40%,.85);
    transition: all .2s;
    font-size: .8em;
    border-radius: 99px;
    border: 1px solid #9D9DAA;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: .1em 2.3em;
    font-weight: 700;
}
.accordion-services .accordion-item .accordion-title:hover {
    color: hsla(0,0%,7%,.85);
}
.accordion-services .accordion-item .accordion-title span { flex: auto; text-align:center; line-height: 1.2; }
.accordion-services.accordion .toggle {
    position: relative;
    top: 0;
}
.accordion-services .accordion-item .accordion-title.active {
    background-color: #ffffff00!important;
    color: #556BF7;
    border: 1px solid #556BF7;
}
.accordion-services .accordion-inner { padding-right:0; padding-left:0; }

/*Lang menu*/
ul.header-language-menu { list-style:none; display: flex; justify-content: center; }
.header-language-menu .lang-item {
    background-color: #F1F1F800;
    margin: 0px;
    position: relative;
    width: auto!important;
}
.header-language-menu li.lang-item:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 5px;
}
.header-language-menu li.lang-item:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-right: 5px;
}
.header-language-menu li.lang-item:before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 12px;
    border-left: 2px solid #23232A;
    position: absolute;
    top: 13px;
    left: -1px;
}
.header-language-menu li.lang-item:first-child:before {
    content: none;
}
.header-language-menu li.lang-item > a,
.nav-sidebar .header-language-menu li.lang-item > a {
    padding: 9px 10px 5px;
    text-align: center;
    display: block;
    font-size: 0.9rem;
    color: #787878;
}
.nav-sidebar .header-language { padding: 15px 0; }
.header-language-menu li.lang-item.current-lang > a { color: #ffffff;}
.header-nav li.header-button-1 { margin-left: 50px; }

.linea {
	line-height: 30px !important;
}

.subrayado {
    position: relative; /* Necesario para posicionar el pseudo-elemento */
    display: inline-block; /* Para evitar problemas con elementos en línea */
}

.subrayado::after {
    content: "";
    position: absolute;
    bottom: -2px; 
    left: 0;
    width: 0; 
    height: 1px;
    background-color: white;
	opacity: 0;
    transition: opacity 1s ease-in-out;
    
}

.subrayado:hover::after,
.subrayado.active::after { 
    left: 33%; 
    bottom: 2px;
	width: 30%; 
	opacity: 1;
}

.header {
    position: fixed;
    transition: none;
}
.header.sticky-fade .stuck {
    animation: none;
}

#texto-animado {
    display: inline-block;
    overflow: hidden;
    height: 54px;
    position: relative;
    vertical-align: top;
    width: 200px;
}
html:lang(es-AR) #texto-animado {
    height: 1.2em;
}
#texto-animado > span {
    position: absolute;
    left: 0;
    /*top: 100px;*/
    top: 0;
    transform: translateY(100%);
    transition: all 1s;
}
html:lang(es-AR) #texto-animado > span {
    top: 5px;
}

#texto-animado > span.text-in {
    width: 10px;
    top: 0;

}
#texto-animado > span.text-out {
    width: 50px;
    top: 100px;

}

button.flickity-button.flickity-prev-next-button.previous {    
	background-image: url(/wp-content/uploads/2024/10/Vector-6.png);    
	background-repeat: no-repeat;
}

.flickity-button.flickity-prev-next-button.next {
	background-image: url(/wp-content/uploads/2024/10/flecha-der.svg);
	background-repeat: no-repeat;
}

.flickity-prev-next-button svg{
	display: none;
	
}
@media screen and (max-width: 549px) {   
	.slider-wrapper .flickity-prev-next-button {       
	display: block;    
	}
}

