@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('fonts/ZebrawoodStd.css');


html, 
body {
    height: 100%;
}
body {
    min-height: 100%;
    font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    position: relative;
    font-family: 'Zebrawood Std', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d28303
}
.h1:not(.fab)::after,
.h1:not(.fab)::before, 
.h2:not(.fab)::after, 
.h2:not(.fab)::before, 
.h3:not(.fab)::after, 
.h3:not(.fab)::before, 
.h4:not(.fab)::after, 
.h4:not(.fab)::before, 
.h5:not(.fab)::after, 
.h5:not(.fab)::before, 
.h6:not(.fab)::after,
.h6:not(.fab)::before {
	content: '';
    display: block;
    /*height: 60px;
    width: 50px;*/
    width: 40px;
    min-width: 40px;
    min-height: 70px;
    height: 60px;
    margin-top: -12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.h1:not(.fab)::after,
.h2:not(.fab)::after, 
.h3:not(.fab)::after,  
.h4:not(.fab)::after,  
.h5:not(.fab)::after,  
.h6:not(.fab)::after {
	float: left;
	background-image: url('../img/title-right.png');
	margin-left: 10px;
}

.h1:not(.fab)::before, 
.h2:not(.fab)::before, 
.h3:not(.fab)::before, 
.h4:not(.fab)::before, 
.h5:not(.fab)::before, 
.h6:not(.fab)::before {
	float: right;
	background-image: url('../img/title-left.png');
	margin-right: 10px;
}
.h1.text-dark:not(.fab)::after,
.h2.text-dark:not(.fab)::after, 
.h3.text-dark:not(.fab)::after,  
.h4.text-dark:not(.fab)::after,  
.h5.text-dark:not(.fab)::after,  
.h6.text-dark:not(.fab)::after {
	background-image: url('../img/title-right-dark.png');
}
.h1.text-dark:not(.fab)::before, 
.h2.text-dark:not(.fab)::before, 
.h3.text-dark:not(.fab)::before, 
.h4.text-dark:not(.fab)::before, 
.h5.text-dark:not(.fab)::before, 
.h6.text-dark:not(.fab)::before {
	background-image: url('../img/title-left-dark.png');
}

.h1.text-danger:not(.fab)::after,
.h2.text-danger:not(.fab)::after, 
.h3.text-danger:not(.fab)::after,  
.h4.text-danger:not(.fab)::after,  
.h5.text-danger:not(.fab)::after,  
.h6.text-danger:not(.fab)::after {
	background-image: url('../img/title-right-danger.png');
}
.h1.text-danger:not(.fab)::before, 
.h2.text-danger:not(.fab)::before, 
.h3.text-danger:not(.fab)::before, 
.h4.text-danger:not(.fab)::before, 
.h5.text-danger:not(.fab)::before, 
.h6.text-danger:not(.fab)::before {
	background-image: url('../img/title-left-danger.png');
}


.bg-brown {
	background-color: #D2A878!important
}
.bg-dark-2 {
	background-color: #111!important
}
.gradient-1 {
	background-image: linear-gradient(to top, #e14fad 0%, #f9d423 100%);
}
.min-vh-50 {
	min-height: 50vh
}
.swiper-slide {
	display: flex !important;
    justify-content: center !important;
    align-items: center;
}
header.header>nav,
header.header .navbar-brand img {
	transition: all 0.5s ease-in-out;
}
header {
	min-height: 86px
}
header.header>nav {
	transition: all 0.5s ease-in-out;
	background-color: #baa572;
	top:-100px
	/*background-image: url('../img/texture01.png');
    background-blend-mode: soft-light;*/
}
header.active.header>nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.header_side_navigation {
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    float: left;
}
.header_side_navigation .switch {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    z-index: 1051;
    width: 40px;
    height: 30px;
}
.header_side_navigation .switch>div {
    width: 40px;
    height: 5px;
    background-color: #fff;
    transition: 0.6s ease;
    position: absolute;
}
.header_side_navigation .switch>div:nth-child(1) {
    width: 35px;
    top: 0;
}
.header_side_navigation .switch>div:nth-child(2) {
    top: 13px;
}
.header_side_navigation .switch>div:nth-child(3) {
    width: 25px;
    top: 25px;
}
.header_side_navigation .switch:hover>div {
    width: 100%;
}
.header.active .header_side_navigation .switch>div {
	background-color: #fff
}
.header.active .header_side_navigation .switch>div:nth-child(1) {
    width: 40px;
    top: 12px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header.active .header_side_navigation .switch>div:nth-child(2) {
    visibility: hidden;
    opacity: 0;
    top: 0;
    display: none;
}
.header.active .header_side_navigation .switch>div:nth-child(3) {
    width: 40px;
    top: 12px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
nav.top .header_side_navigation .switch {
    width: 30px;
    height: 20px;
}
nav.top .header_side_navigation .switch>div {
    width: 30px;
    height: 3px;
}
nav.top  .header_side_navigation .switch>div:nth-child(1) {
    width: 25px;
}
nav.top  .header_side_navigation .switch>div:nth-child(2) {
    top: 10px
}
nav.top  .header_side_navigation .switch>div:nth-child(3) {
    width: 20px;
    top:20px
}
.bg-site {
	background-color:#003474!important
}
.btn-warning {
	background-color: #d28303;
}
.btn-outline-warning:hover;
.btn-warning:hover {
	border-color: #F6B960;
	background-color: #F6B960;
	color: #fff
}
.btn-outline-warning,
.btn-warning {
	border-color: #d28303;
	color: #fff
}
.text-danger {
	color: #AD4020 !important
}
.swiper-pagination-bullet-active-main {
    background-color: #d28303 !important;
}
.separator {
	width: 22px;
	height: 3px;
	background-color: #003474
}
header.header .navbar-brand {
    z-index: 1051
}
.modal-backdrop.show {
    opacity: .9;
    background-color: #003474
}
header.header ~ .swiper-container .swiper-slide .pet-contain {
	opacity: 1;
	transition: 0.6s ease;
}
header.header.active ~ .swiper-container .swiper-slide .pet-contain {
	opacity: 0
}

.navbar-toggler {
	z-index: 1001
}
.collapsing.navbar-collapse,
.collapse.navbar-collapse.show {
	text-align: right;
    font-size: 22px;
    position: absolute;
    z-index: 1000;
    background-color: rgb(0 0 0 / 50%);
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 144px;
    top: 0;
    left: 0;
    right: 0;
}
.spacer-y-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#map {
    margin: 0;
    padding: 0;
    height: 350px;
    width: auto;
}

.title-slide {
	margin-bottom: 25px;
    font-weight: 700;
}
.subtitle,
.subtitle-slide {
	display: block;
    font-weight: 600;
    font-size: 18px;
    color: #449975;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}
.btn-252{
	min-width: 252px
}
.texture-bg-slide {
	position: absolute;
    height: 100vh;
    right: 0;
    mix-blend-mode: soft-light;
}
.texture-2 {
    position: relative;
	background-color: #F1E2A9;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    /*background-blend-mode: soft-light;*/
}
.texture-3 {
    position: relative;
	background-color: #F1E2A9;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    /*background-blend-mode: soft-light;*/
}
.texture-3::before,
.texture-2::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    bottom: 0;
}
.texture-3 *,
.texture-2 * {
    position: relative;
}

.guichol-texture {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-blend-mode: soft-light;
}

.round-layout {
    width: 100%;
    height: 715px;
    margin-right: -28px;
    background-repeat: no-repeat;
    position: relative;
}
.round-layout .round-animated {
    position: absolute;
    top: 157px;
}
.round-layout .round-animated img:first-child {
    /*-webkit-animation: 40s linear 0s normal none infinite running rot;
    animation: 40s linear 0s normal none infinite running rot;*/
    position: relative;
    z-index: 2;
    margin-top: -55px;
    margin-left: -60px;
}
.round-layout .round-animated img:last-child {
    position: absolute;
    top: 0;
    left: -17px;
    z-index: 0;
}
.round-layout .round-content {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 528px;
    height: 528px;
    background-color: #fff;
    border: 35px solid #f1f3f5;
    border-radius: 50%;
    position: relative;
    top: 100px;
    left: 100px;
}

.round-layout .round-item {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    flex-flow: column;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    border: 10px solid #f1f3f5;
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    color: #323232;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    white-space: pre-line;
    -webkit-box-shadow: 7px 10px 20px rgb(141 158 168 / 25%);
    box-shadow: 7px 10px 20px rgb(141 158 168 / 25%);
}
.round-layout .round-item img {
	margin-bottom: 5px
}
#round-main {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-65%, -65%);
    width: 100%;
    height: 100%;
}
.round-layout .item-absent {
    background-color: #f1f3f5;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.round-layout .round-center {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 1;
}
.round-layout .tt-title {
    padding: 0;
    margin: 0;
    color: #323232;
    font-family: Poppins,sans-serif;
    font-size: 28px;
    line-height: 38px;
    padding: 0 0 15px 0;
}
.round-layout .tt-title+* {
    margin-top: 0;
}

.review .card-body {
	min-height: 250px;
	display: flex;
    flex-flow: column;
}
.review-image {
	margin-top: -65px;
	width: 130px;
    height: 130px;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.review-image img {
	max-height: 150%;
    min-width: 100%;
}
.btn_whats {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
    z-index: 1000;
    transform: scale(1);
	animation: pulse 3s infinite;
}
.btn_whats .my-float {
    margin-top: 16px;
}
.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom .2s;
    z-index: 1000;
}
.floating-wpp .floating-wpp-popup {
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgb(60 60 60 / 25%);
    width: 0;
    height: 0;
    bottom: 0;
    opacity: 0;
    transition: bottom .1s ease-out, opacity .2s ease-out;
    transform-origin: bottom;
}
.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 280px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}
.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: #fff;
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.floating-wpp .floating-wpp-input-message {
    background-color: #fff;
    margin: 10px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: #fff;
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
    opacity: 0;
    transition: opacity .2s;
}
.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: .2s;
}
.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}
.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}


