/*
Theme Name: Andean Tribes
Author: Lisbeth Balabarca
Description: Tema personalizado para Andean Tribes.
Version: 1.0
License: Licencia GPL2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mi-tema
*/


@font-face {
    font-family: 'Miller Display';
    src: url('assets/fonts/MillerDisplay-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlternateGotNo1D';
    src: url('assets/fonts/AlternateGotNo1D.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Miller Display';
    src: url('assets/fonts/MillerDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Miller Display';
    src: url('assets/fonts/MillerDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Miller Text';
    src: url('assets/fonts/MillerText-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Silver';
    src: url('assets/fonts/silver.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('assets/fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro';
    src: url('assets/fonts/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro';
    src: url('assets/fonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.pt60{
    padding-top: 60px;
}
.pb60{
    padding-bottom: 60px;
}



*{
    font-family: 'SourceSansPro';
}
body{
    background: rgb(248,248,248);
}

.primary-color{
    background-color: #762525;
}
.primary-color-font{
    color: #762525;
}

.header-desktop{
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 10;
}
.header-desktop nav.navbar{
    width: 90%;
    margin: 0 auto;
    justify-content: flex-end;
}
#menu-primary{
    gap: 30px;
}
#menu-primary li.menu-item a{
    text-decoration: none;
    color: #fefefe;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    padding: 15px 20px;
}
p{
    font-size: 14px;
    color: #060606; 
}
.pb40{
    padding-bottom: 40px;
}
.mb40{
    margin-bottom: 40px;
}


/* Estilo adicional para el menú móvil con opacidad */
.navbar-collapse {
    transition: background-color 0.3s ease;
}

.navbar-collapse.show {
    background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro con opacidad */
}

.carousel-item {
    height: 550px; /* Esto hace que el carousel ocupe toda la altura de la pantalla */
    background-size: cover; /* Asegura que la imagen se ajuste bien */
    background-position: center center;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 80%;
}
.button-gnrl{
    display: inline-flex;
    padding: 10px 30px;
    BACKGROUND: #6A4E23;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
}
footer{
    background: #762525;
    padding-top: 60px;
}
footer .social-list-title, .address p, .link-help- p{
    color: #fefefe;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.ul-social, .helpful-link-list{
    list-style-type: none;
    padding-inline-start: 0;
}
.ul-social li{
    margin-bottom: 10px;
}
.ul-social li a, .helpful-link-list li a{
    color: #fefefe;
    font-size: 16px;
    text-decoration: none;
}
.ul-social li a i, .contact-method a i, .address a i, .link-help- p i{
    font-size: 16px;
    color: #fefefe;
    margin-right: 10px;
}
p.copyright-p{
    background: #000;
    margin-bottom: 0;
    padding: 9px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 60px;
}
footer hr{
    width: 15% !important;
    margin-bottom: 15px;
    border: 1px solid #c1aa7f;
    opacity: 0.75;
    margin-top: 15px !important;

}
.helpful-link-list li{
    margin-bottom: 10px;
    font-size: 18px;
}
.helpful-link-list li a, .contact-method p a, .address a{
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fefefe;
}

.breadcrumbs-section{
    background: #2f2e2e;
    padding: 10px;
    margin-bottom: 40px;
}
.breadcrumbs-section p{
    margin: 0;
    font-size: 16px;
    color: #fefefe;
}
#breadcrumbs span a{
    color: #c1aa7f;
}
.why-section{
    background: #c1aa7f4d;
    padding: 40px;
    padding-bottom: 40px;
}
.why-container p.title{
    font-family: 'Miller Display';
    text-align: center;
    font-size: 35px;
    margin-top: 30px;
}
.why-items-container{
    gap: 20px;
    width: 100%;
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.why-item{
    text-align: center;
    flex: 1 1 calc(16.666% - 20px);

}
.why-item img{
    width: 40px;
}
p.title-why{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 8px 0px;
    color: #762525;
    text-transform: capitalize;
}
p.content-why{
    font-size: 15px;
    font-weight: normal;
    line-height: 14px;
    margin-bottom: 0;
    color: #762525;
}