@import url('https://fonts.googleapis.com/css2?family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    
}
a{
  text-decoration: none;
  color: #2F0732;
}
a:hover{
  color: white;
}

li{
  line-height: 2rem;
}

body {
  font-family: "Tomorrow", serif;
}

html {
  scroll-behavior: smooth;
}

h1 {
    padding-top: 10%;
    font-size: 1.8rem;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    text-align: center;
    font-weight: bold;
}
h2{
  color: white;
  padding: 10% 0 0% 5%;
  text-align: left;
}


/* CLASES EN GENERAL */

.aumentar:hover{
  transition: font-size 0.3s ease-in-out;
  cursor: pointer;
  font-size: 2rem;
}
.aumentar{
  transition: font-size 0.3s ease-in-out;
}
.subrayado{
  opacity: 0;
  transition: font-size 0.3s ease-in-out;
}
.contenedorNavPcAumentar:hover .subrayado{
  opacity: 1;
}

.contenedorBoton{
  display: flex;
  justify-content: center;
}

/*.boton{ 
  width: 90%;
  padding: 10px 20px 10px 20px;
  color: #2F0732;
  background-color: #470A4B;
  font-size: 24px;
  border-radius: 12px;
  margin-top: 10%;
  border-bottom: #222;
  border-top: #2F0732;
  border-left:  #2F0732;
  border-right: #2F0732;
} */



.boton2, .boton { 
  width: 90%;
  padding: 10px 20px 10px 20px;
  color: #2F0732;
  background-color: #AA40BA;
  border-radius: 12px;
  margin-top: 10%;
  border-bottom: #222;
  border-top: #2F0732;
  border-left:  #2F0732;
  border-right: #2F0732;
}

.boton:hover {
  background-color:  #AA40BA;
  color: #E0E0E0;
}

.boton2:hover{
  background-color:  #AA40BA;
  color: #E0E0E0;
}

.colorBlanco {
  color: #E0E0E0;
}

.colorMorado {
  background-color: rgb(47,7,50);
}

.colorSecundario {
  color: rgba(170, 64, 186, 1);
}


/* Elementos navbar */
#navBarPc{
  display: none;
}

#imagenLogo {
    width: 15%;
    margin: auto;
}

#navContenedor {
    display: block;
}

#botonHamburguesa {
    position: absolute;
    right: 0;
}


/* SECCION PORTADA */
#portadaPc{
  display: none;
}
.contenedorGif {
  width: 50%;
  margin: auto;
}

.contenedorGif img {
  width: 100%;
}

#portada {
    margin: 0;
}

#portada hr {
  height: 10px;
    border: none;
    background-color: #ffffff;
    animation-name: estirar;
    animation-duration: 3.5s;
    animation-iteration-count: 1;
}

#portada p {
  margin-top: 15%;
  text-align: center;
}


@keyframes estirar {
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}

.animado {
    opacity:0;
    transition: all 0.5s;
}

#colorFondoNegro {
    background-color:  rgb(47, 7, 50)!important;
}

.colorBlancoFuente {
    color: white!important;
}

#blanco {
    color: white!important;
}


/* SECCION CARROUSEL */

#carrousel h2 {
  padding: 0% 0 0% 5%;
  text-align: left;
}
.owl-dots{
  display: none;
}
.owl-nav{
  display: none;
}


/* SECCION PRESUPUESTO */

#tituloDos{
  margin-left: 6%;
}
.contenedorCard{
  /* margin: auto; */
  margin-top: 15px;
  color: #E0E0E0;
  padding: 5% 0;
  background-color:  #470A4B;
  /*border: 2px  solid rgba(170, 64, 186, 1);*/
  border-radius: 15px;

}
#contenedorCard{
  margin: auto;
}
.container h4{
  text-align: center;
}

.card-title{
  color: white;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

#presupuesto{
  color: white;
  margin: auto;
  flex: 1;
}

#presupuesto h3{
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}


/* contactos */

#contacto{
  margin-top: 10%;
  padding: 10% 0;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: #25171A;
  color: white;
}


/* footer */

footer {
  background-color: rgb(47,7,50);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  bottom: 0;
}

footer p {
  color: #ffffff;
}

.redes {
  margin-right: 50px;
}

.redes a {
  text-decoration: none;
  letter-spacing: 10px;
  color: #ffffff;
}

.redes i {
  font-size: 30px;
}

footer a:hover {
  color: rgba(170, 64, 186, 1);
}


/* seccion whatsapp */

#whatsapp{
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 100;
} 

#contenedorWhatsapp{
  width: 60%;
  margin: auto;
}

#contenedorWhatsapp img{
  width: 100%;
  margin: auto;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

/* seccion carousel */
#carrousel{
  padding-top: 0%;
}
.item img{
  border-radius: 24px;
}


/* Intentar */

