/*
    Created on : 11/08/2024
    Autor: Daniel Andres Prada Losada
*/
CHARSET UTF-8
*{
    margin: 0px;
    padding: 0px;
    font-family: teachers, gluten;
}

:root {
    --black: #000000;
    --white: #ffffff;
    --fuchsia: #ff00ff;
    --purple: #530053;
    --indigo: indigo; 
    font-size: 16px; /*tamaño base Estandar accesible equivale a 1rem*/
}

@media (max-width: 768px) {
  :root {
    font-size: 14px; /* Reducción para pantallas pequeñas */
  }
  
  h1 {
    font-size: 2rem; /* Ajuste proporcional */
  }
}

/*-------------FUENTES----------------------------------*/
@font-face {
    font-family: gluten;
    src: url(../fonts/Gluten/Gluten-VariableFont_slnt\,wght.ttf);
}
@font-face {
    font-family: teachers;
    src: url(../fonts/Teachers/Teachers-Italic-VariableFont_wght.ttf);
}

/*--------------BODY------------------------------------*/
body {
    background-color: var(--black);
    background-image: url(../images/Fondojesa.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
    font-size: 1rem;
    line-height: 1.6; /*Espaciado óptimo para legibilidad*/
}

h1 {
    font-size: 2.488rem;
}

h2 {
    font-size: 2.074rem;
}

h3 {
  font-size: 1.728rem; /* ≈ 27.6px */
}

h4 {
  font-size: 1.44rem; /* ≈ 23px */
}

h5 {
  font-size: 1.2rem; /* ≈ 19.2px */
}

p, li, a {
  font-size: 1rem; /* 16px */
}

small, .text-small {
  font-size: 0.833rem; /* ≈ 13.3px */
}

body::after{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

/*-----------------------HEADER---------------------*/
.header {
    color: white;
    padding-top: 10p;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--fuchsia);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.logo-redes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 13%;
    filter: drop-shadow(0 0 15px var(--white))
            drop-shadow(0 0 5px var(--fuchsia));
}

/*---------------CUENTA------------*/
.cuenta {
    font-family: teachers;
    text-align: right;
}

.cuenta li {
    display: inline-block;
    margin-right: 20px;
}

.cuenta li a {
    background-color: var(--black);
    padding: 3px;
    text-decoration: none;
    border-radius: 2px;
    color: var(--white);
    font-size: 1em;
    border: 1px solid var(--fuchsia);
}

.cuenta li a:hover {
    background-color: var(--white);
    color: var(--black);
}

/*----------REDES SOCIALES-----------*/
.redes-sociales a {
    color: var(--fuchsia);
    margin: 10px;
    text-decoration: none;
    font-size: 1.2em;
}

.redes-sociales a:hover {
    color: var(--white);
}

/*---------------MENU--------------*/

.menu a:hover {
    background-color: var(--indigo);
}

.menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.menu ul li {
    position: relative;
    margin: 0 5px;
}

.menu ul li a {
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    font-family: gluten;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    font-size: 20px;
}

/*--------SUBMENU--------------*/

.submenu .submenu-items {
    display: none;
}

.submenu-items {
    display: none;
    position: absolute;
    top: 18px;
    left: 0;
    padding: 0;
    z-index: 1000;
}

.submenu:hover .submenu-items {
    display: block;
}

.submenu-items li {
    margin: 0;
}

.submenu-items li a {
    display: block;
    padding: 10px;
}

/*----------------------------------------------------------------------*/
/*-------------BANNER--------------*/
.banner {
    margin-top: -20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-top: 1px solid var(--indigo);
    border-bottom:  1px solid var(--indigo);
}

.slider {
    width: 100%;
    height: 400px;
    position: relative;
}

.slides {
    display: flex;
    width: 500%;
    animation: slide 25s infinite;
}

.slides img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slider:hover .slides {
    animation-play-state: paused;
}

@keyframes slide {
    0%    {margin-left: 0%;}
    15%   {margin-left: 0%;}
    20%   {margin-left: -100%;}
    35%   {margin-left: -100%;}
    40%   {margin-left: -200%;}
    55%   {margin-left: -200%;}
    60%   {margin-left: -300%;}
    75%   {margin-left: -300%;}
    80%   {margin-left: -400%;}
    100%  {margin-left: -400%;}
}

/*------------VIDEO PRESENTACIÓN----------*/
.video-presentacion {
    margin-bottom: 20px;
}

.video-presentacion h1{
    background-color: rgba(32, 0, 68, 0.4);
    border-bottom: 2px solid var(--white);
}

.video-presentacion .content_1 {
    width: 100%;
    border-bottom: 3px solid var(--indigo);
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--white);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), url(../images/produccion_musical.jpg);
    background-color: var(--white);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-presentacion div {
    background-color: rgba(0, 0, 0, 0.7);
    width: 50%;
    text-align: center;
}

.why-us li {
    list-style-type: none;
}

/*------------FOOTER--------------*/

.footer {
    background-color: #111;
    color: white;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15PX;
    position: relative;
    bottom: 0;
    width: 100%;
}

/*-------------WHATSAPP FLOTANTE-----------*/

