/* @font-face {
    font-family: 'Ruttan';
    src: url('./assets/fonts/Ruttan-Regular.eot');
    src: url('./assets/fonts/Ruttan-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Ruttan-Regular.woff2') format('woff2'),
        url('./assets/fonts/Ruttan-Regular.woff') format('woff'),
        url('./assets/fonts/Ruttan-Regular.ttf') format('truetype'),
        url('./assets/fonts/Ruttan-Regular.svg#Ruttan-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'Inter';
    src: url('./assets/fonts/Inter-Bold.eot');
    src: url('./assets/fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Inter-Bold.woff2') format('woff2'),
        url('./assets/fonts/Inter-Bold.woff') format('woff'),
        url('./assets/fonts/Inter-Bold.ttf') format('truetype'),
        url('./assets/fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('./assets/fonts/Inter-Medium.eot');
    src: url('./assets/fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Inter-Medium.woff2') format('woff2'),
        url('./assets/fonts/Inter-Medium.woff') format('woff'),
        url('./assets/fonts/Inter-Medium.ttf') format('truetype'),
        url('./assets/fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
	background-color: #fff;
	font-family: "Inter", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	/* font-family: 'Ruttan'; */
	font-family: "Inter", sans-serif;
}
strong, b {
	font-weight: bold;
	/* font-family: 'Ruttan'; */
}
.small-title {
	text-transform: inherit;
	font-family: 'Inter';
	margin: 0px;
	font-size: 30px;
	color: #290046;
}

.togo-side-content {
	overflow: hidden;
}
#Estilo .padding {
	padding-left: 100px;
}
#home .owl-item {
	/* transition: all 6s; */
	/* border: solid 20px #fff; */
}
#home .owl-item > .item {
	/* transition: all 6s; */
}
#home .owl-item.active > .item {
	/* transform: scale(1.2) ; */
	background-repeat: no-repeat;
	/* transition: all 6s ease; */
}
#servicios {
	background-color: #c5a47e;
}
.togo-menu-fixed > ul > li {
	border-bottom: 1px solid #d7d6d6;
}
.logo img {
	width: 170px;
}
#about {
	/* background-color: #192035; */
}
#about p, strong {
	/* color: #b9b5b0 */
}
.title span {
	font-size: 42px;
}
#about .title {
	margin-top: -20px;
	/* color: white; */
}
.intro {
	font-size: 18px;
	padding-bottom: 20px;
	display: block;
}
#ubicacion {
	padding-top: 100px;
	padding-bottom: 100px;
}
#ubicacion .lista {
	margin: 0;
}
#ubicacion .lista li {
	display: flex;
	align-items: center;
}
#ubicacion .lista li span {
	width: 24px;
	height: 24px;
	background-color: #8e6532;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	margin-right: 10px;
	font-weight: bold;
}
#ubicacion .title {
	color: #192035;
	/* margin-top: -20px; */
	line-height: 40px;
}
#ubicacion .title span {
	font-size: 45px
}
#amenidades {
	background-color: #192035;
	background-image: url('./assets/img/fondo-amenidad.jpg');
	background-size: cover;
}
#proyectos {
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
}


.togo-side-content > .logo {
	background-color: #290046;
	/* margin-left: -50px; */
	position: absolute;
}
.togo-fixed-sidebar + .burger-menu {
	background: #290046;
}
.togo-fixed-sidebar {
	background-color: #290046;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	/* z-index: 9999999; */
}
.togo-menu-fixed > ul > li > a {
	font-weight: bold;
}
.togo-menu-copyright p a {
	color: #3cbdb3;
}

video {
	position: relative;
	top: 0;
}
#vidBox {
	display: flex;
	justify-content: center;
}
#videCont {
	position: relative;
	height: 0;
	margin: auto;
	max-width: 720px;
	height: auto!important;
	display: flex;
	align-items: center;
	padding: unset;
	width: 100%;
	margin: inherit;
}

#closer_videopopup {
	cursor: pointer;
}
.about .image .img .vid:after {
    content: '';
    width: 100%;
    height: 100%;
	top: 5px;
	right: 0;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.68) !important;
}
.about .image .img .vid {
	color: white;
	background: none;
	border-radius: 50%;
}
span:hover, a:hover {
	color: white;
}

.about .image .img {
	border-radius: 20px;
	overflow: hidden;
}

.gallery-box {
	/* border-radius: 20px; */
}


