@charset "UTF-8";
/****************************************** STYLE SASS MODULE ***************************************
*
*   This module contains all the mixins SASS styles for the website
*
*   @author    Kibukita
*   @date      04-05-2015
*
******************************************************************************************************/
/************ END MIXINS *******************************/
/* VARS */
/* FONTS */
@font-face {
  font-family: 'Apercu Normal';
  src: url("../fonts/Apercu/Apercu_Regular.otf") format("opentype");
  src: url("../fonts/Apercu/Apercu-Regular.ttf") format("truetype");
  src: url("../fonts/Apercu/Apercu-Regular.woff") format("woff");
  src: url("../fonts/Apercu/Apercu-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'Apercu Light';
  font-weight: light;
  src: url("../fonts/Apercu/Apercu_Light.otf") format("opentype");
  src: url("../fonts/Apercu/Apercu-Light.ttf") format("truetype");
  src: url("../fonts/Apercu/Apercu-Light.woff") format("woff");
  src: url("../fonts/Apercu/Apercu-Light.woff2") format("woff2"); }

@font-face {
  font-family: 'Apercu Medium';
  font-weight: light;
  src: url("../fonts/Apercu/Apercu_Medium.otf") format("opentype");
  src: url("../fonts/Apercu/Apercu-Medium.ttf") format("truetype");
  src: url("../fonts/Apercu/Apercu-Medium.woff") format("woff");
  src: url("../fonts/Apercu/Apercu-Medium.woff2") format("woff2"); }

@font-face {
  font-family: 'Apercu Bold';
  font-weight: bold;
  src: url("../fonts/Apercu/Apercu_Bold.otf") format("opentype");
  src: url("../fonts/Apercu/Apercu-Bold.ttf") format("truetype");
  src: url("../fonts/Apercu/Apercu-Bold.woff") format("woff");
  src: url("../fonts/Apercu/Apercu-Bold.woff2") format("woff2"); }

@font-face {
  font-family: 'Apercu Italic';
  src: url("../fonts/Apercu/Apercu_Italic.otf") format("opentype");
  src: url("../fonts/Apercu/Apercu-Italic.ttf") format("truetype");
  src: url("../fonts/Apercu/Apercu-Italic.woff") format("woff");
  src: url("../fonts/Apercu/Apercu-Italic.woff2") format("woff2"); }

@font-face {
  font-family: 'Value';
  src: url("../fonts/Value/Value-Serif.woff2") format("woff2"), url("../fonts/Value/Value-Serif.woff") format("woff"), url("../fonts/Value/Value-Serif.ttf") format("truetype"); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none !important; }

body, html {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Apercu Normal', sans-serif;
  font-size: 16px;
  color: #323333;
  margin: 0;
  background-color: white; }

h1 {
  font-family: 'Value', sans-serif;
  font-size: 3em;
  margin: 0.8em;
  margin-left: 0; }

h2 {
  font-family: 'Value', sans-serif;
  font-size: 2em; }

#logo {
  font-family: 'Value', sans-serif;
  font-size: 1.25em; }
  #logo.hidden {
    display: none; }
  #logo a {
    text-decoration: none;
    color: black; }

.font-base {
  font-family: 'Apercu Normal', sans-serif; }

.font-base-bold {
  font-family: 'Apercu Bold', sans-serif; }

.font-base-medium {
  font-family: 'Apercu Medium', sans-serif; }

.font-base-light {
  font-family: 'Apercu Light', sans-serif; }

.font-base-italic {
  font-family: 'Apercu Italic', sans-serif; }

.font-size-l {
  font-size: 1.12em;
  /*18px */ }

.font-size-xl {
  font-size: 1.25em;
  /*20px */ }

.font-size-xxl {
  font-size: 1.56em;
  /*25px */ }

.font-size-xxxl {
  font-size: 3.125em;
  /*70px */ }

.font-size-xxxxl {
  font-size: 4.37em;
  /*70px */ }

.text-center {
  text-align: center; }

