/**
* template:  CARGO

TABLE OF CONTENTS

        + Global
        + Header
        + About Us
        + Services
        + Project
        + Request
        + Faq
        + Contact
*/

@import 'reset.css';
@import 'all.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@900&family=Roboto:wght@400;900&display=swap');


/* -------------------------------------------------------
                     GLOBAL
-------------------------------------------------------- */
/* colors themes */
:root {
    /*--primary-color: #F44336;*/
    --background: #141d32;
    --primary-color: #c7a55c;
    --border-color: #967b44;
    --secondary-color: #3d485f;
    --not-found: #f08080;
}


body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--background);
}

.wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.container  {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
}
h2 {
    font-size: 60px;
    margin-bottom: 50px;
    color:  var(--background);
}
h3 {
    margin-bottom: 20px;
    font-size: 30px;
}
.suptitle {
    color: var(--primary-color);
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.suptitle:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--primary-color);
    display: block;
    position: absolute;
    right: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.logo img {
    height: 90px;
    width: 90px;
}

.logo-container {
    font-size: 1.1rem;
}

@media screen and (max-width: 768px) {    
    .logo img {
        height: 75px;
        width: 75px;
    }

    .logo-container {
        font-size: 1rem;
    }
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    background: var(--border-color);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
#scroll-top {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 20px;
    border-radius: 3px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
#scroll-top:hover {
    background-color: var(--background);
}



#openmenu, #closemenu {
    text-decoration: none;
    color: #ffffff;
    font-size: 30px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    display: none;
}
#closemenu {
    float: right;
}
#openmenu:hover, #closemenu:hover {
    color: var(--primary-color);
}
@-webkit-keyframes load {
    0% {
        opacity: 0;
   }
    100% {
        opacity: 1;
   }
}
@keyframes load {
    0% {
        opacity: 0;
   }
    100% {
        opacity: 1;
   }
}
#preload {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--background);
    z-index: 100000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#preload img {
    -webkit-animation-name: load;
            animation-name: load;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    display: block;
    width: 150px;
    height: 150px;
}
.res-request, .res {
	display: none;
}
.res-request .error, 
.res .error {
	color: var(--primary-color);
	font-weight: bold;
}
.res-request .send, 
.res .send {
	color: #fff;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--background);
    z-index: 10000;
}

/* -------------------------------------------------------
                     GLOBAL
-------------------------------------------------------- */


