/*
Theme Name: Copan Blue
Theme URL: https://spicyrocket.xyz
Description: Tema para Wordpress, diseñado y desarrollado para Copan
Version: 1
Author: SpicyRocket
Author URL: https://spicyrocket.xyz
*/
:root {
    --primary-blue: #033f7d;
    --primary-gray: #bfcbd7;
    --primary-green: #bbcf00;
    --secondary-green: #edf3be;
    --white-copan: #ffffff;
    --black-copan: #444;
    --gray-copan: #969696;
}

/*------------------------------------------------------
GENERAL STYLES
------------------------------------------------------*/
*
{
    word-wrap: break-word;
}

body
{
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    word-wrap: break-word;
}

h1, h2, h3
{
    font-weight: bold;
    color: var(--black-copan);
    word-wrap: break-word;
}

h1 
{
    font-size: 1.3rem;
}

h2
{
    font-size: 1.1rem;
}

h3 
{
    font-size: 1rem;
}

p, span, a, li
{
    word-wrap: break-word;
}

/*------------------------------------------------------
HEADER STYLES
------------------------------------------------------*/

header
{
    background: var(--primary-blue);
    border-bottom: 10px solid var(--primary-gray);
}

header nav
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: end !important;
}

header .navbar-nav
{
    width: 100%;
    justify-content: end;
    min-height: 60px;
    height: 100%;
    align-items: end;
}

header .navbar-nav li a
{
    color: var(--primary-blue);
    background: var(--white-copan);
    margin-left: 4px;
    margin-right: 4px;
    font-weight: bold;
    border-radius: 7px 7px 0 0;
    font-size: .8rem;
    transition: all 0.1s ease-in-out;
}

header .navbar-nav li a:hover
{
    padding-bottom: 15px;
    color: var(--black-copan);
}

header .navbar .navbar-toggler
{
    border: 1px solid #fff;
}
/*------------------------------------------------------
LINE PRODUCT PAGE STYLES
------------------------------------------------------*/
#linea-tab
{
    background-color: #bfcbd7;
    padding: 1rem;
    border-radius: 1rem;
    min-height: 200px;
}

#line-btn-tab
{
    justify-content: center;
}

#line-btn-tab .nav-link
{
    background-color: transparent !important;
    padding: 20px 20px 20px 20px;
    border-radius: 0 0 15px 15px;
    color: var(--primary-blue) !important;
    margin: 0 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#line-btn-tab .nav-link img
{
    margin-bottom: 10px;
}

#line-btn-tab .nav-link.active
{
    background-color: #bfcbd7 !important;
    padding: 35px 20px 20px 20px;
    border-radius: 0 0 15px 15px;
    color: var(--white-copan) !important;
    transition: all 0.2s ease-in-out;
}

/*------------------------------------------------------
CONTACT STYLES
------------------------------------------------------*/
.wpcf7-form label
{
    width: 100% !important;
}

.wpcf7-form input, .wpcf7-form textarea
{
    width: 100%;
    border: 2px solid var(--primary-gray);
    padding: 15px;
    border-radius: 4px;
}

.wpcf7-submit
{
    background-color: var(--primary-blue) !important;
    border: none;
    color: #fff;
    width: max-content !important;
    padding: 15px 30px !important;
}

/*------------------------------------------------------
COLLECTIONS STYLES
------------------------------------------------------*/
#wrap-colections .card
{
    border: none !important;
}

/*------------------------------------------------------
BLOG STYLES
------------------------------------------------------*/
.blog .card
{
    border: none !important;
    box-shadow: 0px 3px 7px hsla(0, 0%, 0%, 0.1);
    transition: all 0.2s linear;
}

.blog .card:hover
{
    box-shadow: 0px 5px 10px hsla(0, 0%, 0%, 0.2);
}

.blog .card a
{
    text-decoration: none;
    color: var(--primary-blue);
}

.blog .card a:hover
{
    color: var(--primary-green)
}

/*------------------------------------------------------
FOOTER STYLES
------------------------------------------------------*/
footer
{
    background: var(--white-copan);
    border-top: 10px solid var(--primary-gray);
    padding-top: 30px;
}

footer h3
{
    color: var(--primary-blue);
    font-size: 1.2rem;
}

footer ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul h3 
{
    color: var(--black-copan);
    font-size: 0.9rem;
}

footer ul a
{
    color: var(--gray-copan);
    text-decoration: none;
    margin-bottom: 10px;
    font-size: .9rem;
}

footer ul a:hover
{
    color: var(--primary-blue);
}

#copyright
{
    margin-top: 70px;
    text-align: center;
    color: var(--gray-copan);
    font-size: .9rem;
}

#copyright a
{
    color: var(--primary-blue);
    text-decoration: none;
}

#copyright a:hover
{
    color: var(--primary-green);
}

.lp-icon {
    width: 60px;
    height: auto;
    object-fit: contain;
}

.wrap-page 
{
    background: url(https://cuadernoscopan.hn/wp-content/uploads/2025/03/bgquienesomos-2.png) center top;
    background-size: cover;
}

.wrap-page .container
{
    width: 1000px;
    max-width: 85%;
    position: relative;
}

.wrap-page .wrap-content-page
{
    border-radius: 25px;
    border: 1px solid #bfcbd7;
    box-shadow: 0 5px 15px hsla(189 100% 0% / 0.4);
    background: #fff;
}

.wrap-page .container::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 150px;    
    background: url(https://cuadernoscopan.hn/wp-content/uploads/2025/03/Assets-Contactos-04.png) no-repeat top center;
    background-size: contain;
    top: 90px;
    right: -38px;
}

.wrap-page h2
{
    background: url(https://cuadernoscopan.hn/wp-content/uploads/2025/03/bgtitle.png) no-repeat left top;
    background-size: cover;
    font-size: 17px;
    color: #fff;
    padding: 10px 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 15px;
    margin-bottom: -10px;
    width: max-content;
}

/*------------------------------------------------------
RESPONSIVE STYLES
------------------------------------------------------*/

@media screen and (max-width: 992px) {
    header .navbar
    {
        align-items: center !important;
    }
    
    header .navbar-nav li a {
        margin-bottom: 10px;
        border-radius: 7px;
    }
}


@media screen and (max-width: 768px) {
    #line-btn-tab .nav-link.active
    {
        padding: 20px;
        border-radius: 15px;
    }
}