/* Generales */

:root {
  /* Fuentes */
  --fuente-1:'Forum', serif;
  --fuente-2:'Nunito', sans-serif;

  /* Grosor fuentes */
  --grosor-fuente-light: 300;
  --grosor-fuente-regular: 400;
  --grosor-fuente-semi-bold: 600;
  --grosor-fuente-bold: 700;

  /* Titulos secciones */
  --font-titulos: var(--fuente-1);
  --grosor-titulos: var(--grosor-fuente-regular);

  /* Subtitulos secciones */
  --font-subtitulos: var(--fuente-2);
  --grosor-subtitulos: var(--grosor-fuente-light);

  /* Nombres portada */
  --font-nombres-portada: var(--fuente-1);
  --grosor-nombres-portada: var(--grosor-fuente-regular);

  /* Frase portada */
  --font-frase-portada: var(--fuente-2);
  --grosor-frase-portada: var(--grosor-fuente-light);

  /* Footer */
  --font-nombres-footer: var(--fuente-1);
  --grosor-nombres-footer: var(--grosor-fuente-regular);

}



/* Scroll */

::-webkit-scrollbar {
width: 10px;
height: 10px;
}

::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
background:var( --color-pallete-2);  
}

::-webkit-scrollbar-thumb:hover {
background:var( --color-pallete-1);  
}

.custom-control-label::before {
  height: 20px;
  width: 20px;
}

.custom-control-label::after{
  height: 20px;
  width: 20px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: var( --color-pallete-2);
  border-color: var( --color-pallete-2);
  background-color: var( --color-pallete-2);
  outline: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow:none !important;
}

.addeventatc:hover{
  background: none;
}

.fancybox-bg{
  background-color: var( --color-pallete-2) !important;
}

.boton{
  background: var( --color-pallete-2);
  color: #fff;
  font-family: var(--fuente-2);
  font-weight:300;
  border-radius: 6px;
  line-height: 15px;
  font-size: 17px;
  padding: 18px 30px;
  
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.boton:hover{
  background:var( --color-pallete-1);
  text-decoration: none;
  color:#fff;
}

.title{
  width: 100%;
  display: inline-block;
  font-family: var(--fuente-1);
  color: var( --color-pallete-1);
  font-size: 60px;
  line-height:60px;
  margin-bottom: 0;
}

.subtitle{
  width: 100%;
  display: inline-block;
  font-family: var(--fuente-2);
  color: var(--color-frase-portada);
  font-size: 20px;
  font-weight: var(--grosor-fuente-regular);
}

ul{
  list-style: none;
  padding: 0;
}


a{
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}


/* Fondo modales */
.modal-backdrop {
  background-color:var( --color-pallete-5);
  opacity:0.95 !important;
}

.modal-body{
  flex: inherit;
}


.modal.modal-transparent .modal-content{
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.modal.modal-transparent .close{
  color: var( --color-pallete-1);
  font-size: 40px;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  right: 35px;
  outline: none;
  padding: 0;
}

.modal.modal-transparent .modal-header, .modal .modal-transparent  .modal-footer{
  border: none;
  padding: 0;
}

.modal.modal-transparent .modal-header h3{
  color: var( --color-pallete-1);
  font-family: var(--fuente-2);
  font-weight:var(--grosor-fuente-regular);
  text-align: center;
  width: 100%;
}

.modal.modal-transparent .boton{
  padding: 15px 50px;
}



/* Cambio de idiomas / paises */

.flags-laguages{
  padding: 30px;
}

.flags-laguages li a{
  display: inline-block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 10px 8px;
  opacity: 0.75;
  border: 2px solid #ccc;
}

.flags-laguages li a:hover{
  opacity: 1;
}

.flags-laguages a.reset-lang{
  width: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 30px;
}

.flags-laguages a.reset-lang:hover{
  text-decoration: underline;
}

.flags-laguages a.reset-lang img{
  width: 22px;
  height: auto;
  margin-right: 5px;
}



/* Loader */


.preloader-area {
  position: fixed;
  background: var( --color-pallete-5);
  z-index: 11000;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.preloader-area .loader{
  width: 130px;
}


span#error-form{
  color: red;
  font-size: 13px;
}


/* ---------- */


/* Portada */
section.portada {
  width: 100%;
  height: 750px;
  /*padding-bottom: 180px;*/
  background-size: cover;
  position: relative;
}



/* Portada completa */

section.portada-completa .opacidad-portada {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-filtro-portada);
  opacity: var(--opacidad-filtro-portada);
  z-index: 1;
}




/* Portada imagen */

section.portada .sombra-horizontal.sombra-top {
  display: none;
}


/* Portada contenido */

section.portada-completa .portada-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

section.portada-completa .filtro-portada-tematica {
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  z-index: 1;
}

section.portada ul.lang-inv {
  top: -80px;
}

section.portada .portada-container .content-portada {
  width: 100%;
  z-index: 9999;
  position: relative;
}

section.portada .content-portada span.fecha {
  display: inline-block;
  font-family: var(--fuente-1);
  font-size: 27px;
  line-height: 35px;
  color: var(--color-fecha-portada);
  margin-bottom: 15px;
}


section.portada .content-portada .nombres {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  color: var(--color-nombres-portada);
}

section.portada .box-nombres-fecha-portada .nombres::before,
section.portada .box-nombres-fecha-portada .nombres::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40%;
  height: 1px;
  background-color: var(--color-lineas-nombres-portada);
  z-index: 9;
}

