body {
  font-family: "Kumbh Sans", sans-serif;
  background: #ffffff;
  color: #333;
  width: 100%;
  margin: 0 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extrabold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.bg-primary {
  background: #5bb9ec !important;
}

.bg-secondary {
  background: #eff6fb !important;
}

.text-primary {
  color: #eff6fb !important;
}

.text-secondary {
  color: #f58a07 !important;
}

.text-gray {
  color: #808080;
}

.btn-custom {
  background-color: #5bb9ec;
  border: 1px solid #5bb9ec;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(256, 256, 256, 0.25);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(256, 256, 256, 0.25);
  box-shadow: inset 0px 1px 0px 0px rgba(256, 256, 256, 0.25);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.btn-custom:hover {
  background-color: #f09000;
  border: 1px solid #f09000;
  color: #fff;
}

.form-check-label {
  font-size: 1.5em;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.form-control::placeholder {
  color: #535353;
}

.form-control::placeholder {
  color: #535353;
}

.form-control,
.custom-select {
}

input:valid {
  color: #00a19e;
}

input:invalid {
  color: red;
}

select:valid {
  color: #00a19e;
}

a.termin {
  color: #333;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 960px !important;
  }
}

@media screen and (min-width: 960px) {
  .btn-custom {
    font-size: 1.25rem;
  }
}

/* ---------------- HEADER  ----------------- */

header #logo {
  max-width: 150px;
}

header p,
#lamantin {
  font-size: 1rem;
  line-height: 1.15;
}

@media screen and (min-width: 576px) {
  header #logo {
    max-width: 150px;
  }
  header p,
  #lamantin {
    font-size: 1.5rem;
    line-height: 1.15;
  }
}

@media screen and (min-width: 768px) {
  header p,
  #lamantin {
    font-size: 2rem;
    line-height: 1.15;
  }
}

@media screen and (min-width: 960px) {
  header p,
  #lamantin {
    font-size: 2.5rem;
  }
  header #logo {
    max-width: 175px;
  }
}

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

/* ---------------- SECTION CONTENIDO ---------------- */

.h1 {
  font-size: 2rem !important; /* 28px */
}

.h2 {
  font-size: 1.25rem !important; /* 24px */
}

.h3 {
  font-size: 1.25rem !important; /* 20px */
}

.h4 {
  font-size: 1.15rem !important; /* 18px */
  line-height: 1.4;
}

.display-2 {
  font-size: 3.5rem;
}

.box {
  height: auto;
  width: 90px;
}

.box-numero {
  font-size: 2rem !important; /* 32px */
  line-height: 1;
}

.box-tittle {
  font-size: 1rem !important; /* 16px */
  line-height: 1;
}

.box-subtittle {
  font-size: 0.85rem !important;
}

section#contenido {
  background: #f9f9f9;

  background: url("./beve-acqua.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 576px) {
  section#contenido {
    background: url("./beve-acqua.jpg") no-repeat center center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  section#contenido {
    background: url("./beve-acqua.jpg") no-repeat center center;
    background-size: cover;
  }
  .display-2 {
    font-size: 5.5rem;
  }
}

@media screen and (min-width: 960px) {
  .h1 {
    font-size: 3rem !important; /* 36px */
  }

  .h2 {
    font-size: 2rem !important; /* 24px */
  }

  .h3 {
    font-size: 1.5rem !important; /* 20px */
  }

  .h4 {
    font-size: 1.25rem !important; /* 20px */
    line-height: 1.4;
  }

  .box {
    height: auto;
    width: 130px;
  }

  .box-numero {
    font-size: 3.125rem !important; /* 50px */
    line-height: 1;
  }

  .box-tittle {
    font-size: 1.625rem !important; /* 26px */
    line-height: 1;
  }

  .box-subtittle {
    font-size: 1.125rem !important;
  }

  section#contenido {
    min-height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .box {
    height: 120px;
    width: 130px;
  }
}

/* ---------------- TIMER ------------------ */

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  border: 2px solid white;
}

.countdown .day,
.countdown .hour,
.countdown .min,
.countdown .sec {
  padding: 10px;
  text-align: center;
}

.countdown .day .num,
.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num {
  display: block;
  font-size: 1.75rem; /* 24px */
}

.countdown .day .word,
.countdown .hour .word,
.countdown .min .word,
.countdown .sec .word {
  display: block;
  font-size: 0.85rem; /* 16px */
}

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

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

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

/* ---------------- SECTION CARACTERÍSTICAS ---------------- */

section#caracteristicas {
  background: #ffffff;
}

.box-regalo {
  width: 100%;
  background: #ffffff;
}

@media screen and (min-width: 576px) {
  .box-regalo {
    height: 360px;
  }
}

