

----------------------------


.background-media {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width:100%;
  max-height:19vh;
  display:block;
  opacity: 100%;
}

  
  .negro {

      color:rgb(0, 0, 0);



}

:root
a {
  font-family:'Raleway', sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: white;
}

html, body {
  margin: 0 auto;
  scroll-behavior: smooth;
}
/*

TABLE OF CONTENTS

  0. Colores y fuentes
  1. General Styles
    1.1. Background Colors
    1.2. Fonts
    1.3. Boton Whatsapp
  2. Navigation
  3. Contacto
  4. Formulario
  6. Media Queries
    6.1. Media Query for Logos

*/


/* ############ 0. Colores ############

Naranjo general: 
Gris general: #2c2f30


Fuentes:

font-family: 'Space grotesk';
font-family: 'Raleway', sans-serif;

/* ############ 1. General Styles ############ */

/* ############ 1.1 Fonts ############ */
.blanco {
  color:#ffffff;
}
.naranjo {
  color:#e06522;
}
html, body {
    margin: 0 auto;
    scroll-behavior: smooth;
}

body {
  align-self: center;
}

.center {
  text-align: center;
}

.boton {
  font-size: 1rem;
  font-weight: 400;
  color: rgb(0, 0, 0);
  padding: 15px 30px;
  max-width: max-content;
  cursor: pointer;
  border-radius: 5px;
}

.boton.fondo-celeste:hover {
  background: #e06522;
  transition: all .5s;
}

.boton.fondo-naranjo:hover {
  background: #B7DBE3;
  transition: all .5s;
}

.header{
background-color: #8f8f8f;

}
.left {
  text-align: left;
}

span.anchor {
    display: block;
    position: relative;
    top: -85px;
    visibility: hidden;
}

.grid {
  display: grid;
}


.flex {
  display: flex}

.desktop {
  display: none;
}


.lista-servicios {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 2rem auto 0;
max-width: 1439px;
}

.servicio {
  text-align: left;
  margin: 20px 0 70px;
  max-width: max(250px, 30%);
}


/* ############ 1.1. Background Colors y fondos ############ */
/* ############ Fondo de página ############ */
body
{
background-image: url(/static/images/backgorund.jpg);
background-size: repeat; 
}
.background-color {

  z-index: -100;
}

.fondo-azul {
  background-color: #00000000;
  color: white;
    padding: 40px 20px;
}

.fondo-negro {
  background-color: #000000;
  color: white;
    padding: 40px 20px;
}

.fondo-celeste {
  background-color: #e06522;
}

.fondo-naranjo {
  background-color: #f79862;
  color: white;
}
:root
{
background-image: url(/static/images/backgorund.jpg);
background-size: repeat; 
}




/* ############ 1.2. Font Styles ############ */

:root {
  font-size: 18px;
}

.menu-item label p {
  font: 400 1rem 'Raleway', sans-serif;
  color: white;
  margin: 0;
}

a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: white;
}

.titulo {
  font-size: 0.9em;
  line-height: 2rem;
  font-family: 'Poppins', sans-serif;
}

h1, .fh1 {
   font: 600 1.75rem/1.9rem 'Poppins';
   margin: 0;
}

h2, .fh2 {
  font: 600 1.5rem/1.75rem 'Poppins', sans-serif;;
  margin: 0;
}

h3, .fh3 {
   font: 600 1.25rem/1.5rem 'Space Grotesk';
}

h4, .fh4 {
  font: 600 1.25rem/1.5rem 'Space Grotesk';
}

p, li, .fp {
  font: light 1.1rem/1.25rem 'Raleway', sans-serif;
  margin: 0;
}


.antetitulo {
  font-size: 0.95rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  text-align: center;
  margin-top: 40px;
  letter-spacing: 3px;
  margin-bottom: .4rem;
}

.celeste {
  color: #e06522;
  font-family: 'Raleway', sans-serif;
  font-size: 100%;
  line-height: 105%;
  font-weight: 400;
}

.azul {
  color: #e06522;
}

.bold{
  font-size: 140%;
  font-weight: 400;
  font-family: 'ats-script', serif;
}


/* ############ 1.3. Boton Whatsapp ############ */

.container {
  position: relative;
}

