#slider_151 .owl-item {
  width: fit-content !important;
}

#slider_151 .sa_hover_container {
  padding: 0 !important;
}

/* ---------------------

SECCIÓN FAMILIAS FELICES

--------------------- */

.container-familias-felices-full {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-around;
	row-gap: 10vh;
	column-gap: 30px;
}

.container-familiafeliz-nuevo,
.container-familiafeliz {
  display: flex;
	box-sizing: border-box;
	flex-basis: 45%;
  float: right;
	justify-content: flex-end;
  /*width: 35vw;*/
  background: #FFFFFF;
  box-shadow: 0px 0px 50px 25px rgba(0, 0, 0, 0.04);
  border-radius: 10.5776px;
}

.container-familiafeliz {
  flex-direction: column;
  /*max-width: 15vw*/
}

.left-section {
		min-width: 200px;
		max-width: 240px;
}

.right-section {
	position: relative;
  text-align: right;
  padding: 40px 40px 40px 25px;
	flex-grow: 1;
}


.bottom-section {
  font-size: 14px;
  text-align: center;
  padding: 20px 20px 20px 20px;
}

.container-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}


.nombre-cliente-mascota,
nombre-cliente-mascota-chico {
  line-height: 1em;
	margin-bottom: 15px;
	letter-spacing: 1.3pt;
}

.nombre-cliente-mascota-chico {
  margin-bottom: 10px;
  line-height: 0.8;
  font-size: 15px;
}

.nombre-cliente,
.nombre-cliente-chico {
  font-family: Poppins;
  text-transform: uppercase;
  font-size: 1em;
	letter-spacing: 1.3pt;
}

.nombre-mascota,
.nombre-mascota-chico {
  font-family: "Qwigley", Sans-serif;
  font-size: 2em;
  font-weight: 400;
	line-height: .7;
}

.container-paises, .container-fecha {
	display: flex;
	justify-content: flex-end;
	column-gap: 15px;
	align-items: center;
	margin: 10px 0;
}
.paises {
  font-family: Poppins;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
	margin-bottom: 0;
	color: dimgray;
}

.fecha {
	font-family: Poppins;
	text-transform: uppercase;
  color: #498ede;
	font-size: .8em;
  font-weight: bold;
	letter-spacing: 1pt;
  display: block;
}

.container-screen {
	position: relative;
}

.screen {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 20px;
	border-radius: 13px !important;
		min-width: 100px;
	width: 80% !important;
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.04) !important
}

.testimonio {
  color: #6e6d6d;
  font-size: .8em;
  margin-left: 42px;
  margin-top: 41px;
}

.testimonio-chico {
  color: #6e6d6d;
  font-size: .8em;
  padding: 0 30px;
}

.testimonio-chico {
  margin-top: 0 !important;
}

.foto {
  border-radius: 12px 0 0 12px !important;
  /*min-height: 100%*/;
	min-width: 150px;
  object-fit: cover;
		transition: transform .1s ease-in-out
}

.foto:hover, .screen:hover {
	cursor: pointer;
	transform: scale(1.02) rotate(.5deg);
	transition: transform .1s ease-in-out
}

.foto-chica {
  border-radius: 12px 12px 0 0 !important;
  object-fit: cover;
  min-width: 100% !important;
  max-height: 15vw;
}


/* Hago que las cards estén centradas porque el diseño anterior no quedaba bien sin las screens.
 * 
 * Si en algn momento agregamos las screens borramos lo que viene ahora
*/

.screen {
	width: 20vw !important;	
}
.container-familiafeliz-nuevo {
		flex-wrap: wrap;
		min-width: 80vw;
}
.left-section {
		max-width: 70%;
}
.right-section {
		text-align: center;
		padding: 35px 25px
}
.container-paises, .container-fecha {
		justify-content: center
}
.foto {
		min-width: 80vw;
		border-radius: 12px 12px 0 0px !important;
}

.container-familias-felices-full {
		align-items: flex-start;
		row-gap: 50px;
		justify-content: space-evenly;
		column-gap: 60px;
}
.container-familiafeliz-nuevo,
.container-familiafeliz {
		min-width: 20vw;
		max-width: 25vw;
		justify-content: flex-start !important
}
.left-section {
	width: 100%;
	max-width: 100%;
	max-height: 400px;
}
.foto {
	min-width: 100%;
	max-height: 100%;
		height: 100% !important
}