/* END FONT STYLES */
/*--------------------- BASE STYLES -----------------------*/
.section_yellow {
  background-color: #FFF980; }

.text-center {
  text-align: center; }

.container {
  width: 100%; }

.hidden {
  display: none !important; }

.show {
  display: block; }

.subrayado-amarillo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF980), to(#FFF980));
  background-image: linear-gradient(#FFF980, #FFF980);
  background-position: bottom, left;
  background-repeat: no-repeat;
  background-size: 100% 45%; }

/*--------------------- MAIN MENU -----------------------------*/
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 99;
  height: 75px;
  padding-left: 9em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .nav__toggle {
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .nav__toggle .one,
    .nav__toggle .two,
    .nav__toggle .three {
      width: 100%;
      height: 3px;
      background: black;
      margin: 6px auto;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .nav__toggle.on {
      margin-top: 35px; }
      .nav__toggle.on .one {
        -webkit-transform: rotate(45deg) translate(4px, 4px);
        transform: rotate(45deg) translate(4px, 4px);
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: -webkit-transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
      .nav__toggle.on .two {
        opacity: 0; }
      .nav__toggle.on .three {
        -webkit-transform: rotate(-45deg) translate(8px, -10px);
        transform: rotate(-45deg) translate(8px, -10px);
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: -webkit-transform .25s ease-in-out;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .25s ease-in-out; }
  .nav__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8em; }
    .nav__menu li {
      list-style-type: none;
      padding-left: 1em;
      padding-right: 1em; }
      .nav__menu li a {
        font-family: 'Apercu Normal', sans-serif;
        font-size: 0.88em;
        text-decoration: none;
        color: black; }
        .nav__menu li a:hover {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF980), to(#FFF980));
          background-image: linear-gradient(#FFF980, #FFF980);
          background-position: bottom, left;
          background-repeat: no-repeat;
          background-size: 100% 45%; }

/*--------------------- HOME SECTION -------------*/
.linea-al-medio {
  vertical-align: middle; }

section#home div.container-img {
  margin-top: 75px;
  background-image: url("../img/fondo-rosario.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 650px;
  width: 100%;
  padding-left: 9em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#home-claim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 50%; }
  #home-claim p {
    text-align: justify;
    line-height: 1.5em;
    width: 100%; }

#firma-papa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.redes-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100; }

/* END SECTION HOME */
/*------------- SECTION ROSARIO --------------*/
#container-rosario, section#oraciones {
  padding-bottom: 4.5em;
  padding-top: 1em;
  padding-left: 5em; }

#container-rosario-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }

div#img-rosario {
  width: 50%; }

div#img-rosario svg {
  max-height: 480px; }

div#rezar-rosario {
  overflow-x: hidden;
  max-height: 500px;
  width: 45%; }

.circle {
  border-radius: 50%;
  border: 1px solid #969696;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .circle.active {
    border: none;
    background-color: #FFF980;
    fill: #FFF980; }
  .circle:hover {
    background-color: #FFF980; }

.svg-circle {
  fill: white;
  stroke: #969696; }
  .svg-circle.active {
    stroke: none;
    fill: #FFF980; }

.paso {
  padding-left: 40px;
  line-height: 40px; }

.rezo {
  border-left: 1px solid #969696;
  padding-left: 60px;
  margin-left: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-bottom: 2em;
  padding-right: 2em; }

.paso-rezo {
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

#texto-paso-resp {
  display: none; }

.rezo-resp-box {
  text-align: center;
  width: 200px;
  margin: auto; }

/* SECTION ORACIONES */
#container-oraciones {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding-left: 9em;
  padding-top: 5.5em;
  padding-bottom: 5.5em; }

#oraciones, #oracion {
  width: 50%; }

ul#menu-oraciones, div.texto-oracion {
  width: 70%;
  padding: 0;
  margin-top: 2em; }

ul#menu-oraciones li {
  border-top: 1px solid #414242;
  color: black;
  list-style-type: none;
  min-height: 60px;
  line-height: 60px;
  cursor: pointer; }
  ul#menu-oraciones li:last-child {
    border-bottom: 1px solid #414242; }
  ul#menu-oraciones li span {
    opacity: 0.6; }
  ul#menu-oraciones li.active {
    color: black; }
    ul#menu-oraciones li.active span {
      opacity: 1; }
    ul#menu-oraciones li.active img {
      display: inline-block; }

.texto-oracion {
  width: 100%;
  line-height: 2em; }

.icono-flecha {
  vertical-align: middle;
  margin-left: 2em;
  display: none; }
  .icono-flecha.oculto {
    display: none; }

/* ESTILOS PARA LA SECCIÓN MISTERIOS */
#cuatro-misterios-resp {
  display: none; }

