@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Poppins';
}

.nav-item{
    font-weight: 600;
    color: #000;
    font-size: 15px;
}
.nav-link:hover{
    color: #F56B09;
}

.nav-item,.nav-link{
    font-weight: 600;
    color: #6d6865;
    font-size: 15px;
}
.nav-link:hover{
    color: #F56B09;
}

.nav-item.active .nav-link {
    font-weight: bold; /* Hace que el texto del enlace activo sea más grueso */
    color: #F56B09; /* Cambia el color del texto del enlace activo a blanco */
    border-radius: 5px; /* Agrega esquinas redondeadas al botón */
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #F56B09;
}

.dropdown-menu{
    color: #000;
    --bs-dropdown-link-hover-color: #F56B09;
}
.form-check-input:checked {
    background-color: #FF5722;
    border-color: #ffffff;
}

.nav-item.active .nav-link {
    font-weight: bold; /* Hace que el texto del enlace activo sea más grueso */
    color: #F56B09; /* Cambia el color del texto del enlace activo a blanco */
    border-radius: 5px; /* Agrega esquinas redondeadas al botón */
}
.position-relative {
    position: relative !important;
    margin-top: 7vh;
}
/* Estilos comunes para ambas imágenes */
.imagen1 {
    display: block;
}

.imagen2 {
    display: none;
}

.body-wrapper {
    margin-top: 72px;
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    margin-bottom: 30px;
    border-radius: 20px;
    background: #f4f7fb;
    min-height: calc(100% - 102px);
}

.body-wrapper {
    margin-top: 2vh;
}

/*----------------------------- SWIPERR-----------------------------------------*/
.contenedor-proyectos{
    border: #00000000 solid 3px;
}

.contenedor-titulo-proyectos h2{
    border: #1ab13800 2px solid;
    text-align: center;
    font-size: 40px;
    color: #F56B09;
    font-weight: 700;
    padding-top: 0;
}

.swiper{
    background: white;
    width: 100%;
}
.texto-inferior{
    background-color: white;
    height: 75px;
    width: 220px;
    text-align: center;
    padding-top: 20px;
    border-radius: 0px 0px 15px 15px;
    font-weight: bolder;
    color: #dd6700;
    opacity: 0.9;
    transition: opacity .2s ease-out;
}

swiper-container {
    width: 100%;
    padding-bottom: 50px;
    margin-top: 10vh;
    background-color: #008a2202;
}
  swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 500px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 10%;
    background-color: rgba(127, 255, 212, 0);
}
swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    border-radius: 5%;
    object-fit: cover;
}

.bg-white {
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
    height: 470px;
}
.modal-title{
    margin-bottom: 1vh;
    margin-top: 1vh;
}


.modal-body{
    padding-top: 1vh;
    padding-left: 5vh;
    padding-right: 5vh;
    padding-bottom: 5vh;
}

.modal-header{
    padding-bottom: 0;
}


.btn-info {
    background: #f46807;
    border-color: transparent;
    padding: 10px;
    margin-bottom: 12px;
    width: 300px;
    margin-left: -50px;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    border-radius: 6px;
    text-decoration: none;
    justify-content: center;
}
/* Elimina el efecto hover */
    .btn-info:hover {
    background: white;
    color: #f46807;
    border-color: none;
} 
.slider-container {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Para ocultar la barra de desplazamiento en navegadores que la muestran */
    -ms-overflow-style: none; /* Para ocultar la barra de desplazamiento en navegadores de Internet Explorer */
}
.slider-container::-webkit-scrollbar {
    display: none; /* Oculta la barra de desplazamiento en navegadores basados en WebKit */
}
.slider-item {
    display: inline-block;
    margin-right: 15px; /* Espacio entre cada tarjeta */
    vertical-align: top; /* Alinea las tarjetas en la parte superior del contenedor */
}
.t-swipper-1{
    background-color: #008a2200;
    width: 300px;
    margin-left: -50px;
    margin-top: 300px;
    display: flex;
}
.t-swipper-2{
    background-color: #00e1ff00;
    width: 300px;
    margin-left: -50px;
    display: flex;
    font-size: 10px;

}
.t-swipper-1 h2{
    font-size: 20px;
    color: rgb(255, 255, 255);
}
.t-swipper-2 h2{
    font-size: 20px;
    margin-top: -2px;
    color: rgb(255, 255, 255);
}
.t-swipper-1 img{
    width: 25px;
    height: 25px;
    color: white;
}
.t-swipper-2 img{
    width: 20px;
    height: 20px;
}
/*-----------------------------------------FOOOTER-------------------------------------------*/
.contenedor-footer{
    border: #00000000 5px solid;
    background-color: #000000;
    
}
.contenedor-footer-principal{
    border: 3px solid rgba(47, 88, 47, 0);
    padding: 0;
    display: flex;
}

