@charset "UTF-8";
/*Colores determinados*/
/*Background and text color*/
/*Colores de la marca*/
/*Border radius*/
/*Imágenes de fondo*/
/*Videos fondo*/
/*Tamaños*/
/*------------
   RESET
-------------*/
/* line 71, H:/idv/scss/estilos.scss */
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, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 92, H:/idv/scss/estilos.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 96, H:/idv/scss/estilos.scss */
body {
  line-height: 1;
}

/* line 99, H:/idv/scss/estilos.scss */
ol, ul {
  list-style: none;
}

/* line 102, H:/idv/scss/estilos.scss */
blockquote, q {
  quotes: none;
}

/* line 105, H:/idv/scss/estilos.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 110, H:/idv/scss/estilos.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 115, H:/idv/scss/estilos.scss */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*------------------------------------------------*/
/* Generales*/
/* line 123, H:/idv/scss/estilos.scss */
html {
  scroll-behavior: smooth;
  width: 100%;
  background-color: #fff;
  font-family: 'OpenSans';
  font-size: 100%;
}

/* line 130, H:/idv/scss/estilos.scss */
body {
  width: 100%;
  background-color: #fff;
  font-family: 'OpenSans';
  font-size: 100%;
}

/* line 136, H:/idv/scss/estilos.scss */
ul {
  list-style: none;
}

/* line 139, H:/idv/scss/estilos.scss */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* line 144, H:/idv/scss/estilos.scss */
.invisible-grande {
  display: none !important;
}

/* line 147, H:/idv/scss/estilos.scss */
.visible-grande {
  display: inherit !important;
}

/* line 150, H:/idv/scss/estilos.scss */
h1, h2, h3, h4, h5, h6, p {
  font-family: 'OpenSans';
  padding: .4em 0;
}

/* line 154, H:/idv/scss/estilos.scss */
h1 {
  font-size: 2.2em;
}

/* line 157, H:/idv/scss/estilos.scss */
h2 {
  font-size: 2em;
}

/* line 160, H:/idv/scss/estilos.scss */
h3 {
  font-size: 1.8em;
}

/* line 163, H:/idv/scss/estilos.scss */
h4 {
  font-size: 1.6em;
}

/* line 166, H:/idv/scss/estilos.scss */
h5 {
  font-size: 1.4em;
}

/* line 169, H:/idv/scss/estilos.scss */
h6 {
  font-size: 1.2em;
}

/* line 172, H:/idv/scss/estilos.scss */
p {
  font-size: 1em;
}

/* line 175, H:/idv/scss/estilos.scss */
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  z-index: 999;
  margin: .3rem 0;
}

/* line 185, H:/idv/scss/estilos.scss */
section {
  position: relative;
  width: 100%;
}

/* line 189, H:/idv/scss/estilos.scss */
section.pantalla {
  height: calc(100vh - 9rem);
}

/* line 192, H:/idv/scss/estilos.scss */
.container {
  padding: 0 2rem;
  height: 3rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 201, H:/idv/scss/estilos.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem;
}

/* line 208, H:/idv/scss/estilos.scss */
.col-xl-12 {
  width: calc((100% / 12)*12) !important;
}

/* line 209, H:/idv/scss/estilos.scss */
.col-xl-11 {
  width: calc((100% / 12)*11) !important;
}

/* line 210, H:/idv/scss/estilos.scss */
.col-xl-10 {
  width: calc((100% / 12)*10) !important;
}

/* line 211, H:/idv/scss/estilos.scss */
.col-xl-9 {
  width: calc((100% / 12)*9) !important;
}

/* line 212, H:/idv/scss/estilos.scss */
.col-xl-8 {
  width: calc((100% / 12)*8) !important;
}

/* line 213, H:/idv/scss/estilos.scss */
.col-xl-7 {
  width: calc((100% / 12)*7) !important;
}

/* line 214, H:/idv/scss/estilos.scss */
.col-xl-6 {
  width: calc((100% / 12)*6) !important;
}

/* line 215, H:/idv/scss/estilos.scss */
.col-xl-5 {
  width: calc((100% / 12)*5) !important;
}

/* line 216, H:/idv/scss/estilos.scss */
.col-xl-4 {
  width: calc((100% / 12)*4) !important;
}

/* line 217, H:/idv/scss/estilos.scss */
.col-xl-3 {
  width: calc((100% / 12)*3) !important;
}

/* line 218, H:/idv/scss/estilos.scss */
.col-xl-2 {
  width: calc((100% / 12)*2) !important;
}

/* line 219, H:/idv/scss/estilos.scss */
.col-xl-1 {
  width: calc((100% / 12)*1) !important;
}

/* line 222, H:/idv/scss/estilos.scss */
.col-12 {
  width: calc((100% / 12)*12);
}

/* line 223, H:/idv/scss/estilos.scss */
.col-11 {
  width: calc((100% / 12)*11);
}

/* line 224, H:/idv/scss/estilos.scss */
.col-10 {
  width: calc((100% / 12)*10);
}

/* line 225, H:/idv/scss/estilos.scss */
.col-9 {
  width: calc((100% / 12)*9);
}

/* line 226, H:/idv/scss/estilos.scss */
.col-8 {
  width: calc((100% / 12)*8);
}

/* line 227, H:/idv/scss/estilos.scss */
.col-7 {
  width: calc((100% / 12)*7);
}

/* line 228, H:/idv/scss/estilos.scss */
.col-6 {
  width: calc((100% / 12)*6);
}

/* line 229, H:/idv/scss/estilos.scss */
.col-5 {
  width: calc((100% / 12)*5);
}

/* line 230, H:/idv/scss/estilos.scss */
.col-4 {
  width: calc((100% / 12)*4);
}

/* line 231, H:/idv/scss/estilos.scss */
.col-3 {
  width: calc((100% / 12)*3);
}

/* line 232, H:/idv/scss/estilos.scss */
.col-2 {
  width: calc((100% / 12)*2);
}

/* line 233, H:/idv/scss/estilos.scss */
.col-1 {
  width: calc((100% / 12)*1);
}

