﻿@charset "UTF-8";
/* CSS Document */

/*
 * Yellow #ffed00
*/ 

@import url(../css/vendors/normalize.css);
@import url(../css/vendors/bootstrap.min.css);
@import url(../css/vendors/uicons-regular-rounded.css);
@font-face {
	font-family: 'Brutal Type Medium';
	src: local('Brutal Type Medium'), url('../fonts/BrutalType-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Brutal Type Regular';
	src: local('Brutal Type Regular'), url('../fonts/BrutalType-Regular-1.woff2') format('woff2');
}

/*import vendors*/
/*import plugins*/
/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Brutal Type Regular", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  background: hsl(56, 8%, 6%);
  color: hsl(56, 5%, 101%);
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

#cover{
  padding: 0px 0px;
}

#header{
  padding-top: 20px;
}

#evento,
#mapa,
#registro,
#footer{
  padding: 60px 0px
}

h1,
h2,
h3,
h4,
h5{
  color: hsl(56, 5%, 101%);
  font-family: "Brutal Type Medium";
}

h1{
  font-size: 38px;
  line-height: 1em;
  font-weight: 600;
}

h2{
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 500;
}

h3{
  font-size: 18px;
}

strong{
  font-weight: 700;
}

#sticky{
  background-color: #ffed00;
  color: #000;
  padding: 5px 0px;
}

small{
  font-size: 0.8em;
}

select.form-select,
input.form-control[type="text"],
textarea.form-control {
  border-radius: 0;
  background-color: hsl(56, 8%, 6%) !important;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  color: #FFF;
  font-family: "Brutal Type Regular", sans-serif;
}

select.form-select {
  -webkit-appearance: none;
  appearance: none;
}

select.form-select:focus,
input.form-control[type="text"]:focus,
textarea.form-control:focus{
  border-radius: 0;
  background-color: hsl(56, 8%, 6%) !important;
  border: 0;
  border-bottom: 1px solid #ffed00;
  color: #FFF;
  font-family: "Brutal Type Regular", sans-serif;
}

::placeholder {
  color: rgba(255, 255, 255, 0.8) !important; /* Sets the placeholder text color to red */
  font-family: "Brutal Type Regular", sans-serif;
}

.rsvp{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  text-align: center;
  color: #000;
  text-decoration: none;
  background-color: #ffed00;
  font-family: "Brutal Type Medium", sans-serif;
}

.border-primary{
  border-color: #ffed00 !important;
}

.bg-primary{
  background-color: #ffed00 !important;
  color: #000;
}

.text-primary{
  color: #ffed00 !important;
  text-decoration: none;
}

.btn-primary{
  background-color: #ffed00;
  border-color: #ffed00;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Brutal Type Medium", sans-serif;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  background-color: #dfcf00 !important;
  border-color: #dfcf00 !important;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Brutal Type Medium", sans-serif;
}

.btn-secondary{
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Brutal Type Medium", sans-serif;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Brutal Type Medium", sans-serif;
}

.btn{
  border-radius: 0;
}

#cover .bg-cover{
  position: relative;
  width: 100%;
  margin: 20px 0px;
  height: 650px;
  padding: 260px 60px 60px 60px;
  overflow: hidden;
  color: #FFF;
  background: none; /* Remueve la imagen si usarás solo video */
  background-color: rgba(0,0,0,0.5);
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -99;
   
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.content-overlay {
  position: relative;
  z-index: 1;
}

.google-map,
.google-map-1{
  height: 550px;
}

#confirmacion{
  background-color: #11100E !important;
}

#successMessage,
#errorMessage{
  display: none;
}

h2.accordion-header{
  text-align: center !important;
  
  border: #000;
}

button.text-center{
  display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.accordion,
.accordion-item{
  background-color: #11100E;
  border-color: transparent;
}
.accordion-button,
.accordion-header,
.accordion-body{
  border-color: transparent;
  background-color: #2c2e2f;
  border-radius: 5px !important;
}

.accordion-button{
  background-color: #2c2e2f;
  border-radius: 5px !important;
  color: #FFF;
  font-family: "Brutal Type Medium", sans-serif !important;
  font-size: 21px !important;
}

.accordion-button:not(.collapsed){
  color: #FFF !important;
  background-color: #353738 !important;
  box-shadow: none !important;
}

.accordion-button::after{
  display: none;
}

.accordion-body{
  background-color: #11100E;
  color: #FFF;
}


.whatsapp {
    position: fixed;
    z-index: 200;
    opacity: 0;
    bottom: 34px;
    right: 34px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px; 
    background-color: #25d366;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.whatsapp:before{
  content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 2rem;
    height: 2rem;
    background-color: #FFF;
    -webkit-mask: url("../imgs/whatsapp.svg") no-repeat center center;
    mask: url(../imgs/whatsapp.svg) no-repeat center center;
        mask-size: auto;
    -webkit-mask-size: contain;
}

.whatsapp.show {
    opacity: 1;
}

.whatsapp:after{
	position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
	background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0,rgba(0,0,0,0) 80%);
}

.whatsapp:hover {
    background-color: #25d366;
}

a.icon-socials {
  display: inline-block;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  background-color: trasparent;
  transition-duration: 0.2s;
  margin-right: 7px;
  line-height: 39px;
  text-align: center;
  border: 1px solid #FFF;
}
a.icon-socials img {
  vertical-align: middle;
}
a.icon-socials svg {
  fill: #FFF;
}
a.icon-socials:last-child {
  margin-right: 0px;
}
a.icon-socials:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}
a.icon-socials:hover svg {
  fill: #FEFA17;
}

.text-lg, .text-lg-medium, .text-lg-bold {
  font-size: 18px;
  line-height: 28px;
}

.text-xl, .text-xl-medium, .text-xl-bold {
  font-size: 20px;
  line-height: 32px;
}

.text-xs-bold, .text-sm-bold, .text-md-bold, .text-lg-bold, .text-xl-bold {
  font-weight: 700 !important;
}

.text-sm, .text-md, .text-lg, .text-xl, .text-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.text-xs, .text-xs-medium, .text-xs-bold {
  font-size: 12px;
  line-height: 18px;
}

.text-sm, .text-sm-medium, .text-sm-bold {
  font-size: 14px;
  line-height: 22px;
}

#footer .footer-bottom {
  padding: 30px 0px 10px 0px;
  color: var(--bs-neutral-700);
  font-size: 14px;
  border-top: 1px solid rgba(87, 86, 86, 0.4901960784);
}

#footer .footer-bottom strong {
  color: var(--bs-brand-1);
  font-weight: bold;
}
#footer .footer-bottom a {
  text-decoration: none;
}

@media (max-width: 767.98px) {

  h1{
    font-size: 30px;
    line-height: 1em;
    font-weight: 600;
  }

  h2{
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
  }

  h3{
    font-size: 16px;
  }
  
  
  #cover .bg-cover{
    position: relative;
    width: 100%;
    margin: 20px 0px;
    height: 320px;
    padding: 100px 20px 0px 20px;
    overflow: hidden;
    color: #FFF;
    background: none; /* Remueve la imagen si usarás solo video */
  }
  
  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -99;
  }

  .video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 100%;
    pointer-events: none;
  }

  .content-overlay {
    position: relative;
    z-index: 1;
  }
  
  .google-map,
  .google-map-1{
    height: 350px;
  }
  
  .accordion-button{
    background-color: #2c2e2f;
    border-radius: 5px !important;
    color: #FFF;
    font-family: "Brutal Type Medium", sans-serif !important;
    font-size: 16px !important;
  }
  
}