.container-logo{
    border: 3px solid rgba(255, 0, 0, 0);
}

.container-logo img {
    border: 3px solid rgba(0, 0, 0, 0);
    width: 15%;
}


.texto-1{
    border: 3px solid rgba(0, 255, 255, 0);
    width: 50%;

}
p {
    margin-top: 0;
    margin-bottom: 0; 
}
.info-footer{
    border: 3px solid rgba(255, 0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: justify;
    font-weight: normal;
}


.texto-2{
    border: #46dd6200 3px solid;
    width: 50%;
    font-weight: 600;
    color: white;
    text-align: center;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0.4rem;
}

.texto-2 ul {
    list-style-type: none; /* Elimina los puntos de la lista */
    padding: 0;
    margin-left: 10px;
}
.texto-2 ul li a {
    text-decoration: none;
    color: white; /* Cambia el color del texto a blanco */
    font-weight: normal;
}
.texto-2 ul li a:hover{
    color: #F56B09;
}

.texto-3{
    border: #dd670000 5px solid;
    width: 50%;

}

.texto-3 h2{
    border: #00000000 5px solid;
    width: 50%;
    font-size: 15px;
    color: white;
    font-weight: bold;
}
.texto-3 ul{
    border: #00000000 5px solid;
    width: 100%;
    font-size: 14px;
    color: white;
    font-weight: normal;
    padding: 0;
}
.texto-4{
    border-top: 1px solid #f56b09;
    width: 100%;
    padding: 0;
    display: flex;
    padding-top: 10px;
}
.texto-4 p{
    border: 3px solid rgba(0, 255, 0, 0);
    width: 50%;
    color: #ffffff;
    font-size: 15px;
    text-align: start;
}
.iconos-footer{
    border: #86868600 3px solid ;
    width: 50%;
    text-align: end;
}
.iconos-footer img{
    width: 4%;
    margin-right: 10px;
}
a {
    text-decoration: underline;
}


/*-------------------------  WSP  ------------------*/
#whatsapp-link {
    position: fixed;
    bottom: 60px; /* ajusta este valor según sea necesario */
    right: 20px; /* ajusta este valor según sea necesario */
    z-index: 9999; /* asegura que esté por encima de otros elementos */
    cursor: pointer; /* cambia el cursor al pasar sobre el enlace */
  }
  
  #whatsapp-link:hover img {
    filter: brightness(0.9); /* cambia el brillo del icono al pasar el ratón sobre él */
  }

  #whatsapp-link:hover::after {
    content: "Pide información aquí"; /* contenido del mensaje */
    position: absolute;
    color: #000;
    font-weight: normal;
    font-size: 25px;
    background-color: #fff; /* color de fondo de la caja de texto */
    border: 1px solid #000; /* borde de la caja de texto */
    border-radius: 15px; /* border radius de 15px */
    padding: 10px 0px 0px 20px; /* espacio interno de la caja de texto */
    bottom: 30px; /* posición vertical de la caja de texto */
    right: 50px; /* posición horizontal de la caja de texto (modificado a 50px) */
    z-index: 999; /* asegura que esté por encima de otros elementos */
    width: 350px; /* ancho de la caja de texto (modificado a 200px) */
    height: 60px;
}
@keyframes shakeY {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(5px); }
}

.icon-wsp.animate__animated {
    animation: shakeY 7.5s infinite; /* Aquí defines la animación infinita */
}

.titulo-derecha1{
    color: #F56B09;
    text-align: center;
    margin: 4px;
    margin-top: 15vh;
}
.titulo-derecha {
    text-align: center;
    margin: 4px;
    background: #F56B09;
    color: white;
    border-radius: 20px;
}
.parrafo-derecha{
    font-size: 20px;
    text-align: center;
}
.titulo-form{
    font-size: 30px;
}