section.portada .box-nombres-fecha-portada .nombres::before {
  top: 0;
}

section.portada .box-nombres-fecha-portada .nombres::after {
  bottom: 0;
}

section.portada .content-portada .nombres span {
  color: var(--color-nombres-portada);
  font-size: 90px;
  line-height: 95px;
  font-family: var(--font-nombres-portada);
  font-weight: var(--grosor-nombres-portada);
  padding: 0 5px;
  font-family: var(--fuente-1);
}

section.portada .nombres span.ampersand {
  background-color: var(--color-fondo-ampersand-portada);
  border-radius: 50%;
  font-size: 35px;
  font-family: var(--fuente-2);
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: var(--color-ampersand-portada);
  margin: 0 0px;
  padding: 0;
  letter-spacing: 0
}


section.portada p.subtitulo {
  font-family: var(--fuente-1);
  font-weight: var(--grosor-fuente-regular);
  font-size: 50px;
  line-height: 40px;
  color: var(--color-subtitulo-portada);
  margin: 20px 0 0 0;
}

section.portada .box-frase-portada {
  margin-top: 60px;
}

section.portada .box-frase-portada p {
  font-family: var(--font-frase-portada);
  font-weight: var(--grosor-frase-portada);
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: var(--color-frase-portada);
  /* font-style: italic; */
}

section.portada .logo-portada {
  width: 300px;
  height: auto;
}

/* ---------- */


/* Cuenta regresiva */
section.cuenta-regresiva {
  position: relative;
  background-color: var(--color-fondo-secciones-2);
  padding: 100px 0;
}

section.cuenta-regresiva span.falta {
  font-family: var(--fuente-1);
  font-weight: var(--grosor-fuente-regular);
  font-size: 60px;
  color: var(--color-titulo-cuenta-regresiva);
}

section.cuenta-regresiva .reloj {
  margin-top: 10px;
  margin-bottom: 25px;
}

section.cuenta-regresiva .reloj-col {
  width: 110px;
  border-right: 1px solid var(--color-divisores-cta-regresiva);
  padding: 0 8px;
  float: left;
}

section.cuenta-regresiva .reloj-col.no-border {
  border: none;
}

section.cuenta-regresiva .reloj-col span.number {
  display: inline-block;
  width: 100%;
  color: var(--color-numeros-cuenta-regresiva);
  font-family: var(--fuente-1);
  font-weight: var(--grosor-fuente-regular);
  font-size: 55px;
  line-height: 50px;
}

section.cuenta-regresiva .reloj-col span.time {
  display: inline-block;
  width: 100%;
  color: var(--color-texto-cuenta-regresiva);
  font-family: var(--fuente-1);
  font-weight: var(--grosor-fuente-regular);
  font-size: 25px;
  margin-top: 5px;
}

section.cuenta-regresiva p.fin-cuenta {
  font-size: 40px;
  line-height: 45px;
  color: var(--color-msjfinal-cta-regresiva);
  font-family: var(--fuente-1);
  margin-top: 0;
}

