html {
    overflow-x: hidden;
}
body{
    background-color: #EC6134;
    padding: 1%  1%;
}
ul {
    list-style: none;
}
/* #EC6134; */
@import url('https://fonts.cdnfonts.com/css/perpetua-titling-mt');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Perpetua';
    src: url('fuentes/perpetua-bold.ttf') format('truetype');
}

.bg-light {
    background-color: transparent !important;
}
.navbar-light .navbar-nav .nav-link {
    color: white;
}
.navbar-brand {
    font-size: 3.25rem;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(241 135 101);
}
 .navbar-light .navbar-nav .nav-link.active {
    color: white;
    background-color: #F18765;
    border-radius: 12px;
    padding: 2px 13px;
}
ul.navbar-nav {
    background-color: #3F3E3D;
    border-radius: 50px;
    padding: 2px 15px;
}
ul li{
    font-family: 'montserrat';
    font-size: 16px;
    font-weight: 500;
    color: white;
}
li.menu-lis{
    margin-bottom: 10px;
}
.title{
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6{
    color: white;
    font-weight: 500;
    font-family: 'montserrat';
}
.t-1{
    font-size: 120px;
}
.t-cont{
    font-size: 80px;
}
.t-1 span{
    font-family: 'Perpetua', serif;
}
.t-2{
  font-size: 50px;
}
.t-3{
    font-size: 20px;
    color: black;
    font-weight: 600;
}
.t-3-1{
    font-size: 20px;
    font-family: 'Perpetua', serif;
    color: black;
}
.t-4 {
    font-size: 20px;
    color: black;
    font-weight: 600;
}
.t-5{
    font-size: 120px;
}
    @media (max-width: 768px) {
        .dropdown-menu {
            background-color: transparent;
            border: none; 
       }
       
.dropdown-item {
    color: #ffffff;
}
        .t-5{
            font-size: 35px;
            text-align: center;
        }
        .t-1 {
            font-size: 34px;
            text-align: center;
            padding-top: 73px !important;
        }
        .t-cont{
            font-size: 34px;
            text-align: center;
            padding-top: 73px !important;
        }
        .t-2{
            font-size: 28px;
            text-align: center;
        }
        .t-3{
            text-align: center;
        }
        .t-6{
            text-align: center;
        }
        .t-7{
            font-size: 27px !important;
        }
        p{
            text-align: center;
            font-size: 15px !important;
        }
        .align-button-movil{
            justify-content: center;
            display: flex;
        }
        .t-3-1{
            text-align: center;
        }
        ul{
            padding-left: 0px !important;
            text-align: center;
        }
        .icon-container {
            justify-content: center !important;
        }
        .mapa{
            justify-content: center;
            display: flex;
            padding-bottom: 11%;
        }
        .cov-1 {
            border-top-left-radius: 0px !important;
            border-top-right-radius: 0px !important;
        
        }
        .pad-1{
            padding-bottom: 30% !important;
        }
        .cov-custom{
            border-top-left-radius: 0px !important;
            border-top-right-radius: 0px !important;
        }
        .cov-maxima{
            border-top-left-radius: 0px !important;
            border-top-right-radius: 0px !important;
        }
        .cov-render{
            border-top-left-radius: 0px !important;
            border-top-right-radius: 0px !important;
        }
        .cov-nosotros {
            border-top-left-radius: 0px !important;
            border-top-right-radius: 0px !important;
        }
        .cov-contacto {
            border-top-left-radius: 0px !important;
            border-top-right-radius: 0px !important;
        }
        .cov-2, .cov-serv-1, .cov-serv-2, .cov-serv-3, .cov-serv-4 {
            border-radius: 0px !important;
            top: 0 !important;
        }
      
        .cov-3{
            border-radius: 0px !important;
            top: 0 !important;
        }
        .f-index {
            top: 30px !important;
        }
        .cov-sistema-octagonal{
            border-radius: 0px !important;
        }
        body {
            padding: 0;
        }
        nav.navbar {
            position: absolute !important;
           }
           .logo-nav{
            height: 60px !important;
            margin-top: 0px !important;
        }
        ul.navbar-nav {
            padding: 16px 15px;
            background-color: #3f3e3df5;
        }
        .logo-footer{
            max-width: 50% !important;
         }
         .icon-social-1 {
          display: none !important;
        }
        .row-pd-1{
            padding-bottom: 0 !important;
        }
    }
    .row-pd-1{
        padding-bottom: 3rem;
    }
    button.btn-1.btn-block {
        background-color: #3F3E3D;
        padding: 1% 1%;
        border-radius: 21px;
        color: white;
        font-family: 'montserrat';
        font-weight: 600;
        font-size: 20px;
        transition: 0.3s;
    }
    button.btn-1.btn-block:hover{
        transition: 0.3s;
        background-color: #EC6134;
    }
    form{
        background-color: white;
        padding: 5% 4%;
        border-radius: 22px;
    }
    label {
        font-family: 'montserrat';
        font-weight: 600;
    }
    .form-control {
        padding: 23px .75rem;
        border-radius: 11px;
    }
    .img-column{
        max-width: 40%;
    }
  .img-stands-row{
    justify-content: center;
    display: flex;
  }
  .img-stands{
    max-width: 100%;
  }
  .img-services {
    max-width: 90%;
    margin-bottom: 20px;
}
    .logo-footer{
       max-width: 80%;
    }
.t-6{
    font-size: 40px;
    color: black;
    margin-bottom: 0;
}
.t-7 {
    font-size: 80px;
    color: black;
    font-weight: 700;
    text-align: center;
}
p{
    font-family: 'montserrat';
    color: white;
    font-size: 19px;
    font-weight: 600;
}
.p-1{
    font-weight: 500;
    font-size: 17px;
    color: black;
}
.p-2{
    font-weight: 500;
    font-size: 11px;
    line-height: 26px;
    color: black;
}
.pa-3{
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: black;
    margin-bottom: 7px;
}
.cuadro-1{
    background-color: #F8F8F8;
    border-radius: 20px;
    padding: 7% 7%;
}
.cov-custom {
    background-image: url(img/custom-cover.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: -1; 
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
}
.cov-maxima {
    background-image: url(img/maxima-cover.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: -1; 
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
}
.cov-render{
    background-image: url(img/render-cover.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: -1; 
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
}
.cov-1 {
    background-image: url(img/cover.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: -1; 
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
}
.pad-1{
    padding-bottom: 15%;
}
.cov-nosotros {
    background-image: url(img/cover-nosotros.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: -1; 
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
}
.cov-contacto {
    background-image: url(img/cover-contacto.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: -1; 
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
}
.cov-2 {
    background-color: white;
    position: relative;
    top: -70px;
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
}
.cov-sistema-octagonal{
    background-color: white;
    position: relative;
    top: -112px;
  border-radius: 68px;
}
.cov-3 {
    background-color: white;
    border-radius: 68px;
    position: relative;
    top: -295px;
}
.cov-serv-1 {
    background-image: url(img/sistema-octagonal-cover.png);
    background-size: cover;
    border-radius: 68px;
    position: relative;
    top: -131px;
}
.cov-serv-2{
    background-image: url(img/custom-cover.png);
    background-size: cover;
    border-radius: 68px;
    position: relative;
    top: -178px;
}
.cov-serv-3{
    background-image: url(img/maxima-cover.png);
    background-size: cover;
    border-radius: 68px;
    position: relative;
    top: -224px;
}
.cov-serv-4{
    background-image: url(img/render-cover.png);
    background-size: cover;
    border-radius: 68px;
    position: relative;
    top: -264px;
}
.navbar-light .navbar-toggler-icon {
    padding: 16px;
}
.navbar-light .navbar-toggler {
    border-color: rgb(255 255 255);
    background-color: white;
}
nav.navbar {
 position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; /* Asegurarse de que el navbar esté sobre el fondo */
}
.linea{
    border: 1px solid black;
    margin: 8% 0;
}
.linea2{
    border: 1px solid black;
    margin: 2% 0;
}
.linea3{
    border: 1px solid black;
    margin: 4% 0 0 0;
}
.btn-flecha {
    left: 87%;
    position: absolute;
    bottom: -245%;
}
.align-button{
    justify-content: center;
    display: flex;
}
.f-index {
    position: relative;
    top: -86px;
}
.copy {
    text-align: center;
    margin-top: 4%;
    position: relative;
    bottom: -73px;
}
/* button */
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
   }

   button.learn-more {
    width: 12rem;
    height: auto;
   }

   button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: transparent;
    border-radius: 1.625rem;
    border: 2px solid white;
}

   button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
   }

   button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }

   button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }

   button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: white;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    font-family: 'montserrat';
    font-size: 17px;
   }

   button:hover .circle {
    width: 100%;
   }

   button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }

   button:hover .button-text {
    color: #fff;
   }
   /* Botón negro */