@media (max-width:1024px){
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        padding: 10px 34px 10px 34px;
    }
    .info-footer {
        border: 3px solid rgba(255, 0, 0, 0);
        color: rgb(255, 255, 255);
        font-size: 14px;
        text-align: justify;
        font-weight: normal;
    }
    .texto-2 ul {
        list-style-type: none;
        padding: 0;
        margin-left: 10px;
        font-size: 15px;
    }
    .contenedor-titulo-proyectos h2 {
        font-size: 35px;
    }
}

@media (max-width: 991px){
    #asesoria{
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1* var(--bs-gutter-y));
        margin-right: calc(-.5* var(--bs-gutter-x));
        margin-left: calc(-.5* var(--bs-gutter-x));
        flex-direction: column-reverse;
    }

    .imagen1 {
        display: none;
    }
    .imagen2 {
        display: block;
    }
    .titulo-derecha {
        text-align: center;
        margin: 4px;
        background: #F56B09;
        color: white;
        border-radius: 20px;
    }
    .titulo-form{
        font-size: 30px;
    }
    .titulo-derecha1 {
        color: #F56B09;
        text-align: center;
        margin: 4px;
        margin-top: 5vh;
    }
    
}



@media (max-width:768px){
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        padding: 10px 40px 10px 40px;
    }
    .info-footer {
        border: 3px solid rgba(255, 0, 0, 0);
        color: rgb(255, 255, 255);
        font-size: 13px;
        text-align: justify;
        font-weight: normal;
    }
    .contenedor-titulo-proyectos h2 {
        font-size: 30px;
    }
}
@media screen and (max-width:620px){
    .texto-4{
        flex-direction:column;
    }
    .container-logo{
        text-align: center;
    }
    .container-logo img {
        width: 25%;
    }
    .contenedor-footer-principal{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .texto-1,
    .texto-2,
    .texto-3,
    .texto-4{
        text-align: center;
        width: 100%;
    }
    .texto-3 h2 {
        width: 100%;
    }
    .texto-4 p {
        width: 100%;
        text-align: center;
    }
    .iconos-footer{
        text-align: center;
    }
    .iconos-footer img {
        width: 6%;
        margin-right: 10px;
    }
}
@media (max-width:425px){
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        margin-top: 1vh;
        padding: 5px 30px 5px 30px;
    }
    .contenedor-footer-principal {
        border: 3px solid rgba(47, 88, 47, 0);
        padding: 0;
        display: block;
    }
    .iconos-footer img {
        width: 12%;
        margin-right: 10px;
    }
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        margin-top: 1vh;
        padding: 20px;
    }
    .info-footer {
        border: 3px solid rgba(255, 0, 0, 0);
        color: rgb(255, 255, 255);
        font-size: 13px;
        text-align: justify;
        font-weight: normal;
    }

    #whatsapp-link:hover::after {
        content: "Pide información aquí";
        position: absolute;
        color: #000;
        font-weight: normal;
        font-size: 15px;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 15px;
        padding: 10px 0px 0px 20px;
        bottom: 30px;
        right: 50px;
        z-index: 999;
        width: 210px;
        height: 40px;
    } 
    .contenedor-footer {
        text-align: center;
    }
    .listslider {
        left: 50%;
        bottom: 2%;
        width: 47%;
    }
    .texto-1,
    .texto-2,
    .texto-3{
        width: 100%;
    }
    .btn-mas-informacion {
        width: 75%;
    }
    .btn-mas-informacion:hover {
        width: 75%;
    }
    .container-logo img {
        width: 40%;
    }
    .texto-3 h2 {
        width: 100%;
    }
    
}

@media (max-width:360px){
/*-----------------------------------------*/
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        margin-top: 1vh;
        padding: 5px 30px 5px 30px;
    }
    .contenedor-footer-principal {
        border: 3px solid rgba(47, 88, 47, 0);
        padding: 0;
        display: block;
    }
    .iconos-footer img {
        width: 12%;
        margin-right: 10px;
    }
    .contenedor-footer {
        border: #00000000 5px solid;
        background-color: #000000;
        margin-top: 1vh;
        padding: 20px;
    }
    .info-footer {
        border: 3px solid rgba(255, 0, 0, 0);
        color: rgb(255, 255, 255);
        font-size: 13px;
        text-align: justify;
        font-weight: normal;
    }
    #whatsapp-link:hover::after {
        content: "Pide información aquí";
        position: absolute;
        color: #000;
        font-weight: normal;
        font-size: 15px;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 15px;
        padding: 10px 0px 0px 20px;
        bottom: 30px;
        right: 50px;
        z-index: 999;
        width: 210px;
        height: 40px;
    }
}


 
 