.whatsapp-jesa {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: var(--fuchsia); /* Color negro estilo JESA Produce */
    color: #fff;
    font-size: 26px;
    padding: 16px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: all 0.3s ease;
}

.whatsapp-jesa:hover {
    background-color: #25D366; /* Verde oficial de WhatsApp al pasar el mouse */
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 0 12px #25D366;
    text-decoration: none;
}



/*----------QUIENES SOMOS----------------*/

.quienes-somos {
    max-width: 1000px;
    margin: auto;
    padding: 40px 20px;
}

.quienes-somos h1 {
    text-align: center;
    margin-bottom: 40px;
}

.bloque {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    margin-bottom: 30px;
    border-left: 6px solid var(--indigo);
    border-bottom: 2px solid var(--indigo);
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/*-----------SERVICIOS----------*/

.servicios {
    max-width: 1100px;
    margin: auto;
    padding: 40px 20px;
    text-align: center;
    display: block;
}

.grid-servicios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.servicio a {
    text-decoration: none;
    color: var(--white);
}
.servicio {
    background-color: var(--black);
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.servicio:hover {
    transform: scale(1.03);
}

.servicio img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.servicio h3 {
    margin: 15px 0;
}

.por_que {
    width: 90%;
    height: 500px;
    margin: 0 auto;
    padding-right: 15px;
    background-image: url(../images/edicion_musical.jpg);
    background-color: rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: right;
    display: flex;
    justify-content: right;
}

.por_que div {
    background-color: rgba(0, 0, 0, 0.5);
    width: 40%;
    
}

.por_que li {
    list-style-position: inside; /*Pega las viñetas al texto*/
}

/*--BEATMAKER-GRABACION-MEZCLA-MASTERIZACION--*/

.contenido-principal {
    color: white;
    padding: 40px 20px;
    text-align: center;
    min-height: 80vh;
    background-color: rgba(0, 0, 0, 0.6);
    width: 90%;
    margin: 0 auto;
}

.contenido-principal li {
    list-style-position: inside;
}
/*BEATMAKER*/
.beatmaker {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/servicios/Beatmaker.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    padding: 15px;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

/*------------------------------*/
.reproductor {
    background-color: rgba(45, 0, 99, 0.4);
    border-radius: 8px;
    border-bottom: 2px solid var(--purple);
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.controles {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-play {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.logo_audio {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.info {
    flex-grow: 1;
}

.nombre {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.barra-progreso {
    height: 5px;
    background: #ddd;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0;
}

.progreso {
    height: 100%;
    width: 0;
    background: var(--fuchsia);
    border-radius: 5px;
}

.tiempo {
    font-size: 12px;
    color: #666;
}

/*------------------------------*/
.controles-inferiores {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.volumen-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.icono-volumen {
    font-size: 14px;
}

.control-volumen {
    width: 80px;
    height: 5px;
    cursor: pointer;
}

/* Estilo para el control de volumen en navegadores WebKit */
.control-volumen::-webkit-slider-runnable-track {
    height: 5px;
    background: #ddd;
    border-radius: 5px;
}

.control-volumen::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #4CAF50;
    border-radius: 50%;
    margin-top: -5px;
}

/* Estilo para Firefox */
.control-volumen::-moz-range-track {
    height: 5px;
    background: #ddd;
    border-radius: 5px;
}

.control-volumen::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #4CAF50;
    border-radius: 50%;
    border: none;
}

/*GRABACIÓN*/
.grabacion {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/servicios/Grabacion.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 15px;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    height: 500px;
}

/*MEZCLA*/
.mezcla {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/servicios/Mezcla.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: right;
    padding: 15px;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    height: 500px;
}

/*MASTERIZACION*/

.masterizacion {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/servicios/Masterizacion.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    padding: 15px;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    height: 500px;
}

/*----------BLOG-----------*/

.blog {
    max-width: 800px;
    margin: auto;
    padding: 40px 20px;
}

.entrada-blog {
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 5px solid #111;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.entrada-blog h2 {
    margin-top: 0;
}

.entrada-blog .fecha {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.entrada-blog a {
    display: inline-block;
    margin-top: 10px;
    color: #111;
    font-weight: bold;
    text-decoration: underline;
}

/*---------FORMULARIOS----------------*/

.formulario {
    max-width: 400px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.formulario input, .formulario button {
    padding: 10px;
    font-size: 16px;
}

/*--------CONTACTO-------------*/

.contact-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    color: white;
}

.contact-container h2 {
    text-align: center;
    margin-bottom: 10px;
}

.contact-container form {
    display: flex;
    flex-direction: column;
}

.contact-container label {
    margin-top: 15px;
    font-weight: bold;
}

.contact-container input,
.contact-container textarea {
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
}

.contact-container input[type="submit"] {
    background-color: #1e90ff;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s;
}

.contact-container input[type="submit"]:hover {
    background-color: #0073e6;
}

.info-contacto {
    margin-top: 40px;
    text-align: center;
}

.info-contacto a {
    color: #1e90ff;
    text-decoration: none;
}

@media (max-width: 600px) {
    .contact-container {
        padding: 10px;
    }
}

textarea {
    padding: 10px;
    font-size: 16px;
    resize: vertical;
}