header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    min-height: 800px;
    position: relative;
    background-attachment: fixed;
}
.top-header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.top-header:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin-left: 15px;
    margin-right: 15px;
    height: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(var(--primary-color)));
    background-image: -o-linear-gradient(left, transparent, var(--primary-color));
    background-image: linear-gradient(90deg, transparent, var(--primary-color));
}
.top-header p {
    margin-left: 25px;
}
.top-header p i {
    margin-right: 10px;
    color: var(--primary-color);
}
.top-header a {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    font-weight: 900;
}
.top-header p, .top-header a {
    color: #ffffff;
}
.top-header a:hover {
    color: var(--primary-color);
}
.bottom-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.menu li {
    float: left;
    margin-left: 25px;
}
.menu li a {
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.menu li a:hover {
    color: var(--primary-color);
}
.header-content {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
}
.header-content h1 {
    color: #ffffff;
    font-size: 100px;
}
.header-content h1 span {
    color: var(--primary-color);
}
.header-content .flex-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


/* -------------------------------------------------------
                     ABOUT US
-------------------------------------------------------- */


#aboutus {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 200px;
}
#excellence {
    position: absolute;
    background-color: var(--background);
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 10px solid var(--secondary-color);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#excellence > div {
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
    text-align: center;
    color: #ffffff;
}
#excellence > div h3 {
    font-size: 40px;
}
#excellence > div h3 i {
    margin-right: 20px;
}
.wrapper-about {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.about-content {
    width: 60%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.about-content p {
    line-height: 1.5;
    margin-bottom: 20px;
}
.about-content ul {
  margin-bottom: 20px;
}
.about-content ul li {
    margin-bottom: 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
}
.about-content ul li i {
    color: var(--primary-color);
    margin-right: 10px;
}
.about-img {
    width: 40%;
    position: relative;
}
.about-img img {
    display: block;
    width: 100%;
    height: auto;
}
.about-img-small {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(30%, 50%);
        -ms-transform: translate(30%, 50%);
            transform: translate(30%, 50%);
    max-width: 400px;
    border: 10px solid rgba(255,255,255, 1);
}
.wrapper-about-signature {
    margin-top: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.wrapper-about-signature img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.wrapper-about-signature h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.wrapper-about-signature p {
    margin-bottom: 0px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 12px;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
}


/* -------------------------------------------------------
                     SERVICES
-------------------------------------------------------- */


#services {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.wrapper-services {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 1400px;
}
.services-content {
    width: 35%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 20px;
}
.services-content p {
    line-height: 1.5;
    margin-bottom: 20px;
    color: #ffffff;
}
.services-content h2 {
    color: #ffffff;
}
.services-carousel {
    width: 65%;
}
.owl-carousel .item {
    position: relative;
}
.services-single-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:var(--border-color);
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
}
.services-single-content p {
    line-height: 1.5;
}
.services-single-content span {
    position: absolute;
    top: 0;
    right: 20px;
    display: inline-block;
    font-size: 60px;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}


/* -------------------------------------------------------
                     PROJECT
-------------------------------------------------------- */


#project {
    background-image: -webkit-gradient(linear,  left top, left bottom,  color-stop(60%, rgba(255,255,255, 1)),  color-stop(60%, rgba(10,20,32, 1)));
    background-image: -o-linear-gradient(rgba(255,255,255, 1) 60%,  rgba(10,20,32, 1) 60%);
    background-image: linear-gradient(rgba(255,255,255, 1) 60%,  rgba(10,20,32, 1) 60%);
}
.carousel-project .item {
    position: relative;
    border-bottom: 5px solid var(--primary-color);
    overflow: hidden;
    height: 400px;
}
.project-single-content {
    background-image: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255, 0)),  to(rgba(10,20,32, 1)));
    background-image: -o-linear-gradient(rgba(255,255,255, 0),  rgba(10,20,32, 1));
    background-image: linear-gradient(rgba(255,255,255, 0),  rgba(10,20,32, 1));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}


/* -------------------------------------------------------
                     REQUEST
-------------------------------------------------------- */


#request {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.wrapper-request {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.request-content {
    width: 55%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.request-form {
    width: 45%;
    background-color: rgba(10,20,32, 1);
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.request-content p {
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 20px;
}
.request-content h2 {
    color: #ffffff;
}
.wrapper-check-content {
    margin-top: 50px;
}
.wrapper-check-content .flex-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
}
.wrapper-check-content .flex-row i {
    font-size: 40px;
    color:var(--primary-color);
    margin-right: 20px;
}
.wrapper-check-content .flex-row h3 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 20px;
}
.wrapper-check-content .flex-row p {
    margin-bottom: 0px;
}
.request-form p {
    margin-bottom: 20px;
}
.request-form p label {
    display:block;
    color: #ffffff;
    margin-bottom: 10px;
}
.request-form p input, .request-form p select {
    width: 100%;
    display: block;
    padding: 15px;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
}
.request-form p:last-child {
    margin-top: 30px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/down.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 15px;
}
select::-ms-expand {
    display: none;
}
#send-request {
    background-color: var(--primary-color);
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
#send-request:hover {
   background-color: var(--background);
}


/* -------------------------------------------------------
                     FAQ
-------------------------------------------------------- */


