:root{
    --color-principal: #4D4948;
    --color-principal-oscuro: #786d0b;
    --color-secundario: rgba(193,187,0, 1);
    --color-terciario: #333333;

    --border-radius-4: 4px;
}
body{
    font-weight: 400;
}
.disabled,
button:disabled{
    opacity: .6;
    pointer-events: none;
}
img{
    user-select: none;
}
a{
    color: var(--color-secundario);
}
select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    appearance: none;
    -webkit-appearance: none;
}
.text-sm{
    font-size: 0.875rem;
}
.pt-12{
    padding-top: 12px !important;
}
.height-250{
    height: 250px;
}
.height-400{
    height: 400px;
}
.object-fit-cover{
    object-fit: cover;
}
.text-black--hover:hover{
    color: black;
}
.opacity-80{
    opacity: .8;
}
.opacity-100--hover:hover{
    opacity: 1;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
.commentary{
    border-left: 3px solid var(--color-secundario);
    padding-left: 30px;
}
img,
a,
button,
.butn::before{
    border-radius: .25rem;
}
.top-position {
    margin-top: -85px;
}
@media screen and (max-width: 991px) {
    .top-position {
        margin-top: -70px;
    }
}
.space-y-6 > * + * {
    margin-top: 1.5rem;
}
.gap-3 {
    gap: .75rem;
}
.gap-6 {
    gap: 1.5rem;
}
.text-primary-800 {
    color: var(--color-principal-oscuro);
}
.hover\:text-primary-900:hover {
    color: #665c0f;
}
.text-tertiary {
    color: var(--color-terciario);
}
/* Header */
/* --------------------------------------------------------------------- */
.navbar .navbar-brand {
    padding: 0;
}
.navbar-nav > li > a {
    padding: 1rem .5rem;
}
.navbar > ul > li.has-sub > a::after {
    top: 24px;
}
.menu_area-light .navbar-nav > li > a.active,
.menu_area-light .navbar-nav > li > a:hover,
.menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover,
.menu_area-light .navbar ul ul li.active > a,
.menu_area-light .navbar-nav li.has-sub a:hover {
    color: var(--color-secundario);
}
.menu_area-light .navbar-nav > li > a.highlight {
    background-color: rgba(193,187,0, 1);
    color: #333333;
}
.menu_area-light.scrollHeader .navbar-nav > li > a.highlight {
    border-radius: 0;
}
.page-title-section {
    padding: 125px 16px;
    text-align: center;
}
/* Slider */
.slider-pic{
    color: white;
    font-weight: 500;
}
/* Productos */
#productos .producto{
    box-shadow: none;
    border-radius: 2px;
    border: 2px solid rgba(193,187,0, .5);
    padding: 35px 25px;
    height: 100%;
    display: block;
}
#productos .producto .titulo{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#productos .producto img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
#productos .producto p{
    font-size: 14px;
}
.page-link:hover,
.page-link{
    color: var(--color-secundario)
}
.page-item.active .page-link{
    background-color: var(--color-secundario);
    border-color: var(--color-secundario);
}
/* Servicios */
#servicios .imagenes img{
    display: none;
}
#partners{
    background-color: #F8F9E6;
}
#partners .number-ordered img{
    height: 80px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
}
/* Producto individual */
#producto .imagenPrincipal{
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}
#producto .subtitle{
    font-size: 18px;
    line-height: 26px;
    color: #334155;
}
/* Portfolio */
#portfolio .gallery img{
    height: 300px;
    object-fit: cover;
}
/* Contacto */
#contacto .logo{
    width: 100%;
    height: 210px;
    margin: auto
}
#contacto .section-heading {
    margin-bottom: 20px;
}
#contacto .contact-box {
    height: auto;
    padding: 30px 20px;
}
#contacto .contact-box a {
    font-size: 1.125rem;
}
/* Blog */
#blog .blog-wrapper img{
    height: 250px;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}
/* Footer */
footer{
    background-color: #58595B;
}
footer .lista-blog-footer img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
footer .footer-bar ul li a:hover{
    color: black;
    opacity: .8;
}
/* Lightbox */
#lightbox{
    z-index: 1000001;
}
.lightboxOverlay{
    z-index: 1000000;
}
.pagination li:first-child .page-link,
.pagination li:last-child .page-link{
    font-size: 28px;
}
.pagination .page-link{
    float: left;
    font-size: 15px;
    padding: 0 18px;
    letter-spacing: 1px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 1px;
    background: #fff;
    background-color: rgb(255, 255, 255);
}

/* Blog */
#post .widget img{
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: .25rem;
}
#blog h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

