
@font-face {
    font-family: 'Prata-Regular';
    src: url('fonts/Prata-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url('fonts/Raleway-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
:root {
    --button-color:#eee27dff;
    --button-color-dark: #1B1C1D;
    --button-gradient: (132deg, #D2AC47 5%, #F7EF8A 45%, #AE8625 85%);
    --button-border-radius : 0.125em;
    --box-border-radius :0.125em;
    --body-color: #CFCBBD;

    --color-principal: #3498db; /* Azul */
    --color-secundario: #2ecc71; /* Verde */
    --fuente-principal: 'Arial', sans-serif;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-80{
    margin-top: 80px;
}
.pl-20{
    padding-left: 20px;
}
.pr-20{
    padding-right: 20px;
}
.pl-30{
    padding-left: 30px;
}
.pr-30{
    padding-right: 30px;
}
.sections{
    width: 100%;
}
.section-one{
    background-color: #1B1C1D;
    color: #CFCBBF;;
    min-height: 450px;
}
.row-container{
    padding-top: 40px;
    padding-bottom: 30px;
}
.wraper-img-logo{
  border-radius: var(--box-border-radius);
  margin-top: 1em;
  margin-bottom: 1em;
  background-position: center center;
}
.title-business-logo{
    color: var(--button-color);
    font-family: Prata;
    font-size: 6em;
    font-weight: 400;
    line-height: 1.25;
}

.col-wraper-right-section-two{
    white-space: normal;
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
}

/*section-two*/
.section-two{
  inset: 0px;
  outline-offset: -2px;
  backdrop-filter: none;
  background-color: #1B1C1D;
  border-radius: 0px;

}
.title-business{
    color:var(--button-color);
    caret-color: #f2e782ff;
    font-size: 3.45em;
    font-weight:400;
    line-height:1.25;
}
.description-section-two{
    color:#CFCBBF;
    padding: 20px 0;
    font-size: 1em;
    line-height: 1.6;
}
.wrapper-img-section-two{
    display: flex;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  flex-direction: column;
  -moz-box-pack: center;
  justify-content: center;
  border-radius: var(--box-border-radius);
  margin-top: 1em;
  margin-bottom: 1em;
  background-size: cover;
  padding: 0px;
  object-fit: contain;
  container-type: size;
}
.img-section-two{
    position: absolute;
    inset: 0px;
    overflow: hidden;
    min-height: 320px;
    min-width: 450px;
    /*background-image: url("../assets/images/img-section-two.jpg");
    background-position: 67.95% 57.12%;*/
    background-size: cover;
    background-repeat: no-repeat;
    
}
.frame-video{
  width: 440px;
  height: 315px;
}
.button-gold{
    transition-timing-function: var(--chakra-transition-easing-ease-out);
    text-decoration: none;
    outline: transparent solid 2px;
    outline-offset: 2px;
    appearance: none;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: var(--chakra-radii-md);
    font-weight: 600;
    transition-duration: var(--chakra-transition-duration-normal);
    background: none;
      background-color: rgba(0, 0, 0, 0);
      background-image: none;
    color: inherit;
    margin: 0px;
    padding: 0.5em 0px;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    position: relative;
    min-width: min(100%, 12em);
    max-width: 100%;
    font-size: 1em;
    min-height: 2.75em;
    width: var(--button-width);
    height: auto;
    padding-inline: 1em;
    transition-property: none;
    line-height: var(--line-height-body);


    background-color: var(--button-color);
    background-image: var(--button-gradient);
    border-radius: var(--button-border-radius, var(--box-border-radius));
    font-weight: 600;
    color: inherit;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.6;
}
.button-dark{
    transition-timing-function: var(--chakra-transition-easing-ease-out);
    text-decoration: none;
    outline: transparent solid 2px;
    outline-offset: 2px;
    appearance: none;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: var(--chakra-radii-md);
    font-weight: 600;
    transition-duration: var(--chakra-transition-duration-normal);
    margin: 0px;
    padding: 0.5em 0px;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    position: relative;
    min-width: min(100%, 12em);
    max-width: 100%;
    font-size: 1em;
    min-height: 2.75em;
    width: var(--button-width);
    height: auto;
    padding-inline: 1em;
    transition-property: none;
    line-height: var(--line-height-body);


    background-color: #1B1C1D;
    border:1px solid var(--button-color);
    border-radius: var(--button-border-radius, var(--box-border-radius));
    font-weight: 600;
    color: var(--button-color);
    cursor: pointer;
    font-size: 1em;
    line-height: 1.6;
}

/* section three*/
.section-three{
    background-size: cover;
    background-position: center;
    white-space: normal;
    display: flex;
    position: relative;
    min-height: 800px;
    width: 100%;
    background-image: url("../assets/images/layout-section-three.jpg");
}
.container-black{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}
.header-text-section{
    color: var(--button-color);
    margin: 30px 0;
    font-family: Prata;
    font-size: 3em;
}

.heading-text{
    color:#e5e0df;
    
}

.card-layout{
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: var(--editor-width);
    height: 100%;
    position: absolute;
    border-radius: var(--card-border-radius);
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    transform: translateX(-50%);
    left: calc(50% - var(--doc-padding-left, 0px) / 2 + var(--doc-padding-right, 0px) / 2);
    background-size: cover;
    padding: 0px;
    object-fit: contain;
    container-type: size;
}
.bg-layout-behind{
    position: absolute;
    inset: 0px;
    overflow: hidden;
    background-image:url("../assets/images/layout-section-three.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-dark{
    position: absolute;
    inset: 0px;
    border-radius: inherit;
    transition-property: backdrop-filter, background;
    transition-duration: 200ms;
    background-color: #000000cc;
  }

.service{
    color: var(--body-color);
}

.wraper-service .item-number{
    width: 15%;
    float: left;
}
.wraper-service .service{
    float: left;
    padding-left: 10px;
    width: 80%;
}
.head-service{
    color: var(--body-color);
    font-size: 1.40em;
    margin-bottom: 15px;
    font-family: Prata;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.25;
}
.head-service-gold{
    color:var(--button-color);
    font-size: 1.60em;
    line-height: 1.60;
    font-weight: 400;
    font-family: Raleway-Regular;
}
.div-number{
    background-color: #f3f3f3;
    border-radius: 0.125em;
    background-color: #3a3b3cff;
    color: inherit;
    text-align: center;
    
    width: 35px;
    height: 42px;
}
.div-number p {
    color: #e5e0df;
    font-size: 2em;
    font-weight: 400;
    
}
.service p{
    font-size: 1.1em;
    font-family: Raleway-Regular;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

/*section four*/
.section-four, .section-six, .section-seven, .section-eight{
    background-color:#1B1C1D;
    display: flex;
    position: relative;
    min-height: 700px;
    width: 100%;
}
.col-wrapper-left-section-four{
    padding: 15px 20px;
}
.panel-default-four{
    padding: 15px 20px;
    margin-bottom: 15px;
}
.col-wraper-right-section-four {
    white-space: normal;
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
  }
  .wrapper-img-section-four {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    border-radius: var(--box-border-radius);
    margin-top: 1em;
    margin-bottom: 1em;
    background-size: cover;
    padding: 0px;
    object-fit: contain;
    container-type: size;
  }
  .img-section-four{
    position: absolute;
    inset: 0px;
    min-height: 550px;
    overflow: hidden;
    border-radius: var(--box-border-radius);
    background-image: url("../assets/images/img-section-four.jpg");
    /*background-position: 67.95% 57.12%;*/
    background-size: cover;
    background-repeat: no-repeat;
  }
.text-p{
    color: var(--body-color);
    font-size: 1.1em;
    font-family: Raleway-Regular;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.panel-default-four{
    background-color: #3a3b3cff;
}


/*section five*/
.section-five{
    /*background-color:#eee27dff;
    background-color: #686125;*/
    background-color: #5d5722;
    white-space: normal;
    display: flex;
    position: relative;
    min-height: 360px;
    width: 100%;
}
.container-trans{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 1;
}
.img-section-six{
    position: absolute;
    inset: 0px;
    min-height: 430px;
    overflow: hidden;
    border-radius: var(--box-border-radius);
    background-image: url("../assets/images/img-section-six.jpg");
    background-position: 67.95% 57.12%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-second{
    background-color: #3a3b3cff;
  }
  .table-phones{
    border: 1px solid #dee2e6 !important;
    color:var(--body-color);
    font-size: 1.2em;
    font-family: Raleway-Regular;
  }
  .table-phones td.interno{
    border-right: 1px solid #dee2e6 !important;;
  }
  .table > :not(caption) > * > *{
    padding: .8rem .8rem;
    border-bottom-width: 0;
  }
  /*accordion section */
  .accordion{
    color: var(--body-color);
    font-size: 1.2em;
    font-family: Raleway-Regular;
  }
  .accordion-button{
    background-color: transparent;
    color: var(--body-color);
    margin-left: 20px;
    text-align: right;
    padding-left: 2rem;
  }

  .accordion-button:not(.collapsed)::after {
    background-image:none !important;
    transform: rotate(-180deg);
  }
  .accordion-button::after {
    color: var(--button-color) !important;
    position: absolute;
    left: 0px;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\f107"; /* Código del icono de Font Awesome */
    font-family: "Font Awesome 5 Free"; /* Asegúrate de que Font Awesome esté incluido */
    font-weight: 900; /* Peso del icono */
   
    transition: transform .2s ease-in-out;
}
/*expanded*/
.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
  }
  .accordion-button:focus{
    border-color: transparent;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
  }
  .accordion-item{
    background-color: transparent;
  }
/*end of accordion*/

/*section seven*/
.img-section-seven{
    position: absolute;
    inset: 0px;
    min-height: 600px;
    overflow: hidden;
    border-radius: var(--box-border-radius);
    background-image: url("../assets/images/img-section-seven.jpg");
    background-position: 67.95% 57.12%;
    background-size: cover;
    background-repeat: no-repeat;
}
.panel-default-seven{
    background-color: transparent;
}
.block-panel-left{
    background-color: #3a3b3cff;
    min-height: 100px;
    float: left;
    margin-right: 15px;
    padding: 30px;
    width: 15%;
}
.span-left{
    color: var(--body-color);
    font-size: 1.4em;
    font-weight: 400;
}
.block-panel-right{
    float: left;
    height: 100%;
    width: 80%;
}
/*end of section seven*/

/*section eight*/
.section-eight{
    background-color: rgb(6, 23, 34);
}
.row-container-panels{
    background-color: #1B1C1D;

}
.colorable-icon{
    font-size: 1.5em;
    color: var(--button-color);
}
/*end of section eight*/

/*windows form*/
#window-show{
    background-color: #3a3b3cff;
    border: 1px solid var(--button-color);
}
.show-window {
    border: 1px solid #3E3E3F;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 500;
    transition: all 0.6s ease 0s;
  }
  .hide-window {
    background: rgba(0,0,0,0.9);
    padding: 5px;
    position: fixed;
    top: 0;
    left: -310px;
    min-height: 150px;
    width: 310px;
    z-index: 500;
    transition: all 0.3s ease 0s;
  }
  .show-window a {
    border-radius: 3px;
    background: #3E3E3F;
    color: var(--button-color);
    font-weight: bold;
    float: right;
    padding: 0.2em 0.6em;
    text-decoration: none;
  }
  .show-window h3 {
    color: #969696;
    font-size: 1.2em;
    text-align: center;
    margin-top: 2em;
    width: 100%;
  }
  .form-flotante {
    padding: 6px 4px;
  }
  #item_form {
    color: #fff;
  }
  .form-flotante input[type="text"], .form-flotante textarea {
    background: transparent;
    box-sizing: border-box;
    color: #969696;
    display: block;
    font-family: Arial;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 5px 3px;
    width: 100%;
  }
  .form-flotante textarea{
    resize: none;
  }
  .btn {
    background-color:var(--button-color);
    border: 1px solid #fff;
    color: #3a3b3cff;
    font-weight: bold;
    padding: 10px 15px;
  }
/*end of window form*/
/*scroll to top*/
.scroll-top {
    background: url('../assets/images/up.png');
    color: #fff;
    bottom: 10px;
    display: none;
    position: fixed;
    right: 5px;
    height: 40px;
    width: 40px;
    z-index: 2;
  }
/*end of scroll to top*/
.col-servicios-down{
  position: absolute;
  bottom: -50%;
  display: none;
}
.col-servicios-up{
  display: block;
  transition: all ease .2s;
  position: relative;
  /*animation: bounce; /* referring directly to the animation's @keyframe declaration */
  /*animation-duration: 2s; /* don't forget to set a duration! */
}
.col-container-up{
  transition: all ease .2s;
  position: relative;
}

/*col-container-six*/
.col-container-six-down{
  position: absolute;
  bottom: -50%;
  display: none;
}
.col-container-six-up{
  transition: all ease .2s;
  position: relative;
}
/*end of col-container-six*/
/*btn whatsapp*/
.float-wa{
  position:fixed;
  width:45px;
  height:45px;
  bottom:20px;
  left:30px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  
}

@media (max-width:480px) {
  #window-show{
    width: 300px;
  }
  .section-two{
    min-height: 780px;
  }
  .img-section-two{
    min-height: 320px;
    min-width: 360px;
  }
  .frame-video{
    width: 350px;
    height: 315px;
  }
  .section-three{
    min-height: 1300px;
  }
  .section-four{
    min-height: 1700px;
  }
  .section-five{
    min-height: 420px;
  }
  .container-ubicacion{
    margin-top: 450px;
    min-height: 450px;
  }
  .row-second-section-six{
    margin-top: 400px;
    min-height: 400px;
  }
  .section-seven{
    min-height: 1900px;
  }
}