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

	Theme Name: Nichos Santa Fé
	Theme URI: http://localhost:8888/nichos/
	Description: Sitio Web de Nichos Santa Fé
	Author: Oscar López
	Author URI: http://www.grupoautofin.com
	Version: 1.0.0

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

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/

@font-face {
    font-family: 'news_gothic_mtregular';
    src: url('../fonts/newsgothicmt-webfont.woff2') format('woff2'),
         url('../fonts/newsgothicmt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'news_gothic_mtbold';
    src: url('../fonts/newsgothicmtbold-webfont.woff2') format('woff2'),
         url('../fonts/newsgothicmtbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'news_gothic_mtitalic';
    src: url('../fonts/newsgothicmtitalic-webfont.woff2') format('woff2'),
         url('../fonts/newsgothicmtitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/

#header {
    width: 100vw;
    position: absolute;
    background-color: transparent;
    transition: 800ms;
}

#header-wrap {
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden;
}

.logo {
    max-width: 40%;
    padding: 1em;
    height: auto;
}

.sticky {
    position: fixed !important;
    background-color: #8e1e2f !important;
    top: 0;
    left: 0;
    height: 85px;
    z-index: 15;
}

.logo-sm {
    max-width: 30%;
    padding: 0.5em;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #8e1e2f;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav ul li a {
    padding: 8px;
    text-decoration: none;
    font-size: 40px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: 'news_gothic_mtregular';
    line-height: 2.5;
}

.sidenav ul li a:hover {
    color: #fccd00;
}

.border-top {
    border-top: 1px solid #d5d9ea;
    margin-left: 45%;
    margin-right: 45%;
}

.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #FFFFFF;
}

.sidenav .titleMenu {
    position: absolute;
    top: 15px;
    left: 25px;
    margin-left: 50px;
}

div#menu a {
    cursor: pointer;
    text-transform: uppercase;
}

div#menu {
    color: #FFFFFF;
    font-family: 'news_gothic_mtbold';
}

@media (max-width: 418px) {
    .logo {
        max-width: 60%;
    }
    .sticky {
        height: 55px;
    }
    .sidenav ul li a {
        font-size: 18px;
    }
    .logo-sidenav {
        max-width: 50%;
    }
}

@media (min-width: 419px) and (max-width: 506px) {
    .logo {
        max-width: 50%;
    }
    .sticky {
        height: 60px;
    }
    .sidenav ul li a {
        font-size: 24px;
    }
    .logo-sidenav {
        max-width: 50%;
    }
}

@media (min-width: 507px) and (max-width: 576px) {
    .logo {
        max-width: 45%;
    }
    .sticky {
        height: 65px;
    }
    .sidenav ul li a {
        font-size: 24px;
    }
    .logo-sidenav {
        max-width: 50%;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .logo {
        max-width: 50%;
    }
    .sticky {
        height: 65px;
    }
    .sidenav ul li a {
        font-size: 24px;
    }
    .logo-sidenav {
        max-width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        max-width: 40%;
    }
    .sticky {
        height: 70px;
    }
    .sidenav ul li a {
        font-size: 34px;
    }
    .logo-sidenav {
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    .logo-sidenav {
        max-width: 60%;
    }
}

.flex-right {
    justify-content: flex-end !important;
}

/* ----------------------------------------------------------------
    Footer
-----------------------------------------------------------------*/

#footer {
    position: relative;
    background-color: #EEE;
    border-top: 5px solid rgba(0,0,0,0.2);
}

/* ----------------------------------------------------------------
	General CSS
-----------------------------------------------------------------*/

body {
	font-family: 'news_gothic_mtregular';
    background-color: #f3f3f3;
}

#wrapper {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
    float: none;
}

#content {
    position: relative;
    overflow: hidden;
    width: 100vw;
}

.content-wrap {
	position: relative;
    padding: 120px 0;
}