section.cuenta-regresiva .corazon-falta g.corazon path {
  fill: var(--color-anim-cta-regresiva);
}

/* ---------- */




/* Ceremonia - Fiesta */
section.ceremonia-fiesta{
  background-color: var(--color-fondo-secciones-1);
}
section.ceremonia-fiesta .col-ceremonia, section.ceremonia-fiesta .col-fiesta{
  z-index: 999;
}

section.ceremonia-fiesta .col-ceremonia .anim-anillos, section.ceremonia-fiesta .anim-fiesta{
  width: 200px;
  height:200px;
  margin: 150px auto -20px;
}

section.ceremonia-fiesta .col-ceremonia h3, section.ceremonia-fiesta .col-fiesta h3{
  font-family: var(--fuente-1);
  font-weight: var(--grosor-fuente-regular);
  font-size:50px;
  color: var(--color-pallete-2);
  display: inline-block;
  position: relative;
  min-width: 70%;
  padding: 0;
  padding-top: 5px;
}

section.ceremonia-fiesta .info-col{
  margin-top: 30px;
}

section.ceremonia-fiesta .info-col .info-box{
  margin-bottom: 45px;
}

section.ceremonia-fiesta .info-col .info-box h6{
  font-family: var(--fuente-1);
  font-weight:var(--grosor-fuente-bold);
  color: var( --color-pallete-1);
  font-size: 25px;
  text-transform: uppercase;
}

section.ceremonia-fiesta .info-col .info-box p{
  font-family: var(--fuente-2);
  font-weight:--grosor-fuente-regular;
  color: var( --color-pallete-2);
  font-size: 20px;
}

section.ceremonia-fiesta .info-col .info-box a.boton{
  margin-top: 5px;
  display: inline-block;
  width: 50%;
}

section.ceremonia-fiesta .addeventatc .nameBtn{
  color: #fff;
}

section.ceremonia-fiesta .addeventatc:hover .nameBtn{
  color: #fff;
}


/* ---------- */




/* Galeria */

section.galeria{
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  /*background-color: var( --color-pallete-5);*/
}

section.galeria .anim-galeria{
  width: 70px;
  margin: 0 auto;
}


section.galeria .content-fotos{
  margin-top: 40px;
  position: relative;
}

section.galeria .content-fotos img{
  width: 100%;
}


section.galeria .content-fotos .polaroid a{
  outline: none;
}


