body {
    overflow-x: hidden;
}
nav {
    background-color: rgba(0, 0, 0, 0.8);
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.5rem;
}

.nav-link {
    font-weight: 600;
    font-size: 1.2rem;
    color: white;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color 0.3s;
}

.nav-link.active {
    border-bottom-color: red;
}

.nav-link:hover {
    color: red;
    transition: 0.6s;
    border-bottom-color: red;
}

.footer-link {
    font-weight: 400;
    color: white;
}

.footer-link:hover {
    color: red;
    transition: 0.6s;
}

.fs-7{
    font-size: 1rem;
    line-height:1rem;
}

.svg-white{
    fill: rgb(255,255,255,0.8);
}
.mono{
    font-family: monospace;
}
/*------------------------------------------*/
.intro {
    background-image: url(../img/1.jpg);
    height: 100vh;
    min-height: 450px;
    display: flex;
    align-items: center;
    background-position: center;
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat; 
}

/*---------------------------*/
video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.capa {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c1c1d;
    opacity: 0.55;
    mix-blend-mode: overlay;
}

.promo {
    padding-top: 10rem;
    display: flex;
    flex-direction:  column;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: auto;
    position: relative;
    z-index: 2;
}

/*---------------------------*/

.intro-text {
    color: white;
    font-weight: 800;
    font-size: 3rem;
}
.intro-subtext {
    color: white;
    font-weight: 500;
    font-size: 2.2rem;
}

.intro-btn {
    width: 10rem;
    padding: 10px;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s;
}

.intro-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    transition: 0.5s;
    width: 12rem;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        0,
        0,
        0,
        0.55
    ); /* Color negro con 40% de transparencia */
    z-index: 1; /* Asegura que la capa esté encima de la imagen */
}

/*------------------------------------------*/
.svg-white{
    fill:white;
}

.card{
    border-radius: 0px;
}

form textarea{
    resize: none;
}
/*------------------------------------------*/

.services-text {
    font-weight: 400;
    text-align: left;
    margin-bottom: 1.4rem;
}

hr {
    color: gray;
}

a {
    text-decoration: none; /* Eliminar subrayado */
    color: inherit; /* Heredar color del texto */
    cursor: pointer; /* Cambiar el cursor al pasar por encima */
}

.text-shadow {
    /* text-shadow: 3px 4px 7px rgba(81,67,21,0.8); */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.bg-gray{
    background-color: #efefefef;
}
/*------------------------------------------*/
#location {
    transform: skew(0, 2deg);
    padding: 6rem 2rem;
}

.fix {
    transform: skew(0, -2deg);
}

/*------------------------------------------*/
.vstop {
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 25px),
        50% 100%,
        0 calc(100% - 25px)
    );
}

.vsbottom {
    clip-path: polygon(0 0, 50% 25px, 100% 0, 100% 100%, 0 100%);
    margin-top: -15px;
}

.dstop {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 25px));
}

.dsbottom {
    clip-path: polygon(0 0, 100% 25px, 100% 100%, 0 100%);
    margin-top: -40px;
}

.contact-img{
    position: relative;
    margin-right: -8rem;
    z-index: 1;
}

.btn {
    border-radius: 0;
}

.text-justify{
    text-align: justify;
}



/*------------------------------------------*/

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 99;
    border: none;
    outline: none;
    border: 2px solid #565656;
    background-color: #eeeeee;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: 1s;
    width: 4rem;
    height: 4rem;
  }
  
  #scrollTopBtn:hover {
    background-color: rgb(255, 221, 0);
    transition: 1s;
  }
  


/*------------------------------------------*/
@media (max-width: 	992px) {
    .zxy{
        margin-left:0.6rem;
    }
    
    .zxy2{
        margin-left:1rem;
    }
}
@media (max-width: 768px) {
    .contact-img{
        margin-left: auto;
        margin-right: auto;
        z-index: 0;
    }
    .zxy{
        margin-left:0.6rem;
    }
    
    .zxy2{
        margin-left:1rem;
    }
}

@media (max-width: 576px) {
    .intro-text {
        font-size: 2.2rem;
    }
    .intro-subtext {
        margin-top: 1rem;
        font-size: 1.7rem;
    }
    .location-text {
        font-size: 1.4rem;
        margin-left: 0.5rem;
    }
    .location-subtext {
        font-size: 1.2rem;
        margin-left: 0.5rem;
    }
    .zxy{
        margin-left:0.6rem;
    }
    
    .zxy2{
        margin-left:1rem;
    }
    
}
/*------------------------------------------*/
.services-img-2{
    margin-right: 0%;
}
/*------------------------------------------*/
/*------------------------------------------*/