.button-wrapper {
  position: absolute;
  right: 70px;
  z-index: 99;
}

.button {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  width: 4rem;
  padding: 0.5rem 10px 0.5rem 1rem;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background-color: #25d366;
}

.boton-wapp:hover {
  filter: invert(1) invert(17%) sepia(95%) saturate(2411%) hue-rotate(181deg) brightness(85%) contrast(93%);
  transition: all .2s;
}

/* ############ 1.4. Efectos fade ############ */
.fade div, .fade li, .fade tr  {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.fade div.in-view, .fade li.in-view, .fade tr.in-view  {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.fadeup {
  visibility: hidden;
  opacity: 0;
  position: relative;
  top: 30px;
  transition: opacity 1s, top 1s, visibility 1s;
  /* transition: all 1s; */
  }

.fadeup.in-view {
  top: 0px;
  transform: none;
  visibility: visible;
  opacity: 1;
}
.picolo{
  font: 600 1.8rem/1.9rem 'Poppins', sans-serif;
  margin: 0;


}
.fadelay {
  opacity: 0;
  transition: opacity 1s, visibility 1s;
  transition-delay: .2s;
}

.fadelay.in-view {
  opacity: 1;
}

.fadeleft {
  visibility: hidden;
  opacity: 0;
  position: relative;
  left: -100px;
  transition: left 1s, opacity 1s, visibility 1s;
}


.fadeleft.in-view {
  left: 0px;
  transform: none;
  visibility: visible;
  opacity: 1;
}




/* ############ 2. Navigation ############ */
.logo {
  max-width: 180px;
  padding: 10px;
  height: auto;
 }

.navWrap {
  position: sticky;
  top: 0;
  z-index: 99;
  /* height: 50px; */
  width: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}

input#navToggle {
  display: none;
}

input#navToggle ~ label {
  position: relative;
  padding: 0.25rem;
  width: 2rem;
  height: 1.25rem;
  height: 2rem;
  right: 20px;
}

input#navToggle ~ label > span,
input#navToggle ~ label > span::before,
input#navToggle ~ label > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  height: 0.125rem;
  width: 1.75rem;
  opacity: 1;
  background: #fd7600;
  transition: 0.14s ease-in-out;
}

input#navToggle ~ label > span::before {
  top: -0.5rem;
}

input#navToggle ~ label > span::after {
  top: 0.5rem;
}

#navToggle:checked ~ label > span {
  width: 0;
  background: rgba(18, 18, 18, 0);
}

#navToggle:checked ~ label > span::before {
  transform: rotateZ(45deg);
  top: 0;
}

#navToggle:checked ~ label > span::after {
  transform: rotateZ(-45deg);
  top: 0;
}

#navToggle:checked ~ nav {
  left: 0;
}

nav {
  position: absolute;
  z-index: -1;
  top: 39px;
  left: -110%;
  width: 100%;
  transition: 0.22s ease-in-out;
}