section.galeria .content-fotos .polaroid{
  background-color: var(--color-pallete-4);
  padding: 14px 7px;
  /*padding-bottom: 100px;
  margin: 5px;*/
  
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

section.galeria .slick-slide:focus{
  outline: none !important;
}

section.galeria .slick-center .polaroid{
 /* background-color: #fff !important;*/
}

.content-fotos .shadow-left{
  display: none;
}

.content-fotos .shadow-right{
  display: none;
}

.slick-dots{
  bottom: -30px;
}


section.galeria .slick-dots li button:before{
  font-size: 45px !important;
  color: var( --color-pallete-1)  !important;
  opacity: 0.60;
}

section.galeria .slick-dots li.slick-active button:before{
  opacity: 1;
}

/* ---------- */



/* Fiesta */
section.fiesta {
    background-color: var(--color-fondo-secciones-1);
}

section.fiesta h2 {
  padding-top: 180px;
}

section.fiesta .container{
  z-index: 999;
  position: relative;
}

section.fiesta .anim-vestuario{
  width: 95px;
}

section.fiesta .anim-tips{
  width: 55px;
}

section.fiesta .item-fiesta{
  margin-top: 30px;
  padding:0 40px;
  position: relative;
  z-index: 2;
}


section.fiesta .item-fiesta h3{
  color: var( --color-pallete-1);
  font-family: var(--fuente-1);
  font-weight: var(--grosor-fuente-bold);
  text-transform: uppercase;
  font-size:22px
}

section.fiesta .item-fiesta p{
  color: var( --color-pallete-2);
  margin-bottom: 0;
  font-family: var(--fuente-2);
  font-weight: var(--grosor-fuente-regular);
  font-size: 1.2rem;
}

section.fiesta .item-fiesta a.boton{
  width:85%
}


section.fiesta .item-fiesta .content-item-fiesta{
  background-color: #fff;
  padding:40px 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-height: 436px;
}

section.fiesta .content-anim-fiesta{
  height:80px;
  margin: 20px 0;
}

section.fiesta .item-fiesta .adorno {
  position: absolute;
  height:auto;
}

section.fiesta .item-fiesta .adorno.adorno-1 {
  position: absolute;
  top: -95px;
  left: -60px;
  z-index: -1;
  width: 245px;
}

section.fiesta .item-fiesta .adorno.adorno-2 {
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 3;
  width: 160px;
}
/* ---------- */


/* Footer */

section.footer{
  position: relative;
  /*background-color: var( --color-pallete-5);*/
  padding-bottom: 10%;
  padding-top: 10%;
  margin-top: -2px;
}


section.footer h4{
  width: 100%;
  line-height:70px;
  margin-bottom:0;
  text-align: center;
  font-family: var(--fuente-1);
  font-size: 65px;
  color: var( --color-pallete-2);
}

section.footer h5{
  font-size:35px;
  /*color:var( --color-pallete-3);*/
  font-family: var(--fuente-1);
  font-weight:var(--grosor-fuente-regular);
  width: 100%;
  text-align: center;
}

section.footer h4 span {
  background-color: var( --color-pallete-4);
  color: var( --color-pallete-1);
  display: inline-block;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 35px;
  font-family: var(--fuente-1)
}

section.footer .col-acciones-footer ul{
  font-family: var(--fuente-2);
  font-weight: 400;
  text-align: left;
  margin: 1rem 0;
}


section.footer .col-acciones-footer ul li{
  margin: 20px 0;
  text-align: right;
}


section.footer .col-acciones-footer ul a, section.footer .addeventatc span.nameBtn{
  color: var( --color-pallete-1);
  font-weight: var(--grosor-fuente-regular);
  font-size: 19px;
  
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}


section.footer .col-acciones-footer ul a:hover, section.footer .addeventatc span.nameBtn:hover{
  color: var( --color-pallete-2) !important;
  background:none;
  text-decoration: none;
}


/* ---------- */


/* Musica de fondo */

#player-musica-fondo{
  position: absolute;
  left:-99999px;
}

#controlador-musica{
  position: fixed;
  z-index: 999;
  top: 10px;
  right: 0;
}

.music-anim-icon{
  width: 100px;
  height: 100px;
  cursor: pointer;
}

/* ---------- */


/* Footer */

footer{
  background-color: var( --color-pallete-2);
  font-family: var(--fuente-2);
  font-weight: 400;
  padding: 20px 0;
}



/* ---------- */


/* Firma */

footer p{
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 1rem;
  color:#fff;
  font-family: var(--fuente-2);
}

footer p a{
  color:#fff ;
  font-family: var(--fuente-2);
  font-size: 14px;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

footer p a:hover{ 
  text-decoration: underline;
  color:var( --color-pallete-5)
}




/* ---------- */


.modal-dialog{
  font-family: var(--fuente-2);
}

.modal-dialog .modal-title{
  font-weight: 700;
  color:var( --color-pallete-2);
}

.modal-dialog form label{
  color: var( --color-pallete-2);
}

.modal-dialog form input, .modal-dialog form textarea{
  border: none;
  border-bottom: 1px solid var( --color-pallete-4);
}

.modal-dialog .white-circle-icon{
  width: 150px;
  height:auto;
  margin: 0 auto;
  position: relative;
  top: -75px;
}


/* Modal Musica */

#modalMusica .modal-content{
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#modalMusica .modal-content p{
  font-size:55px;
  line-height: 50px;
  font-family: var(--fuente-2);
  color:var( --color-pallete-3);
  display:inline-block;
  width: 100%;
}

#modalMusica .modal-content p + span{
  font-size:22px;
  font-family: var(--fuente-2); 
  color:var( --color-pallete-2);
  font-weight: var(--grosor-fuente-regular);
  margin-bottom: 25px;
  display:inline-block;
  width: 100%;
  margin-bottom: 45px;
}

/* Modales */

.modal .modal-content{
  background-color: var( --color-pallete-5);
  text-align: center;
  border: none;
  padding: 10px;
  color: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;

}

