@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;700&display=swap');

:root{
	--blue: #262261;
	--ocean: #008fbf;
	--yellow: #ffeb00;
	--red: #ee4136;
	--white: #ffffff;
	--green: #3cdc47;
	--purple: #91278e;
	--sky: #27a9e0;
}
* {
    font-family: 'Dosis', sans-serif;
}
html, body{
    /* background-image: url(../images/map.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-y: center; */
	margin: 0;
	padding: 0;
    height: 100%;
	
}
h1{
	font-family: 'Dosis', sans-serif;
}
.container{
	/* display: flex; */
    flex-direction: column; /* Crea una columna de contenido */
	color:#262261;
}
.navbar{	
	padding: 0;
	background-color: #fff !important;
	position: relative !important;
}
a.navbar-brand img{
	width: 210px;
    margin-bottom: -40px;
	margin-left: 40px;
}
.navbar-toggler {
    margin-top: -5px; 
	border: none;
}
.navbar-collapse{
	flex-direction: row-reverse;
	margin-right: 3em;
	margin-top: 0;
	position: relative !important;
	transition: height 0.3s ease;
	background-color: #fff;
}
.navbar-collapse.show {
	margin-top: 50px; /* Ajusta este valor según la altura de tu navbar */
}
.navbar-collapse a{
	color: rgba(9, 0, 93, 1) !important;
    font-weight: 600;
    font-size: 21px;
    padding: 0px 1em !important;
}
.navbar-collapse a.active, .navbar-collapse a:hover{
	text-decoration: underline;
}
.navbar-nav{
	margin-left: 40px;
	margin-top: 10px;
}
/* Buscador */
.search-form {
	flex: 1; /* Hace que ocupe espacio entre el logo y el menú */
	display: flex;
	justify-content: flex-end; /* Alinea hacia el menú */
	max-width: 400px; /* Ancho máximo del buscador */
	margin: 0 1rem;
	border-bottom: 1px solid #7d7e80 !important;
  }
  .search-input {
	border: none;
	border-bottom: 2px solid #ccc;
	outline: none;
	padding: 5px 10px;
	width: 200px;
	transition: width 0.3s ease;
  }
  
  .search-form input:focus {
	border-bottom-color: coral; /* Cambia el color del borde al enfocarse */
  }
  
  .search-form .search-button {
	background: none;
	border: none;
	font-size: 1.2rem;
	color: #262261;
	margin-left: 0.5rem;
	cursor: pointer;
  }
p{
	text-align: justify;
}
.content {
	transition: margin-top 0.3s ease-in-out;
}