button.learn-more.black-version .circle {
    border-color: black;
}

button.learn-more.black-version .circle .icon.arrow::before {
    border-color: black;
}

button.learn-more.black-version .button-text {
    color: black;
}

button.learn-more.black-version:hover .circle .icon.arrow {
    background: black;
}

button.learn-more.black-version:hover .button-text {
    color: black;
}
.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.contact-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: white;
    border: 2px solid white;
    border-radius: 999px;
    padding: 0.75rem 1.25rem;
    font-weight: 700;
    font-family: 'montserrat';
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}
.contact-button:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
    text-decoration: none;
    color: white;
}
.contact-button i {
    font-size: 1rem;
    width: 1.25rem;
    display: inline-flex;
    justify-content: center;
}
.icon-container {
    display: flex;
    justify-content: left;
    gap: 1px; /* Espacio entre los iconos */
}

.icon-circle {
    display: inline-block; /* Cambia 'inline-block' por 'inline' */
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: transparent;
    transition: 0.3s;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
}

.icon-circle:hover{
    background-color: #ffffff40;
    cursor: pointer;
    transition: 0.3s;
}
.icon-circle i {
    color: white;
    font-size: 16px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1570px;
    }
}
.navbar {
    transition: top 0.3s;
}

.navbar.hidden {
    top: -40px; /* Ajusta el valor según la altura de tu navbar */
}

