@import url('headers-footer.css');
:root {

    --naranja: #e8deb3;
    --white: #ffffff;
    --gris: #585858;
     --dorado: #a89132;
     --azul:#01304C;
}

body p,
ul {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2em;
    color: rgb(80, 89, 89);
}
/* Colores de las secciones horizontales   */

.blanco {
    color: var(--white);
}
.gris {
    color: var(--gris);
}
.azul{
    color: var(--azul);
}

/* Encabezados */
h1,
h2,
h3,
h4 {
    font-family: "Roboto", serif;
    font-weight: 600;
    font-style: normal;
    margin: 0;
}

h1 {
    font-size: 4rem;
    margin-bottom: 30px;
}

h2 {
    font-size: 48px;
    
    margin-bottom: 30px;
}

h3 {
    font-size: 28px;
}

.dorado{
    color: var(--dorado);
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: var(--azul);
}

/* Company HEROS */
.pleca1 {
    width: 100%;
    height: 125px;
    background-image: url(../assets/berge_eiger_moench_jungfrau.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}



.hero {
    min-height: 500px;
    background:linear-gradient(rgba(1,48,76,.85), rgba(1,48,76,.85)),
    url(../assets/justicia.jpg) center/cover;
    padding:160px 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


.hero_interior {
    width: 100%;
    min-height: 50%;
     background:linear-gradient(rgba(1,48,76,.85), rgba(1,48,76,.85)),
    url(../assets/lawyer-client-meeting.jpg) center/cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.middle-hero {
    width: 100%;
    min-height: 300px;
    background:linear-gradient(rgba(1, 48, 76, 0.267), rgba(1,48,76,.85)),
    url(../assets/lawyer-client-meeting.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
}


.middle-hero2 {
    width: 100%;
    min-height: 300px;
    background:linear-gradient(rgba(1, 48, 76, 0.267), rgba(1,48,76,.85)),
    url(../assets/fondo-atenas.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
}
.hero_sec_1 {
    width: 100%;
    min-height: 50%;
    background-image: url(../assets/banner_2.png);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.poppins-extrabold h1 {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.imagen-abogada {
    background-image: url('../assets/anbogada.png');
    background-size: cover;
     background-position: center 40px; /* mueve 40px hacia arriba */
    background-repeat: no-repeat;
    min-height: 500px; /* ajusta según tu diseño */
}

.bg-gris {
    background-color: var(--gris);
}

.bg-azul {
    background-color: var(--azul);
    counter-reset: var(--dorado);
}

.bg-blanco {
    background-color: var(--white);
    height: 81px;
}

.slogan {
    font-size: .9em;
    color: var(--azule);
    font-weight: 500;
    position: relative;
    top:51px;
}

.pricing-card-title {
    font-size: 2rem;
}

.titBlanco_h2 {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 0.5em;
}

.titulo_h2 {
    margin-top: 40px;
    font-size: 48px;
    line-height: 1.4;
    color: var(--azule);
}

.card_ponentes {
    width:400px; 
    height: 350px;
    float: left;
   
}

.titulo_h2_cv {
    font-size: 48px;
    font-weight: 500;
    line-height: 4rem;
    color: var(--azule);
    border-bottom: solid 5px var(--naranja);
}

.red_square {
    color: var(--rojo);
    margin-right: 20px;
    font-size: 14px;
}

.red_square2 {
    color: var(--rojo);
    font-size: 14px;
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
}
.section-servicios{
    background-color: var(--naranja);
    padding:90px 0;
}


.btn-primary {
    background-color: var(--blue);
    border-radius: 5px;
    border-color: var(--blue);
    font-size: 13px;
    padding: 10px 20px;
}

.btn-primary:hover {
    background-color: var(--amarillo);
    border-radius: 5px;
    border-color: var(--amarillo);
}

.btn-primary2 {
    background-color: var(--blue);
    border-radius: 5px;
    border-color: var(--blue);
    font-size: 13px;
    padding: 10px 20px;
    color: #ffffff;
}

.btn-primary2:hover {
    background-color: var(--white);
    border-radius: 5px;
    border-color: var(--amarillo);
    color: var(--amarillo);
}

.btn-dark {
    border-radius: 5px;

    font-size: 20px;
    padding: 10px 20px;
}




.copy {
    font-size: 11px;
}

.copy:link {
    font-size: 11px;
    color: var(--blue);
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 300;
}



 .logo-mobil{
    display: none;
  }



.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.faq .faq-container {
  margin-top: 15px;
}

.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  margin: 0 30px 0 32px;
  transition: 0.3s;
  cursor: pointer;
  color: #001b4d;
}

.faq .faq-container .faq-item h3 span {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-icon {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 22px;
  line-height: 0;
  transition: 0.3s;
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}

.lista-beneficios{
    color: var(--dorado);
}



/*
Cards
*/

.card-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    height: 400px;
    max-height: 400px;
    display: flex;
    transition: transform .4s ease;
}

/* Zoom suave real */
.card-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 5s ease;
    z-index: 0;
}

.card-bg:hover::before {
    transform: scale(1.08);
}

/* Overlay oscuro elegante */
.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.60),
        rgba(0,0,0,0.80)
    );
    z-index: 1;
}

/* Contenido */
.card-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

/* Línea dorada minimalista */
.card-title {
    position: relative;
    padding-bottom: 14px;
}

.card-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, #c6a85b, #e5c97a);
}

/* Hover elevación */
.card-bg:hover {
    transform: translateY(-8px);
}






/* Responsivo */

@media (max-width: 600px) {
  
    .pleca1 {
        width: 100%;
        height: 50px;
        background-image: url("../assets/berge_eiger_moench_jungfrau.jpg");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    h1 {
        font-size: 40px;
        margin-bottom: 1.2em;
    }

  .logotipo {
    width: 100px;
  }

  .logo-mobil{
    display: block;
  }

    .titBlanco_h2 {
        color: #ffffff;
        font-size: 38px;
        margin-bottom: 0.5em;
        line-height: 2.2rem;
    }

    .titulo_h2 {
        font-size: 34px;
        line-height: normal;
        color: var(--azule);
        margin-bottom: 30px;
    }


    .slogan {
        display: none;
    }

    .pricing-card-title{
    font-size: 2rem;
}


.card_ponentes {
    width:320px; 
    height: 350px;
    float: left;
    border-bottom: dotted var(--naranja);
}

.titulo_h2_cv {
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    color: var(--azule);
    border-bottom: solid 5px var(--naranja);
}



}
