/* ==========================================================================
   ELENA ROSS
   DETALLES
========================================================================== */


/* ==========================================================================
   DETALLES
========================================================================== */

#detalles{

    position: relative;

    width: 100%;

    background-color: var(--color-principal);

}


/* ==========================================================================
   CONTENIDO
========================================================================== */

.detalles-contenido{

    width: 100%;
    max-width: var(--ancho-maximo-web);
    margin: 150px auto 0;
    padding-top: 100px;
    padding-bottom: 120px;
    text-align: center;

}


/* ==========================================================================
   ENCABEZADO
========================================================================== */




/* ==========================================================================
   TÍTULO
========================================================================== */

.detalles-encabezado h3{

    font-family: var(--fuente-romana);

    font-size: var(--size-titulos);

    letter-spacing: 0.1rem;

    font-weight: 400;

    line-height: 0.9;

    color: var(--color-texto-titulo-beige);

    text-transform: uppercase;

    margin: 0;

}


/* ==========================================================================
   SUBTÍTULO
========================================================================== */

.detalles-encabezado p{

    font-family: var(--fuente-script);

    font-size: var(--size-subtitulos);

    font-weight: 100;

    line-height: 0.65;
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 35px;

    color: var(--color-texto-titulo-beige);

    margin: 0;

    transform: translateY(-20px);

}


/* ==========================================================================
   LISTA
========================================================================== */

.detalles-lista{

    width: 100%;
    max-width: var(--ancho-maximo-estrecho);
    margin: 50px auto 0;
    padding-left: 35px;
    padding-right: 35px;

}


/* ==========================================================================
   BLOQUE
========================================================================== */


/* ==========================================================================
   NÚMERO
========================================================================== */

.detalle-numero{

    font-family: var(--fuente-textos);

    font-size: 1.8rem;

    font-weight: 600;

    line-height: 1;

    color: var(--color-texto-titulo-beige);

    margin: 35px auto 0;

}


/* ==========================================================================
   SUBTÍTULO
========================================================================== */

.detalle h5{

    font-family: var(--fuente-textos);

    font-size: var(--size-subtitulos-adicional);

    font-weight: 600;

    color: var(--color-texto-titulo-beige);

}


/* ==========================================================================
   TEXTO
========================================================================== */

.detalle-texto{

    font-family: var(--fuente-textos);

    font-size: var(--size-texto);

    font-weight: 300;

    line-height: 1.4;

    color: var(--color-texto-titulo-beige);

    margin: 8px auto 0;

}

/* ==========================================================================
   RESPONSIVE · MÓVIL
========================================================================== */

@media (max-width: 600px){

   #detalles{

      background-color: var(--color-terciario);
   
   }

}
