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

	Theme Name: Memorial Eterno
	Description: Landing Page of Memorial Eterno
	Author: Grupo Autofin México
	Version: 1

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


/*-----------------------------------------------------------------------------
	Fonts
-----------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Roboto:wght@300;700&display=swap');


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

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #626262;
}

strong, b {
	font-weight: 700;
}

#wrapper {
	position: relative;
	float: none;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#content {
	position: relative;
	overflow: hidden;
}

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

.color {
	color: #00205c;
}

.text-black {
	color: #000000!important;
}

.center-vertically {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section {
	position: relative;
	width: 100%;
}

.parallax-window {
    min-height: 350px;
    background: transparent;
    color: #FFFFFF;
    padding: 6rem 0px;
    text-align: center;
    border-top: 10px solid #c0bfc0;
    border-bottom: 10px solid #c0bfc0;
}

.title-section {
	font-family: 'Libre Baskerville', serif;
	color: #4e4e4e;
	letter-spacing: 0.5rem;
}

.text-parallax {
	font-family: 'Libre Baskerville', serif;
	color: #00205c;
	max-width: fit-content;
    margin: 0 auto;
}

.phrase {
	font-family: 'Libre Baskerville', serif;
	font-size: 2rem;
}

.bg-grey {
	background-color: #f2f2f2;
}

.text-address {
	line-height: 2rem;
}

.text-plan {
    font-size: 1.3rem;
}

.item-section-grey {
	font-weight: 700;
	color: #626262;
	font-size: 1.1rem;
}

.text-color {
	font-size: 1.3rem;
}

.wrap-box-icon {
	min-height: 100%;
	text-align: center;
    text-align: -webkit-center;
}

.box-icon {
	max-width: 100px;
	height: auto;
}

.icon-social {
	width: 18px;
	height: 18px;
}

.box-blue {
	width: 100%;
	background-color: #00205c;
	color: #FFFFFF;
}

.border-address {
	border: 1px solid #FFFFFF;
    width: fit-content;
    padding: 0.5rem 1rem;
    font-weight: 700;
}

.carousel-indicators li {
	width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #FFFFFF;
    background-color: transparent
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #FFFFFF;
}

.form-box {
	max-width: 670px;
	height: auto;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	display: block;
}

.subtitle-form {
	color: #626262;
	font-size: 1.3rem;
}

.btn-send {
	background-color: #00205c;
	color: #FFFFFF;
}

.title-grey {
	font-size: 1.3rem;
}

.icons-float {
	position: fixed;
    right: 5%;
    z-index: 10000;
    top: 10%;
}

.icon-float-social {
	background-color: #182958;
	width: 50px;
	height: 50px;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}


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

#header {
	position: relative;
}

.logo-header {
	width: 160px;
	height: 160px;
	position: absolute;
	background-color: #FFFFFF;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}


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

#top-bar {
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	background-color: #00205c;
	color: #FFFFFF;
}


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

.swiper-container {
    width: 100vw;
    height: 60vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.phrase-slider {
	position: absolute;
	max-width: 100%;
	height: auto;
	background-color: rgb(0 32 92 / 0.74);
	color: #FFFFFF;
	z-index: 10;
}


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

#footer {
	width: 100%;
	background-color: #00205c;
    font-size: 0.9rem;
}


/*-----------------------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1024px) {
	.logo-header {
		width: 180px;
		height: 180px;
	}
	#top-bar {
	    font-size: 0.9rem;
	}
}

@media (max-width: 991px) {
	.form-box {
		max-width: 100%;
		position: relative;
		top: 40px!important;
		margin: 0 auto;
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo-header {
		width: 150px;
		height: 150px;
	}
	#top-bar {
	    font-size: 0.7rem;
	}
	.icon-social {
	    width: 20px;
	    height: 20px;
	}
}

@media (min-width: 830px) and (max-width: 900px) {
	.icons-float {
	    right: 2%;
	}
}

@media (min-width: 768px) and (max-width: 829px) {
	.icons-float {
	    right: 1%;
	}
	.icon-float-social {
		width: 40px;
    	height: 40px;
	}
}

@media (min-width: 700px) and (max-width: 767px) {
	.icons-float {
	    right: 1%;
	}
	.icon-float-social {
		width: 40px;
    	height: 40px;
	}
}

@media (max-width: 699px) {
	.icons-float {
	    right: 1%;
	}
	.icon-float-social {
		width: 35px;
    	height: 35px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.logo-header {
		width: 100px;
		height: 100px;
	}
	#top-bar {
	    font-size: 0.5rem;
	}
}

@media (max-width: 767px) {
	.icon-social {
	    width: 15px;
	    height: 15px;
	}
	#top-bar {
	    min-height: 45px;
    	line-height: 45px;
	}
}

@media (max-width: 575px) {
	#footer {
	    font-size: 0.8rem;
	}
	.swiper-container {
	    height: 40vh!important;
	}
	.title-section {
	    font-size: 1.4rem;
	}
	.subtitle-form {
	    font-size: 1.3rem;
	}
	.text-parallax {
	    font-size: 1.5rem;
	}
	.border-address {
		margin: 0 auto;
	}
	.box-blue {
	    text-align: center;
	    text-align: -webkit-center;
	}
	#top-bar {
	    font-size: 0.8rem;
	}
	.item-section-grey {
	    font-size: 1rem;
	}
	.box-icon {
	    max-width: 70px;
	}
	.phrase {
	    font-size: 1.5rem;
	}
}

@media (min-width: 450px) and (max-width: 575px) {
	.logo-header {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 449px) {
	.logo-header {
		width: 50px;
		height: 50px;
	}
}

@media (min-height: 500px) and (max-height: 549px) {
	.swiper-container {
	    height: 90vh;
	}
	.form-box {
		top: 390px;
	}
}

@media (min-height: 550px) and (max-height: 599px) {
	.swiper-container {
	    height: 80vh;
	}
	.form-box {
		top: 380px;
	}
}

@media (min-height: 600px) and (max-height: 649px) {
	.swiper-container {
	    height: 80vh;
	}
	.form-box {
		top: 420px;
	}
}

@media (min-height: 650px) and (max-height: 699px) {
	.swiper-container {
	    height: 70vh;
	}
	.form-box {
		top: 390px;
	}
}

@media (min-height: 700px) and (max-height: 749px) {
	.swiper-container {
	    height: 70vh;
	}
	.form-box {
		top: 420px;
	}
}

@media (min-height: 750px) and (max-height: 770px) {
	.form-box {
		top: 390px;
	}
}

@media (min-height: 771px) and (max-height: 870px) {
	.form-box {
		top: 410px;
	}
}

@media (min-height: 871px) and (max-height: 900px) {
	.form-box {
		top: 450px;
	}
}

@media (min-height: 901px) and (max-height: 1000px) {
	.form-box {
		top: 460px;
	}
}

@media (min-height: 1001px) {
	.form-box {
		top: 520px;
	}
}