/* Cuando el navbar se expande, desplazamos el contenido hacia abajo */
.navbar-toggler.collapsed ~ .content {
	margin-top: 50px; /* El mismo valor que la altura del navbar */
}
.container-fluid{
	padding: 15px;
	min-height: calc(100vh - 200px);
}
.container-fluid > .row {	
	height: calc(100% - 60px);
	margin-left: 40px;
	margin-right: 40px;	
	/* border-left: 1px solid black; */ 
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	padding-bottom: 30px;
	margin-top: 20px;
	position: relative; 
	justify-content: center;
	align-items: center;
}
.girl {   
    max-height: 350px;	
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.girl div{	   	
	position: relative;
    display: flex; 
    justify-content: center; 
    align-items: flex-end;
	background: linear-gradient(to top, #eaeae8, #ffffff);
	border-radius: 20px;
	padding: 0;	
    height: auto;
	/* overflow: hidden; */
    max-height: 350px;
	max-width: 350px;
	margin: 0 auto;
}
.girl div div:nth-of-type(1){
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.girl div div:nth-of-type(2){
	position: absolute;
	display: flex;
	align-items: center;
	width: 50px;
	left: -25px;
    top: 200px;
}
 .girl div div img {
    height: auto;
    object-fit: contain;
    margin-top: 0;
    position: relative;
	height: auto;
    max-height: 350px;
} 
.girl div:nth-of-type(2){
	position: relative;
	display: flex;
	align-items: center;
	width: 50px;
	left: -25px;
    top: 200px;
}
.girl > div > div span{
	all: unset; /* Resetea todos los estilos */
    display: flex;
    width: 25px;
    height: 25px;
    font-size: 30px;
    background-color: #fff;
    color: rgb(59, 58, 58);
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
}
.girl > div > div span:nth-of-type(1){
	background-color: #ffeb00;
}
.couple {
	/* width: max-content;	
	aspect-ratio: 4 / 3; */
	/* max-width: 200px;	
	padding-left: 0 !important;
	padding-right: 0 !important; */
	height: 100%; /* Ocupará el alto del padre */
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex; /* Para alinear contenido dentro de este contenedor */
    flex-direction: column;
    justify-content: center;
}
.couple div div:nth-of-type(1){	
	position: relative; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    margin-bottom: 10px;
    overflow: hidden; 	
	border-radius: 20px;
	padding: 0;
	height: 100%;
}
.couple div div img {      
    width: 100%;       
    display: block;     	
	border-radius: 20px;
	object-fit: cover; /* La imagen se recorta si es necesario para llenar el contenedor */
    display: block;
	height: 400px;
}
.couple div div:nth-of-type(2){
	position: absolute;
	display: flex;
	align-items: center;
	width: 50px;
	left: -23px;
	bottom: 150px;
}
.couple > div > div span{
	all: unset; /* Resetea todos los estilos */
    display: flex;
    width: 25px;
    height: 25px;
    font-size: 30px;
    background-color: #fff;
    color: rgb(59, 58, 58);
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
}
.couple > div > div span:nth-of-type(1){
	background-color: #262261;
	color: rgb(255, 255, 255) !important;
}
.container-fluid > .row > div:nth-of-type(3){
	position: fixed;
	display: flex; 
	flex-direction: column; 
	align-items: center;
	width: 30px;
	gap: 10px;
	background-color: #FFF;
	padding: 10px 20px 0px 5px;
	top: 50%; 
	left: 15px; 
	transform: translateY(-50%); /* Ajusta para centrarlo completamente */
    z-index: 999; /* Asegura que quede por encima de otros elementos */
	padding: 0px;
}
.container-fluid > .row > div:nth-of-type(3) img{
	width: 30px;
}
.container-fluid > .row > div:nth-of-type(4){
	position: absolute;
	display: flex;
	align-items: center;
	width: 60px;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}
.container-fluid .row div:nth-of-type(4) img{
	width: 60px;
}
.text{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-y: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 3em;
	padding-left: 3em;
	padding-bottom: 0;
	overflow: hidden; 
	color: coral;
}
.text-background{
	background-image: url(../images/map.png);
	background-repeat: no-repeat; /* Evita que se repita la imagen */
    background-size: contain; /* Ajusta la imagen para que se contenga en el contenedor */
    background-position: center; /* Centra la imagen dentro del contenedor */
}
.text h1, .text p{
	color: rgba(9, 0, 93, 1) !important;
}
.text h1{
	width: 100%;
	font-weight: 700;
}
.text > p:nth-of-type(1) {
	width: 100%;
	/* letter-spacing: 50px; */
	margin: 30px 0px -15px 0px;
	/* margin-bottom: -15px;
	margin-top: 30px; */
	font-size: 25px;
	font-weight: 700;
	margin-left: 10px;
}

.text > p:nth-of-type(2) {
    font-size: 21px;
	margin-top:15px;
	margin-left: 10px;	
}

.text > p:nth-of-type(3) {
	width: 100%;
	text-align: end;
	font-weight: 500; 
	margin-bottom: 30px;
	font-size: 25px !important;
}
.button{
	background-image: linear-gradient(to right, rgb(9, 0, 90) , rgb(25, 17, 139));
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    border-radius: 1em;
    padding: 0.5em;
    width: fit-content;
}
.text .row{
	margin-top: 1em;
}
.text .col-6{
	display: flex;
	align-items: center;
}
.text img{
	width: 200px;
}
.text hr{	
    width: 165px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(255, 127, 80);
}
.text > hr:nth-of-type(1) {
    margin-left: 0;
}
.text > hr:nth-of-type(2) {
   
	margin-top: 0;
    margin-right: 0;
}
.yellow{
	background: var(--yellow);
	color: #000;
}
.red{
	background: var(--red);
	color: #FFF;
}
.white{
	background: var(--white);
	color: rgb(9, 0, 90);
}
.green{
	background: var(--green);
	color: rgb(9, 0, 90);
}
.purple{
	background: var(--purple);
	color: #FFF;
}
.sky{
	background: var(--sky);
	color: #FFF;
}
.flowers{
	/* position: fixed; */
	background-image: url(../images/flowers.png) ;
    /* background-size: contain; */
	background-repeat: repeat-x;
    width: 100%;
    height: 120px;
	/* background-position: bottom; */
	bottom: 0;
	left: 0;
	z-index: 10;
}
main{
	margin: 50px 40px 0px 40px !important;
}
main h1{
	margin: 0px 0px 30px 20px;
	font-weight: 800;
}
main p{
	width: 100%;
}
.content-service h2{
	font-weight: 700 !important;
}
.placeholder-image {
    width: 100%;
    height: 200px;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border: 1px dashed #ccc;
}
#contact {
	width: 100%; 
	padding: 15px;
	margin: 0 auto;
}
#contact .form-control{
	border-radius: 10px;
}
#contact .btn {
	background-color: #262261;
	display: block;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px;
	font-weight: 700;
	width: 150px;
}
.coming{
	margin: 0 auto;
    background-color: var(--yellow);
    max-width: 100px;
    justify-content: center;
    align-content: center;
    display: flex;
    border-radius: 20px;
	font-weight: 600;
}
.icon{
	width: 90px;
	height: 90px;
}
.icon:hover{
	cursor: pointer;
	background-color: #262261;
}
.icon:hover div{
	background-color: #fff;
}
.disabled {
    pointer-events: none !important; /* Desactiva interacción */
    opacity: 0.5 !important; /* Hace que se vean más claros */
    filter: grayscale(100%) !important; /* Opcional: Los pone en escala de grises */
}
/* .icon-event{
    background-color: #262261;
    mask: url('../images/icono/icon_event.svg') no-repeat center;
    -webkit-mask: url('../images/icono/icon_event.svg') no-repeat center;
	mask-size: contain; 
    -webkit-mask-size: contain;
} */
.icon-event {
	display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	position: unset;
}
.icon-event div{
	width: 70px;
    height: 70px;
    background-color: #262261;
    mask: url('../images/icono/icon_event.svg') no-repeat center;
    -webkit-mask: url('../images/icono/icon_event.svg') no-repeat center; 
    mask-size: contain; 
    -webkit-mask-size: contain;
    mask-composite: exclude; 
    -webkit-mask-composite: exclude; 
}
/* .icon-event div:hover{
	background-color: #fff;
} */
.icon-food {
	display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	position: unset;
}
.icon-food div{
	width: 70px;
    height: 70px;
    background-color: #262261;
    mask: url('../images/icono/icon_food.svg') no-repeat center;
    -webkit-mask: url('../images/icono/icon_food.svg') no-repeat center; 
    mask-size: contain; 
    -webkit-mask-size: contain;
    mask-composite: exclude; 
    -webkit-mask-composite: exclude; 
}
/* .icon-food div:hover{
	background-color: #fff;
} */
.icon-marketplace {
	display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	position: unset;
}
.icon-marketplace div{
	width: 70px;
    height: 70px;
    background-color: #262261;
    mask: url('../images/icono/icon_marketplace.svg') no-repeat center;
    -webkit-mask: url('../images/icono/icon_marketplace.svg') no-repeat center; 
    mask-size: contain; 
    -webkit-mask-size: contain;
    mask-composite: exclude; 
    -webkit-mask-composite: exclude; 
}
/* .icon-marketplace div:hover{
	background-color: #fff;
} */
.icon-dating {
	display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	position: unset;
}
.icon-dating div{
	width: 70px;
    height: 70px;
    background-color: #262261;
    mask: url('../images/icono/icon_dating.svg') no-repeat center;
    -webkit-mask: url('../images/icono/icon_dating.svg') no-repeat center; 
    mask-size: contain; 
    -webkit-mask-size: contain;
    mask-composite: exclude; 
    -webkit-mask-composite: exclude; 
}
/* .icon-dating div:hover{
	background-color: #fff;
} */
.icon-dating:hover{
	background-color: red;
}
.icon-business-services {
	display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	position: unset;
}
.icon-business-services div{
	width: 70px;
    height: 70px;
    background-color: #262261;
    mask: url('../images/icono/icon_business-services.svg') no-repeat center;
    -webkit-mask: url('../images/icono/icon_business-services.svg') no-repeat center; 
    mask-size: contain; 
    -webkit-mask-size: contain;
    mask-composite: exclude; 
    -webkit-mask-composite: exclude; 
}
/* .icon-business-services div:hover{
	background-color: #fff;
} */
.icon-pets {
	display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	position: unset;
}
.icon-pets div{
	width: 70px;
    height: 70px;
    background-color: #262261;
    mask: url('../images/icono/icon_pets.svg') no-repeat center;
    -webkit-mask: url('../images/icono/icon_pets.svg') no-repeat center; 
    mask-size: contain; 
    -webkit-mask-size: contain;
    mask-composite: exclude; 
    -webkit-mask-composite: exclude; 
}
/* .icon-pets div:hover{
	background-color: #fff;
} */
.icon-helper {
	display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	position: unset;
}
.icon-helper div{
	width: 70px;
    height: 70px;
    background-color: #262261;
    mask: url('../images/icono/icon_helper.svg') no-repeat center;
    -webkit-mask: url('../images/icono/icon_helper.svg') no-repeat center; 
    mask-size: contain; 
    -webkit-mask-size: contain;
    mask-composite: exclude; 
    -webkit-mask-composite: exclude; 
}
/* .icon-helper div:hover{
	background-color: #fff;
} */
/* Estilo activo para el contenedor */
.active {
    background-color: #262261; /* Fondo activo */
}

