* {
  margin: 0;
  padding: 0;
}

:root {
  --color-primary: #cf0005;
  --color-secondary: #2b2c2e;
  --color-btn: #28a745;
  --dark-color: #000000;
  --light-gray: #eaeaea;
  --spacing-unit: 8px;
}

body {
  font-family: "Lato", sans-serif;
}

a:hover {
  color: #fff;
}

h4 {
  font-weight: 600 !important;
}

.red{
  color: var(--color-primary);
}

.orange{
  color: #e68900;
}

.green{
  color: var(--color-btn);
}

.zoom {
  transition: transform 0.2s;
}

.zoom:hover {
  transform: scale(1.1);
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.bg-pb__pages {
  background: url(../../assets/images/typ-bg.jpg) top
    no-repeat;
  background-size: cover;
  height:100vh;
  width: 100%;
}

.footer__item {
  color: var(--color-secondary);
}

.footer__item:hover {
  color: var(--color-primary);
}

/* Botton to scroll to top */

#upbutton {
  display: none;
  position: fixed;
  bottom: 160px;
  right: 30px;
  z-index: 1009;
  border: none;
  outline: none;
  background: url('../../assets/images/icon_up.png') no-repeat center;
  background-color: #ce0005;
  color: rgb(6, 5, 5);
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  width: 35px;
  height: 35px;}

#upbutton:hover {
  background-color: #28a745;
}

/* End Botton to scroll to top */

/** NAV fixed LOGO **/

.logo__probookie-nav {
  width: 140px;
  height: 80px;
}

/* Button */
.button {
  display: inline-block;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 35px;
  transition: 0.15s ease-in-out;
  text-decoration: none;
  color: #fff;
}

.btn__primary {
  background-color: var(--color-btn);
  text-transform: uppercase;
  font-weight: 600;
}

.btn__secondary {
  background-color: #fff;
  color: var(--color-primary);
  border: 1px solid var(--color-secondary);
  font-weight: 400;
  font-size: 16px;
}

.btn__secondary:hover {
  background-color: var(--light-gray);
  color: var(--color-primary);
}

.btn-block {
  background: #28a745 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  width: 100%;
  padding: 10px 0 !important;
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem auto;
  border: 0 !important;
  border-radius: 0.5rem;
  display: inline-block;
  cursor: pointer;
}

.btn-block-yellow {
  background: #FF9800!important;
  color: #111111 !important;
  text-transform: uppercase !important;
  width: 100%;
  padding: 10px 0 !important;
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem auto;
  border: 0 !important;
  border-radius: 0.5rem;
  display: inline-block;
  cursor: pointer;
}

.btn-block-yellow:hover {
  background: #e68900  !important;
  color: #111111 !important;
}

.btn-block:hover {
  background: #ce0005 !important;
  color: #ffffff !important;
}

/**FORM CHARLIE**/

/*model*/

.custom-card {
  max-width: 650px;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
}

.header-banner {
  background-color: #cf0005;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}

.form-title {
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: bold;
}

.pb-signup {
  background: #fff;
  max-width: 400px;
  min-width: 320px;
  margin: 0 5%;
  padding: 1rem 0;
}

.signup-title,
.signup-subtitle {
  font-size: 1.6rem;
  padding: 0.8rem 0;
  width: 100%;
}

.signup-subtitle span {
  font-size: 1.8rem;
}

.signup-container {
  margin: 0 auto;
  width: 100%;
}

.form-control {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 96%;
}

.signup-container .form-group label {
  margin-bottom: 0px !important;
}
.signup-container .form-row {
  margin-bottom: -0.5rem;
  margin-left: 0px;
  margin-right: 0px;
}
.signup-container .form-row .error {
  font-size: 0.8em;
  color: red;
}

.signup-container button.btn-primary {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #fff !important;
  background-color: #28a745;
  border-color: #28a745;
  width: 100%;
  margin: 0.8rem 0;
}

.signup-container button.btn-primary:hover {
  background-color: #cf0005;
}

.modal-body .signup-container button.btn-primary {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #fff !important;
  background-color: #28a745;
  border-color: #28a745;
  width: 100%;
  margin: 0.8rem 0;
}

.modal-body .signup-container button.btn-primary:hover {
  background-color: #cf0005;
}

.signup-container .form-group .form-control {
  height: auto !important;
  padding: 0.3rem;
  font-size: 1rem;
  line-height: 1.3;
  border-radius: 0.3rem;
}

.input-group #idPhone-error {
  display: block;
  width: 100%;
}

#idPhone-error {
  display: block;
  width: 100%;
}

.input-group-prepend {
  display: flex;
  margin: 10px 0;
}

.modal-body .g-recaptcha {
  margin-left: 0;
}

/**Header - Hero Section – The Hook & Instant Clarity**/

.hero__container-mobile {
  margin-top: 100px;
}

.hero__title {
  font-weight: 600;
  line-height: 31px;
  padding-top: 7px;
  text-shadow: rgb(255, 255, 255) 0 2px;
  font-size: 1.8rem;
}