.parallax-window {
    min-height: 499px;
    background: transparent;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.parallax-mirror {
    border-bottom: solid 10px #8b2131;
    border-top: solid 10px #8b2131;
}

.bar-church {
	width: 100vw;
	background-color: #8b2131;
	height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-church {
	color: #FFFFFF;
	font-size: 24px;
	font-family: 'news_gothic_mtbold';
}

.text-church {
    color: #FFFFFF;
    font-size: 14px;
}

.cruz {
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 430px;
    position: absolute;
    z-index: 10;
    top: 470px;
}

@media(max-width: 576px) {
    .bar-church {
        height: auto;
        padding: 2em 0;
    }
    .text-church, .title-church  {
        text-align: center !important;
    }
    #cruz-sm {
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .cruz {
        display: none;
    }
}

.form-control-lg {
    height: calc(2.875rem + 10px);
}

.form-control {
    background-color: #e9e7e7;
    border-radius: 0;
    border: 0;
}

.btn-border {
    border: 1px solid #8b2131;
    color: #8b2131 !important;
    text-transform: uppercase;
    font-family: 'news_gothic_mtbold';
    border-radius: 0;
    font-size: 14px;
    padding: 1em;
}

.btn-border:hover {
    color: #FFFFFF !important;
}

@media (min-width: 1200px) {
    #mistery {
        margin-top: -80px;
    }
}

.imghvr-flip-vert {
    background-color: transparent;
}

figcaption ul li {
    font-size: 12px;
    
    line-height: 1.3;
}

figcaption ul li a {
    color: #8b2131;
}

figcaption ul li a:hover {
    font-family: 'news_gothic_mtbold';
    color: #8b2131;
}

[class^=imghvr-] figcaption {
    padding: 0;
}

[class^=imghvr-] a {
    position: relative;
}

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

.muro-rosario-hvr {
    background-color: transparent !important;
    background-image: url('../img/misterios-de-santo-rosario-hvr.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.muro-letanias-hvr {
    background-color: transparent !important;
    background-image: url('../img/muro-de-las-letanias-hvr.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.muro-apariciones-hvr {
    background-color: transparent !important;
    background-image: url('../img/muro-de-las-apariciones-hvr.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.box-parallax {
    color: #424242;
    max-width: 842px;
    background-color: rgba(242, 242, 242, 0.90);
    padding: 2em;
    margin: 0 auto;
}

.box-parallax h2 {
    font-size: 24px;
}

.box-parallax p {
    line-height: 1.8;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #424242;
}

input::-moz-placeholder {
    font-size: 14px;
    color: #424242;
} /* Firefox 19+ */

input:-moz-placeholder {
    font-size: 14px;
    color: #424242;
}  /* Firefox 18- */

input:-ms-input-placeholder {
    font-size: 14px;
    color: #424242;
} /* IE */

textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #424242;
}

textarea::-moz-placeholder {
    font-size: 14px;
    color: #424242;
} /* Firefox 19+ */

textarea:-moz-placeholder {
    font-size: 14px;
    color: #424242;
}  /* Firefox 18- */

textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #424242;
} /* IE */

.ohidden {
    overflow: hidden;
}

/* ----------------------------------------------------------------
	Top bar
-----------------------------------------------------------------*/

#top-bar {
    position: relative;
    width: 100vw;
    height: 35px;
    background-color: #8b2131;
}

#top-bar div.container ul li {
	padding: 0 15px;
}

#top-bar div.container ul li:hover {
	background-color: #bd152f;
	transition: 500ms;
	cursor: pointer;
}

#top-bar div.container ul {
	line-height:35px;
}

#top-bar div.container ul li a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'news_gothic_mtbold';
	font-size: 14px;
}

/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/

#slider {
	position: relative;
	background-color: #311c00;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;

    text-align: center;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;

    color: white;
    text-transform: uppercase;
    min-height: 665px;
}

.subtitle-church {
    letter-spacing: 5px;
    font-family: 'news_gothic_mtbold';
}

@media (min-width: 768px) and (max-width: 991px) {
    .swiper-slide {
        min-height: 500px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .swiper-slide {
        min-height: 400px;
    }
}

@media (max-width: 575px) {
    .swiper-slide {
        min-height: 350px;
    }
}


/* ----------------------------------------------------------------
	Key Frames
-----------------------------------------------------------------*/