/*
Theme Name: Salto Agencia
Theme URI:  https://www.actotal.com
Author:     ACTotal
Author URI: https://www.actotal.com
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* Add here your custom styles */
@media (max-width: 768px) {
    .site-main .page-content {
        padding: 0 5%;
    }
}

/* Desktop */
.social-media-group {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}

.social-media-list {
    text-decoration: none;
    padding: 0 10px
}

.custom-site-branding {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-email-contact a {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    text-decoration: none;
    outline: none;
    font-size: 16px;
}

.footer-social-media-group {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}

.social-nav-link {
    color: black;
}

.social-nav-link:hover {
    color: #3f88fa;
}

.social-nav-link .fab {
    font-size: 25px;
}

.social-nav-link .fa-brands {
    font-size: 16px;
}

.img-grayscale {
    filter: grayscale(1);
}

.wpcf7 .wpcf7-form .wpcf7-submit {
    border: solid 1px;
    width: 100%
}

/* Tablet */

/* Mobile */

/* site header */
.site-header .header-inner {
    padding: 20px 0;
}

.site-header .header-inner .site-branding {
    width: 33%;
    max-width: 166px !important;
}

/* site navigation */
.site-navigation .menu .menu-item a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    border-right: 1px solid black;
}

.site-navigation .menu .menu-item:last-of-type a {
    border-right: none;
}

@media (max-width: 768px) {
    .site-navigation-dropdown.show li.wpml-ls-item {
        position: absolute;
        top: -45px;
        text-align: right;
    }
}

/* Styles to fix social-networks */
.site-navigation-dropdown.show {
    top: 70px;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #000;
    min-height: 58px;
}

.site-navigation-dropdown.show ul.menu {
    display: flex;
    align-items: center;
    position: static;
    background-color: #000;
}

.site-navigation-dropdown.show ul.menu .menu-item a {
    color: white;
    font-size: 18px;
    font-weight: 700;
    background: unset;
    text-transform: uppercase;
    line-height: 1;
}

.site-navigation-dropdown.show .site-navigation-social {
    background-color: #000;
    padding-top: 2px;
}

.site-navigation-dropdown.show .site-navigation-social a.social-nav-link {
    color: #fff;
    border-color: #fff;
}


/* Blog */
a.wp-block-latest-posts__post-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    width: 100%;
    text-align: left;
    display: block;
    margin-bottom: 25px;
    text-decoration: none !important;
}

.wp-block-latest-posts__post-excerpt {
    font-size: 18px;
    line-height: normal;
    margin-top: 10px;
    word-break: break-word;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-top: 30px;
    margin-bottom: 40px;
    border-bottom: 1px dashed;
    padding-bottom: 20px;
}

.page-content p {
    font-size: 18px;
    line-height: normal;
    margin-top: 10px;
}

.page-header h1.entry-title {
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    display: inline-block;
}

@media (max-width: 768px) {
    .page-header h1.entry-title {
        padding: 0 5%;
    }
}

.post-template main#content {
    padding: 3rem 0rem 3rem 0rem;
}

.single-post main#content {
    padding: 3rem 0rem 3rem 0rem;
}

.page-template-default main#content {
    padding: 3rem 0rem 3rem 0rem;
}

/* Home */
.home-first-section-text p {
    margin: 0 0 45px;
    font-weight: 300;
}

.home-first-section-text p strong {
    font-weight: 700;
}


/* START Home Ver mas section */
.home-hacemos .elementor-accordion-item {
    text-align: center;
}

.home-hacemos .elementor-accordion-item .elementor-tab-title {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 38px 10px 15px;
    background-color: transparent;
    border: 2px solid #2ec0f9 !important;
    line-height: 1;
    font-size: 20px;
    position: relative;
}

.home-hacemos .elementor-accordion-item .elementor-tab-title:hover,
.home-hacemos .elementor-accordion-item .elementor-tab-title.elementor-active {
    background-color: #2ec0f9;
}

.home-hacemos .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
    font-size: inherit;
    line-height: inherit;
}

.home-hacemos .elementor-accordion-item .elementor-tab-title .elementor-accordion-title::after {
    position: absolute;
    top: 14px;
    right: 17px;
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 0.1em solid black;
    border-top: 0.1em solid black;
    transform: rotate(135deg);
}

.home-hacemos .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-title::after {
    top: 18px;
    transform: rotate(-45deg);
}

.home-ver-mas .elementor-tab-content {
    display: flex;
    gap: 50px;
    text-align: left;
}

.home-ver-mas .elementor-tab-content .d-flex {
    display: flex;
}

@media (max-width: 768px) {
    .home-ver-mas .elementor-tab-content .d-flex {
        display: block;
    }
}

.home-ver-mas .elementor-tab-content .d-flex .mr-2 .fa {
    aspect-ratio: 1;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2ec0f9;
    border: 3px solid #2ec0f9;
    border-radius: 50%;
}

.home-ver-mas .elementor-tab-content .fa-ul {
    margin-left: 1em;
}

.home-ver-mas .elementor-tab-content.elementor-active .d-flex {
    gap: 5%;
}

.home-ver-mas .home-hacemos-listado-titulo {
    margin-top: 80px;
    font-size: 24px;
    line-height: 28px;
    color: #2ec0f9;
    margin-left: -15px;
    text-transform: uppercase;
}

.home-ver-mas .home-hacemos-listado-titulo .d-flex {
    align-items: center;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .home-ver-mas .home-hacemos-listado-titulo .d-flex {
        display: flex;
    }
}

.home-ver-mas .mr-2 {
    margin-right: 20px;
}

.home-ver-mas .fa-li {
    color: #2ec0f9;
    font-size: 10px;
}

/* END Home Ver mas section */

.wavelines-background-img img {
    display: block;
    width: 100%;
}

/* Clientes */
.section-logos-clientes .elementor-container .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 100px;
}

.section-logos-clientes .elementor-container .elementor-widget-wrap .elementor-widget-image {
    flex-basis: 33.3%;
}

@media (max-width: 768px) {
    .section-logos-clientes .elementor-container .elementor-widget-wrap {
        gap: 4%;
    }

    .section-logos-clientes .elementor-container .elementor-widget-wrap .elementor-widget-image {
        flex-basis: 48%;
    }
}

#contacto .elementor-container .elementor-widget-shortcode {
    max-width: 490px;
}

.wpcf7-response-output {
    margin: 0 0 40px;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1.4;
}

.home-ver-mas li {
    margin-bottom: 10px;
}

.category .post .entry-title a {
    text-decoration: none;
    color: #000 !important;
}

.category article.post {
    border-bottom: 1px solid;
    margin-top: 30px;
    display: table;
    margin-bottom: 40px;
    border-bottom: 1px dashed;
    padding-bottom: 20px;
}

.pagination {
    margin: 20px auto;
    display: ruby-text;
}

.pagination a {
    color: #000 !important;
}


.site-navigation-toggle-holder .site-navigation-toggle {
 display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    color: #494C4F;
}