/* Responsive */
@media only screen and (max-width: 767px) {
		.container-familias-felices-full {
			row-gap: 20px
		}
		.screen {
			width: 20vw !important;	
		}
		.container-familiafeliz-nuevo {
			flex-wrap: wrap;
			min-width: 80vw;
		}
		.left-section {
			max-width: 70%;
		}
		.right-section {
			text-align: center;
			padding: 35px 25px
		}
		.container-paises, .container-fecha {
			justify-content: center
		}
		.foto {
			min-width: 80vw;
			border-radius: 12px 12px 0 0px !important;
		}
}

@media only screen and (max-width: 1024px) {
		.container-familias-felices-full {
			column-gap: 30px
		}
}
/* ------------ */

.foto-perro-home > div > img {
  /*min-width: 350px !important;*/
		min-width: 300px !important;
}
@media screen and (max-width: 767px) {
	.foto-perro-home > div > img {
		min-width: 0 !important
	}
}
@media screen and (max-width: 1024px) {
	.foto-perro-home > div > img {
		min-width: 0 !important
	}
}

/* Sección container de las faq (del banner e índice) */
#seccion-faq > div {
	justify-content: flex-end;
}

/* ------ Índice de las faq ----- */

.sidebar-faq {
	position: fixed !important;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 0;
}

.banner-faq {
		right: 0
}

.lwptoc_title {
		font-family: 'Poppins', sans-serif;
		font-size: 18pt;
		letter-spacing: 4pt
}

.lwptoc_item {
	margin-bottom: 15px !important;
}

.lwptoc_item:hover {
	transform: scale(1.04)
}

.lwptoc {
		height: 60vh !important;
		margin-left: 15px !important;
}

