/*--------------------------------------------------------------
# ARASA
--------------------------------------------------------------*/
#patterm {
  background: url(../img/arasa/bg01.png) repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: 100vh;
  background-position: center center;
  position: fixed;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Inter", sans-serif;
  color: #444444;
  background-color: #fdf2e8;
  width: auto;

  background: url(../img/arasa/bg01.png) repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: auto;
  background-position: center center;
}
main {
  position: relative;
}

a {
  color: #ea8215;
}

a:hover {
  color: #c36e13;
  text-decoration: none;
}

h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;

  /* NEGRO */
  color: #141414;
}
h2 {
  font-family: "Antonio";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 26px;
  margin: 32px 0;
  /* identical to box height */
  text-transform: uppercase;

  /* NEGRO */
  color: #141414;
}
h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;

  /* NEGRO */
  color: #141414;
}
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}
section {
  padding: 0;
}
.container-section {
  width: 1400px !important;
  padding: 0 40px !important;
}
#base .container-section {
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 16px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 14px;
  }
  .container-section {
    width: 90vw !important;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 16px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 14px;
  }
  .container-section {
    width: 90vw !important;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  right: 15px;
  bottom: 15px;
  background: #ea8215;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #ac5e0b;
  transition: background 0.2s ease-in-out;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background-color: rgba(234, 130, 21, 1);
  background-size: 210vh;
  height: 12vh;
  /* height: 180px; */
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 5px 0;
  top: -190vh;
}
#header:before {
  z-index: -1;
  content: "";
  background-image: url(../img/arasa/bg02.png);
  background-repeat: repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  /*opacity: 1.2;*/
  /*mix-blend-mode: overlay;*/
}

#header.header-scrolled,
#header.header-inner-page {
  top: 0;
}

#header img {
  padding: 0;
  margin: 0;
  object-fit: contain;
  height: 90%;
}

@media (max-width: 992px) {
  /* #header {
    height: 60px;
    padding: 10px 0;
  } */
}
/* @media (max-width: 992px) {
  #header {
    height: 15vh;
    padding: 10px 0;
  }
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav container */
.container {
  position: relative;
  height: 100%;
}

/* Mobile Navigation */

.mobile-nav-toggle {
  top: -100%;
  /*
  position: relative;
  top: 20%;
  left: 5vw;
  transform: translateY(-50%);
  z-index: 1010;
  border: 0;
  background: none;
  font-size: 48px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  */
}

#header.header-scrolled .mobile-nav-toggle {
  top: 15px;
  transition: all 0.5s;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  left: inherit;
  height: 170px;
  right: 30px;
  /*
  position: fixed;
  width: 250px;
  top: 10% !important;
  left: calc(30px + 10vw) !important;
  z-index: 1020;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 12px;
  */
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #334242;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #ea8215;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: "Inter", sans-serif;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 1015;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(29, 37, 37, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  height: 100vh;
  width: 100vw;
  background-color: transparent;
  overflow: hidden;
  margin-top: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: transparent;
}

#hero p {
  position: relative;
  background-color: white;
  border-radius: 12px;
  padding: 24px;
  width: auto;
  height: 100vh;
}

#hero img {
  width: 100%;
  height: calc(60% + 27vh);
  border-radius: 8px;
}

@media (max-width: 992px) {
  #hero {
    height: 55vh;
  }
  #hero p {
    top: -20vh;
    height: 50vh;
  }
  /* #hero .carousel-item {
    width: 100%;
    height: calc(150px + 5vh);
  } */
  #hero img {
    width: 100%;
    height: 35vh;
    border-radius: 8px;
  }

  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    display: none;
  }
}

.btn-participar {
  display: block;
  font-family: "Inter", sans-serif;
  margin-top: 2.5vh;
  width: 100%;
  padding: 2vh;
  border-radius: 8px;
  border: none;
  gap: 8px;
  background-color: #ea8215;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: -0.02em;
}
.btn-participar:hover {
  background-color: #d07514;
  color: white;
}

/*--------------------------------------------------------------
# Particiapar
--------------------------------------------------------------*/
/* #participar {
  height: 27vh;
  position: relative;
} */
.como-participar {
  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 12px;

  /* ¿Cómo participar? */

  font-family: "Antonio";
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 84px;
  text-transform: uppercase;

  /* NEGRO */
  color: #141414;
}
.como-participar-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;

  /* NEGRO */
  color: #141414;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