/* line 1, H:/idv/scss/components/_top-bar.scss */
.top-bar {
  width: 100%;
  background-color: #F78100;
  color: #fff;
  line-height: 2rem;
  font-size: .8rem;
  padding: .7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

/* line 20, H:/idv/scss/components/_top-bar.scss */
.top-bar .tb-info {
  cursor: pointer;
}

/* line 24, H:/idv/scss/components/_top-bar.scss */
.top-bar i {
  padding: 0 .3rem;
}

/*Letras de colores*/
@-webkit-keyframes colores {
  0% {
    background-color: #0ccea4;
  }
  50% {
    background-color: #ff3683;
  }
  100% {
    background-color: #0ccea4;
  }
}

@keyframes colores {
  0% {
    background-color: #0ccea4;
  }
  50% {
    background-color: #ff3683;
  }
  100% {
    background-color: #0ccea4;
  }
}

/* Animación menú*/
@-webkit-keyframes animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes animation {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*Cambiar de color las letras*/
@-webkit-keyframes letras {
  0% {
    color: #0ccea4;
  }
  50% {
    color: #0ccea4;
  }
  100% {
    color: #0ccea400;
  }
}

@keyframes letras {
  0% {
    color: #0ccea4;
  }
  30% {
    color: #0ccea4;
  }
  80% {
    color: #0ccea400;
  }
  100% {
    color: #0ccea4;
  }
}

/* Entrar por la izquierda*/
@-webkit-keyframes in-from-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes in-from-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* Subir */
@-webkit-keyframes subir {
  0% {
    opacity: 1;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes subir {
  0% {
    opacity: 1;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* Bajar */
@-webkit-keyframes bajar {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes bajar {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* sello */
@-webkit-keyframes sello {
  0% {
    opacity: 1;
    -webkit-transform: scale(12);
    -ms-transform: scale(12);
    transform: scale(12);
  }
  10% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  90% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes sello {
  0% {
    opacity: 1;
    -webkit-transform: scale(12);
    -ms-transform: scale(12);
    transform: scale(12);
  }
  10% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  90% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* Latidos */
@-webkit-keyframes latidos {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  20% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes latidos {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  20% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  80% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* Crecer */
@-webkit-keyframes crecer {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  10% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes crecer {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  10% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}

/* Aparecer */
@-webkit-keyframes aparecer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aparecer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Desaparecer */
@-webkit-keyframes desaparecer {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes desaparecer {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* progress-bar-stripes */
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  100% {
    background-position: 0 0;
  }
}

/*---------------
    SCROLLBAR
----------------*/
/* width */
/* line 5, H:/idv/scss/components/_scrollbar.scss */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
/* line 9, H:/idv/scss/components/_scrollbar.scss */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
/* line 13, H:/idv/scss/components/_scrollbar.scss */
::-webkit-scrollbar-thumb {
  background: #bebebe;
}

/* Handle on hover */
/* line 17, H:/idv/scss/components/_scrollbar.scss */
::-webkit-scrollbar-thumb:hover {
  background: #aaaaaa;
}

/* line 1, H:/idv/scss/components/_navbar.scss */
header .container {
  padding: 0 1rem;
  height: 3.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 12, H:/idv/scss/components/_navbar.scss */
.logo-container {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -ms-flex: 4;
  -ms-box-flex: 4;
  flex: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 160px;
}

/* line 26, H:/idv/scss/components/_navbar.scss */
.nav-btn {
  -webkit-box-flex: 8;
  -moz-box-flex: 8;
  -ms-flex: 8;
  -ms-box-flex: 8;
  flex: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 36, H:/idv/scss/components/_navbar.scss */
.nav-links {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  -ms-box-flex: 2;
  flex: 2;
}

/* line 43, H:/idv/scss/components/_navbar.scss */
.log-sign {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -ms-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 59, H:/idv/scss/components/_navbar.scss */
.logo {
  color: #000;
  font-size: 1rem;
  font-family: 'OpenSans-medium';
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 71, H:/idv/scss/components/_navbar.scss */
.logo img.logo_img {
  content: url(https://igdiosviviente.org/img/logos/LOGO_IDV_OFICIAL-llamasinfondo.png);
  width: 24px;
  margin: auto 10px;
}

/* line 77, H:/idv/scss/components/_navbar.scss */
.logo span {
  font-family: 'OpenSans-bold';
}

/* line 81, H:/idv/scss/components/_navbar.scss */
.nav-links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 92, H:/idv/scss/components/_navbar.scss */
.nav-link {
  position: relative;
}

/* line 95, H:/idv/scss/components/_navbar.scss */
.nav-link > a {
  font-family: 'OpenSans-medium';
  line-height: 3.5rem;
  color: #000;
  padding: 0 .8rem;
  font-size: .8rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 115, H:/idv/scss/components/_navbar.scss */
.nav-link > a > i {
  margin-left: .2rem;
}

/* line 118, H:/idv/scss/components/_navbar.scss */
.nav-link:hover > a {
  color: #F78100;
  font-family: 'OpenSans-bold';
}

/* line 123, H:/idv/scss/components/_navbar.scss */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 10rem;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-top: .5rem;
  z-index: 5;
}

/* line 139, H:/idv/scss/components/_navbar.scss */
.dropdown ul {
  position: relative;
}

/* line 142, H:/idv/scss/components/_navbar.scss */
.dropdown-link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: #000;
  padding: .8rem 1rem;
  font-size: .9rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 160, H:/idv/scss/components/_navbar.scss */
.dropdown-link:hover > a {
  background-color: #FAFAFA;
  color: #F78100;
}

/* line 164, H:/idv/scss/components/_navbar.scss */
.dropdown-link:not(:nth-last-child(2)) {
  border-bottom: 1px solid #F0F0F0;
}

/* line 167, H:/idv/scss/components/_navbar.scss */
.dropdown-link i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 172, H:/idv/scss/components/_navbar.scss */
.arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 32px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: -1;
}

/* line 188, H:/idv/scss/components/_navbar.scss */
.dropdown-link:first-child:hover ~ .arrow {
  background-color: #FAFAFA;
}

/* line 191, H:/idv/scss/components/_navbar.scss */
.dropdown-link {
  position: relative;
}

/* line 194, H:/idv/scss/components/_navbar.scss */
.dropdown.second {
  top: 0;
  left: 100%;
  padding-left: .8rem;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

/* line 202, H:/idv/scss/components/_navbar.scss */
.dropdown.second .arrow {
  top: 10px;
  left: -5.5px;
}

/* line 206, H:/idv/scss/components/_navbar.scss */
.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

/*Menú movil*/
/* line 215, H:/idv/scss/components/_navbar.scss */
.hamburger-menu-container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -ms-box-flex: 1;
  flex: 1;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 229, H:/idv/scss/components/_navbar.scss */
.hamburger-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 242, H:/idv/scss/components/_navbar.scss */
.hamburger-menu div {
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  position: relative;
  z-index: 1000;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/* line 253, H:/idv/scss/components/_navbar.scss */
.hamburger-menu div::before,
.hamburger-menu div::after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #000;
  border-radius: 3px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/* line 265, H:/idv/scss/components/_navbar.scss */
.hamburger-menu div:before {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

/* line 270, H:/idv/scss/components/_navbar.scss */
.hamburger-menu div:after {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}

/* line 275, H:/idv/scss/components/_navbar.scss */
#menucheck {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}

/* line 289, H:/idv/scss/components/_navbar.scss */
#menucheck:checked ~ .hamburger-menu-container .hamburger-menu div {
  background-color: transparent;
}

/* line 292, H:/idv/scss/components/_navbar.scss */
#menucheck:checked ~ .hamburger-menu-container .hamburger-menu div:before {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

/* line 297, H:/idv/scss/components/_navbar.scss */
#menucheck:checked ~ .hamburger-menu-container .hamburger-menu div:after {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

/*Open Sans*/
@font-face {
  font-family: OpenSans;
  src: url(../fonts/open_sans/OpenSans-VariableFont_wdth\,wght.ttf);
}

@font-face {
  font-family: OpenSans-regular;
  src: url(../fonts/open_sans/static/OpenSans/OpenSans-Regular.ttf);
}

@font-face {
  font-family: OpenSans-medium;
  src: url(../fonts/open_sans/static/OpenSans/OpenSans-Medium.ttf);
}

@font-face {
  font-family: OpenSans-bold;
  src: url(../fonts/open_sans/static/OpenSans/OpenSans-Bold.ttf);
}

/*FingerPaint*/
@font-face {
  font-family: FingerPaint;
  src: url(../fonts/FingerPaint-Regular.ttf);
}

/*Noto-Serif-Display*/
@font-face {
  font-family: Noto-Serif-Display;
  src: url(../fonts/Noto_Serif_Display/NotoSerifDisplay-VariableFont_wdth,wght.ttf);
}

@font-face {
  font-family: Noto-Serif-Display-regular;
  src: url(../fonts/Noto_Serif_Display/static/NotoSerifDisplay/NotoSerifDisplay-Regular.ttf);
}

@font-face {
  font-family: Noto-Serif-Display-bold;
  src: url(../fonts/Noto_Serif_Display/static/NotoSerifDisplay/NotoSerifDisplay-Bold.ttf);
}

@font-face {
  font-family: Noto-Serif-Display-black;
  src: url(../fonts/Noto_Serif_Display/static/NotoSerifDisplay/NotoSerifDisplay-Black.ttf);
}

/*Billion-Miracles*/
@font-face {
  font-family: Billion-Miracles;
  src: url(../fonts/Billion-Miracles.ttf);
}

/*Corinthia*/
@font-face {
  font-family: Corinthia-regular;
  src: url(../fonts/Corinthia/Corinthia-Regular.ttf);
}

/*------------
    INPUT
-------------*/
/* line 6, H:/idv/scss/components/_forms.scss */
input[type=text], select {
  display: inline-block;
  width: 100%;
  padding: 0.45rem 0.9rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1.5px solid #ced4da;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0.2rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: none;
}

/* line 23, H:/idv/scss/components/_forms.scss */
input:focus, input:focus-visible {
  border: 1.5px solid #929292;
  outline: none;
}

/* line 27, H:/idv/scss/components/_forms.scss */
input[type=text]:focus, input[type=text]:focus-visible {
  border: 1.5px solid #929292;
  outline: none;
}

/* line 40, H:/idv/scss/components/_forms.scss */
.form-container {
  margin: 0;
}

/* line 43, H:/idv/scss/components/_forms.scss */
.form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 54, H:/idv/scss/components/_forms.scss */
.form-title, .form-footer {
  background: #F78100;
  line-height: 3rem;
  padding: 0 2rem;
  color: #fff;
}

/* line 60, H:/idv/scss/components/_forms.scss */
.form-title.especial {
  background: #FAFAFA;
  line-height: 5rem;
  padding: 0 2rem;
  color: #000;
}

/* line 66, H:/idv/scss/components/_forms.scss */
.form-footer.especial {
  background: #FAFAFA;
  color: #000;
}

/* line 70, H:/idv/scss/components/_forms.scss */
.form-content {
  width: 90%;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  border: solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 88, H:/idv/scss/components/_forms.scss */
.form {
  position: relative;
  width: 30%;
  padding-top: 2rem;
  margin: 1.8rem auto;
}

/* line 94, H:/idv/scss/components/_forms.scss */
.form__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #bbbbbb;
  border-radius: 0.5rem;
  padding: 1.2rem;
  background: none;
  outline: none;
}

/* line 106, H:/idv/scss/components/_forms.scss */
.form__input:hover {
  border-color: #DCDCDC;
}

/* line 110, H:/idv/scss/components/_forms.scss */
.form__input:focus {
  border-color: #F78100;
}

/* line 114, H:/idv/scss/components/_forms.scss */
.form__input:focus-visible {
  border-color: #F78100;
}

/* line 117, H:/idv/scss/components/_forms.scss */
.form__input[type=range] {
  padding: 1.2rem 0;
  width: 98%;
  margin: 0 1%;
}

/* line 122, H:/idv/scss/components/_forms.scss */
.form__input[type=radio], .form__input[type=checkbox] {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: 0 .2rem;
}

/* line 128, H:/idv/scss/components/_forms.scss */
.form__input[type=color] {
  padding: .5rem;
  height: 42.38px;
}

/* line 132, H:/idv/scss/components/_forms.scss */
.form__input[type=file] {
  padding: .5rem;
  height: 42.38px;
}

/* line 138, H:/idv/scss/components/_forms.scss */
.form__label {
  position: absolute;
  left: 1rem;
  top: 0.8rem;
  padding: 0 0.5rem 0.3rem;
  cursor: text;
  -webkit-transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  -o-transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  background-color: #fff;
}

/* line 156, H:/idv/scss/components/_forms.scss */
.form.form-button {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 172, H:/idv/scss/components/_forms.scss */
.form.form-text, .form.form-email, .form.form-radio, .form.form-search, .form.form-url, .form.form-check {
  width: 97%;
}

/* line 175, H:/idv/scss/components/_forms.scss */
.form.form-radio, .form.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 190, H:/idv/scss/components/_forms.scss */
.form.form-radio .opc-check, .form.form-check .opc-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 2rem .8rem 0;
}

/* line 198, H:/idv/scss/components/_forms.scss */
.form.form-radio .opc-radio, .form.form-check .opc-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 2rem .8rem 0;
}

/* line 206, H:/idv/scss/components/_forms.scss */
.form.form-radio .radio-label, .form.form-radio .check-label, .form.form-check .radio-label, .form.form-check .check-label {
  font-size: 0.8rem;
  color: #767676;
  margin: 0 1rem 0 .2rem;
}

/* line 212, H:/idv/scss/components/_forms.scss */
.form.form-search {
  padding-top: 0;
}

/* line 215, H:/idv/scss/components/_forms.scss */
.form.form-search .busqueda {
  display: inline-block;
  position: relative;
  padding-top: 0;
  width: calc(100% - 57px);
}

/* line 221, H:/idv/scss/components/_forms.scss */
.form.form-search .busqueda input[type=search].form__input {
  position: relative;
  padding: .731rem;
  border-radius: 2rem 0 0 2rem;
}

/* line 227, H:/idv/scss/components/_forms.scss */
.form.form-search .btn {
  position: absolute;
  -webkit-transform: translate(-3%, 0%);
  -ms-transform: translate(-3%, 0%);
  transform: translate(-3%, 0%);
  padding: .79rem 1.2rem;
  border-radius: 0 2rem 2rem 0;
  margin: .1rem;
}

/* line 239, H:/idv/scss/components/_forms.scss */
.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown).form__input:not(:focus) ~ .form__label {
  top: -0.5rem;
  font-size: 0.8rem;
  left: .8rem;
}

/* Boton elegir archivo */
/* line 248, H:/idv/scss/components/_forms.scss */
::-webkit-file-upload-button {
  display: inline-block;
  padding: .3rem 1.3rem;
  font-size: .8rem;
  border: 2px solid #F78100;
  border-radius: 2rem;
  line-height: 1;
  margin: 0 .2rem;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  background-color: #F78100;
  color: #fff;
}

/* line 262, H:/idv/scss/components/_forms.scss */
::-webkit-file-upload-button:hover {
  background-color: transparent;
  color: #F78100;
}

/* line 267, H:/idv/scss/components/_forms.scss */
::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* line 1, H:/idv/scss/components/_banners.scss */
.banner {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60vh;
  /*
    .fromrightanimate{
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
        pointer-events: none;
        -webkit-transition: .5s;
        transition: .5s;
        opacity: 0;
    }
    &:hover > .fromrightanimate{
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        pointer-events: auto;
    }
    */
}

/* line 18, H:/idv/scss/components/_banners.scss */
.banner.banner-xl {
  height: 100vh;
}

/* line 21, H:/idv/scss/components/_banners.scss */
.banner .fondo {
  width: 100%;
  height: 60vh;
  position: absolute;
  -webkit-filter: drop-shadow(2px 4px 6px lightgrey);
  filter: drop-shadow(2px 4px 6px lightgrey);
}

/* line 27, H:/idv/scss/components/_banners.scss */
.banner .fondo.fondo-xl {
  height: auto;
}

/* line 31, H:/idv/scss/components/_banners.scss */
.banner .titulo-banner {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 1rem;
  color: #fff;
  font-size: 1.8em;
  letter-spacing: .2em;
  font-weight: 600;
  text-transform: uppercase;
  position: sticky;
  top: 60px;
  cursor: default;
}

/* Fondos(1295px x 377px)*/
/*Principal*/
/* line 66, H:/idv/scss/components/_banners.scss */
.fondo1 {
  background: url(https://igdiosviviente.org/img/fondos/2023-15aniversario.jpg) no-repeat center center;
  background-size: cover;
}

/*Calendario*/
/* line 74, H:/idv/scss/components/_banners.scss */
.fondocalendario {
  background: url(https://igdiosviviente.org/img/fondos/calendario.png) no-repeat left center;
  background-size: cover;
}

/*Nosotros*/
/* line 79, H:/idv/scss/components/_banners.scss */
.fondonosotros {
  background: url(https://igdiosviviente.org/img/fondos/pastores.png) no-repeat center center;
  background-size: cover;
}

/*Niños*/
/* line 84, H:/idv/scss/components/_banners.scss */
.fondoninos {
  background: url(https://igdiosviviente.org/img/fondos/ninos.png) no-repeat center center;
  background-size: cover;
}

/*Jovenes*/
/* line 89, H:/idv/scss/components/_banners.scss */
.fondojovenes {
  background: url(https://igdiosviviente.org/img/fondos/jovenes.png) no-repeat center center;
  background-size: cover;
}

/*Parejas*/
/* line 94, H:/idv/scss/components/_banners.scss */
.fondoparejas {
  background: url(https://igdiosviviente.org/img/fondos/parejas.png) no-repeat right center;
  background-size: cover;
}

/*Comunicate*/
/* line 99, H:/idv/scss/components/_banners.scss */
.fondocomunica {
  background: url(https://igdiosviviente.org/img/fondos/comunicate.png) no-repeat center center;
  background-size: cover;
}

/*Mujeres*/
/* line 104, H:/idv/scss/components/_banners.scss */
.fondomujeres {
  background: url(https://igdiosviviente.org/img/fondos/mujeres.png) no-repeat center center;
  background-size: cover;
}

/*Hombres*/
/* line 109, H:/idv/scss/components/_banners.scss */
.fondohombres {
  background: url(https://igdiosviviente.org/img/fondos/hombres.png) no-repeat right center;
  background-size: cover;
}

/*Semana Santa 2023*/
/* line 114, H:/idv/scss/components/_banners.scss */
.pascua2023 {
  background: url(https://igdiosviviente.org/img/fondos/banner_semana_santa2023.png) no-repeat center bottom;
  background-size: cover;
}

/*Video Semana Santa 2023*/
/* line 119, H:/idv/scss/components/_banners.scss */
.vid_inicio {
  width: 100%;
  display: block;
  max-height: calc(100vh - 120px);
  background-color: black;
  background-image: url(../img/fondos/bg_sv.png);
  background-size: cover;
  background-position: center;
}

/* line 2, H:/idv/scss/components/_pags.scss */
section.cita {
  padding: 2rem;
  line-height: 1.5;
}

/* line 7, H:/idv/scss/components/_pags.scss */
section.cita div.cita {
  padding: 2rem 5rem;
  text-align: center;
  line-height: 2;
  letter-spacing: .08em;
  word-spacing: .15em;
  max-width: 1041px;
  margin-left: auto;
  margin-right: auto;
}

/* line 19, H:/idv/scss/components/_pags.scss */
section.sec_1 {
  padding: 1rem 0 0;
  line-height: 1.5;
}

/* line 25, H:/idv/scss/components/_pags.scss */
section.sec_1 .sec_cont {
  padding: 1rem;
  text-align: center;
  letter-spacing: .08em;
  word-spacing: .15em;
  max-width: 1041px;
  margin-left: auto;
  margin-right: auto;
}

/* line 35, H:/idv/scss/components/_pags.scss */
section.sec_1 .sec_cont.contact button {
  margin: .3rem;
  border: transparent;
}

/* line 40, H:/idv/scss/components/_pags.scss */
section.sec_1 .sec_cont.contact button i {
  font-size: 1.2rem;
  padding: 0 .2rem;
}

/* line 44, H:/idv/scss/components/_pags.scss */
section.sec_1 .sec_cont.contact button span {
  vertical-align: text-top;
  padding: 0 .3rem;
}

/* line 53, H:/idv/scss/components/_pags.scss */
section.padd2rem {
  padding: 2rem;
}

/* line 57, H:/idv/scss/components/_pags.scss */
section.ninos {
  padding: 2rem;
}

/*Niños*/
/* line 64, H:/idv/scss/components/_pags.scss */
.ninos {
  font-family: "FingerPaint" !important;
  text-align: center;
}

/* line 68, H:/idv/scss/components/_pags.scss */
.ninos.pink {
  color: #FF006E;
}

/* line 71, H:/idv/scss/components/_pags.scss */
.ninos.orange {
  color: #ff7300;
}

/* line 74, H:/idv/scss/components/_pags.scss */
.ninos.yellow {
  color: #FFFC00;
}

/* line 77, H:/idv/scss/components/_pags.scss */
.ninos.green {
  color: #6CFF06;
}

/* line 80, H:/idv/scss/components/_pags.scss */
.ninos.cian {
  color: #00a3ff;
}

/* line 83, H:/idv/scss/components/_pags.scss */
.ninos.purple {
  color: #990c9e;
}

/* line 87, H:/idv/scss/components/_pags.scss */
.ninos p {
  color: #000;
  line-height: 2rem;
}

/* line 92, H:/idv/scss/components/_pags.scss */
.ninos.actividades {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
}

/* line 99, H:/idv/scss/components/_pags.scss */
.ninos.actividades .h1, .ninos.actividades h2, .ninos.actividades h3 {
  padding: .4em .2em;
}

/* line 103, H:/idv/scss/components/_pags.scss */
.ninos.descripcion {
  background-color: #00a3ff1a;
}

/* line 107, H:/idv/scss/components/_pags.scss */
.textsombra {
  filter: drop-shadow(0px 4px 5px #aaa) !important;
}

/*Parejas*/
/* line 111, H:/idv/scss/components/_pags.scss */
.text-parejas {
  font-family: "Noto-Serif-Display-bold" !important;
}

/* line 114, H:/idv/scss/components/_pags.scss */
.text-parejas h1 {
  font-family: inherit;
  text-transform: none;
  font-size: 3.5em;
}

/* line 120, H:/idv/scss/components/_pags.scss */
.handwritten {
  font-family: "Corinthia-regular" !important;
  letter-spacing: 1.5px;
}

/* Parejas y hombres */
/* line 125, H:/idv/scss/components/_pags.scss */
.prox-fecha {
  position: relative;
  text-align: center;
}

/* line 130, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-parejas {
  color: #BB836B;
}

/* line 133, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-parejas .fecha {
  position: relative;
  width: 100%;
  text-align: center;
  height: 13rem;
}

/* line 142, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-parejas .fecha .dia {
  position: absolute;
  width: 100%;
  font-size: 13rem;
  line-height: 13rem;
  padding: 0;
  color: #F9EDE8;
  cursor: pointer;
}

/* line 151, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-parejas .fecha .dia p {
  padding: 0;
  margin: 0;
}

/* line 156, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-parejas .fecha .mes {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  width: 100%;
  padding: 0 0 4.75rem;
  font-size: 3.85rem;
  color: #BB836B;
  text-transform: capitalize;
}

/* line 169, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-parejas .fecha .mes p {
  padding: 0;
  margin: 0 auto;
  width: fit-content;
  cursor: pointer;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 193, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-parejas .guardar-calendario {
  background-color: #BB836B;
  color: #fff;
  padding: 0.2rem 0.4rem;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0;
  transition: linear 0.3s;
}

/* line 203, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-parejas .fecha:hover .mes p {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 211, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-parejas .fecha:hover ~ .guardar-calendario {
  opacity: 1;
}

/* line 219, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-hombres .fecha {
  position: relative;
  width: 100%;
  text-align: center;
  height: 13rem;
}

/* line 226, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-hombres .fecha .dia {
  font-size: 10rem;
}

/* line 230, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-hombres .fecha .dia p {
  padding: 0;
  margin: 0 auto;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: fit-content;
  cursor: pointer;
}

/* line 242, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-hombres .fecha .dia p:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 252, H:/idv/scss/components/_pags.scss */
.prox-fecha.fecha-hombres .fecha .mes {
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 1.5rem;
}

/* Mujeres */
/* line 266, H:/idv/scss/components/_pags.scss */
.mujeres {
  color: #C77E7F;
}

/* line 268, H:/idv/scss/components/_pags.scss */
.mujeres.handwritten {
  font-size: 3.8rem;
}

/* line 273, H:/idv/scss/components/_pags.scss */
.serv-pres {
  color: #242424;
  width: 100%;
  padding: 1rem 3rem;
  background-image: url(https://igdiosviviente.org/img/fondos/2023-15aniversario.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 195px);
}

/* line 287, H:/idv/scss/components/_pags.scss */
.serv-pres .svp-div {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem 2rem;
  position: relative;
  border-radius: 0.2rem;
}

/* line 298, H:/idv/scss/components/_pags.scss */
.serv-pres .svp-tit {
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  padding: 1rem 0;
  color: #626865;
}

/* line 305, H:/idv/scss/components/_pags.scss */
.serv-pres .svp-aforo {
  font-size: 1.6rem;
  text-align: right;
  padding: 1rem 0;
  color: #626865;
}

/* line 311, H:/idv/scss/components/_pags.scss */
.serv-pres .svp-aforo .aforo-dat {
  font-size: 0.55em;
  font-weight: 500;
  padding: 0.5rem 0;
}

/* line 317, H:/idv/scss/components/_pags.scss */
.serv-pres .svp-aforo .aforo-dat:not(:nth-last-child(1)) {
  padding: 0.5rem 1rem 0.5rem 0;
}

/* line 324, H:/idv/scss/components/_pags.scss */
.serv-pres .aforo {
  width: 100%;
  margin: 1rem 0;
}

/* line 332, H:/idv/scss/components/_pags.scss */
.serv-pres .aforo tr.cuadro-aforo {
  width: 100%;
  background-color: #ffffff;
}

/* line 339, H:/idv/scss/components/_pags.scss */
.serv-pres .aforo tr.cuadro-aforo td.cuadro-aforo {
  width: calc(100%/3);
  border-radius: 0.2rem;
}

/* line 343, H:/idv/scss/components/_pags.scss */
.serv-pres .aforo tr.cuadro-aforo td.cuadro-aforo th {
  width: 100%;
  padding: 0.5rem;
  letter-spacing: 1px;
  font-size: 0.9em;
}

/* line 353, H:/idv/scss/components/_pags.scss */
.serv-pres .aforo tr.cuadro-aforo td.cuadro-aforo td {
  width: 100%;
  padding: 0.5rem;
  text-align: center;
}

/* line 361, H:/idv/scss/components/_pags.scss */
.serv-pres .aforo tr.cuadro-aforo td.cuadro-aforo:not(:nth-last-child(1)) {
  border-right: 3px solid #F0F0F0;
}

/* line 371, H:/idv/scss/components/_pags.scss */
table {
  width: 100%;
}

/* line 1, H:/idv/scss/components/_iframe.scss */
section {
  /* IFrame*/
}

/* line 3, H:/idv/scss/components/_iframe.scss */
section.video-section {
  width: 100%;
  padding: 2rem 0 1rem;
}

/* line 7, H:/idv/scss/components/_iframe.scss */
section.video-section .video-container {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

/* line 14, H:/idv/scss/components/_iframe.scss */
section.video-section .video-container .ytvideo {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

/* line 20, H:/idv/scss/components/_iframe.scss */
section.video-section .video-container .ytvideo .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* line 33, H:/idv/scss/components/_iframe.scss */
section.calendar-section {
  width: 100%;
  padding: 2rem 0 1rem;
}

/* line 37, H:/idv/scss/components/_iframe.scss */
section.calendar-section .calendar-container {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

/* line 44, H:/idv/scss/components/_iframe.scss */
section.calendar-section .calendar-container .big-calendar {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

/* line 50, H:/idv/scss/components/_iframe.scss */
section.calendar-section .calendar-container .big-calendar .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* line 62, H:/idv/scss/components/_iframe.scss */
section.calendar-section .mobile-calendar {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  padding: .5rem 1rem;
}

/* line 1, H:/idv/scss/components/_calendario.scss */
.calendario-flotante {
  position: fixed;
  bottom: 7rem;
  right: 1rem;
  height: 3.5rem;
  width: auto;
  z-index: 300;
}

/* line 10, H:/idv/scss/components/_calendario.scss */
.calendario-flotante .cal-name {
  background-color: #eb7800;
  color: #fff;
  padding: .5rem 3.2rem .5rem 1.2rem;
  border-radius: 2rem;
  opacity: 0;
  margin: 1.5rem 1.5rem 0 0;
  transition: all .3s ease-in-out;
  transform: translate(2rem, 0rem);
  visibility: hidden;
  display: inline-block;
}

/* line 24, H:/idv/scss/components/_calendario.scss */
.calendario-flotante .cal-button {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #f78000;
  font-size: 1.7rem;
  line-height: 3.5rem;
  text-align: center;
  color: white;
  opacity: 0.85;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  transform: translate3d(0.5rem, 0.2rem, 0);
}

/* line 31, H:/idv/scss/components/_calendario.scss */
.calendario-flotante .cal-button:hover {
  opacity: 1;
}

/* line 35, H:/idv/scss/components/_calendario.scss */
.calendario-flotante .cal-button:hover ~ .cal-name {
  visibility: visible;
  opacity: 1;
  transform: none;
}

/* line 46, H:/idv/scss/components/_calendario.scss */
.grow {
  transition: all .3s ease-in-out;
}

/* line 47, H:/idv/scss/components/_calendario.scss */
.grow:hover {
  transform: scale(1.3) translate3d(0, 0, 0);
}

/* line 1, H:/idv/scss/components/_planner.scss */
.mes-nombre {
  text-align: center;
}

/* line 6, H:/idv/scss/components/_planner.scss */
.planner {
  width: 100%;
  margin: 0 auto;
  border: .5rem solid;
  border-color: #e3e9ff;
  border-collapse: collapse;
}

/* line 14, H:/idv/scss/components/_planner.scss */
.planner td {
  width: calc(100% / 7);
  padding: .15rem;
  text-align: right;
}

/* line 19, H:/idv/scss/components/_planner.scss */
.planner .dias-nombre {
  background-color: #e3e9ff;
  font-size: .8rem;
  border-bottom-style: solid;
  border-color: rgba(0, 0, 0, 0.25);
  border-collapse: collapse;
}

/* line 28, H:/idv/scss/components/_planner.scss */
.planner .dias-num td {
  font-size: .65rem;
  line-height: .7rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.75);
  padding: .18rem;
  background-color: #f8f9ff;
  border-width: thin;
  border-left-style: solid;
  border-right-style: solid;
  border-color: #ddd;
  border-collapse: collapse;
}

/* line 43, H:/idv/scss/components/_planner.scss */
.planner .evento-descrip td {
  font-size: .67rem;
  line-height: .7rem;
  height: 5rem;
  text-align: left;
  border-width: thin;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #ddd;
  border-collapse: collapse;
}

/* line 1, H:/idv/scss/components/_timer.scss */
#start-timer {
  position: absolute;
  width: 130px;
  height: 20px;
  top: 60px;
  left: 25px;
  cursor: pointer;
}

/* line 10, H:/idv/scss/components/_timer.scss */
#stop-timer {
  position: absolute;
  width: 130px;
  height: 20px;
  top: 85px;
  left: 25px;
  cursor: pointer;
}

/* line 1, H:/idv/scss/components/_modales.scss */
.modal {
  width: 100%;
  height: 100vh;
  background-color: #323a4680;
  z-index: 1900;
  position: fixed;
  top: 0;
  left: 0;
  color: #343a40;
  overflow: scroll;
}

/* line 4, H:/idv/scss/components/_modales.scss */
.modal .modal_container {
  margin: 1.75rem auto;
  max-width: 800px;
  width: 100%;
  min-width: 300px;
  background-color: #fff;
  padding: 2rem;
  animation: aparecer 0.4s 1;
}

/* line 8, H:/idv/scss/components/_modales.scss */
.modal .modal_div {
  padding: 0.5rem;
}

/* line 12, H:/idv/scss/components/_modales.scss */
.modal.block {
  display: block !important;
}

/* line 1, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

/* line 6, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#msform fieldset {
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}

/* line 17, H:/idv/scss/components/_wizard-form-progress-bar.scss */
.form-card {
  text-align: left;
}

/* line 20, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#msform fieldset:not(:first-of-type) {
  display: none;
}

/* line 24, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px;
}

/* line 38, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #F78100;
  outline-width: 0;
}

/* line 46, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#msform .action-button {
  width: 100px;
  background: #F78100;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0.2rem;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
}

/* line 59, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #eb7800;
}

/* line 64, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

/* line 76, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

/* line 80, H:/idv/scss/components/_wizard-form-progress-bar.scss */
.card {
  z-index: 0;
  border: none;
  position: relative;
}

/* line 85, H:/idv/scss/components/_wizard-form-progress-bar.scss */
.fs-title {
  font-size: 25px;
  color: #F78100;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

/* line 92, H:/idv/scss/components/_wizard-form-progress-bar.scss */
.purple-text {
  color: #F78100;
  font-weight: normal;
}

/* line 96, H:/idv/scss/components/_wizard-form-progress-bar.scss */
.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

/* line 103, H:/idv/scss/components/_wizard-form-progress-bar.scss */
.fieldlabels {
  color: gray;
  text-align: left;
}

/* line 107, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #767676;
}

/* line 112, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#progressbar .active {
  color: #F78100;
}

/* line 115, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

/* line 123, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e";
}

/* line 127, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

/* line 131, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030";
}

/* line 135, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

/* line 139, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: #767676;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  position: relative;
  z-index: 1;
}

/* line 153, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #767676;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 0;
}

/* line 164, H:/idv/scss/components/_wizard-form-progress-bar.scss */
#progressbar li.active:before,
#progressbar li.active:after {
  background: #F78100;
}

/* line 168, H:/idv/scss/components/_wizard-form-progress-bar.scss */
.progress {
  height: 20px;
  background-color: #767676;
}

/* line 172, H:/idv/scss/components/_wizard-form-progress-bar.scss */
.progress-bar {
  background-color: #F78100;
  height: -webkit-fill-available;
}

/* line 176, H:/idv/scss/components/_wizard-form-progress-bar.scss */
.fit-image {
  width: 100%;
  object-fit: cover;
}

/* line 181, H:/idv/scss/components/_wizard-form-progress-bar.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 185, H:/idv/scss/components/_wizard-form-progress-bar.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 1, H:/idv/scss/components/_tooltips.scss */
.tooltip {
  position: relative;
  display: inline-block;
}

/* line 7, H:/idv/scss/components/_tooltips.scss */
.tooltip .tooltiptext {
  opacity: 0;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 50%;
  margin-left: -60px;
  font-size: 0.8rem;
  transition: ease-in-out 0.3s;
}

/* line 25, H:/idv/scss/components/_tooltips.scss */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}

/* line 37, H:/idv/scss/components/_tooltips.scss */
.tooltip:hover .tooltiptext {
  opacity: 1;
}

/* line 253, H:/idv/scss/estilos.scss */
.btn {
  display: inline-block;
  padding: .5rem 1.3rem;
  font-size: .9rem;
  border: 2px solid #F78100;
  border-radius: 2rem;
  line-height: 1;
  margin: 0 .2rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

/* line 266, H:/idv/scss/estilos.scss */
.btn.solid, .btn.transparent:hover, .btn.transparent:active, .btn.transparent:focus {
  background-color: #F78100;
  color: #fff;
}

/* line 270, H:/idv/scss/estilos.scss */
.btn.solid a:visited, .btn.transparent:hover a:visited, .btn.transparent:active a:visited, .btn.transparent:focus a:visited {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 276, H:/idv/scss/estilos.scss */
.btn.solid link:visited, .btn.transparent:hover link:visited, .btn.transparent:active link:visited, .btn.transparent:focus link:visited {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 284, H:/idv/scss/estilos.scss */
.btn.transparent, .btn.solid:hover, .btn.solid:active, .btn.solid:focus {
  background-color: transparent;
  color: #F78100;
}

/* line 288, H:/idv/scss/estilos.scss */
.btn.transparent a:visited, .btn.solid:hover a:visited, .btn.solid:active a:visited, .btn.solid:focus a:visited {
  color: #F78100;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 294, H:/idv/scss/estilos.scss */
.btn.transparent link:visited, .btn.solid:hover link:visited, .btn.solid:active link:visited, .btn.solid:focus link:visited {
  color: #F78100;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 301, H:/idv/scss/estilos.scss */
.round {
  border-radius: 50% !important;
}

/* line 304, H:/idv/scss/estilos.scss */
.soft-rectangle {
  border-radius: 0.2rem !important;
}

/* line 307, H:/idv/scss/estilos.scss */
.sharp {
  border-radius: 0 !important;
}

/* Footer */
/* line 311, H:/idv/scss/estilos.scss */
section.foot {
  width: 100%;
  height: 4.5rem;
  position: relative;
}

/* line 316, H:/idv/scss/estilos.scss */
footer {
  background-color: #F0F0F0;
  line-height: 1.5rem;
  font-size: .8rem;
  padding: .5rem;
  width: 100%;
  z-index: 998;
  position: fixed;
  bottom: 0;
}

/* line 326, H:/idv/scss/estilos.scss */
footer .rrss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 338, H:/idv/scss/estilos.scss */
footer .rrss div.rrss-buttons {
  display: inline-block;
  padding: .3rem .5rem;
}

/* line 342, H:/idv/scss/estilos.scss */
footer .rrss div.rrss-buttons button {
  font-size: .8rem;
}

/* line 345, H:/idv/scss/estilos.scss */
footer .rrss div.rrss-buttons button i {
  font-size: 1rem;
}

/* line 351, H:/idv/scss/estilos.scss */
footer span {
  text-transform: uppercase;
  color: #F78100;
}

/* line 356, H:/idv/scss/estilos.scss */
footer button.btn#backtotop {
  display: inline-block;
}

@media (max-width: 1200px) {
  /* line 3, H:/idv/scss/components/_responsive.scss */
  .col-lg-12 {
    width: calc((100% / 12)*12) !important;
  }
  /* line 4, H:/idv/scss/components/_responsive.scss */
  .col-lg-11 {
    width: calc((100% / 12)*11) !important;
  }
  /* line 5, H:/idv/scss/components/_responsive.scss */
  .col-lg-10 {
    width: calc((100% / 12)*10) !important;
  }
  /* line 6, H:/idv/scss/components/_responsive.scss */
  .col-lg-9 {
    width: calc((100% / 12)*9) !important;
  }
  /* line 7, H:/idv/scss/components/_responsive.scss */
  .col-lg-8 {
    width: calc((100% / 12)*8) !important;
  }
  /* line 8, H:/idv/scss/components/_responsive.scss */
  .col-lg-7 {
    width: calc((100% / 12)*7) !important;
  }
  /* line 9, H:/idv/scss/components/_responsive.scss */
  .col-lg-6 {
    width: calc((100% / 12)*6) !important;
  }
  /* line 10, H:/idv/scss/components/_responsive.scss */
  .col-lg-5 {
    width: calc((100% / 12)*5) !important;
  }
  /* line 11, H:/idv/scss/components/_responsive.scss */
  .col-lg-4 {
    width: calc((100% / 12)*4) !important;
  }
  /* line 12, H:/idv/scss/components/_responsive.scss */
  .col-lg-3 {
    width: calc((100% / 12)*3) !important;
  }
  /* line 13, H:/idv/scss/components/_responsive.scss */
  .col-lg-2 {
    width: calc((100% / 12)*2) !important;
  }
  /* line 14, H:/idv/scss/components/_responsive.scss */
  .col-lg-1 {
    width: calc((100% / 12)*1) !important;
  }
}

@media (max-width: 990px) {
  /* line 18, H:/idv/scss/components/_responsive.scss */
  .logo {
    font-size: .9rem;
  }
  /* line 22, H:/idv/scss/components/_responsive.scss */
  .col-md-12 {
    width: calc((100% / 12)*12) !important;
  }
  /* line 23, H:/idv/scss/components/_responsive.scss */
  .col-md-12 {
    width: calc((100% / 12)*11) !important;
  }
  /* line 24, H:/idv/scss/components/_responsive.scss */
  .col-md-12 {
    width: calc((100% / 12)*10) !important;
  }
  /* line 25, H:/idv/scss/components/_responsive.scss */
  .col-md-12 {
    width: calc((100% / 12)*9) !important;
  }
  /* line 26, H:/idv/scss/components/_responsive.scss */
  .col-md-12 {
    width: calc((100% / 12)*8) !important;
  }
  /* line 27, H:/idv/scss/components/_responsive.scss */
  .col-md-12 {
    width: calc((100% / 12)*7) !important;
  }
  /* line 28, H:/idv/scss/components/_responsive.scss */
  .col-md-12 {
    width: calc((100% / 12)*6) !important;
  }
  /* line 29, H:/idv/scss/components/_responsive.scss */
  .col-md-12 {
    width: calc((100% / 12)*5) !important;
  }
  /* line 30, H:/idv/scss/components/_responsive.scss */
  .col-md-12 {
    width: calc((100% / 12)*4) !important;
  }
  /* line 31, H:/idv/scss/components/_responsive.scss */
  .col-md-12 {
    width: calc((100% / 12)*3) !important;
  }
  /* line 32, H:/idv/scss/components/_responsive.scss */
  .col-md-12 {
    width: calc((100% / 12)*2) !important;
  }
  /* line 33, H:/idv/scss/components/_responsive.scss */
  .col-md-12 {
    width: calc((100% / 12)*1) !important;
  }
}

@media (max-width: 920px) {
  /*Topbar*/
  /* line 38, H:/idv/scss/components/_responsive.scss */
  .top-bar {
    display: none;
  }
  /*Navbar*/
  /* line 42, H:/idv/scss/components/_responsive.scss */
  .hamburger-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 47, H:/idv/scss/components/_responsive.scss */
  #menucheck {
    display: block;
  }
  /* line 50, H:/idv/scss/components/_responsive.scss */
  .nav-btn {
    position: fixed;
    height: calc(100vh - 3rem);
    top: 3rem;
    left: 0;
    padding-bottom: 3rem;
    width: 100%;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .65s;
    -o-transition: .65s;
    transition: .65s;
  }
  /* line 77, H:/idv/scss/components/_responsive.scss */
  #menucheck:checked ~ .nav-btn {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 82, H:/idv/scss/components/_responsive.scss */
  #menucheck:checked ~ .nav-btn .nav-link,
  #menucheck:checked ~ .nav-btn .log-sign {
    /*animation: animation .5s ease forwards .5s;*/
    -webkit-animation: animation 0.5s ease forwards var(--i);
    animation: animation 0.5s ease forwards var(--i);
  }
  /* line 88, H:/idv/scss/components/_responsive.scss */
  .nav-links {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
  }
  /* line 94, H:/idv/scss/components/_responsive.scss */
  .nav-links > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 100, H:/idv/scss/components/_responsive.scss */
  .nav-link {
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  /* line 107, H:/idv/scss/components/_responsive.scss */
  .nav-link > a {
    line-height: 1;
    padding: 1.6rem 2rem;
  }
  /*Botón principal*/
  /* line 112, H:/idv/scss/components/_responsive.scss */
  .nav-link:hover > a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: #DCDCDC;
  }
  /* line 118, H:/idv/scss/components/_responsive.scss */
  .dropdown, .dropdown.second {
    position: initial;
    top: initial;
    left: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    background-color: #FAFAFA;
    display: none;
  }
  /* line 132, H:/idv/scss/components/_responsive.scss */
  .nav-link:hover > .dropdown, .dropdown-link:hover > .dropdown {
    display: block;
  }
  /* line 135, H:/idv/scss/components/_responsive.scss */
  .nav-link:hover > a > i,
  .dropdown-link:hover > a > i {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  /* line 141, H:/idv/scss/components/_responsive.scss */
  .dropdown-link > a {
    background-color: transparent;
    color: #000;
    padding: 1.2rem 2rem;
  }
  /* line 146, H:/idv/scss/components/_responsive.scss */
  .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: none;
  }
  /* line 149, H:/idv/scss/components/_responsive.scss */
  .dropdown.second .dropdown-link > a {
    padding: 1.2rem 2rem 1.2rem 3rem;
  }
  /* line 152, H:/idv/scss/components/_responsive.scss */
  .dropdown.second .dropdown.second .dropdown-link > a {
    padding: 1.2rem 2rem 1.2rem 4rem;
  }
  /* line 155, H:/idv/scss/components/_responsive.scss */
  .arrow {
    z-index: 1;
    background-color: #DCDCDC;
    left: 10%;
    -webkit-transform: scale(1.1) rotate(45deg);
    -ms-transform: scale(1.1) rotate(45deg);
    transform: scale(1.1) rotate(45deg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  /* line 166, H:/idv/scss/components/_responsive.scss */
  .nav-link:hover .arrow {
    background-color: #DCDCDC;
  }
  /* line 169, H:/idv/scss/components/_responsive.scss */
  .dropdown .dropdown .arrow {
    display: none;
  }
  /* line 172, H:/idv/scss/components/_responsive.scss */
  .dropdown-link:hover > a {
    background-color: #F0F0F0;
    font-weight: 600;
  }
  /* line 176, H:/idv/scss/components/_responsive.scss */
  .dropdown-link:first-child:hover ~ .arrow {
    background-color: #F0F0F0;
  }
  /* line 179, H:/idv/scss/components/_responsive.scss */
  .nav-link > a > i {
    font-size: 1.1rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
  }
  /* line 188, H:/idv/scss/components/_responsive.scss */
  .dropdown i {
    font-size: 1rem;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
  }
  /* line 194, H:/idv/scss/components/_responsive.scss */
  .log-sign {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    padding: 1.5rem 1.9rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  /* Menu escritorio */
  /* line 210, H:/idv/scss/components/_responsive.scss */
  .escritorio .escri-busqueda {
    margin: 1rem;
  }
  /* line 212, H:/idv/scss/components/_responsive.scss */
  .escritorio .escri-busqueda .form-search {
    width: calc(80% - 2rem);
  }
  /* line 217, H:/idv/scss/components/_responsive.scss */
  .menubtn {
    width: calc(33.33% - 2rem);
  }
  /* Form */
  /* line 222, H:/idv/scss/components/_responsive.scss */
  .form {
    width: 48%;
  }
  /* Banner */
  /* line 227, H:/idv/scss/components/_responsive.scss */
  .banner {
    height: 50vh;
  }
  /* line 230, H:/idv/scss/components/_responsive.scss */
  .banner .fondo {
    width: 100%;
    height: 50vh;
    position: absolute;
  }
  /* line 235, H:/idv/scss/components/_responsive.scss */
  .banner .titulo-banner {
    font-size: 1.2em;
    letter-spacing: .2em;
    font-weight: 600;
  }
  /* line 241, H:/idv/scss/components/_responsive.scss */
  .invisible-med {
    display: none !important;
  }
  /* line 244, H:/idv/scss/components/_responsive.scss */
  .visible-med {
    display: inherit !important;
  }
  /*---
    PAGS
    ----*/
  /* line 250, H:/idv/scss/components/_responsive.scss */
  .serv-pres {
    width: 100%;
    padding: 1rem 3rem;
    min-height: calc(100vh - 140px);
  }
  /* line 255, H:/idv/scss/components/_responsive.scss */
  .serv-pres .svp-tit {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: left;
    padding: 1rem 0;
  }
}

@media (max-width: 700px) {
  /* Menu ecritorio */
  /* line 267, H:/idv/scss/components/_responsive.scss */
  .menubtn {
    width: calc(50% - 2rem);
  }
  /* line 274, H:/idv/scss/components/_responsive.scss */
  .modal .modal_container {
    margin: 1.75rem 1rem;
    max-width: calc(100% - 2rem);
    width: 100%;
    min-width: 300px;
    background-color: #fff;
    padding: 1rem;
  }
  /* line 278, H:/idv/scss/components/_responsive.scss */
  .modal .modal_div {
    padding: 0.2rem;
  }
  /* line 284, H:/idv/scss/components/_responsive.scss */
  .col-sm-12 {
    width: calc((100% / 12)*12) !important;
  }
  /* line 285, H:/idv/scss/components/_responsive.scss */
  .col-sm-11 {
    width: calc((100% / 12)*11) !important;
  }
  /* line 286, H:/idv/scss/components/_responsive.scss */
  .col-sm-10 {
    width: calc((100% / 12)*10) !important;
  }
  /* line 287, H:/idv/scss/components/_responsive.scss */
  .col-sm-9 {
    width: calc((100% / 12)*9) !important;
  }
  /* line 288, H:/idv/scss/components/_responsive.scss */
  .col-sm-8 {
    width: calc((100% / 12)*8) !important;
  }
  /* line 289, H:/idv/scss/components/_responsive.scss */
  .col-sm-7 {
    width: calc((100% / 12)*7) !important;
  }
  /* line 290, H:/idv/scss/components/_responsive.scss */
  .col-sm-6 {
    width: calc((100% / 12)*6) !important;
  }
  /* line 291, H:/idv/scss/components/_responsive.scss */
  .col-sm-5 {
    width: calc((100% / 12)*5) !important;
  }
  /* line 292, H:/idv/scss/components/_responsive.scss */
  .col-sm-4 {
    width: calc((100% / 12)*4) !important;
  }
  /* line 293, H:/idv/scss/components/_responsive.scss */
  .col-sm-3 {
    width: calc((100% / 12)*3) !important;
  }
  /* line 294, H:/idv/scss/components/_responsive.scss */
  .col-sm-2 {
    width: calc((100% / 12)*2) !important;
  }
  /* line 295, H:/idv/scss/components/_responsive.scss */
  .col-sm-1 {
    width: calc((100% / 12)*1) !important;
  }
}

@media (max-width: 600px) {
  /* line 299, H:/idv/scss/components/_responsive.scss */
  .form-title.especial {
    padding: .5rem 1rem;
    line-height: 3rem;
    text-align: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* Fondos */
  /*Pag*/
  /* line 317, H:/idv/scss/components/_responsive.scss */
  section.cita div.cita {
    padding: 2rem 1rem;
    text-align: center;
    line-height: 2;
    letter-spacing: .08em;
    word-spacing: .15em;
  }
  /* line 325, H:/idv/scss/components/_responsive.scss */
  section.ninos {
    padding: 2rem 1rem;
  }
  /*Semana Santa 2023*/
  /* line 329, H:/idv/scss/components/_responsive.scss */
  .pascua2023 {
    background: url(https://igdiosviviente.org/img/fondos/banner_semana_santa2023movil.png) no-repeat center center;
    background-size: cover;
  }
  /* line 335, H:/idv/scss/components/_responsive.scss */
  .serv-pres .svp-div {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 1rem 1.5rem;
    position: relative;
    border-radius: 0.2rem;
  }
  /* line 345, H:/idv/scss/components/_responsive.scss */
  .serv-pres .svp-tit {
    text-align: left;
  }
  /* line 348, H:/idv/scss/components/_responsive.scss */
  .serv-pres .svp-aforo {
    text-align: left;
    padding: 0;
  }
  /* line 355, H:/idv/scss/components/_responsive.scss */
  .invisible-peq {
    display: none !important;
  }
  /* line 358, H:/idv/scss/components/_responsive.scss */
  .visible-peq {
    display: inherit !important;
  }
}

@media (max-width: 500px) {
  /*Navbar*/
  /* line 364, H:/idv/scss/components/_responsive.scss */
  header .container {
    padding: 0 1rem;
  }
  /* line 367, H:/idv/scss/components/_responsive.scss */
  .logo {
    font-size: .8rem;
  }
  /* Form */
  /* line 371, H:/idv/scss/components/_responsive.scss */
  .form {
    width: 100%;
  }
  /* line 373, H:/idv/scss/components/_responsive.scss */
  .form__input {
    padding: 1.6rem;
  }
  /* line 377, H:/idv/scss/components/_responsive.scss */
  .form.form-text, .form.form-email, .form.form-radio, .form.form-search, .form.form-url, .form.form-check {
    width: 100%;
  }
  /* Menu escritorio*/
  /* line 383, H:/idv/scss/components/_responsive.scss */
  .escritorio .escri-busqueda {
    margin: 1rem;
  }
  /* line 385, H:/idv/scss/components/_responsive.scss */
  .escritorio .escri-busqueda .form-search {
    width: calc(100% - 2rem);
  }
  /* line 390, H:/idv/scss/components/_responsive.scss */
  .menubtn {
    width: calc(100% - 2rem);
    height: 6rem;
    margin: .3rem 1rem;
  }
  /*---
    PAGS
    ----*/
  /* line 398, H:/idv/scss/components/_responsive.scss */
  .serv-pres {
    padding: 1.2rem;
    min-height: calc(100vh - 195px);
  }
  /*Footer*/
  /* line 403, H:/idv/scss/components/_responsive.scss */
  footer .rrss {
    width: 100%;
  }
}

/*# sourceMappingURL=estilos.css.map */