.lwptoc_i {
	background: transparent !important;
	height: 100%;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    overflow-y: scroll !important;  
		max-height: 70vh;
		-webkit-mask-image: linear-gradient(180deg, #000 96%, transparent);
		width: 100%;
		position: relative;
}

.lwptoc_i::-webkit-scrollbar {
		width: 8px;
}
.lwptoc_i::-webkit-scrollbar-track {
  background-color: transparent;
}
.lwptoc_i::-webkit-scrollbar-thumb {
  background: linear-gradient(rgba(250, 250, 255), rgba(245, 245, 250));
  border-radius: 20px;
}

@media (max-width: 1024px) {
	.sidebar-faq {
		position: relative !important;
		height: auto;
	}
	.banner-faq {
		left: 0	
	}
}

/* --------- */

footer {
	z-index: 50
}


/* --- Vertical divider --- */
.widget-vertical-divider, .widget-vertical-divider > div {
		height: 100%
}


/* Card contacto */
.card-contacto > div {
	position: absolute;
	top: -10%;
	max-width: 500px;
	min-width: 370px;
	left: 0%;
}

.card-contacto-scroll {
	transform: scale(1.02);
}

/* Cambiar el justify-content de la sección de contacto */
@media screen and (max-width: 767px) {
		.section-contacto div:nth-child(2)  {
			justify-content: center
		}
}
.section-contacto div:nth-child(2) {
	justify-content: flex-end;
}


/* Viajes en el home */
.container-viajes {
	display: flex;
		flex-direction: column;
	flex-wrap: nowrap;
		row-gap: 30px;
		font-family: Poppins;
}

.card-viaje {
		border-radius: 0px 35px;
		overflow: hidden;
}

.header-viaje {
	display: block;
		background: #565656;
		padding: 10px 20px
}
.span-general-paises-viaje {
	color: white;
}
.pais-viaje {
	font-weight: bold
}

.body-viaje {
		display: flex;
		justify-content: space-between;
}

.left-section-viaje {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		width: 70%;
		gap: 3px;
		padding: 10px 20px;
		background: #ECECEC
}
.fecha-viaje {
	font-weight: 500;
		font-size: .9em;
		margin-top: 5px;
}
.container-disponibilidad-viaje, .container-info-extra {
	font-size: .8em;
}
.disponibilidad-viaje {
		color: #489E40;
}
.nodisponibilidad-viaje {
		color: #CA4B4B
}

.right-section-viaje {
		display: flex;
		color: white;
		line-height: 1;
		text-align: center;
		text-transform: uppercase;
		font-size: .9em;
}
.tipo-servicio-viaje {
		display: flex;
		justify-content: center;
		flex-direction: column;
		line-height: 1.3;
}
.servicioporcarga-viaje {
		padding: 35px 20px;
	/*background: #9FC5EA*/
		background: #3d95cb
}
.servicioconacompañante-viaje {
	padding: 35px 20px;
	/*background: #F8E270*/
		background: #f9b05f
}

.icon-location-viaje {
	color: #ececec;
	margin-right: 5px;
}
.icon-date-viaje {
	margin-right: 5px;
}


/* Link a SELTA en el footer */
.link-selta {
	color: white !important
}
.link-selta:hover {
	color: #ff5f00 !important
}


/* Contact form */
.wpforms-form {
	text-align: center;
	font-family: Poppins;
}
.wpforms-field-medium {
		color: white !important;
		font-weight: 500;
		font-size: .9em !important;
		letter-spacing: 1.2pt !important;
	margin: 0px auto 20px auto !important;
		padding: 0px 0px 3px 0px !important;
	min-width: 350px !important;
		max-width: 350px !important;
		background: transparent !important;
		border-width: 0 0 1px 0 !important;
		border-color: #959595 !important;
}

input.wpforms-field-medium {
		height: 100% !important
}

.wpforms-submit {
	font-family: Poppins;
		text-transform: uppercase !important;
		letter-spacing: 1pt !important;
		font-weight: 600;
		background: transparent !important;
		color: #9FC5EA !important;
		border-radius: 10px !important;
		border-color: #44A0D9 !important;
		border-width: 2px !important;
		padding: 7px 50px !important; 
}
.wpforms-submit:hover {
	color: white !important;
	background: linear-gradient(50deg, #44A0D9 0%, #5CB4EB 100%) !important
}
.wpforms-error {
	color: white !important
}
/*
.wpforms-field-description {
		color: lightgray;
		font-style: italic;
		font-size: .7em !important;
}
*/

/* z-index del footer (pisaba al header) */
footer {
	z-index: 49 !important;
}

/* Polylang switcher ajustes */
.ct-menu-link > img {
	width: 30px !important;
	height: auto !important;
}

.lang-item:hover {
	transform: scale(1.04) rotate(3deg);
	transition: transform .1s ease-in-out
}

/* Hover del logo del header */
.site-logo-container:hover {
		transform: scale(1.07);
		transition: transform .1s ease-in-out
}


/* Custom scrollbar */
body::-webkit-scrollbar {
	width: 15px;
		background: #18191D
}
body::-webkit-scrollbar-thumb {
  background: linear-gradient(150deg, rgb(48, 140, 197), rgb(37, 136, 176));
		border-radius: 100px;
	box-shadow: 4px 4px 5px 0px rgba(256,256,256,0.68) inset;	
}
body::-webkit-scrollbar-track-piece:decrement {
	background: #13303B
}
body::-webkit-scrollbar-thumb:hover {
		cursor: pointer !important;
	background: linear-gradient(150deg, rgb(78, 170, 227), rgb(67, 166, 206))
}


/* Familias felices del home */
.home-familiasfelices-a > img:hover {
	transform: scale(1.03);
	transition: transform .1s ease-in-out
}
/* con el qi addon
.qodef-m-main-text {
	text-align: right
}


/* Plane scroll */
.plane-scroll, .smoke-scroll {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 150px;
	/*transition: top .03s ease-in-out;*/
	transition: transform .3s ease-out;
}
.plane-scroll {
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.23));
}

@media screen and (max-width: 767px) {
	.plane-scroll, .smoke-scroll {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	.plane-scroll {
		left: 6%;
	}
	.smoke-scroll {
		left: 9%
	}
}


/* Sacar padding left a items a tener en cuenta en el proceso en mobile */
@media screen and (max-width: 767px) {
	.lista-proceso > div > ul {
			padding: 0
	}
}

/* Botón de IG en seccin familias felices */
#ig-button-ff, #fb-button-ff {
	font-size: 1.1em;
}

/* Centrar reCaptcha */
.g-recaptcha > div {
	margin: auto !important;
}


/* Banderas en familias felices */
.left-section-banderas {
	position: relative;
	min-width: 200px;
	width: 100%
}

.container-banderas-paises {
	position: absolute;
	top: -12px;
	left: 0;
	width: 100%;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center
}

.bandera-pais {
	width: 50px;
	z-index: 1;
	border-radius: 6px !important;
}

.conector-banderas-paises {
	width: 50%;
	height: 6px;
	z-index: 0;
	background: linear-gradient(90deg, #44A0D9, #1B6B9C)
}

/* Centrar botón "cerrar" del modal de consulta de whatsapp */
.premium-modal-box-modal-footer {
	text-align: center !important
}

/* Header con 500 de zindex porque los checks del Premium List tienen 500 de zindex (no tiene sentido) */
#header {
	z-index: 500
}