/* CTA side bar */
.cta-side-bar{
    position: fixed;
    top: 30%;
    z-index: 1000;
    max-width: 572px;
    right: -532px;
    transition: .3s all
}
.cta-side-bar.activo{
    right: 0;
}
.cta-side-bar > button{
    position: absolute;
    transform: rotate(-90deg);
    left: -105px;
    top: 105px;
    border: none;
    padding: 5px 10px;
    background: var(--color-secundario);
    color: #333333;
    height: 40px;
    width: 250px;
    transition: .3s all;
    border-radius: .25rem .25rem 0 0;
}
.cta-side-bar.activo > button{
    opacity: .8;
}
.cta-side-bar .contenido{
    margin-left: 40px;
    background: white;
    padding: 20px;
    min-width: 360px;
}
.cta-side-bar .actions{
    display: flex;
    gap: 10px;
}
.cta-side-bar .contenido a,
.cta-side-bar .contenido .close-button{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 7.5px 20px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--color-secundario);
    border: 1px solid var(--color-secundario);
    transition: 250ms all ease-in-out;
}
.cta-side-bar .contenido .close-button{
    background-color: #64748B;
    border: 2px solid #64748B;
    color: white;
}
.cta-side-bar .contenido .close-button{
    display: none;
}
.cta-side-bar .contenido a:hover{
    opacity: .8;
}

/* Index - Project carousel */
#indexProductCarousel img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
#indexProductCarousel .project-item .link-arrow,
#indexProductCarousel .project-item .title,
#indexProductCarousel .project-item .project-description{
    transition: .5s all;
}
#indexProductCarousel .project-item > .project-title{
    position: absolute;
    bottom: 0;
    left: 10%;
    font-weight: 500;
    margin-bottom: 5.5rem;
    color: white;
    z-index: 10;
    transition: .2s all;
}
#indexProductCarousel .project-item:hover > .project-title{
    opacity: 0;
}
#indexProductCarousel .project-hover .project-title{
    position: static;
    opacity: 0;
    margin-bottom: 2rem;
    font-size: 26px;
}
#indexProductCarousel .project-item:hover .project-hover .project-title{
    opacity: 1;
}
#indexProductCarousel .project-description > *{
    display: none;
}
#indexProductCarousel .project-description > p:first-of-type{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
/* Index - Como trabajamos */
.process-down-arrow::before,
.process-up-arrow::before{
    width: 125px;
    height: 36px;
}
/* Políticas */
/* --------------------------------------------------------------------- */
.policies h2{
    margin: 1.5rem 0;
}
.policies h3{
    margin-bottom: 1.5rem;
}
.policies p{
    text-align: justify;
    margin-bottom: 1rem;
}
.policies ul,
.policies ol{
    padding-left: 40px;
}
.policies .row > div *:first-child{
    margin-top: 0;
}
.policies .row > div *:last-child{
    margin-bottom: 0;
}
/* Sobre nosotros */
/* --------------------------------------------------------------------- */
.horizontaltab > div > select{
    width: 100%;
    background-color: #fff;
    padding: .5rem .75rem;
    border: 1px solid rgb(209, 213, 219);
    font-size: 1rem;
    line-height: 24px;
    border-radius: .375rem;
}
/* Swal */
.swal2-container {
    z-index: 99999;
}
.swal2-container .swal2-modal{
    border-radius: 24px;
}
.swal2-container .swal2-title{
    color: var(--color-principal);
}
.swal2-container button.swal2-confirm{
    order: 2;
    background-color: var(--color-secundario);
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(193,187,0, .5) !important;
}
.swal2-container button.swal2-cancel{
    order: 1;
}
.swal2-close:focus{
    box-shadow: none !important;
}
@media only screen and (max-width: 991px){
    /* Header */
    header .navbar-default{
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        left: 0;
    }
    header.scrollHeader .navbar-default{
        background-color: #ffffff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }
    body header + *{
        padding-top: 70px;
    }
    .header-style1 .navbar-toggler{
        border-radius: var(--border-radius-4);
    }
    .page-title-section{
        padding: 197px 16px 60px;
    }
    .horizontaltab{
        margin-top: 1rem !important;
    }
    #servicios .imagenes > img{
        height: auto;
        max-height: 225px;
        width: 100%;
        object-fit: cover;
    }
}
@media only screen and (max-width: 400px){
    .cta-side-bar{
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        right: calc(-100%);
    }
    .cta-side-bar .contenido .close-button{
        display: inline-block;
    }
}
#indexAbout {
    overflow: initial;
}
#indexAbout .dots-image {
    position: sticky;
    top: 82px;
}
.full-screen {
    min-height: 100vh;
}
.butn {
    color: #333333;
    text-transform: none;
}
.butn:hover {
    color: var(--color-principal-oscuro);
}
.footer-list li a:hover,
.footer-list li a::before {
    color: #FFFFFF !important;
}
.contact-list li .h6 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    border-bottom: 2px solid #404043;
}