.service .inner-box {
    position: relative;
    text-align: center;
    padding: 50px 30px;
    transition: .5s;
}
.service .icon {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    background-color: #e8f9f3;
    font-size: 30px;
    border-radius: 50%;
    margin-top: -30px;
    margin-bottom: 15px;
    transition: .5s;
}
.service .icon > img,
.service .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*border-radius: 50%;*/
    transition: .9s;
    transform: scale(.4);
    opacity: 0;
}
.service .icon > img {
    opacity: 1;
    left: -45px;
    top: -48px;
}
.service h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.service .text {
    position: relative;
    margin-bottom: 20px;
}
.btn-style-one.style-two {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 18px 35px;
    color: #061a3a;
    box-shadow: none;
}

.service figure {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
    max-width: 150px;
    margin: 0 auto;
}
.service figure::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.service figure>img {
    position: absolute;
    bottom: 0;
    top: 50%;
    width: auto;
    max-width: initial;
    height: 100%;
    left: 50%;
    border: 0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.bg-overlay {
	position: relative;
	background-size: cover;
	background-blend-mode: luminosity;
}
.bg-overlay:before {
    position: absolute;
    content: '';
    background-color: #EAF7F2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
}

.image-column .inner-column {
    position: relative;
    padding-bottom: 150px;
}
.image-column .small-image {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 180px;
    height: 180px;
    margin-left: -90px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 35px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 35px rgb(0 0 0 / 10%);
    -webkit-animation-name: rot;
    animation-name: rot;
    -webkit-animation-duration: 24s;
    animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.round-item[data-bs-toggle="modal"],
.inner-box[data-bs-toggle="modal"] {
	cursor: pointer
}

figure.item-image {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
}
figure.item-image::before {
    content: "";
    display: block;
    padding-top: 100%;
}
figure.item-image>img {
    position: absolute !important;
    bottom: 0;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    border: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
picture.figures-1{
	width: 100%;
    position: relative;
    padding-top: 80%;
}

.texture-huichol {
    position: relative;
}
.texture-huichol::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background-image: url('../img/texture01.png');
    background-repeat: repeat-x;
    background-position: center center;
    background-size: contain;
}
.texture-huichol:not(.swiper-slide) img {
    position: relative;
    z-index: 1;
}

@media screen and (max-width:1350px) {
    .round-layout {
        transform: scale(0.7);
    }
}
@media screen and (max-width:1000px) {
    .round-layout {
        margin-left: -15%;
    }
}
@media screen and (max-width:767px) {
	.dog-filter {
		background-size: cover;
		background-blend-mode: difference;
	}
}
@media screen and (max-width:580px) {
    .round-layout {
        transform: scale(0.6);
    }
}
@media screen and (max-width:420px) {
    .round-layout {
        transform: scale(0.4);
    }
}

@media screen and (min-width:768px){
	.figure1,
	.figure2,
	.figure3 {
		position: absolute !important;
		max-width: 200px;
	}
	
	.figure1,
	.figure2 {
		top: 100px;
	}
	
	.figure1 {
		right: 0;
	}
	.figure2 {
		left: 0;
		z-index: 7;
	}
	.figure3 {
		top: -40px;
		left: 50%;
		transform: translateX(-50%);	
	}
}

@keyframes rot{
	0% {
		-webkit-transform:rotate(0);transform:rotate(0)
	}
	100%{
		-webkit-transform:rotate(360deg);transform:rotate(360deg)
	}
}
@-webkit-keyframes rot{
	0% {
		-webkit-transform:rotate(0);transform:rotate(0)
	}
	100%{
		-webkit-transform:rotate(360deg);transform:rotate(360deg)
	}
}
@keyframes pulse{
	0% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1.2);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
@-webkit-keyframes pulse{
	0% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1.2);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}