#faq {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.wrapper-faq-step {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.wrapper-faq {
    width: 55%;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
 .wrapper-step {
    width: 45%;
}
.wrapper-accordion .content-accordion {
    display: none;
    padding: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.wrapper-accordion h3 {
    font-size: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    background-color: #ffffff;
    padding: 20px 15px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
            box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    line-height: 1.3;
}
.wrapper-accordion h3 i {
    font-size: 10px;
    margin-right: 10px;
}
.wrapper-accordion h3:hover {
    background-color: var(--background);
    color: #ffffff;
}
.content-accordion p {
    line-height: 1.5;
}
.wrapper-step-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.single-step {
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(50% - 20px);
    margin: 10px;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
            box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    background-color: #ffffff;
}
.single-step span {
    font-size: 40px;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
    display: inline-block;
    color: var(--primary-color);
}
.single-step  h4 {
    margin-bottom: 20px;
    font-size: 20px;
}


/* -------------------------------------------------------
                    CONTACT
-------------------------------------------------------- */


#contact {
    padding-block: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
#contact h2 {
    color: #ffffff;
}
.footer-contact {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.contact-content {
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.contact-form {
    width: 50%;
    background-color: rgba(10,20,32, 1);
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.single-contact {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    width: calc(50% - 20px);
    margin: 10px;
    background-color: rgba(10,20,32, 1);
    padding:20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.single-contact h4 {
    margin-bottom: 25px;
    font-size: 20px;
}
.single-contact p {
    line-height: 1.5;
}
.single-contact p a {
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.single-contact p a:hover {
    color: var(--primary-color);
}
.wrapper-input {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.contact-form p {
    margin-bottom: 20px;
}
.wrapper-input p {
    width: 48%;
}
.wrapper-social {
    margin-top: 20px;
    column-gap: 15px;
}
.wrapper-social  li {
    margin-right: 10px;
}
.wrapper-social  li a {
    color: #ffffff;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.wrapper-social  li a:hover {
    color: var(--primary-color);
}
.contact-form  p input, 
.contact-form  p textarea {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 3px;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.contact-form  p textarea {
    height: 150px;
}
#send-contact-form {
    background-color: var(--primary-color);
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
#send-contact-form:hover {
    background-color: var(--background);
}
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
    color: var(--background);
    font-family: 'Roboto', sans-serif;
}
input::-moz-placeholder, 
textarea::-moz-placeholder {
    color: var(--background);
    font-family: 'Roboto', sans-serif;
}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder {
    color: var(--background);
    font-family: 'Roboto', sans-serif;
}
input::-ms-input-placeholder, 
textarea::-ms-input-placeholder {
    color: var(--background);
    font-family: 'Roboto', sans-serif;
}
input::placeholder, 
textarea::placeholder {
    color: var(--background);
    font-family: 'Roboto', sans-serif;
}
.copyright {
    padding: 30px;
    background-color: rgba(10,20,32, 1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.d-flex {
    display: flex;
}

.text-center {
   text-align: center; 
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.link-creator {
    text-decoration: none;
    font-weight: bold;
    color: var(--primary-color);
}

.flex-column {
    flex-direction: column;
    row-gap: 20px;
}

.logo-container {
    display: flex;
    column-gap: 15px;
}

.logo-container div {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    column-gap: 15px;
}

@media screen and (min-width: 768px) {
    .flex-md-row {
        flex-direction: row;
        row-gap: 0;
    }
}

/** ajuste de imagenes en el carrusel de servicios */
.services-carousel .owl-carousel .owl-item img {
    min-height: 503px;
}

.payment-list {
    margin-block: 20px;
}

.payment-list i {
    margin-right: 10px;
    color: var(--primary-color);
}

.payment-list li {
    margin-bottom: 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
}

.single-step p {
    line-height: 1.5;
}

.contact-content {
    width: 100% !important;
}

.request-form {
    text-align: center;
    background-color: transparent;
}

.request-form a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

/** ========================== */
/*   Catalog Styles            */
/** ========================== */
.main-grid {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows: auto;
    height: 600px;
    overflow: auto;
}

@media screen and (max-width: 768px) {
    .main-grid {
        grid-template-columns: auto;
        height: auto;
        max-height: 1200px;
    }
}

.main-grid > div {
    padding-inline: 25px;
    padding-bottom: 20px;
}

.main-grid .grid-dispose {
    display: flex;
    justify-content: end;
}

.main-grid .grid-dispose i {
    font-size: 1.5rem;
}

.main-grid .catalog-title {
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    border: 1px solid lightgray;
}

.main-grid .catalog-title i {
    font-size: 1rem;
}

.main-grid .catalog-category-item {
    padding-block: 20px;
    padding-inline: 15px;
    transition: all 0.5s ease;
    cursor: pointer;
    font-family: 'Barlow', sans-serif;
    border: 1px solid lightgray;
    /*box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);*/
    line-height: 1.5;
}

.main-grid .catalog-category-item:hover {
    background: var(--background);
    color: white;
}

.main-grid .catalog-category-item.selected {
    background-color: var(--background);
    color: white;
}

.main-grid .catalog-category-container {
    padding-block: 20px;
    padding-inline: 0 !important;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

.main-grid #content {
    border-left: 1px solid var(--border-color);
}

@media screen and (max-width: 768px) {
    .main-grid #content {
        border-left: none;
        border-top: 1px solid var(--border-color);
        padding-top: 40px;
        padding-bottom: 20px;
    }
}


.main-grid #content .not-found {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    align-items: center;
    row-gap: 20px;
    color: var(--not-found);
}

.main-grid #content .loading {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    align-items: center;
    row-gap: 20px;
    color: var(--secondary-color);
}

.main-grid #content .not-found p,
.main-grid #content .loading p {
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
    text-align: center;
}

.main-grid #content .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, auto);
    gap: 15px;
}

@media screen and (max-width: 768px) {
    .main-grid #content .products-grid {
        grid-template-columns: auto;
        grid-template-rows: auto;
    }
}

.main-grid .card {
    border: 1px solid lightgray;
    padding: 1rem;  
    transition: 0.3s all ease-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-grid .card .card-footer {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

.main-grid .card:hover {
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2); 
}

.main-grid .card .img-product,
.main-grid .card .no-img {
    width: 100%;
    height: 280px;
}

.main-grid .card .product-content {
    margin-block: 15px;
    margin-inline: 10px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: space-between;
}

.main-grid .card h4 {
    font-size: 1.3rem;
}

.main-grid .card p {
    margin-top: 10px;
}

.product-button {
    background-color: var(--border-color);
    color: white;
    outline: none;
    border: none;
    padding: 7px 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Barlow', sans-serif;
    font-size: 1rem;
}

.main-grid .card .product-button.more {
    background: var(--secondary-color);
}

.main-grid .card .product-button:hover {
    background-color: var(--background);
}

.main-grid .card .product-button i {
    margin-right: 7px;
}

.main-grid .card .carousel-products .item img {
    display: block;
    width: 100%;
    height: 280px;
}

.main-grid .card .owl-carousel button.owl-dot.active span,
#modal-detail-products .owl-carousel button.owl-dot.active span {
    background-color: var(--background);
}

.main-grid .card .owl-carousel button.owl-dot:hover span,
#modal-detail-products .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--background);
}

.main-grid .product-category-name {
    font-style: italic;
    font-size: 12px;
    color: var(--background);
}

/* pagination */
.pagination {
    justify-content: space-between;
    align-items: center;
    margin-top: 75px;
    flex-direction: row;
    row-gap: 0;
}

@media screen and (max-width: 768px) {
    .pagination {
        flex-direction: column;
        row-gap: 25px;
    }
}

.pagination p {
    margin: 0;
}

.pagination b {
    font-weight: bold;
}

.pagination button {
    padding: 15px 18px;
    font-size: 1.2rem;
    background-color: var(--border-color);
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination button:hover {
    background-color: var(--background);
}

.pagination span,
.pagination button {
    font-weight: bold;
}

.pagination span {
    font-size: 1.2rem;
    padding: 15px 18px;
}

/** ================================== */
/* Modal detail products  */
/* =================================== */
#modal-detail-products {
    border: none;
    height: fit-content;
    width: 80%;
    padding: 60px 60px;
    overflow: auto;
    opacity: 0;
    border: 1px solid lightgray;
}

@media screen and (max-width: 768px) {
    #modal-detail-products {
        padding: 30px 40px;
    }
}

