/*
 Theme Name: Dover Theme 
 Author: Sauba
 Description: Development by Israel
 Version: 1.0
*/

@font-face {
    font-family: 'PasticheGrotesque';
    src: url('/es/app/themes/dover-theme/assets/fonts/PasticheGrotesqueWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PasticheGrotesqueMedium';
    src: url('/es/app/themes/dover-theme/assets/fonts/PasticheGrotesqueWeb-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --dover-rosa: #FF0D7A;
    --dover-preto: #0F1113;
    --dover-border: #1C1F22;
    --dover-white: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

main {
    width: 100%;
    margin: 0 auto;
}

p {
    margin: 0;
}
 

h2,
h3,
h4,
h5 {
    font-family: 'PasticheGrotesque';
}



.breadcumbs-dover {
    font-size: 14px;
    color: var(--dover-preto);
}

.container {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* styles footer */
.site-footer {
    background-color: var(--dover-preto);
    color: var(--dover-white);
    position: relative;
}

.footer-middle {
    border-bottom: 1px solid var(--dover-border);
}

/* Footer Content */
.container-social {
    width: 97%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-top {
    border-bottom: 1px solid var(--dover-preto);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8rem 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer-content p {
    margin: 0;
    font-size: 20px;
    text-align: left;
    max-width: 40%;
}

.footer-recognition {
    text-align: left;
}

.footer-recognition span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

.footer-recognition img {
    max-height: 70px;
    margin: 0 10px;
    vertical-align: middle;
}

/* Footer Links */
.footer-links {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-links a {
    color: var(--dover-white);
    font-size: 16px;
}

/* Footer Social Icons */
.footer-social {
    display: flex;
    justify-content: center;
}

.footer-social a {
    color: var(--dover-white);
    font-size: 32px;
    border: 1px solid var(--dover-border);
    padding: 1.5rem 6rem;
    transition: all 0.3s ease;
}

.footer-social a:last-child {
    border-right: none;
}

.footer-social a:hover {
    background-color: var(--dover-rosa);
    color: var(--dover-preto);
    border: 1px solid var(--dover-rosa);
}

.footer-dover {
    z-index: 2;
    position: relative;
    background-color: var(--dover-preto);
}

/* Footer Bottom */
.footer-bottom {
    background: no-repeat url('/pt/app/themes/dover-theme/assets/imgs/footer/background-footer.jpg');
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
    padding-top: 10rem;
    padding-bottom: 2rem;
    position: sticky;
    bottom: 0px;
    z-index: 0;
}

.footer-bottom p {
    margin: 0px;
    font-size: 14px;
}

.footer-bottom a {
    color: var(--dover-white);
    text-decoration: none;
    font-weight: 400;
}

.made-with {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* card styles */
.elementor-counter-title {
    text-align: center;
}

.elementor-counter .elementor-counter-title {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 20px;
}

.subtitle-number {
    font-size: 16px;
    line-height: 24px;
    color: var(--dover-rosa);
}

.mobile-nav {
    display: none;
}


/* Estilos header */
.site-header {
    background-color: transparent;
    transition: background-color 0.3s ease, padding 0.3s ease;
    border-bottom: 1px solid transparent;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.site-header.scrolled {
    background-color: var(--dover-white);
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

.footer-social a {
    color: var(--dover-white);
}

/* Logo */
.logo img {
    max-height: 40px;
}

/* Navegación principal */
.site-navigation {
    display: flex;
}

.site-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}
 

.site-navigation a {
    text-decoration: none;
    color: var(--dover-preto);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.site-header li a {
    color: var(--dover-white);
}

.site-header.scrolled a {
    color: var(--dover-preto);
}

.site-header.scrolled .img-open-menu {
    filter: invert(1);
}

/* Botón de menú */
.menu-toggle {
    display: none;
    position: relative;
}

.img-close-menu {
    display: none;
}

.img-close-menu {
    display: block;
    position: absolute;
    top: -10px;
    right: 8px;
    z-index: 1001;
}

.line-caption {
    position: fixed;
    top: 0;
    left: 0;
    width: 5px;
    background-color: var(--dover-rosa);
    z-index: 99;
}


/* Estilos móviles */
@media (max-width: 980px) {

    .site-navigation {
        display: none;
    }

    .menu-toggle {
        display: block;
        background: none;
        border: none;
    }

    .mobile-nav {
        visibility: hidden;
        opacity: 0;
        transform: translateX(100%);
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s ease 0.3s;
        background-color: var(--dover-rosa);
        color: var(--dover-white);
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        overflow: auto;
    }

    .mobile-nav.open {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .nav-close {
        background: none;
        border: none;
        color: var(--dover-white);
        font-size: 24px;
    }

    .navigation-menu {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px;
    }

    .navigation-menu ul {
        list-style: none;
        padding: 0;
    }

    .navigation-menu ul li {
        margin: 20px 0;
        border-bottom: 1px solid var(--dover-border);
    }

    .navigation-menu ul li a {
        color: var(--dover-preto);
        text-decoration: none;
        font-size: 48px;
    }


    .nav-footer {
        display: flex;
        flex-direction: row;
        gap: 10px;
        background-color: var(--dover-preto);
        justify-content: space-between;
    }

    .legal-links,
    .social-media {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    .legal-links{
        padding-left: 30px;
    }

    .legal-links li a,
    .social-media li a {
        color: var(--dover-white);
        font-size: 12px;
        line-height: 16px;
    }

    .hidden {
        display: none;
    }


    .lang-switch {
        list-style: none;
        display: flex;
        gap: 10px;
    }

    .navigation-menu .lang-switch span a {
        text-decoration: none;
        border-bottom: none;
        font-size: 14px;
        color: var(--dover-white);
    }
}



@media (max-width: 980px) {
    .footer-content {
        display: flex;
        align-items: flex-start;
        width: 100%;
        gap: 60px;
        flex-direction: column;
        padding: 0px 20px;
    }
    
    .footer-top {
        padding: 4rem 0;
    }

    .footer-content p {
        max-width: 100%;
        font-size: 16px;
    }
    
    .footer-bottom {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-social a {
        padding: 2rem 1.5rem;
    }

    .footer-links a {
        font-size: 12px;
    }

    .footer-recognition img {
        height: auto;
        width: 100%;
        margin: 0px;
        vertical-align: middle;
    }

    .navigation-menu ul li a:hover {
        color: var(--dover-white);
    }

    .navigation-menu ul li:hover {
        border-bottom: 1px solid var(--dover-white);
    }

    .site-header.scrolled a {
        color: var(--dover-white);
    }
}