@media (max-width: 992px) {
  .como-participar {
    font-size: 35px;
  }
  .como-participar-text {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# Formulario
--------------------------------------------------------------*/
.square {
  /* sombra 2 */
  box-shadow: 0px 0px 48px -3px rgba(156, 56, 0, 0.08);
  border-radius: 12px;
}
.square-white {
  /* BLANCO */
  background: #ffffff;
}
.square-sm {
  width: calc(40% + 0.5vw);
  position: relative;
  z-index: 995;
  /*margin-top: 5%;  Margen superior del 5% */
}
.square-admin {
  width: calc(40% + 0.5vw);
  position: relative;
  z-index: 995;
}

@media (max-width: 764px) {
  .square {
    width: calc(90% + 0.5vw);
  }
}

.inputdiv {
  margin-bottom: 2vh;
}
.inputform {
  padding: 12px 16px 12px 16px;
  border-radius: 8px;
  border: 1px solid #fae0c9;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  font-family: "Inter", sans-serif;
  height: 40px;
}
.inputform::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.02em;
  text-align: left;
}
.labelform {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: -0.02em;

  /* NEGRO */
  color: #141414;
}
.requiredClass {
  color: #ea8215;
}
select {
  /* styling */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  gap: 8px;

  /* NARANJA 10 */
  background-color: #fdf2e8 !important;
  border: none !important;
  border-radius: 8px;
  color: #ea8215 !important;

  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;

  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.select-form:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f00;
  position: absolute;
  top: 40%;
  right: 5px;
  content: "";
  z-index: 98;
}
select.form-control {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  -ms-appearance: menulist !important;
  -o-appearance: menulist !important;
  appearance: menulist !important;
}

option {
  margin: 0 auto;
  width: 113px;
  height: 12px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  /* identical to box height, or 12px */
  letter-spacing: -0.02em;

  /* NARANJA 45 */
  color: #f3b177;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;

  /* ph:caret-down-bold */

  margin: 0 auto;
  width: 20px;
  height: 20px;

  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.subtitulo01 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  align-self: stretch;
}
.subtitulo02 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: -0.02em;

  /* NEGRO */
  color: #141414;
}
.subtitulo03 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  align-self: stretch;
}
@media (max-width: 992px) {
  .como-subtitulo01 {
    font-size: 18px;
  }
  .como-subtitulo02 {
    font-size: 14px;
  }
  .como-subtitulo03 {
    font-size: 10px;
  }
}
.css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.css-checkbox + label {
  position: relative;
}
.css-checkbox + label::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #ea8215;
  border-radius: 2px;
  box-shadow: none;
}
.css-checkbox:checked + label::after {
  content: " ";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjZWE4MzE1IiBkPSJNMCA5NkMwIDYwLjY1IDI4LjY1IDMyIDY0IDMySDM4NEM0MTkuMyAzMiA0NDggNjAuNjUgNDQ4IDk2VjQxNkM0NDggNDUxLjMgNDE5LjMgNDgwIDM4NCA0ODBINjRDMjguNjUgNDgwIDAgNDUxLjMgMCA0MTZWOTZ6Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 3px;
  top: 6px;
  text-align: center;
  background-color: transparent;
  font-size: 10px;
  height: 15px;
  width: 14px;
}
.line-divider {
  height: 1px;
  background-color: #fdf2e8;
}

.select2-container--default .select2-selection--multiple {
  background: #fdf2e8;
  border: none;
  border-radius: 4px;
  cursor: text;
  color: #f3b177;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none;
  outline: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #fdf2e8;
  color: #f3b177;
}

.select2-results__option {
  /*color: #fae0c9;*/
}

.select2-container--default .select2-results > .select2-results__options {
  background-color: #fdf2e8;
  color: #f3b177;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #fdf2e8;
  border: none;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #f3b177;
}
/*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/
#footer {
  position: relative;
  width: 100vw;
  height: 564px;
  left: 0px;
  bottom: 0px;
  /* NARANJA 100 */
  background-color: #ea8215;
  background-image: url(../img/arasa/bg02.png);
  background-repeat: repeat;
  /*opacity: 1.2;*/
  /*mix-blend-mode: overlay;*/
}
#footer img.logo-footer {
  position: absolute;
  margin: auto;
  margin-top: 5vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.footer-top {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  height: 80%;
}
.siguenos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 103px;

  position: absolute;
  left: 14.58%;
  right: 14.58%;
  top: 41.31%;
  bottom: 36.88%;
}

.logos-siguenos {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px !important;
}

.siguenos-text {
  /* antonio 36 */
  font-family: "Antonio";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  /* identical to box height */
  text-transform: uppercase;

  /* BLANCO */
  color: #ffffff;
}
.copyright {
  position: relative;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
}
.footer-cliente {
  position: absolute;
  left: 0%;
  right: 50%;
  bottom: 0%;
  height: 80px;
  background: #0b9839;
}
.footer-cliente a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 13px */
  letter-spacing: -0.02em;

  /* BLANCO */
  color: #ffffff;
}

.footer-arsis {
  position: absolute;
  left: 50%;
  right: 0%;
  bottom: 0%;
  height: 80px;
  /* CELESTE */
  background: #4688c3;
}

.footer-arsis a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 13px */
  text-align: right;
  letter-spacing: -0.02em;

  /* BLANCO */
  color: #ffffff;
}

@media (max-width: 992px) {
  .footer-cliente a {
    font-size: 12px;
    height: 100px;
  }
  .footer-arsis a {
    font-size: 12px;
    height: 100px;
  }
}

/*
@media (max-width: 2000px) {
  .icofont-navigation-menu, .icofont-close {
    font-size: .5em;
  }  
}
*/

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

.modalSorteo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.modalParticipar-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  width: 572px;
}
@media (max-width: 992px) {
  .modal-dialog {    
    top: 30% !important;
  }
  .modalParticipar-content {
    left: 10%;
    width: 80%;
  }
}
.carousel-control-next,
.carousel-control-prev {
  color: #ea8215;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #c36e13;
}
