body{
    font-family: "Radio Canada", sans-serif;
    font-style: normal;
}
header {
    position: relative;
    background-image: url('https://images.unsplash.com/photo-1505664194779-8beaceb93744?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    z-index: 1;
    display: flex;
    align-items: center;
}

header p{
    font-size: 15px ;
    padding: 2rem;
}


header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Cambia el valor de 0.5 según la opacidad deseada */
    z-index: -1;
}

.btn-gold-lcs{
    background-color: rgb(158, 117, 23) ;
    color: white;
}
.bg-gold-lcs{
    color: rgb(158, 117, 23) ;
}

.btn-gold-lcs:hover{
    background-color: rgb(185, 141, 38) ;
    color: white;

}

.border-bottom-gold-lcs{

        border-bottom: 2px solid rgb(225, 171, 46); /* Línea inferior de 2px con el mismo color */

    
}

.hr-golden-lcs{
    background-color: rgb(225, 171, 46);
    padding: 3px ;
    margin-bottom: 8px;
    border-radius: 5px;
}

.nav-logo-section {
    display: flex;
    flex-direction: column; /* Alinea los elementos verticalmente */
    align-items: center; /* Centra los elementos horizontalmente */
    width: 22.5%;
    
}

.nav-logo-section a{
    font-family: "Cinzel", serif;
    font-size: 15px;
    color: white;
    font-weight: 600;

}

.nav .logo-nav {
    display: flex;
    flex-direction: column; /* Alinea los elementos verticalmente dentro del contenedor */
    align-items: center; /* Centra los elementos horizontalmente dentro del contenedor */
    width: 12%; /* Asegura que el contenedor ocupe todo el ancho disponible */
}

.logo-nav img {
    width: 100%; /* Ajusta el tamaño de la imagen al ancho del contenedor */
    max-width: 200px; /* Ajusta el tamaño máximo de la imagen según tus necesidades */
    height: auto; /* Mantiene la relación de aspecto de la imagen */
}

/* Estilo opcional para el texto debajo de la imagen */
.logo-nav .logo-text {
    margin-top: 10px; /* Espacio entre la imagen y el texto */
    font-size: 16px; /* Tamaño del texto */
    text-align: center; /* Alinea el texto al centro */
}




.accordion-button {
    background-color: #004085;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #0056b3;
    color: rgb(255, 255, 255);
}
.accordion-button::after {
    content: none;
}
.accordion-button span {
    margin-right: 10px;
    font-size: 18px;
    transform: rotate(90deg);
    display: inline-block;
    transition: transform 0.3s ease;
}
.accordion-button.collapsed span {
    transform: rotate(0deg);
}
.accordion-item {
    border: none;
    margin-bottom: 15px;
}
.accordion-body {
    background-color: #e9ecef;
    padding: 20px;
    border-radius: 8px;
    font-size: 15px;
}
.form-label {
    font-weight: bold;
    color: #004085;
}
.form-control {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 10px;
    font-size: 15px;
    box-shadow: none;
    transition: border-color 0.3s ease;
}
.form-control:focus {
    border-color: #0056b3;
    box-shadow: none;
}
.btn-primary {
    background-color: #004085;
    border-color: #004085;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.about-us-section p{
    font-weight: 300;
    /* font-family:   sans-serif; */
    font-size:16px;
}

.about-us-section .img-portfolio{
    width: 450px; /* Mantiene el ancho */
    height: 450px; /* Mantiene la altura */
    overflow: hidden; /* Asegura que la imagen no se desborde */
    position: relative; /* Para poder usar absolute en la imagen */
}
.img-portfolio img{
    position: absolute; /* Posiciona la imagen */
    top: 30%; /* Centra verticalmente */
    left: 50%; /* Centra horizontalmente */
    width: auto; /* Mantiene el aspecto de la imagen */
    height: 110%; /* Aumenta la altura para recortar más */
    transform: translate(-50%, -50%); /* Ajusta la imagen al centro */
}

.offerts-services {
    position: relative;
    padding-bottom: 0rem;
    overflow: hidden;
    height: 110vh;
  
}

.svg-overlay {
    position: absolute;
    top: 30rem; /* Ajustar según sea necesario */
    left: 50%; /* Centrado horizontalmente */
    transform: translate(-50%, -50%); /* Centrado */
    z-index: 10;
    pointer-events: none; /* Opcional */
    opacity: 0.7;
    width: 100vw; /* Establecer tamaño */
    height: 50px; /* Establecer tamaño */
}


.our-services {
    position: relative; /* Asegura que el contenido esté en su posición original */
    z-index: 5; /* Asegura que el contenido esté por encima del SVG */
   

}


.our-service-intro .img-portfolio{
    width: 30rem; /* Mantiene el ancho */
    height: 24rem; /* Mantiene la altura */
    overflow: hidden; /* Asegura que la imagen no se desborde */
    position: relative; /* Para poder usar absolute en la imagen */
}

.our-service-intro  .img-portfolio img{
    position: absolute; /* Posiciona la imagen */
    top: 45%; /* Centra verticalmente */
    left: 50%; /* Centra horizontalmente */
    width: auto; /* Mantiene el aspecto de la imagen */
    height: 90%; /* Aumenta la altura para recortar más */
    transform: translate(-50%, -50%); /* Ajusta la imagen al centro */
}


.about-us-section a{
    opacity: 90%;
    cursor: pointer;
}

.about-us-section a:hover{
    transition: 0.3s;
    box-shadow: -12px 17px 18px -18px rgba(0,0,0,0.75);
}

/* secion servicios */


.our-services .our-services-intro-text h2{
    font-size: 26px;
}

.our-services .our-services-intro-text p{
    font-size: 18px;
}






/* nuestro objetivo */

.our-object-service h2{

    font-size:24px;
}
.our-object-service p{
    font-weight: 300;
    /* font-family:   sans-serif; */
    font-size:16px;

}


footer a{
    text-decoration: none;
}




/* movible version */


@media (max-width: 992px) {

}


@media (max-width: 768px) {

    .offerts-services {
        position: relative;
        padding-bottom: 0rem;
       
       height: max-content;
      
    }

    .svg-overlay {
        position: absolute;
        top: 65rem; /* Ajustar según sea necesario */
        left: 50%; /* Centrado horizontalmente */
        transform: translate(-50%, -50%); /* Centrado */
        z-index: 10;
        pointer-events: none; /* Opcional */
        opacity: 0.7;
        width: 100vw; /* Establecer tamaño */
        height: 50px; /* Establecer tamaño */
    }

   
}