/* Estilos para la animación suave */
.navbar {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}
.navbar-logo {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #f8f9fa; /* Ajusta el color de fondo según sea necesario */
    padding: 10px 0;
    transition: transform 0.3s; /* Transición para el efecto de escala */
}
.logo-nav {
    height: 80px;
    margin-top: 20px;
    transition: transform 0.3s ease, margin-top 0.3s ease;
}
.logo-nav.shrink {
    transform: scale(0.5); /* Ajusta el valor de escala según sea necesario */
    margin-top: 0;
    padding-bottom: 12px;
}
.navbar.scrolled {
    background-color: #3f3e3d !important;
    transition: background-color 0.3s ease;
    height: 56px;
}
.animated-div {
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.animated-div.visible {
    opacity: 1;
    transform: translateY(0);
}
.animated-col {
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.from-left {
    transform: translateX(-100px);
}

.from-right {
    transform: translateX(100px);
}

.from-top {
    transform: translateY(100px);
}

.animated-col.visible {
    opacity: 1;
    transform: translateX(0);
}

.from-top.visible {
    transform: translateY(0);
}
.social-bar {
    position: fixed;
    top: 41%;
    transform: translateY(-50%);
    right: 9px;
    z-index: 9999;
    transition: transform 0.3s ease;
}

.social-bar a:hover {
    transform: translateX(-16px);
    transition: .5s;
}
  .social-bar a {
    display: block;
    margin-bottom: 10px; /* Espacio entre cada icono */
  }
  .btn-primary {
    color: #fff;
    background-color: #3f3e3d;
    border-color: #3f3e3d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #e8623c;
    border-color: #ffffff;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #e8623c;
    border-color: #ffffff;
    box-shadow: 0 0 0 .2rem rgb(38 143 255 / 0%);
}