/* ejecuta una animacion del producto */
#modal-detail-products[open] {
    animation: fadeIn 0.5s ease-out forwards;
}

#modal-detail-products.fadeOut {
    animation: fadeOut 0.5s ease-out forwards;
}

#modal-detail-products[open]::backdrop {
    animation: backdropFadeIn 0.5s ease-out forwards;
}

#modal-detail-products .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    height: 100%;
    column-gap: 60px;
}

@media screen and (max-width: 768px) {
    #modal-detail-products .grid-2 {
        grid-template-columns: auto;
        column-gap: 0;
        row-gap: 60px;
    }
}

#modal-detail-products .close-button {
    background: transparent;
    border: none;
    outline: none;
    font-size: 1rem;
    cursor: pointer;
}

#modal-detail-products .close-button i {
    color: var(--border-color);
    transition: all 0.3s;
}

#modal-detail-products .close-button i:hover {
    color: var(--background);
}


#modal-detail-products .category-container {
    display: flex;
    justify-content: space-between;
} 

#modal-detail-products .close-container {
    text-align: end;
    position: absolute;
    top: -18px;
    right: 0;
}

#modal-detail-products .modal-content {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    position: relative;
}

#modal-detail-products .modal-body {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}

#modal-detail-products .modal-body .product-description {
    line-height: 1.5;
}