/* Estilo activo para el logo */
.active div {
    background-color: #ffffff; /* Logo activo (blanco) */
}
.services{
	font-size: 12px;
    border: 1px solid #262261;
    border-radius: 5px;
    padding: 0px 15px 0px 15px;
    margin: 15px;
	margin-bottom: 35px;
    font-weight: 500;
    line-height: 1.2;
	text-align: center;
}

.row > h1{
	width: 100%;
	font-weight: 700;
	margin-left: 20px;
}
.icon-back{
    background-color: #262261; 
    mask: url('../images/icono/icon_back.svg') no-repeat center;
    -webkit-mask: url('../images/icono/icon_back.svg') no-repeat center;
	mask-size: contain; 
    -webkit-mask-size: contain;
	width: 40px;
    height: 40px;
}
.icon-next{
    background-color: #262261; 
    mask: url('../images/icono/icon_next.svg') no-repeat center;
    -webkit-mask: url('../images/icono/icon_next.svg') no-repeat center;
	mask-size: contain;
    -webkit-mask-size: contain;
	width: 40px;
    height: 40px;
}

 @media only screen and (max-width: 992px) {
    .navbar-nav .nav-link {
        padding: 10px 15px !important;
        font-size: 24px; 
    }
	.navbar-toggler{
		margin-right: 20px;
		margin-top: 15px;
	}
	.navbar-collapse{
		margin-top: 40px;
	}
	.text{
		padding-left: 0;
	}
}  
@media only screen and (max-width: 760px) {
	.navbar-nav .nav-link {
        padding: 10px 15px !important;
        font-size: 24px; 
    }
	a.navbar-brand img{
		width: 150px;
		margin-left: 15px;
	}
	/* .text > p:nth-of-type(1){
		letter-spacing: 30px;
	} */
	.text > p:nth-of-type(2) {
		margin-right: 10px;
	}

	.girl{
		flex-direction: unset;
    	justify-content: center;
		margin: 10px;
		max-width: 350px;
	}
	.girl img{
		height: auto;
	    margin-top: 0;
	    width: 90%;
		position: relative;
	}
	.couple {
		max-width: 90%;
	}
	.couple div img {
		width: 100%;
	}
	.text{
		padding: 0;
	}
	.text img{
		width: 150px;
	}
	.text-background{
		padding-right: 3em !important;
	}
	.container-fluid > .row{
		margin-left: 10px;
		margin-right: 10px;	
	}
	main {
		margin: 50px 0px 0px 0px !important;
	}
	.content-service{
		margin: 20px;
	}
}
@media only screen and (max-height: 790px) {
	.container-fluid > .row{
		margin-left: 10px;
		margin-right: 10px;	
	}
}