/* -----------------------
 * 
 * Viajes frecuentes 
 * 
 * -----------------------*/

.contenedor-general-destinos {
		white-space: nowrap;
		line-height: 0
}
.origen-destinos-1, .destino-destinos-1 {
		display: flex;
		align-items: center;
		gap: 20px;
		font-weight: 800;
}

.origen-destinos-1 {
		background: #54595F;
		color: white;
		padding: 7px 20px 7px 7px;
		z-index: 2;
		border-radius: 100px 0px 0px 100px;
}
.destino-destinos-1 {
		z-index: 1;
		border: 4px solid #1B6B9C;
		border-left: 0px;
		color: #1B6B9C;
		padding-left: 35px;
		border-radius: 0px 100px 100px 0px;
}

.arg-destinos {
		width: 40px;
		height: 40px !important;
		object-fit: cover;
		border-radius: 50% !important;
}
.europa-destinos {
		width: 40px;
		transform: translatex(1px);
}
.avion-destinos {
		transform: rotate(45deg);
		width: 30px;
}

@media (max-width: 768px) {
		.contenedor-general-destinos {
				display: flex;
				justify-content: center !important;
		}
		.origen-destinos-1, .destino-destinos-1 {
				font-size: .8em;
				gap: 10px;
		}
		.destino-destinos-1 {
				padding-left: 18px;
		}
		.arg-destinos {
				width: 30px;
				height: 30px !important;
		}
		.avion-destinos {
				width: 20px;
		}
		.europa-destinos {
				width: 30px;
		}
}

.contenedor-general-destinos {
		display: flex;
		justify-content: flex-start;
		white-space: nowrap
}
.origen-destinos-2, .destino-destinos-2 {
		display: flex;
		align-items: center;
		gap: 20px;
		font-weight: 800;
}

.origen-destinos-2 {
		z-index: 1;
		color: #1B6B9C;
		border: 4px solid #1B6B9C;
		border-right: 0;
		z-index: 2;
		border-radius: 100px 0px 0px 100px;
		padding: 0px 20px 0px 0px;
}
.destino-destinos-2 {
		background: #54595F;
		color: white;
		padding: 7px 7px 7px 20px;
		border-radius: 0px 100px 100px 0px;
		padding-left: 25px;
		gap: 27px
}

.arg-destinos {
		width: 40px;
		height: 40px !important;
		object-fit: cover;
		border-radius: 50% !important;
}
.europa-destinos-2 {
		width: 40px;
		transform: translate(7px, -1px);
}

@media (max-width: 768px) {
		.origen-destinos-2, .destino-destinos-2 {
				font-size: .8em;
				gap: 10px;

		}
		.arg-destinos {
				width: 30px;
				height: 30px !important;
		}
		.avion-destinos {
				width: 20px !important;
		}
		.europa-destinos-2 {
				width: 30px;
		}
		.destino-destinos-2 {
				padding-left: 20px;
				gap: 15px
		}
		.origen-destinos-2 {
				gap: 20px;
				padding: 0px 15px 0px 0px;
		}
}

.contenedor-general-destinos {
		white-space: nowrap;
}
.origen-destinos-1, .destino-destinos-usa {
		display: flex;
		align-items: center;
		gap: 20px;
		font-weight: 800;
}

.origen-destinos-1 {
		background: #54595F;
		color: white;
		padding: 7px 20px 7px 7px;
		z-index: 2;
		border-radius: 100px 0px 0px 100px;
}
.destino-destinos-usa {
		z-index: 1;
		border: 4px solid #D80027;
		border-left: 0px;
		color: #D80027;
		padding: 3px 7px 3px 35px;
		border-radius: 0px 100px 100px 0px;
}

.arg-destinos {
		width: 40px;
		height: 40px !important;
		object-fit: cover;
		border-radius: 50% !important;
}
.usa-destinos {
		width: 40px;
}
.avion-destinos {
		transform: rotate(45deg);
}

@media (max-width: 768px) {
		.contenedor-general-destinos {
		}
		.origen-destinos-1, .destino-destinos-usa {
				font-size: .8em;
				gap: 10px;
		}
		.destino-destinos-usa {
				padding-left: 18px;
		}
		.arg-destinos {
				width: 30px;
				height: 30px !important;
		}
		.avion-destinos {
				width: 20px !important;
		}
		.usa-destinos {
				width: 30px;
		}
}