#container-misterios {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 9em;
  padding-right: 9em;
  padding-top: 4.5em;
  padding-bottom: 4.5em; }

#cuatro-misterios {
  margin: 0;
  margin-top: 3.125em;
  margin-bottom: 5.625em; }

#cuatro-misterios th {
  padding: 0em 1em 5em 0em;
  width: 170px; }

#cuatro-misterios td {
  vertical-align: top; }

.misterio {
  border: 5px solid #FFF980;
  padding: 0.55em 0em;
  cursor: pointer; }
  .misterio:last-child {
    margin-right: 0; }
  .misterio.active {
    background-color: #FFF980; }
  .misterio:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF980), to(#FFF980));
    background-image: linear-gradient(#FFF980, #FFF980);
    background-position: bottom, left;
    background-repeat: no-repeat;
    background-size: 100% 45%; }

div.linea {
  border: 1px solid #969696;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  margin: 0 1em; }

.dia-misterio {
  background-color: #FFF980;
  padding: 0.15em 0.55em;
  text-align: center; }

.column-day {
  padding-right: 4.56em;
  padding-top: 2em; }

#segundo-dia {
  text-align: left; }

div.circle-linea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.texto-misterio {
  width: 100px; }

/* ESTILOS PARA LAS LETANÍAS DE LA VIRGEN */
.container-letanias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.container-img-virgen {
  width: 50%;
  background-image: url("../img/virgen.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px; }

.container-texto-letanias {
  height: 700px;
  width: 50%;
  padding: 4.5em 5.5em;
  background-color: #F7F7F4; }

#texto-letania {
  max-height: 400px;
  margin-top: 4.5em; }

.contenido-letania {
  border-left: 1px solid #969696;
  padding: 47px;
  margin-left: 15px;
  line-height: 2em; }

.circulo-amarillo {
  border-radius: 50%;
  background-color: #FFF980;
  width: 30px;
  height: 30px; }

.circulo-vacio {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #969696; }

.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px; }
  .title p {
    margin-left: 32px; }

/* ESTILOS PARA LAS PROMESAS */
#container-promesas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 4.5em; }

#container-inside-promesas {
  max-width: 950px;
  width: 100%; }

#texto-promesas {
  max-height: 745px; }

div.la-promesa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 7.4em;
  position: relative; }
  div.la-promesa:before {
    content: "";
    position: absolute;
    left: 15%;
    top: 0;
    height: 1px;
    width: 85%;
    border-top: 1px solid #414242; }

div.num-promesa {
  color: #FFF980;
  width: 15%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.text-promesa {
  width: 85%;
  padding-right: 5px; }

/* ESTILOS PARA EL PAPA */
div#container-texto-papa {
  background-color: #F7F7F4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

div#container-img-papa {
  background-image: url("../img/papa-francisco.jpg");
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover; }

div#texto-papa {
  background-color: white;
  width: 70%;
  margin-top: -200px;
  padding-top: 4.25em;
  padding-bottom: 4.25em; }

.contenido-papa {
  padding: 1em 6em;
  line-height: 1.7em; }

div#biografia {
  max-height: 700px; }

div#back-to-top {
  margin-top: 5.5em;
  margin-bottom: 6.75em; }
  div#back-to-top img {
    width: 235px; }

.redes {
  height: 30px;
  margin: 1em; }

.redes-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.25em; }

/* ESTILOS PARA EL FOOTER */
div.container-footer {
  width: 100%;
  height: 130px;
  line-height: 2em;
  background-color: #414242;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  div.container-footer a {
    color: white;
    text-decoration: none;
    cursor: pointer; }

/* STYLES FOR SCROLL BARS */
.scrollable {
  overflow-y: auto; }

/* MEDIA QUERIES A INCORPORAR EN OTRO FICHERO */
@media (max-width: 1200px) {
  section#home div.container-img {
    padding-left: 6em;
    height: 620px; }
  .nav, #container-oraciones {
    padding-left: 6em; }
    .nav__menu, #container-oraciones__menu {
      margin-left: 0; }
  #container-misterios, #container-promesas {
    padding-left: 3em;
    padding-right: 3em; }
  .font-size-xxxl {
    font-size: 2em; }
  ul#menu-oraciones {
    width: 400px; }
  div#img-rosario img {
    max-height: 600px; }
  div#rezar-rosario {
    max-height: 520px; }
  div#texto-papa {
    width: 90%; } }

