@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

*{
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
  --web-color: #FDDBBA;
  --background-color: #121212;
  --text-color: #ccc;
  --font-family: 'Inter',sans-serif;
}

body {
  background-color: var(--background-color);
  color: var(--text-color);
  overflow-x: hidden;
  font-family: var(--font-family);
}

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: transparent; 
}
::-webkit-scrollbar-thumb{
  background-color: #0005;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}


/*Clases genéricas*/
.hidden-input{
  display: none;
}
.invisible__input{
  background: none;
  border: none;
  outline: none;
  font-family: 'Inter',sans-serif;
}
.margin-right{
  margin-right: 6px;
}
.margin-left{
  margin-left: 6px;
}
.href{
  outline: none;
  text-decoration: none;
  color: var(--text-color);
}
.responsive-menu{
  display: none;
}
#we_play_in {
  scroll-margin-top: 80px;
}

/* Cabecera general */
.header{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  padding: 20px 0;
  transition: all 0.4s ease;
}
.header.scrolled{
  padding: 0 0;
  background: #190D01;
}
.header-content{
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.header-logo{
  width: 120px;
  height: 70px;
}
.header-logo__src{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.header-content__options{
  display: flex;
}
.header-content__options li{
  list-style: none;
  padding: 0 20px;
  box-sizing: border-box;
}
.header-content__options a{
  color: #FEF2E6;
}
.responsive-options{
  display: none;
}
/* Redes sociales y correo */
.social{
  margin: auto;
  width: 85%;
  display: flex;
  position: fixed;
  bottom: 10px;
  margin-right: 7.5%;
  margin-left: 7.5%;
}
.social-content{
  display: flex;
  background: #190D01;
  border-radius: 15px;
  margin: auto;
  margin-right: 0;
  align-items: center;
  z-index: 8;
}
.social-content li{
  list-style: none;
  padding: 10px 20px;
}
.social-content a{
  color: var(--web-color);
}


/* Inicio */
.main{
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  top: 150px;
}
.main-content{
  width: 100%;
}
.dog-house{
  width: 100%;
  height: 77vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-main{
  padding-bottom: 50px;
  width: 400px;
  margin: auto;
  display: flex;
}
.image-main__src{
  width: 100%;
  z-index: 1;
  cursor: pointer;
  transition: 1s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://i.gifer.com/XZ5V.gif);
  animation: scaleLoop 4s ease-in-out infinite;
}

@keyframes scaleLoop {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.05);
  }
}

/* Sobre nosotros */
.about-us{
  width: 100%;
  margin-bottom: 20vh;
  display: flex;
}
.about-us__content{
  width: 85%;
  margin: auto;
  color: #fff;
}
.au-head__title{
  font-size: 1.7em;
  padding-bottom: 15px;
}
.au-body{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.au-body__card{
  width: 24%;
  height: 300px;
  border-radius: 15px;
  background: #ccc4;
  padding: 20px 20px;
  box-sizing: border-box;
  position: relative;
}
.au-body__card h2{
  font-weight: 500;
  font-size: 22px;
  padding-bottom: 18px;
}
.au-body__card p{
  font-weight: 400;
  color: #fff9;
}
.au-body__card img{
  position: absolute;
  right: 15px;
  bottom: 15px;
}

/* Jugamos En... */
.we-play-in{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #121212;
  padding-bottom: 100px;
}
.wpi-head__content{
  width: 85%;
  margin: auto;
  color: #fff;
}
.wpi-head__content h1{
  font-size: 1.7em;
  padding-bottom: 15px;
}
.wpi-head__content p{
  font-size: 19px;
  padding-top: 10px;
  color: #ccc;
}

  
.wpi-border{
  width: 75%;
  margin: auto;
  margin-top: 40px;
}
.wpi-border__center{
  position: relative;
  width: 100%;
}
.wpi-border__center-background{
  width: 100%;
  height: 130vh;
  position: absolute;
  z-index: -1;
  background-image:
    radial-gradient(circle,rgba(18, 18, 18, 0.37) 16%, rgba(18, 18, 18, 1) 55%, rgba(18, 18, 18, 1) 100%),
    url("https://img.freepik.com/vector-gratis/patrones-fisuras-elementos-cine_225004-1155.jpg?semt=ais_hybrid&w=740&q=80");
  background-position: center;
  background-repeat: repeat;
}
.wpi-border__background-src{
  width: 100%;
  height: 110vh;
  object-fit: scale-down;
  position: absolute;
  bottom: 0;
}
.wpi-border__center-half{
  width: 49.5%;
  height: 130vh;
  border-left: 4px solid var(--web-color);
}
.wpi-border__content{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wpi-border__line{
  width: 34%;
  height: 50px;
}
.wpi-border__line.left{
  border-radius: 0px 0 0px 0;
  border-left: 4px solid var(--web-color);
  border-top: 4px solid var(--web-color);
}
.wpi-border__line.center{
  border-top: 4px solid var(--web-color);
}
.wpi-border__line-center__half{
  width: 48.5%;
  height: 100%;
  border-right: 4px solid var(--web-color);
}
.wpi-border__line.right{
  border-radius: 0 50px 0 0;
  border-right: 4px solid var(--web-color);
  border-top: 4px solid var(--web-color);
}



.wpi-body{
  width: 85%;
  padding: 10px 0;
  box-sizing: border-box;
  justify-content: space-between;
  display: flex;
  margin: auto;
}
.wpi-card{
  width: 32%;
  border-radius: 15px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  color: #fff;
}
.wpi-card__content{
  width: 85%;
  padding: 20px 0;
  margin: auto;
}
.wpi-card__service{
  display: flex;
  font-size: 20px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 12px 12px;
  border-radius: 10px;
  background: #ccc4;
  color: #FEF2E6;
}
.wpi-card__service.center{
  justify-content: center;
}
.wpi-card__service.right{
  justify-content: right;
}
.wpi-card__sevices-list{
  padding-top: 50px;
}
.wpi-card__sevices-list i{
  margin-right: 10px;
  color: var(--web-color);
}
.wpi-card__sevices-list.right{
  justify-content: right;
  text-align: right;
}
.wpi-card__sevices-list.center{
  justify-content: center;
  text-align: center;
}
.wpi-card__sevices-list li{
  list-style: none;
  padding: 10px 0;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
  color: #E7E5E4;
  transition: .3s;
}
.wpi-card__sevices-list li:hover{
  color: #FDDBBA;
}
/* Slider */
.wpi-slider{
  width: 85%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 50px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  position: relative;
  align-items: center;
  padding: 15px 0;
  position: relative;
}
.wpi-slider__buttons{
  width: 100%;
  height: 160px;
  justify-content: space-between;
  display: flex;
  position: absolute;
  z-index: 4;
}
.wpi-slider__buttons .btn{
  width: 50px;
  height: 100%;
  background: #121212;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}
.wpi-slider__buttons .btn.btn-left{
  background: linear-gradient(90deg, rgba(18, 18, 18, 1) 8%, rgba(18, 18, 18, 0) 100%);
}
.wpi-slider__buttons .btn.btn-right{
  background: linear-gradient(270deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 0) 100%);
}
.wpi-slider__buttons .btn i{
  color: #fff;
  font-size: 25px;
}
.wpi-slider .wpi-slider__track {
  display: flex;
  gap: 10px;
  transition: transform .4s ease;
}
.wpi-slider__card{
  position: relative;
  height: 150px;
  border-radius: 15px;
  flex: 0 0 auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  cursor: pointer;
  transition: .5s;
}
.wpi-slider__card:hover{
  transform: scale(1.08);
}
.wpi-slider__card-img{
  height: 100%;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.numeration{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #121212;
  background: linear-gradient(33deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 0) 65%, rgba(18, 18, 18, 0) 100%);
}
.numeration span{
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #E2E8F0;
  font-weight: 600;
  font-size: 55px;
  text-shadow: 0px 3px 0px #b2a98f,0px 14px 10px rgba(0,0,0,0.15),0px 24px 2px rgba(0,0,0,0.1),0px 34px 30px rgba(0,0,0,0.1);
}


/* Formulario de contancto */
.throw-the-ball{
  width: 85%;
  height: 100vh;
  margin: auto;
  border-top: 1px solid #fff4;
}
.tht-content{
  width: 100%;
}
.tht-content__body{
  padding: 50px 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
}
.tht-body__image{
  width: 50%;
  position: relative;
}
.tht-body__shadows{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: radial-gradient(circle,rgba(18, 18, 18, 0.37) 16%, rgba(18, 18, 18, 1) 55%, rgba(18, 18, 18, 1) 100%),
    url("https://img.freepik.com/premium-vector/cell-phone-vector-art-design-repeating-pattern-colorful-illustration-background_90697-1723.jpg");
}
.tht-body__image img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.tht-body__msn{
  width: 50%;
  display: flex;
  justify-content: right;
}

.tht-body__msn-form{
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 20px 20px;
  box-sizing: border-box;
}
.tht-body__msn-form h2{
  color: #FAFAFA;
  font-size: 27px;
  padding-bottom: 25px;
}
.tht-body__msn-form h2 i{
  margin-right: 6px;
}
.tht-body__msn-form .input{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px 0;
  padding: 0 25px;
  box-sizing: border-box;
  background: #ccc4;
  border-radius: 15px;
  transition: .4s;
}
.tht-body__msn-form .input:focus-within{
  border-bottom: 1px solid var(--web-color);
}
.tht-body__msn-form .input:focus-within i{
  color: var(--web-color);
}
.tht-body__msn-form .input:focus-within input::placeholder,
.tht-body__msn-form .input:focus-within textarea::placeholder{
  color: #fff9;
}
.tht-body__msn-form input[type=submit]{
  display: none;
}
.tht-body__msn-form input,
.tht-body__msn-form textarea{
  background: none;
  outline: none;
  border: none;
  font-family: var(--font-family);
  font-size: 15px;
  padding: 20px 0;
  color: #E7E5E4;
  width: 100%;
}
.tht-body__msn-form input::placeholder,
.tht-body__msn-form textarea::placeholder{
  color: #fff8;
}

.tht-body__msn-form textarea{
  height: 100px;
}
.tht-body__msn-form i{
  margin: auto 0;
  color: #ccc;
}
.tht-body__msn-form .input-submit{
  width: 100%;
  padding-top: 25px;
}
.tht-body__msn-form label{
  width: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  color: #FEF2E6;
  background: #190D01;
  border-radius: 15px;
  border: 2px solid var(--web-color);
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: .4s;
}
.tht-body__msn-form label:hover{
  background: var(--web-color);
  color: #190D01;
}
.tht-body__msn-form label:hover i{
  color: #190D01;
}
.tht-body__msn-form label i{
  margin-right: 6px;
  transition: .4s;
}

/* Pie de página  */
footer{
  width: 100%;
  margin-top: 150px;
  display: flex;
  justify-content: center;
  background: #ccc2;
}
.footer-text{
  width: 85%;
  font-size: 15px;
  padding: 20px;
}