.red {
  color: var(--color-primary);
}

/**SECTION INTRO**/

.intro__container {
  max-width: 1440px;
}

.intro__subtitle {
  margin: 2rem 0 0 0;
  border-left: 2px solid #cf0005;
  font-weight: 400;
  padding-left: 10px;
  font-size: small;
}

/**CARDS WHY PROBOOKIES**/

.bg-black {
  background-color: var(--dark-color) !important;
}

/**Advantages**/

.adv__items-content {
  background-color: var(--light-gray);
  padding: 25px 0;
}

/**Features**/
.features__container {
  background: url("../../assets/images/advantages_bg.png") no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
}

.features__container .features__title {
  font-weight: 600;
  text-shadow: rgb(39, 37, 37) 0 2px;
  margin: 15px 0;
}

.features__content {
  min-height: 650px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 20px;
  padding: 35px 2%;
}

/**Pricing Section**/

details {
  position: relative;
  cursor: pointer;
}

summary {
  list-style: none;
  outline: none;
  padding-bottom: 17px;
  margin-right: 15px;
}

/** Elimina marcadores específicos del navegador **/
summary::marker {
  display: none;
}

summary::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 37%;
  transform: translateY(-50%) rotate(-50deg);
  width: 10px;
  height: 10px;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
  margin-left: 5px;
}

details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
  top: 14%;
}

.prices__container {
  background: url("../../assets/images/prices_bg.png") no-repeat;
  background-position: center;
  padding: 5px 10px;
  margin: 80px 0;
}

.prices__content {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.title_pricing {
  border-bottom: 3px solid var(--light-gray);
  padding: 0 0 15px 00;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.prices__icon {
  width: 50px;
}

/**Form**/
.form__container-full {
  background: url("../../assets/images/bg-red.jpg") no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form__container {
  margin-left: auto;
  margin-right: auto;
}

.form__content {
  background-color: #fff;
  padding: 15px 5px;
  height: auto; /* Let height adjust dynamically */
}

.form__content-intern {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}

.form__content-items {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}

.form__container {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.form__header {
  margin-bottom: 20px;
}

.no-deposit {
  background-color: var(--color-primary);
  color: white;
  padding: 5px;
  font-weight: bold;
  border-radius: 3px;
}

.free-trial {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.free-trial span {
  color: var(--color-primary);
}

form input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

form button {
  background-color: var(--color-btn);
  color: white;
  border: none;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}

form button:hover {
  background-color: #45a049;
}

.p-title {
  border-bottom: 2px solid var(--light-gray);
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  padding-bottom: 15px;
}

/**FAQS**/
.faqs__container {
  background: url("../../assets/images/bg_red_logo.png") no-repeat;
  background-position: top;
  padding: 180px 0 10px 0;
}

.faqs__content--wrapper {
  border: 1px solid #ccc;
}

@media (min-width: 768px) {
  .bg-black {
    background-color: var(--dark-color);
  }
}

/*? Large devices (desktops, 992px and up)**/
@media (min-width: 992px) {
  .title__line {
    margin-left: 126px;
    margin-bottom: 50px;
  }

  .modal-body .g-recaptcha {
    margin-left: 14%;
  }

  /*Form*/

  .signup-container {
    margin: 0 auto;
    width: 82%;
  }

  .logo__probookie-nav {
    width: 220px;
    height: 80px;
  }

  /**Header**/
  .hero__container {
    margin-top: 88px;
    background: url("../../assets/images/banners_services_web.jpg") no-repeat
      center;
    height: 550px;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 115px;
  }

  .hero__content {
    height: 400px;
    max-width: 1350px;
  }

  .storytelling__item {
    margin: 100px 0;
  }

  .intro__subtitle {
    margin: 2rem 0 0 0;
    border-left: 2px solid #cf0005;
    font-weight: 400;
    padding-left: 10px;
    font-size: 1.5rem;
  }

  .features__container {
    margin: 100px 0;
  }

  /**Pricing Section**/
  .prices__container {
    background: url("../../assets/images/prices_bg.png") no-repeat;
    background-position: center;
    padding: 25px 150px;
    margin: 80px 0;
    height: 700px;
  }

  .prices__content {
    background-color: #fff;
    height: 437px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  /**Form**/
  .form__container-full {
    background: url("../../assets/images/bg-red.jpg") no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 0 300px; /* Add spacing below */
  }

  .form__content {
    max-height: 186vh;
    max-width: 98%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 2% 0 8% 0;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .form__content-part {
    padding: 30px 0;
    height: auto;
  }

  .form__content-intern {
    position: relative;
    top: auto;
    left: 6%;
    margin-top: calc(100% + 20px);
    transform: none;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    z-index: 10;
    width: 90%;
  }

  .form__content-items {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
  }

  .form__container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}

/*? XX-Large devices (desktops, 1440px and up)**/
@media (min-width: 1300px) {
  .form__content {
    max-height: 136vh;
    max-width: 80%;
  }

  .form__content-intern {
    left: 10%;
    width: 80%;
  }
}