@media only screen and (min-width: 1750px) {	
	.container {
		max-width: 1900px !important;
	  }
	.text {
		padding-right: 7em !important;
	}
	.couple div div img { 
		height: 550px;
	}
    .couple div:nth-of-type(1) {
		overflow: auto;
		width: max-content;
	}
	.icon{
		width: 120px;
		height: 120px;
	}
	.icon-dating div{
		width: 80px;
		height: 80px;
	}
	.services{
		font-size: 15px;
	}
} 

/* Estilos carrusel de columnas en index */

/* Asegura que las flechas están en la posición correcta */
#prevBtn:focus {
	outline: none;
	box-shadow: none;
}
#prevBtn {
	color: #262261;
}
#nextBtn:focus {
	outline: none;
	box-shadow: none;
}
#nextBtn {
	color: #262261;
}
.position-relative {
	position: relative;
}
.btn {
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.btn:disabled {
	opacity: 0.5;
}
.img-fluid {
    max-width: 80%;
}
#beneficiosContainer {
	display: flex;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
}
.column {
	scroll-snap-align: start;
}
.position-absolute {
	top: 50%;
	transform: translateY(-50%);
}
.start-0 {
	left: -30px; /* Ajusta para que la flecha no esté pegada al borde */
}
.end-0 {
	right: -10px; /* Ajusta para que la flecha no esté pegada al borde */
}
@media (max-width: 767px) {
	.text{
		padding-right: 0 !important;
	}
	.col-12 {
		flex: 0 0 100%; /* Asegura que cada columna ocupe el 100% del ancho en pantallas pequeñas */
	}
	.column img {
		max-width: 100%; /* Asegura que las imágenes se ajusten correctamente */
	}
	.btn {
		font-size: 20px;
		width: 35px;
		height: 35px;
	}
	.start-0 {
		left: -10px; /* Ajusta para que la flecha no esté pegada al borde */
	}
	.end-0 {
		right: 10px; /* Ajusta para que la flecha no esté pegada al borde */
	}
}
@media (min-width: 768px) {
	.col-md-4 {
		flex: 0 0 33.33%; /* Tres columnas en pantallas medianas y grandes */
	}
}