#intentar{
  padding-top: 0%;
}



  /* intentar carrousel marcas */
  /* #marcas {
    padding-top: 5%;
    align-items: center;
    display: flex;
    justify-content: center;
    background: rgb(47,7,50);
 }
 #marcas p{
  color: white;
  font-size: 2rem;
 }
  @keyframes scroll {
    0% {
      transform: translateX(0);
   }
    100% {
      transform: translateX(calc(-250px * 3));
   }
 }
  .slider {
    background: rgb(47,7,50);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    overflow: hidden;
    position: relative;
    width: 90%;
    margin: auto;
 }
  .slider::before, .slider::after {
    content: "";
    height: 100px;
    position: absolute;
    width: 100%;
    z-index: 2;
 }
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
 }
  .slider::before {
    left: 0;
    top: 0;
 }
  .slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(200px * 14);
 }
  .slider .slide {
    width: 10%;
 }
    */
  
  
  @media only screen and (max-width: 768px) {
  footer {
      flex-direction: column;
      text-align: center;
    }
    footer p {
      margin-top: 12px;
    }
    .logo, .redes {
      margin: auto;
    }
    .redes a {
      margin: 0 5px;
    }

}


/* @keyframes moveGradient {
    0% {
      background-position: 0% 0%;
    }
    100% {
      background-position: 100% 100%;
    }
}  */


/* Para pc */

@media only screen and (min-width:700px) {
.boton{ 
  width: 20%;
  padding: 10px 20px 10px 20px;
  color: #2F0732;
  background-color: #470A4B;
  font-size: 24px;
  border-radius: 12px;
  margin-top: 10%;
  border-bottom: #222;
  border-top: #2F0732;
  border-left:  #2F0732;
  border-right: #2F0732;
}
/*.boton{ 
  width: 90%;
  padding: 10px 20px 10px 20px;
  color: #2F0732;
  background-color: #470A4B;
  font-size: 24px;
  border-radius: 12px;
  margin-top: 10%;
  border-bottom: #222;
  border-top: #2F0732;
  border-left:  #2F0732;
  border-right: #2F0732;
} */
  
  /* SECCION NAV BAR */
  
  #navBarMobile{
    display: none;
  }
  #navBarPc{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2% 5% 0 5%;
  }
  .contenedorImagenLogoPc{
    width: 10%;
    margin: auto;
    left: 0;
    margin-left: 0;
  }
  .contenedorImagenLogoPc img{
    width: 100%;
    margin: auto;
  }
  .contenedorNavPc{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .contenedorNavPc a{
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
  }
  


  /* SECCION PORTADA */
  #portada{
    display: none;
  }
  #portadaPc{
    display: block;
  }
  #contenedorPortada{
    padding: 0% 5% 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenedorGif{
    width: 20%;
    margin-bottom: 0;
  }
  .contenedorGif img{
    width: 100%;
    margin: auto;
  }
  #titulo{
    font-size: 5rem;
    text-align: left;
    padding-top: 3%;
  }
  .contenedorLinea{
    width: 30%;
    padding-left: 5%;
  }
  .contenedorLinea hr{
    height: 10px;
    border: none;
    background-color: #AA40BA;
    animation-name: estirar;
    animation-duration: 3.5s;
    animation-iteration-count: 1;
  }
  .contenedorFrase{
    padding-left: 5%;
    font-size: 1.2rem;
  }
  .contenedorBoton{
    padding-left: 5%;
    display: block;
  }
  .boton{
    margin-top: 0;
    padding: 20px 50px 20px 50px;
  }

  /* SECCION PRESUPUESTO */
  .tituloDos{
    margin-left: 0%;
  }

  #presupuestos{
    padding-bottom: 2%;
  }
  #contenedorCard{
    margin: 0% 2%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  #carrousel h2 {
    padding: 5% 0 0% 5%;
    text-align: left;
  }



  /* SECCION MARCAS */
  .slider .slide {
    width: 20%;
 }

 /* SECCION CARROUSEL */
 .owl-nav{
  display: block;
  font-size: 3rem;
  color: white;
}




 /* LOGO */
 .logo-container {
  position: relative;
  width: 150px; /* Ajusta según el tamaño que desees */
  /* overflow: hidden; */
  cursor: pointer;
}

/* Imagen del logo */
.logo-container img {
  width: 100%;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* Efecto al pasar el mouse */
.logo-container:hover img {
  transform: scale(1.2); /* Aumenta el tamaño */
}

/* Texto debajo */
.logo-container .logo-text {
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translateX(-50%) translateY(20%);
  font-size: 1rem;
  color: white;
  transition: opacity 0.3s ease-in-out;
}

/* Ocultar el texto al pasar el mouse */
.logo-container:hover .logo-text {
  opacity: 0;
}


#intentar{
  padding-top: 5%;
}
  
  



}





/* intentar */

#intentar{
  margin: 0;
  
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
  background: rgb(47,7,50);
}
.slider-container {
  overflow: hidden;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
}

.slider2 {
  display: flex;
  gap: 50px;
  animation: slide 400s linear infinite;
  white-space: nowrap;
}

.slide2 {
  font-size: 1.2rem;
  color: white;
  font-weight: bold;
}

/* Animación */
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}


/* intentar */