#modal-detail-products .modal-body .product-description b {
    font-weight: bold;
}

#modal-detail-products .modal-body h3 {
    margin: 0;
}

#modal-detail-products .modal-body .product-description {
    padding-bottom: 0;
    padding-top: 20px;
}

#modal-detail-products .modal-body .category-container {
    border-bottom: 2px dotted gray;
    padding-block: 15px;
}

#modal-detail-products .modal-body .category-container > p {
    font-weight: bold;
}

#modal-detail-products .modal-body .category-container > p.product-category,
#modal-detail-products .modal-body .category-container > p.product-weight,
#modal-detail-products .modal-body .category-container > p.product-country {
    font-style: italic;
    font-weight: normal;
}

#modal-detail-products .modal-body .button-container {
    margin-top: 20px;
    display: flex;
    column-gap: 20px;
}

@media screen and (max-width: 768px) {    
    #modal-detail-products .modal-body .button-container {
        display: flex;
        row-gap: 20px;
        flex-direction: column;
    }
}

#modal-detail-products .modal-body .button-container i {
    margin-right: 5px;
}

#modal-detail-products .contact-container {
    margin-top: 15px;
}

#modal-detail-products .contact-container {
    margin-top: 15px;
}

#modal-detail-products .contact-container > h4 {
    font-size: 1.3rem;
    margin-bottom: 24px;
}

#modal-detail-products #image-container {
    display: flex; 
    justify-content: center; 
    align-items: center;
    overflow: hidden;
}

#modal-detail-products #image-container img {
    width: 100%;
    max-height: 650px;
    height: 325px;
}

@media screen and (min-width: 768px) {
    #modal-detail-products #image-container img {
        height: 650px;
        max-height: 650px;
    }
}


/* ================================= */
/* Whatsapp                          */
/* ================================= */
.btn-whatsapp-pulse {
    background-color: #25d366;
    text-decoration: none;
    color: white;
    padding: 9px 18px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    border-radius: 10px;
}

.btn-whatsapp-pulse i {
    color: #fff;
    margin-right: 13px !important;
}

.btn-instagram-pulse {
    background-color: #f09433; /* Color de respaldo */
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* ================================= */
/* captcha                          */
/* ================================= */

#captcha {
    display: flex;
    justify-content: center;
}

/* ================================= */
/* search form                          */
/* ================================= */

#search-form > .search-container {
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--border-color);
}

#search-form button {
    background: var(--border-color);
    color: white;
    border: none;
    outline: none;
    padding-inline: 20px;
    cursor: pointer;
}

#search-form button i {
    font-size: 1.2rem;
}

#search-form > div input {
    height: 50px;
    width: 100%;
    padding-inline: 20px;
    border: none;
    outline: none;
    font-size: 1rem;
}

#search-form > div#error-search {
    margin-block: 20px;
    color: red;
    text-align: center;
}

.fixed-container {
    position: fixed;
    z-index: 10000;
    bottom: 30px;   
    right: 30px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
}

.fixed-container .instagram-logo {
    border-radius: 3px;
    padding: 13px;
    color: white;
}

/** animation dialog **/
/* Definición del Keyframe para el fade in */
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-20px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOut {
	from { opacity: 1; transform: translateY(0px); }
	to { opacity: 0; transform: translateY(-20px); }
}

@keyframes backdropFadeIn {
  from { background-color: rgba(0, 0, 0, 0); }
  to { background-color: rgba(0, 0, 0, 0.5); }
}