nav::after {
  content: "";
  position: absolute;
  top: 21px;
  z-index: -1;
  height: 100vh;
  width: 100%;
  background-color: #000000;
  background-size: cover;
  margin: 0;
  padding: 0;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav .menu-item ul li a {
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  color: #fff;
  transition: 0.14s ease-in-out;
  font-weight: 300;
  margin-left: 30px;
  max-width: 80%;
}

nav ul li a:hover {
  color: #FF6F31;
  background: #e0e5eb;
}

nav ul li .btn {
margin-top: 20px;
  }

  nav hr {
  color: #9ADDEC;
  opacity: 0.25
  }

nav .btn {
  background: #fff;
  border-bottom: none;
  border-radius: 4px;
  box-shadow: inset 0 0 5px #white;
  color: #223054;
  width: 40%;
  padding: 0.25rem .6rem;
  letter-spacing: 1px;
  text-shadow: 0 0 1px rgb(19,177,231);
  text-align: center;
  display: flex;
  justify-content: center;
  margin: auto;
}

nav .btn:hover {
  background-color: #223054;
  box-shadow: inset 0 0 5px #e06522;
  color: #fff;
}

nav.desktop ul li:last-of-type a img {
  vertical-align: text-top;
}

/* ############ 2.1 Sistema Menu Desplegable Movil ############ */

.menu-item {
  cursor: pointer;
}

.menu-item label p {
  justify-content: space-between;

}
ul.last li a, .menu-item label p {
  display: flex;
  cursor: pointer;
  /* margin-left: 10px; */
  padding-left: 10px;
  font-size: 1.3rem;
  padding-bottom: 15px;
  align-items: center;
  border-bottom: 1px solid rgba(154, 221, 236, 0.25);
}


  .menu-item label p:after {
    color: #fd7600;
    /* float: right; */
    margin-right: 20px;
    content: "+";
    display: inline;
    font-size: 1.6rem;
    font-weight: 300;
  }

  .menu-item:first-of-type {
      margin-top: 40px;
  }
  .menu-item ul {
    font-size: 1.25rem;
    line-height: 1.9rem;
    max-height: 0px;
    list-style-type: none;
    overflow: hidden;
    padding: 0px;
    transition: max-height 0.2s ease-in;
    cursor: pointer;
    margin: 5px 0;
  }

  .menu-item.ultimo ul {
    margin-bottom: 0;
  }


  input[type=checkbox] {display:none}

  /* input[type=checkbox]:checked + .menu-item ul {
        max-height: 300px;
    } */

  #men1:checked + .menu-item ul, #men2:checked + .menu-item ul {
      max-height: 292px;
  }

   #men3:checked + .menu-item ul, #men4:checked + .menu-item ul {
      max-height: 130px;
  }
      #men5:checked + .menu-item ul {
      max-height: 210px;
  }

  ul.last li {
    margin: 0;
    margin-top: 10px;
  }

  ul.last li img {
    padding-right: 10px;
  }

  ul.last li:last-child, ul.last li:nth-child(2) {
    margin-top: 30px;
  }

  input[type=checkbox]:checked + .menu-item label p:after {
      content: "-";
  }





/* ############ 3. Contacto ############ */

.contacto {
  margin: 50px 0 0 0;
  /* padding: 1rem 20px 5rem; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: auto auto auto;
  justify-items: center;
  grid-gap: 30px;
}

.contacto > p {
grid-column: 1/-1;
margin: 0 auto;
}

.contacto .fh1 {
  color: white;
  text-align: center;
  margin-bottom: 30px;
  grid-column: 1/-1;
  max-width: max(600px, 70%);
}

.contacto div {
  color: white;
  justify-self: start;
}


.contacto div div {
  padding: 0;
  margin: 0 auto;
}

.contacto div div div {
  display: flex;
  justify-content: space-between;
}

.contacto div div img {
  max-width: 40px;
  max-height: 40px;
  margin: 0 10px;
  background: rgb(255, 255, 255, 0);
  border-radius: 50%;
  transition: background .5s;
}


.contacto div p {
  font-size: 1rem;
  margin: 20px 0;
}

.contacto div div p {
  margin-bottom: 0.5rem;
}
.contacto div p span.celeste a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ff9d00;
}

.contacto div p:nth-child(3) {
    margin-bottom: 5px;

}

.contacto .grid {
margin: 0 auto;
text-align: center;
}

/* ############ 4. Formulario ############ */

form {
  width: 100%;
  display: grid;
  justify-items: center;
  max-width: 600px;
  justify-self: center;
}

input:focus, textarea:focus{
  outline: none;
  border-bottom: 2px solid white;
}




input, textarea {
  /* display: block; */
  width: 90%;
  font-size: 1rem;
  background-color: inherit;
  padding-bottom: 10px;
  padding-top: 1.8rem;
  border: none;
  border-bottom: 1px solid #e06522;
  color: white;
  font-family: 'Inter', sans-serif;
}



/* form input:focus, form textarea:focus{
  border: none;
  border-color: black;
  outline: none;
  outline-style: dashed;
} */

::placeholder {
  color: #ffffff;
  font-size: 1rem;
  opacity: 0.7;
}

#submit {
  margin-top: 1.5rem;
  max-width: 60%;
  background: #ff8500;
  padding: 1rem;
  justify-self: center;
  transition: background .5s;
  border: none;
}

#submit:hover {
  background: #5f5f5f;
}


/* ############ 5. Footer ############ */

footer {
  padding: 30px;
  background-color: #000000;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  justify-content: center;
  color: white;
  grid-gap: 30px;
}