.contenedor-general-destinos {
		display: flex;
		justify-content: flex-start;
		white-space: nowrap
}
.origen-destinos-usa, .destino-destinos-2 {
		display: flex;
		align-items: center;
		gap: 20px;
		font-weight: 800;
}

.origen-destinos-usa {
		z-index: 1;
		color: #D80027;
		border: 4px solid #D80027;
		border-right: 0;
		z-index: 2;
		border-radius: 100px 0px 0px 100px;
		padding: 4px 20px 4px 4px;
}
.destino-destinos-2 {
		background: #54595F;
		color: white;
		padding: 7px 7px 7px 20px;
		border-radius: 0px 100px 100px 0px;
		padding-left: 25px;
		gap: 27px
}

.arg-destinos {
		width: 40px;
		height: 40px !important;
		object-fit: cover;
		border-radius: 50% !important;
}
.usa-destinos-2 {
		width: 40px;
}

@media (max-width: 768px) {
		.origen-destinos-usa, .destino-destinos-2 {
				font-size: .8em;
				gap: 10px;

		}
		.arg-destinos {
				width: 30px;
				height: 30px !important;
		}
		.avion-destinos {
				width: 20px !important;
		}
		.usa-destinos-2 {
				width: 30px;
		}
		.destino-destinos-2 {
				padding-left: 20px;
				gap: 15px
		}
		.origen-destinos- {
				gap: 20px;
				padding: 0px 15px 0px 0px;
		}
}

.contenedor-general-destinos {
		white-space: nowrap;
}
.origen-destinos-1, .destino-destinos-brasil {
		display: flex;
		align-items: center;
		gap: 20px;
		font-weight: 800;
}

.origen-destinos-1 {
		background: #54595F;
		color: white;
		padding: 7px 20px 7px 7px;
		z-index: 2;
		border-radius: 100px 0px 0px 100px;
}
.destino-destinos-brasil {
		z-index: 1;
		border: 4px solid #009b3a;
		border-left: 0px;
		color: #009b3a;
		padding: 3px 7px 3px 35px;
		border-radius: 0px 100px 100px 0px;
}

.arg-destinos {
		width: 40px;
		height: 40px !important;
		object-fit: cover;
		border-radius: 50% !important;
}
.brasil-destinos {
		width: 40px;
		height: 40px !important;
		border-radius: 50% !important;
		object-fit: cover
}
.camioneta-destinos {
		width: 30px
}

@media (max-width: 768px) {
		.contenedor-general-destinos {
		}
		.origen-destinos-1, .destino-destinos-brasil {
				font-size: .8em;
				gap: 10px;
		}
		.destino-destinos-brasil {
				padding-left: 18px;
		}
		.arg-destinos {
				width: 30px;
				height: 30px !important;
		}
		.avion-destinos {
				width: 20px !important;
		}
		.brasil-destinos {
				width: 30px;
				height: 30px !important;
		}
}

.contenedor-general-destinos {
		display: flex;
		justify-content: flex-start;
		white-space: nowrap
}
.origen-destinos-brasil, .destino-destinos-2 {
		display: flex;
		align-items: center;
		gap: 20px;
		font-weight: 800;
}

.origen-destinos-brasil {
		z-index: 1;
		color: #009b3a;
		border: 4px solid #009b3a;
		border-right: 0;
		z-index: 2;
		border-radius: 100px 0px 0px 100px;
		padding: 4px 20px 4px 4px;
}
.destino-destinos-2 {
		background: #54595F;
		color: white;
		padding: 7px 7px 7px 20px;
		border-radius: 0px 100px 100px 0px;
		padding-left: 25px;
		gap: 27px
}

.arg-destinos {
		width: 40px;
		height: 40px !important;
		object-fit: cover;
		border-radius: 50% !important;
}
.brasil-destinos-2 {
		width: 40px;
		height: 40px !important;
		border-radius: 50% !important;
		object-fit: cover
}

@media (max-width: 768px) {
		.origen-destinos-brasil, .destino-destinos-2 {
				font-size: .8em;
				gap: 10px;

		}
		.arg-destinos {
				width: 30px;
				height: 30px !important;
		}
		.brasil-destinos-2 {
				width: 30px;
				height: 30px !important;
		}
		.destino-destinos-2 {
				padding-left: 20px;
				gap: 15px
		}
		.origen-destinos- {
				gap: 20px;
				padding: 0px 15px 0px 0px;
		}
}