.parallax {
	/* The image used */
	background-image: url("assets/img/parallax.jpg");
  
	/* Set a specific height */
	min-height: 500px; 
  
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .parallax.invierte {
	background-image: url("assets/img/banner-invierte.jpg");
  }
  .parallax .question {
	font-size: 80px;
	line-height: normal;
  }
  

.parallax .box {
	margin: 0 auto;
	color: white;
	background: #ffffffc4;
	border-radius: 100%;
	padding: 60px;
	height: 300px;
	width: 300px;
}

.parallax2 {
	/* The image used */
	background-image: url("assets/img/banner.jpg");
  
	min-height: 490px;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
  }

  .parallax2 .box {
	margin: 0 auto;
	color: white;
	background: #ffffffc4;
	border-radius: 100%;
	padding: 60px;
	height: 300px;
	width: 300px;
}

footer {
	padding: 30px 0;
}


.content-lines-inner {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.content-lines-wrapper {
	pointer-events: none!important;
}


.testimonial[data-overlay-dark]::before {
	background: #c5a47e;
}
.testimonials {
	padding: 60px 30px;
	border: 8px solid #403732;
	border-top: 0;
	margin-bottom: 0;
}
.testimonials::before {
	border: 4px solid #403732;
}
.testimonials::after {
	content: '';
	width: 30px;
	height: 6px;
	border: 4px solid #403732;
	position: absolute;
	top: 0;
	right: 21px;
}
.testimonials .client-area h6 {
	font-size: 28px;
	color: #403732;
	font-weight: bold;
}

.title {
	font-family: 'Inter';
	font-size: 40px;
}

.title-service {
	position: absolute;
	z-index: 9999;
	bottom: -8px;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #ffffffbf;
	padding: 10px 0;
}

#slide1 {
	background-image: url(assets/img/slider/1v3.jpg);
	background-position: center;
}
#slide2 {
	background-image: url(assets/img/galeria/1.jpg);
	background-position: center;
}
#slide3 {
	background-image: url(assets/img/galeria/2.jpg);
	background-position: center;
}
#slide4 {
	background-image: url(assets/img/galeria/3.jpg);
	background-position: center;
}

#Datos {
	padding-top: 100px;
	padding-bottom: 100px;
}
#Datos2 {
	padding-top: 100px;
}
.item-dato {
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
}
.item-dato .info {
	margin-top: 8px;
	background-color: #00ed95; color:#290046; border-radius: 50px; line-height: normal; padding: 6px 10px;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
	color: #fff;
	border: 1px solid transparent;
}
.btn {
	/* background-color: #8e6532; */
	background-color: #290046
}
.btn:hover {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	background-color: #8e6532;
}
.togo-fixed-sidebar .togo-menu-social-media .social a::before {
	background-color: #1a1f33;
}
#precios {
	overflow: hidden;
}
.post img {
	border-radius: 20px;
	overflow: hidden;	
}
.post .title {
	font-size: 40px;
}
.contact .bg-4 {
	background-image: url(assets/img/amenidad.jpg);
}

.togo-menu-fixed ul li:hover > a, .togo-menu-fixed > ul > li.current-menu > a {
	/* color: #8e6532 !important; */
	color: #00ed95 !important;
}
.togo-menu-fixed>ul>li>a {
    color: #c9c9c9;
}
.togo-menu-fixed > ul > li {
    border-bottom: 1px solid #422457;
}
.padding-ubica {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
  	align-items: center;
	  z-index: 9;
}

.img-ubica {
	background-color: #202539;
}
.img-ubica img {
	position: absolute;top: 0;right: 0;height: 600px;width: 660px;
}
.img-tortuga img {
	position: absolute;top: 0;right: 0;height:580px;width: auto;
}

.img-amenidad {
	/* background-color: #192035; */
  width: 380px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.img-amenidad img {
	/* position: absolute;
	top: 0;
	left: -300px; */
	height: auto;
	/* width: 600px; */

}

input[type="submit"] {
	background: #8e6532;
}

#contact .title span {
	font-size: 45px;
}

#contact .small-title span {
	font-size: 20px;
}

.header .caption h4 {
	/* font-size: 30px; */
	font-weight: 300;
	text-transform: initial;
	margin-bottom: -20px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	color: #fff;
	background-color: #00ed95;
	padding: 7px 20px;
	width: fit-content;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}

.togo-fixed-sidebar .togo-menu-social-media .social a {
	font-size: 24px;
}