@media (max-width: 1024px) {
  .redes-vertical {
    display: none; }
  #rezar-rosario {
    display: none; }
  #texto-paso-resp {
    display: block; }
  [id^='Group-10-Copy-'] {
    position: relative; }
    [id^='Group-10-Copy-'].active circle {
      fill: #FFF980; }
    [id^='Group-10-Copy-']:after {
      content: '';
      position: absolute;
      top: -5px;
      bottom: -5px;
      left: -5px;
      right: -5px; }
  .svg-circle.active {
    stroke: #969696;
    fill: white; }
  div#img-rosario {
    width: 100%; }
  #container-rosario {
    padding-left: 0; }
  #container-inside-promesas {
    max-width: 800px; }
  #container-rosario, section#oraciones {
    padding-bottom: 7em;
    padding-top: 1.5em; }
  section#home div.container-img {
    height: 520px; }
  #home-claim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    width: 70%; }
  .font-size-xl {
    font-size: 1.15em; }
  #logo {
    font-size: 2em; }
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em; }
    .nav.on {
      z-index: 99;
      width: 100%;
      height: 100%;
      display: block;
      background-color: white;
      position: absolute; }
    .nav__toggle {
      display: block; }
    .nav__menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0;
      padding: 0;
      margin: 4em auto;
      width: 100%;
      text-align: center;
      display: none; }
      .nav__menu.on {
        display: block;
        height: 100%; }
      .nav__menu li {
        padding: 1.2em; }
        .nav__menu li a {
          width: 100%;
          font-size: 1.4em; }
  #container-oraciones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  #oraciones {
    width: 400px; }
  #oracion {
    display: none; }
  ul#menu-oraciones li.active img {
    display: none; }
  #cuatro-misterios {
    display: none; }
  #cuatro-misterios-resp {
    display: block; }
    #cuatro-misterios-resp th, #cuatro-misterios-resp td {
      vertical-align: top; }
    #cuatro-misterios-resp td.column-texto-misterio {
      padding-top: 0.5em; }
  div.circle-linea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2em; }
  div.linea {
    width: 1px;
    height: 30px;
    margin: 1em 0; }
  .texto-misterio {
    margin: 0;
    margin-left: 1em;
    width: 200px; }
  .column-day {
    padding-top: 0; }
  .dia-misterio {
    text-align: left; }
  .container-letanias {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .container-img-virgen, .container-texto-letanias {
    width: 100%; }
  .container-img-virgen {
    height: 400px; }
  .container-texto-letanías {
    margin-top: -100px;
    height: 600px; }
  #texto-letania {
    max-height: 450px; }
  div#container-img-papa {
    height: 400px; } }

@media (max-width: 768px) {
  body {
    font-size: 12px; }
  .contenido-papa {
    padding: 1em 2em; } }

@media (max-width: 576px) {
  div#container-img-papa {
    height: 350px; }
  ul#menu-oraciones, #oraciones {
    width: 300px; }
  .font-size-xxxl {
    font-size: 1.5em; }
  .texto-misterio {
    width: 100px; }
  h1 {
    margin-right: 0; }
  #container-misterios h1 {
    text-align: center;
    margin-bottom: 2em; }
  div#texto-papa {
    margin-top: -100px; }
  div#container-img-papa {
    height: 250px; }
  #container-promesas {
    padding-left: 3em; }
  div.num-promesa {
    width: 20%; }
  .text-promesa {
    width: 80%; }
  .font-size-xxxxl {
    font-size: 3em; }
  div.la-promesa {
    height: 10.7em; }
  .text-promesa.font-size-xl {
    font-size: 1em; } }

@media (max-width: 375px) {
  .font-size-xxxxl {
    font-size: 3em; }
  .font-size-xxxl {
    font-size: 1.4em; }
  #container-oraciones {
    padding-left: 3em; }
  ul#menu-oraciones, #oraciones {
    width: 90%; }
  h1 {
    font-size: 2em; }
  h2 {
    font-size: 1.5em; }
  .texto-misterio {
    width: 70px; }
  .contenido-papa.font-size-xxl {
    font-size: 1.1em; }
  .text-promesa.font-size-xl {
    font-size: 1em; } }
