/* 
Theme Name: Nuevetres Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Modificado por Nuevetrs.digital
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.btn-servicios{
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: var( --e-global-color-f2daea3 );
    border-radius: 8px 8px 8px 8px;
    border: none;
    color: #fff;
    width: 100%;
}

.btn-servicios:hover, .btn-servicios:focus{
    background-color: #39034e;
    border: none !important;
}

#textoLaboral, #textoCivil, #textoInmo, #textoFamilia, #textoPenal, #textoSocial{
    display: none;
    height: 0;
}


.formulario-contacte h4{
    margin-bottom: 5px;
    font-weight: 300;
    color: #490065;
}

.lista-etiquetas, .lista-etiquetas-white{
    padding-inline-start: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.lista-etiquetas li{
    display: inline;
    background-color: #490065;
    color: #fff;
    padding: 2px 12px !important;
    border-radius: 50px;
    float: left;
    margin-bottom: 5px !important;
    margin-right: 5px;
    font-size: 13px;
}

.lista-etiquetas li a{
    color: #fff;
}

.lista-etiquetas li:hover{
    background-color: #310044;
}

.lista-etiquetas-white li{
    display: inline;
    background-color: #fff;
    color: #490065;
    padding: 2px 12px;
    border-radius: 50px;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 13px; 
}

.lista-etiquetas-white li a{
    color: #490065;
}

.lista-etiquetas-white li:hover{
    background-color: #e4e4e4;
}

.lista-2 li{
    font-size: 11px;
}

.lista-home .elementor-accordion-title:hover {
    color: #fff !important;
}

.e-font-icon-svg-symbols{
    display: none !important;
}

.contenido-sub-servicio h2{
    font-size: 45px;
    font-weight: 800;
    margin-top: 0;
}