.cintillo-movil {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
}

.header .caption h1 {
	color: white;
  /* text-shadow: 0 0 0.1em #000, 0 0 0.1em #6E4545, 0 0 0.1em #DA927C; */
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.472), 0 0 0.2em #6e4545a7, 0 0 0.2em #da927c7d;
  line-height: 60px;
  font-weight: bold;
}

.estilo .title {
	font-size: 50px;
}
.estilo .small-title {
	letter-spacing: 4px;
    color: #00ed95;
	font-size: 40px;
	font-weight: 500;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
	background-color: #290046;
    border-color: #4e0581;
}
.btn-primary:hover {
	background-color: #570791;
}
.box-contacto {
	position: absolute;
    top: 30px;
    z-index: 9;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.box-contacto .center {
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.header .caption h1 {
		font-size: 75px;
		line-height: 1.2em;
	}
}

@media (max-width: 1400px) {
	.img-tortuga img {
		right: -200px;
	}
}
@media (max-width: 991.98px) {
	.box-contacto {
		position: absolute;
		top: 20%;
		z-index: 9;
		left: 0;
		right: 0;
		display: block;
	}
	#Estilo .padding {
		padding-left: 20px;
		padding-top: 80px;
	}

	.togo-side-content > .logo img {
		max-width: inherit;
		max-height: 80px;
		/* width: auto; */
		margin-top: 40px;
		width: 100px;
	}

	.togo-side-content > .logo a {
		text-align: center;
		background-color: #f1f1f1!important;
		padding: 10px;
		border-radius: 70px;
		height: 150px;
	}
	

	#home .owl-item {
		border: 0;
	}

	/* .img-tortuga img {
		right: -100px;
	} */

	.cintillo-movil {
		display: block;
		width: 100%;
		height: 47px;
		background-color: #290046;
		position: fixed;
		z-index: 999;
	}

	.togo-side-content > .logo img {
		max-width: inherit;
		max-height: 80px;
		/* width: auto; */
		margin-top: 10px;
		width: 100px;
		padding-top: 20px;
	}

	.togo-side-content > .logo a {
		text-align: center;
        background-color: #290046 !important;
        padding: 10px;
        border-radius: 10px;
        height: 90px;
	}
}
@media (max-width: 767.98px) {
	
	#slide1 {
		background-image: url(assets/img/slider/1v3m.jpg);
		background-size: contain;
		background-position: top center;
	}
	#slide2 {
		/* background-image: url(assets/img/slider/1v3m.jpg); */
		background-size: contain;
		background-position: top center;
	}
	#slide3 {
		/* background-image: url(assets/img/slider/1v3m.jpg); */
		background-size: contain;
		background-position: top center;
	}
	#slide4 {
		/* background-image: url(assets/img/slider/1v3m.jpg); */
		background-size: contain;
		background-position: top center;
	}
	.card-form {
		margin-top: 70px;
	}

	.estilo .title {
		font-size: 40px;
	}
	.estilo .small-title {
		letter-spacing: 4px;
		color: #00ed95;
		font-size: 30px;
		font-weight: 500;
	}

	.title.mazatlan {
		font-size: 30px;
	}
	.title.mazatlan span {
		font-size: 30px;
	}

	.parallax .question {
		font-size: 50px;
	  }
	.reverse {
        display: flex;
        flex-direction: column-reverse;
    }

	.header .caption h4 {
		margin-bottom: 0px;
	}

	.img-amenidad {
		width: 100%;
		margin-right: 0px;
		max-height: 300px;
	}

	#contact .title {
		font-size: 35px;
	}
	#contact .title span {
		font-size: 20px;
	}

	.img-ubica img {
		position: relative;top: 0;right: 0;height: 500px;width: 600px;
	}
	.img-tortuga img {
		position: relative;top: 0;right: 0;height: auto;
        width: auto;
	}

	.parallax .title {
		font-size: 30px;
	}

	.parallax .box {
		margin: 20px;
	}

	.parallax2 {
		min-height: 190px;
	}

}

@media (max-width: 575.98px) {
	.img-precios {
		transform: scale(1.4);
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 480px) {
	.header .caption h1 {
		font-size: 50px;
		line-height: 1em;
		/* text-shadow: 0 0 0.2em #FFF, 0 0 0.2em #F7F7F7, 0 0 0.2em #FAFAFF; */
	}
	.header .caption h4 {
		line-height: 1em;
    	color: #fff;
	}
}