@media screen and (min-width: 1200px) {
  .box-regalo {
    width: 245px;
  }
}

/* --------------- SECTION COMENTARIOS ----------------*/

section#comentarios {
  background: #f9f9f9;
}

.cliente {
  width: 55px;
  border-radius: 40px;
}

@media screen and (min-width: 960px) {
  .testimonio-text {
    height: 310px;
  }
}

/* -------------- FORMULARIO ------------- */

.box-formulario {
  width: 200px;
  height: 230px;
}

input[type="radio"] {
  padding: 0;
  position: absolute;
}

.modal-dialog {
  max-width: 800px !important;
}

/* code start from here for the modal */
.cutome-modal-one {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.c-modal-one-active {
  display: block;
}

.cutome-modal-one-2 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.c-modal-one-active-2 {
  display: block;
}

.cutome-modal-two {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-modal-two-active {
  display: block;
}

.cutome-modal-two-2 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-modal-two-active-2 {
  display: block;
}

.cutome-modal-three {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-modal-three-active {
  display: block;
}

.cutome-modal-three-2 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-modal-three-active-2 {
  display: block;
}

.cutome-modal-four {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-modal-four-active {
  display: block;
}

.cutome-modal-four-2 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-modal-four-active-2 {
  display: block;
}

.cutome-modal-five {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-modal-five-active {
  display: block;
}

.cutome-modal-five-2 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-modal-five-active-2 {
  display: block;
}

.cutome-modal-six {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-modal-six-active {
  display: block;
}

.cutome-modal-six-2 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.c-modal-six-active-2 {
  display: block;
}

.c-modal-wrap {
  min-width: 750px;
  max-width: 750px;
  display: block;
  justify-content: center;
  align-items: center;
  background: rgb(210, 233, 255);
  padding: 20px 10px;
  position: relative;
  border: 2px solid rgb(0, 0, 0);
}

.modal-col {
  flex: 0;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
}

.modal-col:hover {
  background: rgba(0, 0, 0, 0.1);
}
.modal-col img {
  min-height: 350px;
  min-width: 350px;
}
.modal-col a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #5bb9ec;
  border: 1px solid #5bb9ec;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;

}
.modal-col a:hover {
  background-color: #f09000;
}
/* responsive modal custom code  */
@media (max-width: 780px) {
  .c-modal-wrap {
    min-width: 550px;
    max-width: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(206, 206, 250);
    padding: 20px 10px;
    position: relative;
  }
  .modal-col img {
    min-height: 350px;
    min-width: 350px;
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 550px) {
  .c-modal-wrap {
    min-width: 400px;
    display: block;
    justify-content: center;
    align-items: center;
    background: rgb(246, 246, 255);

    padding: 20px 10px;
    position: relative;
    flex-wrap: wrap;
  }
  .modal-col img {
    min-height: 350px;
    min-width: 350px;
    max-width: 350px;
    max-height: 350px;
  }
  .modal-col a {
    display: inline-block;
    margin-top: 20px;
    padding: 1px 10px;
    background-color: #5bb9ec;
    border: 1px solid #5bb9ec;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
  }
}
/* this code is for close button */
.close-image {
  position: absolute;
  right: 22px;
  top: 8px;
  width: 20px;
  height: 20px;
  opacity: 0.7;
}


.close-image-2 {
  position: absolute;
  right: 22px;
  top: 8px;
  width: 20px;
  height: 20px;
  opacity: 0.7;
}
/* form code */
.form-check-label {
  font-size: 16px;
}
.check-box .box-check {
  margin-left: 20px;
  width: 100%;
  margin-top: 10px;
}
.tab {
  display: none;
}
#prevBtn {
  background: rgb(80, 79, 79) !important;
  padding: 10px 20px !important;
}
#prevBtn > i {
  display: inline-block;
  margin-left: 0px;
}
label {
  font-weight: bold;
  font-size: 18px;
}

/* modal form */
.modal-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  padding: 50px 10px;
  background: lightblue;
}

.close-image-form {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-form {
  display: none;
}
.open-modal-form {
  display: block;
}
/*end here for the modal */

.form-check-inline .form-check-input {
    margin-right: .3125rem;
    margin-left: .3125rem;
}

.overlay {
      position: fixed; /* Positioning and size */
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(128,128,128,0.5); /* color */
      display: none; /* making it hidden by default */
}


.form-check.form-check-inline input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.form-check.form-check-inline label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    margin: 0 5px;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}

.form-check.form-check-inline input[type="radio"]:checked + label {
    background-color:#5BB9EC;
    border-color: #f09000;
}

.form-check.form-check-inline input[type="radio"]:focus + label {
    border: 2px solid #f09000;
}

.form-check.form-check-inline label:hover {
  background-color: lightblue;
}