footer div:last-of-type a:last-of-type {
  align-self: end;
  display: flex;
  align-items: center;
}



footer div a:last-of-type img {
  margin-right: 5px;
}

footer div a {
  font-size: 0.8rem;
  padding:5px 0;
  line-height: 1rem;
  display: block;

}

footer div p {
margin-bottom: 7px;
font-weight: 500;
color: orange;
}

#logofooter {
  display: none;
}

.logofooter, div.logofooter {
  align-self: center;
margin: auto;
}

.copyright {
  background: #000000;
  text-align: center;
}

.copyright p {
  color: white;
  margin: 0 auto;
  font-size: 0.75rem;
  padding: 10px 0;
  border-top: 1px solid #ffffff;
  max-width: 80%;
  text-align: center;
  font-weight: 400;
}
a.2 {
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: white;
}

/* ############ 6. Media Queries ############ */

/* ############ 6.1. Media Queries for Logos ############ */

@media screen and (min-width: 420px) and (max-width: 549px) {



  footer a:last-of-type {
    /* align-self: center; */
    justify-self: inherit;
  }
  footer {
    grid-template-columns:repeat(2, minmax(100px, 1fr));
  }
  
}

@media screen and (min-width: 550px){

footer {
  grid-template-rows: auto;
}

  footer a {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: center;
    justify-self: center;
  }

  footer a:last-of-type {
    align-self: center;
  }

  #isofooter {
    max-width: 80px;
    max-height: 80px;
  }

}



/* ############ 6. Media Queries ############ */

/* ############ 6.1. Media Queries for Logos ############ */

@media screen and (min-width: 420px) and (max-width: 549px) {


  
footer a:last-of-type {
  /* align-self: center; */
  justify-self: inherit;
}

footer {
grid-template-columns:repeat(2, minmax(100px, 1fr));
}

}

@media screen and (min-width: 550px){

.picolo {
 margin-bottom: 20px;
  }


footer {
grid-template-rows: auto;
}

footer a {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: center;
  justify-self: left;
}

footer a:last-of-type {
  align-self: center;
}

#isofooter {
  max-width: 80px;
  max-height: 80px;
}

}


/* ############ 6.2. Media Queries for 700px ############ */


@media screen and (min-width: 700px) {
  .top-banner {
    background-size: auto; /* Permitir que la imagen se repita */
    background-repeat: repeat; /* Repetir la imagen para cubrir el fondo */
    height: 200px; /* Aumentar la altura para pantallas más grandes */
  }

  .promo-text {
    padding: 12px; /* Incrementar ligeramente el padding */
    font-size: 1.1em; /* Escalar el texto para mayor legibilidad */
  }

  .promo-text h2 {
    font-size: 1.6em; /* Ajustar el tamaño del título */
  }

  .promo-text h3 {
    font-size: 1.3em; /* Ajustar el subtítulo */
  }

  .btn-promo {
    font-size: 1.1em; /* Escalar el tamaño del botón */
    padding: 8px 14px; /* Ajustar el padding del botón */
  }


/* CONTACTO */

  .contacto {
    grid-template-columns: 1fr 1fr;
  }

  .contacto .grid {
    text-align: left;
    align-content: baseline;
  }

  .contacto div div {
    margin: 0;
  }

  .contacto div div img {
    margin-left: 0;
    margin-right: 10px;
  }

  #submit {
    justify-self: baseline;
  }

  form {
    justify-self: end;
  }
}