.modal .modal-content-2 {
  position: relative;
  border: double 2px transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at bottom left, var(--color-pallete-1), var(--color-pallete-2),var(--color-pallete-3));
  background-origin: border-box;
  background-clip: content-box,
  border-box;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.modal .modal-content-2 p{
  color:var( --color-pallete-1);
  font-family: var(--fuente-2);
  font-weight: var(--grosor-fuente-regular);
}

.modal .modal-content-2 .img-top-modal{
  position: relative;
  height: 70px;
}

.modal .modal-content-2 .close {
  position: absolute;
  top: -15px;
  right: 0;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background-color: var( --color-pallete-2);
  opacity: 1;
  outline: none;
  font-size: 34px;
  font-weight: normal;
  font-family: var(--fuente-2);
  font-weight: 300;

  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;

}

.modal .modal-content-2 .close:hover {
  background-color:var( --color-pallete-1);
  color: var( --color-pallete-5);
  opacity: 1;
}

.modal .modal-content-2 .close span {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.modal .modal-content-2 .modal-header {
  border: none;
  display: inline-block;
  padding: 0;
}

.modal .modal-content-2 .modal-header .modal-title {
  font-size: 40px;
  font-family: var(--fuente-1);
  font-weight:var(--grosor-fuente-regular)
}

.modal .modal-content-2 .modal-footer {
  border: none;
  display: inline-block;
  padding: 0;
}


.modal .modal-content-2 .boton{
  outline: none;
  border: none;
  margin-bottom: 25px;
  display: inline-block;
}

.modal .modal-content-2 .img-top-modal img {
  width: 100%;
  margin-top: 0;
}

.modal .modal-content-2 .adorno {
  position: absolute;
  height: auto;
}

.modal .modal-content-2 .adorno-1 {
  position: absolute;
  width: 330px;
  top: -100px;
  left: -125px;
  z-index: -1;
}

.modal .modal-content-2 .adorno-2 {
  position: absolute;
  width: 130px;
  top: -35px;
  left: -40px;
}



/* Modal Confirmar asistencia*/

#modalAsistencia input, #modalAsistencia textarea{
  text-align: center;
  background: none;
  resize: none;
  outline: none;
  padding-bottom: 5px;
} 

#modalAsistencia input:focus, #modalAsistencia textarea:focus{
  border: none;
  box-shadow: none;
} 

#formAsistencia .form-group .form-check{
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 18px;
}

#formAsistencia .form-group .form-check label{
  cursor: pointer;
  padding-left: 5px;
}

#modalAsistencia .form-control{
  font-size: 15px;
}



/* Modal Sugerir cancion */

#modalSugerirCancion input{
  text-align: center;
  background: none;
  resize: none;
  outline: none;
  padding-bottom: 5px;
} 

#modalSugerirCancion input:focus{
  border: none;
  box-shadow: none;
} 


#modalSugerirCancion .form-control{
  font-size: 15px;
}

/* Modal Como llegar */

#modalMapa .modal-content-2 .img-top-modal{
  height:10px;
}

/* Modal de mensaje exito */

.modal-body.fix-height{
  height:70%;
  margin-top: -35px;
}

.modal-body.fix-height .msj-content{
  height:100%;
}

.modal .msj-content{
  width:100%;
}

.modal .msj-content h5{
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: 700;
  color:var( --color-pallete-1)
}

.modal .msj-content p{
  text-align: center;
  width: 100%;
  display: inline-block;
  color:var( --color-pallete-1)
}

/* ---------- */

#googleMap {
  height: 300px;
  width: 100%; 
}


/* Banner para redirigir a la web */
.banner-contacto-web{
  position:fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height:auto;
  background:var( --color-pallete-1);
  z-index: 9999;
  padding:0;
  margin: 0;
}

.banner-contacto-web p{
  width: 100%;
  text-align: center;
  color:#fff;
  margin: 0;
  padding:8px 8px;
  font-family: var(--fuente-2);
  font-weight: var(--grosor-fuente-regular);
  font-size: 13px;
}

.banner-contacto-web a{
  color:#FFF;
}

.banner-contacto-web a:first-child{
  background:var( --color-pallete-3);
  color:#fff;
  border-radius: 10px;
  padding:3px 10px;
}

.banner-contacto-web a:first-child:hover{
  text-decoration:none;
  color:var( --color-pallete-1);
  background-color: #fff;
}
