/*-- General Styles ---*/
:root {
  --sky: #d4d8ed;
  --celeste: #00aeff;
  --lightceleste: rgb(0, 174, 255, .20);
  --brown: #58220c;
  --sgray: #dedee3;
  --lightgray: #eff0f2;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}


/* ==========================================================================
Fonts
========================================================================== */

@font-face {
  font-family: "TimeoutSansRegular";
  src: url("../fonts/TimeoutSansRegular.eot");
  src: url("../fonts/TimeoutSansRegular.eot") format("embedded-opentype"),
    url("../fonts/TimeoutSansRegular.woff2") format("woff2"),
    url("../fonts/TimeoutSansRegular.woff") format("woff"),
    url("../fonts/TimeoutSansRegular.ttf") format("truetype"),
    url("../fonts/TimeoutSansRegular.svg#TimeoutSansRegular") format("svg");
}

@font-face {
  font-family: "ClarityCityRegular";
  src: url("../fonts/ClarityCityRegular.eot");
  src: url("../fonts/ClarityCityRegular.eot") format("embedded-opentype"),
    url("../fonts/ClarityCityRegular.woff2") format("woff2"),
    url("../fonts/ClarityCityRegular.woff") format("woff"),
    url("../fonts/ClarityCityRegular.ttf") format("truetype"),
    url("../fonts/ClarityCityRegular.svg#ClarityCityRegular") format("svg");
}

@font-face {
  font-family: "ClarityCityBlack";
  src: url("../fonts/ClarityCityBlack.eot");
  src: url("../fonts/ClarityCityBlack.eot") format("embedded-opentype"),
    url("../fonts/ClarityCityBlack.woff2") format("woff2"),
    url("../fonts/ClarityCityBlack.woff") format("woff"),
    url("../fonts/ClarityCityBlack.ttf") format("truetype"),
    url("../fonts/ClarityCityBlack.svg#ClarityCityBlack") format("svg");
}

@font-face {
  font-family: "ClarityCityMedium";
  src: url("../fonts/ClarityCityMedium.eot");
  src: url("../fonts/ClarityCityMedium.eot") format("embedded-opentype"),
    url("../fonts/ClarityCityMedium.woff2") format("woff2"),
    url("../fonts/ClarityCityMedium.woff") format("woff"),
    url("../fonts/ClarityCityMedium.ttf") format("truetype"),
    url("../fonts/ClarityCityMedium.svg#ClarityCityMedium") format("svg");
}

.regular {
  font-family: "ClarityCityRegular", sans-serif;
}

.medium {
  font-family: "ClarityCityMedium", sans-serif;
}

.black {
  font-family: "ClarityCityBlack", sans-serif;
}

.z-10 {
  z-index: 10;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

/* ==========================================================================
Author's custom styles
========================================================================== */
body {
  color: #000;
  font-family: "TimeoutSansRegular", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

body,
html {
  overflow-x: hidden;
}

/*====================== PLUS ======================*/
.scroll-web,
.modal-dialog-scrollable .modal-body {
  scrollbar-width: thin;
  scrollbar-color: var(--bg-lightgray) #fff;
}

.scroll-web::-webkit-scrollbar,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 12px;
}

.bg-cover {
  background-position: center;
  background-size: cover;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-4xl {
  border-radius: 2rem;
}

.lh-10 {
  line-height: 1.0;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.ls-n2 {
  letter-spacing: -2px;
}

.ls-n1 {
  letter-spacing: -1px;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.btn-scale {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}

.btn-scale:hover {
  transform: scale(.95);
}

.trans {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*====================== BACKGROUNDS - COLORS ======================*/

.text-white {
  color: white;
}

.bg-celeste {
  background-color: var(--celeste) !important;
}

.text-celeste {
  color: var(--celeste) !important;
}

.bg-lightceleste {
  background-color: var(--lightceleste) !important;
}

.text-lightceleste {
  color: var(--lightceleste) !important;
}

.bg-brown {
  background-color: var(--brown) !important;
}

.text-brown {
  color: var(--brown) !important;
}

/*====================== TEXT - FONT SIZE ======================*/
.text-vhuge {
  font-size: 65px !important;
}

.text-huge {
  font-size: 47px !important;
}

.text-vbig {
  font-size: 45px !important;
}

.text-big {
  font-size: 47px !important;
}

.text-xbig {
  font-size: 30px !important;
}

.text-medium {
  font-size: 25px !important;
}

.text-vmedium {
  font-size: 20px !important;
}

.text-normal {
  font-size: 15px !important;
}

.text-vnormal {
  font-size: 14px !important;
}

.text-small {
  font-size: 13px !important;
}

.text-tiny {
  font-size: 10px !important;
}

/*====================== BANNER ======================*/
.banner-home .bg-shadow {
  position: absolute;
  background-image: url(../img/banner-bg.png);
  background-position: center left;
  background-size: cover;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
}

/* .banner-home {
  background-image: url(../img/banner-xs.jpg);
} */

.banner-home .text-huge {
  font-size: 35px !important;
}

.banner-home .content-form {
  width: 400px;
}

.banner-home .br-title {
  border-radius: 0 40px 0 40px;
}

.banner-home .content-form::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/banner-bg-xs.png);
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}

/*====================== INPUTS ======================*/
.form-control,
.form-select {
  height: 100%;
  padding: .5rem 1rem;
  height: 45px;
  border-radius: 8px;
  border: 1px solid var(--bg-gray);
  color: rgb(48, 29, 25, .70);
  background-color: #fff !important;
}

.form-control,
.form-control:focus {
  color: rgb(48, 29, 25, .70);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 .25rem rgb(144, 164, 172, .25);
  border-color: #000;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.55);
}

select.form-select {
  background: url("data:image/svg+xml,<svg height='20px' width='20px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23ff5f0a' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>") no-repeat;
  background-color: white;
  background-position: calc(100% - 1.25rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 3rem;
}

/*====================== SECTION VIDEO ======================*/
.box-video {
  background-color: var(--lightceleste);
  color: var(--celeste);
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}

.box-video:hover {
  transform: scale(.98);
}

.box-video.active {
  background-color: var(--celeste);
  color: white;
}

.box-video.active img:first-child {
  display: none !important;
}

.box-video.active img:last-child {
  display: block !important;
}

.box-video.active::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid var(--celeste);
  border-bottom: 0 solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

#accordionVideo .img-destkop,
.video-thumbnail,
.box_video-thumbnail {
  box-shadow: 0px 19px 20px 10px rgb(218 218 218 / 85%);
}

.box_video-thumbnail {
  border: 10px solid #fff;
}

.video-thumbnail-btn {
  display: block;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  border: 3px solid var(--celeste);
  border-radius: 50%;
  background: white;
  color: var(--celeste);
  cursor: pointer;
  position: relative;
  /* Para que el hover solo afecte este botón */
  z-index: 2;
}

/* Ondas SOLO en hover */
.video-thumbnail-btn:hover::before,
.video-thumbnail-btn:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: var(--celeste);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.5;
  z-index: 1;
  animation: water-ripple 1.5s infinite;
}

/* Segunda onda con delay */
.video-thumbnail-btn:hover::after {
  animation-delay: 0.75s;
}

/* Animación de ondas */
@keyframes water-ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

/*====================== BTN FLOTANTE ======================*/
.box-redes-fixed {
  box-shadow: none;
  position: fixed;
  z-index: 999;
  transform: translateX(50%);
  right: 50%;
  width: 490px;
  bottom: 0;
}

.bg-wsp {
  background-color: #1bd741;
}

.wspp {
  font-size: 40px;
}

/* ==========================================================================
Mobile first
========================================================================== */
@media screen and (min-width: 768px) {

  /*====================== BTN FLOTANTE ======================*/
  .box-redes-fixed {
    right: 30px;
    width: 400px;
    bottom: 50px;
    transform: translateX(0);
  }

  .banner-home .content-form::before {
    content: none;
  }
}

@media screen and (min-width: 992px) {

  /*====================== TEXT - FONT SIZE ======================*/
  .text-vhuge {
    font-size: 120px !important;
  }

  .text-vbig {
    font-size: 65px !important;
  }

  .text-huge {
    font-size: 48px !important;
  }

  .text-big {
    font-size: 40px !important;
  }

  .text-xbig {
    font-size: 40px !important;
  }

  .text-medium {
    font-size: 30px !important;
  }

  .text-vmedium {
    font-size: 25px !important;
  }

  .text-normal {
    font-size: 20px !important;
  }

  .text-vnormal {
    font-size: 16px !important;
  }

  .text-small {
    font-size: 13px !important;
  }

  .text-tiny {
    font-size: 10px !important;
  }

  /*====================== BANNER ======================*/
  .banner-home .bg-shadow {
    width: 40%;
    height: 100%;
  }

  /* .banner-home {
    background-image: url(../img/banner.jpg);
  } */
  .banner-home .text-huge {
    font-size: 45px !important;
  }

  .box-video.active::after {
    top: 0;
    right: 0;
    transform: translate(100%, 40%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 22px solid var(--celeste);
    border-right: 0 solid transparent;
  }

}

@media screen and (min-width: 1400px) {

  .banner-home .text-huge {
    font-size: 60px !important;
  }
}