/* ############ 6.2. Media Queries for 850px ############ */
@media screen and (min-width: 850px) {
  .picolo
  {
    font: 600 2.6rem/2.4rem 'Poppins', sans-serif;
  }
.mobile {display: none}
.desktop {display: block;}

.logo {
max-width: 230px;
}
.fadeup {
top: 50px;
}

/* NAV */
.navWrap {
display: grid;
grid-template-columns: 100px minmax(auto, 1100px);
justify-content: center;
height: auto;
}

.navToggleLabel {
display: none;
}

.button-wrapper {
right: 70px;
}

.button {
padding-right: 20px;
}

.boton-wapp img {
width: 40px;
height: 40px;
}

nav {
position: initial;
}

nav ul {
display: flex;
justify-content: flex-end;
align-items: center;
}

nav ul li a {
border-bottom: none;
padding: 0 .625rem;
font-size: .8rem;
}



nav ul li a:hover {
background: transparent;
}

nav::after, nav ul li:last-of-type::before {
display: none;
padding: initial;
}

nav .btn {
width: auto;
background: #13b1e7;
color: #fff;
letter-spacing: normal;
text-shadow: none;
box-shadow: none;
}

nav.btn:hover {
box-shadow: inset 0 0 5px #e06522;
background-color: #223054;
}


/* STYLES FOR HOVER NAV */


nav ul li ul {
 background: #000000;
 position: absolute;
 display: none;
 text-align: left;
 padding: 0;
 width: max-content;
}

nav ul li ul li {
  display: block;
  padding: 10px 0;
}


nav ul li ul li:first-of-type {
padding-top: 35px;
}

nav ul li:hover > ul,
nav ul li ul:hover {
  display: block;
}


/* CONTACTO*/



input, textarea {
width: 100%;
}


.contacto {
grid-template-columns: 30px 1.5fr 1fr 30px;
}

.contacto form {
grid-column: 2/3;
}

.contacto .grid {
grid-column: 3/4;
/* margin: 0; */
}

}


/* ############ 6.2. Media Queries for 1024px ############ */
@media screen and (min-width: 1024px) {

:root {font-size: 20px}
.picolo
{
  font: 600 2.6rem/2.4rem 'Poppins', sans-serif;
}

p, .fp {
font-size: 1rem;
}

.titulo {
font-size: 3.5rem;
line-height: 3.5rem;
}


h1, .fh1 {
font-size: 2.4rem;
line-height: 2.7rem;
}

.contacto .grid {
margin: 0;
}

.contacto div div img {
max-width: 100px;
max-height: 100px;
margin-left: 0;
}

.contacto > div {
justify-self: center;
}

}

@media screen and (min-width: 1200px) {

footer img {
  max-width: none;
}

#isofooter {
  display: none;
}
#logofooter {
  display: block;
  width: 250px;
  margin-right: 50px;
  height: auto;
  max-width: 122PX;
}


.logofooter p{
text-align: center;
margin-top: 15px;
font-size: 0.9rem;
}
footer {
  grid-template-columns: repeat(auto-fit, minmax(100px, 250px));
}

.antetitulo {
  font-size: 0.85rem;
}
}

@media screen and (min-width: 1920px) {
:root {font-size: 25px}

p, .fp {
  font-size: 1.1rem;
}

.navWrap {
  grid-template-columns: 100px minmax(auto, 1500px);
}

.lista-servicios {
max-width: 2000px;
}

footer {
  grid-template-columns: repeat(auto-fit, minmax(100px, 350px));
}

}

/* Estilos generales */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #000; /* Fondo negro */
  color: #fff; /* Texto blanco */
  margin: 0;
  padding: 0;
}

#proceso-compra-beats {
  padding: 3px;
  margin-top: 25px;

}

h2 {
  color: #e06522; /* Color naranjo para el título principal */
  font-size: 1.5rem;
  margin-bottom: 20px;
}

/* Estilos para el acordeón */
.accordion-item {
  background-color: #111; /* Fondo ligeramente más claro para los ítems */
  border: 1px solid #444; /* Borde gris oscuro */
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-item summary {
  background-color: #000000; /* Fondo para el resumen */
  color: #e06522; /* Color naranjo para el texto del resumen */
  cursor: pointer;
  padding: 15px;
  font-size: 1rem;
  list-style: none;
}

.accordion-item[open] summary {
  background-color: #000000; /* Fondo más oscuro cuando está abierto */
}

.accordion-content {
  padding: 15px;
  background-color: #000; /* Fondo negro para el contenido */
  color: #fff; /* Texto blanco */
  font-size: 0.9rem;
  text-align: left;
}

.accordion-content a {
  color: #e06522; /* Color celeste para los enlaces */
  text-decoration: none;
}

.accordion-content a:hover {
  text-decoration: underline;
}

/* Media Queries para pantallas más grandes */
@media (min-width: 768px) {
  h2 {
      font-size: 2rem;
  }

  .accordion-item summary {
      font-size: 1.2rem;
      padding: 20px;
  }

  .accordion-content {
      font-size: 1rem;
      padding: 20px;
  }
}

