:root {
	--naranja: #FF9900;
	--naranja-claro: #FFF9F0;
	--gris-titulos: #2E3548;
	--gris-parrafo: #4C536B;
	--gris-claro-1: #F9F9FB;
	--gris-oscuro-1: #1E222F;
}

H1,
H2,
H3,
H4,
H5 {
	color: var(--naranja);
}

p {
	color: var(--gris-parrafo);
	margin-bottom: 20px;
	line-height: 160%;
	font-size: 15px;
}

a {
	color: currentColor;
}

a:hover {
	color: var(--naranja);
}

h2 {
	font-size: 24px;
}

.h2-bc {
	font-size: 32px !important;
	margin-bottom: 64px;
}

.h3-bc {
	font-size: 25px !important;
}

.h1-bc {
	font-size: 40px !important;
	font-weight: 700;
	color: #fff;
	line-height: 100%;
}

@media (max-width:576px) {
	.h1-bc {
		font-size: 34px !important;
	}
	.h2-bc {
		font-size: 26px !important;
	}
	.h3-bc {
		font-size: 20px !important;
	}
}

.tag-element-header {
	color: #ffffff;
	background-color: #090B11;
	border-radius: 20px;
	padding: 20px;
	opacity: 80%;
}

.links {
	border-color: var(--naranja);
	background-color: var(--naranja-claro);
	color: var(--naranja);
	text-transform: capitalize;
	margin: 5px auto 5px;
}

.links:hover {
	border-color: var(--naranja);
	background-color: var(--naranja);
	color: var(--naranja-claro);
	text-transform: capitalize;
	margin: 5px auto 5px;
}

.link-medio {
	margin-left: 30px;
	margin-right: 30px;
	text-transform: capitalize;
	margin: 5px auto 5px;
}

.tftable {
	font-size: 12px;
	color: #333333;
	width: 100%;
	border-width: 1px;
	border-color: var(--gris-claro-1);
	border-collapse: collapse;
}

.tftable th {
	font-size: 18px;
	background-color: #1a2033;
	border-width: 1px;
	padding: 18px;
	border-style: solid;
	border-color: hsl(0deg 0% 13%);
	text-align: left;
	color: #ffffff;
}

.tftable tr {
	background-color: #d4e3e5;
}

.tftable td {
	font-size: 16px;
	text-align: left;
	border-width: 1px;
	padding: 18px;
	border-style: solid;
	border-color: var(--gris-claro-1);
}

td {
	background-color: #ffffff;
}

.tb {
	background-color: var(--gris-claro-1);
}

@media (min-width:1200px) {
	.table {
		padding-left: 10vmin;
	}
}

.row.box-orange-2 {
	width: calc(100% - 70px);
	max-width: 1200px;
	margin: auto auto;
	padding: 40px 0px;
	gap: 30px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
}

.faq {
	padding-left: 2vmin;
	padding-right: 2vmin;
}

.center {
	margin: 0px auto;
	width: calc(100% - 40px);
}

.logo-header {
	padding-left: 0px;
	padding-right: 0px;
}

@media (min-width:1200px) {
	.imagen-header {
		height: 640px !important;
	}
	.tag-header {
		margin-right: 0px !important;
		margin-left: 0px !important;
		justify-content: space-between;
		align-items: center;
		margin-top: 200px;
	}
}

@media (max-width:768px) {
	.imagen-header {
		height: 90vmin;
	}
	.container.content-wrapper.row {
		height: 687px !important;
	}
	.tag-header {
		margin-left: 0px !important;
		justify-content: center !important;
		align-content: center !important;
		margin-top: 160px;
	}
	.row.box-orange-2 {
		width: calc(100% - 70px);
		max-width: 1200px;
		margin: auto auto;
		padding: 40px 0px;
		gap: 30px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width:600px) {
	.link-anchor-button {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media (min-width:599px) and (max-width:768px) {
	.header-image-container .header-background {
		height: 1220px;
	}
	.tag-header {
		margin-left: 10px !important;
		margin-right: 0 !important;
		margin-top: 560px !important;
		justify-content: space-between !important;
		align-items: center;
		flex-wrap: wrap;
		align-content: space-around;
	}
	header-background.imagen-header {
		height: 1150px !important;
	}
	div#front-page-wp\ link-ancla {
		margin-top: 620px !important;
	}
	.row.col-md-6.col-xl-3.tag-element-header {
		margin-bottom: 20px;
	}
}
.banner-orange{
	background-color:var(--naranja-claro);
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	margin-bottom: 6vmin;
}
@media (min-width:351px) and (max-width:598px) {
	.tag-header {
		margin-left: 0px !important;
		margin-top: 490px !important;
	}
	header-background.imagen-header {
		height: 1300px !important;
	}
}

@media screen and (max-width: 598px) {
	.tag-header {
		margin-right: 10px !important;
	}
	
}

@media (max-width:350px) {
	.tag-header {
		margin-left: 0px !important;
		margin-top: 480px;
	}
	div#front-page-wp\ link-ancla {
		margin-top: 900px;
	}
	.row.col-md-6.col-xl-3.tag-element-header {
		margin-bottom: 15px;
	}
	.header-image-container .header-background {
		height: 1500px
	}
}

@media (max-width:1199px) and (min-width:1025px) {
	.header-image-container .header-background {
		height: 750px;
	}
	.row.tag-header {
		margin-top: 270px;
		padding: 0px 100px 0px 100px;
		display: flex;
		justify-content: space-between;
	}
	.row.col-md-6.col-xl-3.tag-element-header {
		margin-bottom: 10px;
	}
	div#front-page-wp\ link-ancla {
		margin-top: 110px;
	}
}

@media (max-width:1024px)and (min-width:915px) {
	.header-image-container .header-background {
		height: 720px;
	}
	.row.tag-header {
		margin-top: 300px;
		padding: 0 100px;
		display: flex;
		justify-content: space-between;
	}
	.row.col-md-6.col-xl-3.tag-element-header {
		margin-bottom: 10px;
	}
	div#front-page-wp\ link-ancla {
		margin-top: 110px;
	}
}

@media (max-width:914px) and (min-width:769px) {
	.header-image-container .header-background {
		height: 800px;
	}
	.row.tag-header {
		margin-top: 300px;
		padding: 0 100px;
		display: flex;
		justify-content: space-between;
	}
	.row.col-md-6.col-xl-3.tag-element-header {
		margin-bottom: 10px;
	}
	div#front-page-wp\ link-ancla {
		margin-top: 190px;
	}
}

@media (max-width:598px) and (min-width:341px) {
	.tag-header {
		top: 365px;
	}
	div#front-page-wp\ link-ancla {
		margin-top: 560px;
	}
	.row.col-md-6.col-xl-3.tag-element-header {
		margin-bottom: 15px;
	}
	.header-image-container .header-background {
		height: 1370px
	}
}

.row.col-md-6.col-xl-3.tag-element-header {
	display: flex;
	align-items: center;
}

@media (min-width:518px) and (max-width:554px) {
	div#mini-form-policy {
		margin-top: -70px;
	}
}

@media (min-width:769px) {
	div#mini-form-policy {
		margin-top: -70px;
	}
}

.button-opinions {
	padding: 10px 20px;
	border-radius: 5px;
	box-shadow: 0 10px 30px -10px rgb(255 153 0 / 50%);
	background-color: #ff9900;
	display: inline-block;
	border-color: var(--naranja);
	text-transform: none;
	font-weight: 500;
	font-size: 16px;
}

.button-opinions:hover {
	color: #ffffff;
	background-color: #ff9900;
}

.button-opinions:focus {
	outline: none;
}

footer#colophon {
	display: none;
}

header#masthead {
	display: none;
}

.header-image-container #mini-form-policy .satelite-container .satelite-content {
	color: rgba(255, 255, 255, 1) !important;
}

.header-image-container #mini-form-policy .satelite-container .satelite-content div[class^='css-']:first-of-type {
	color: #fff;
}

.header-image-container #mini-form-policy .satelite-container .satelite-content .selector-info:before {
	opacity: 1;
}

.sponsors-parent {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
}

.press-parent {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
	padding: 0 25px;
}

.press-parent div a img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	width: 208px;
	height: 128px !important;
	transition: all 0.3s;
	transform: scale(0.8);
}

.press-parent div a img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}

.home-countries-insurance {
	bottom: 20px;
	font-size: 12px;
	left: 153px;
	margin-top: 238px;
	margin-left: 140px;
}

.home-countries-insurance .tooltip {
	z-index: 1;
}

.home-countries-insurance a {
	color: #ff9900;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline;
}

.home-countries-insurance a:hover {
	color: white;
}

.home-countries-insurance .tooltip-homepage::before,
.home-countries-insurance-mobile .tooltip-homepage::before {
	content: ' ';
	width: 37px;
	position: absolute;
	top: 0;
	left: 0;
	height: 38px;
	display: inline-block;
	transform: scale(0.5);
	overflow: visible;
	z-index: 1;
	background: url(https://static.iatiseguros.com/common/tunnel/info-orange.svg) no-repeat center;
	box-sizing: border-box;
	margin: 0 5px;
	margin-top: -10px;
	vertical-align: bottom;
	margin-left: 0;
}

.home-countries-insurance-mobile {
	position: absolute;
	margin-top: -360px;
	display: none;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	justify-content: center;
}

.home-countries-insurance-mobile a {
	color: #ff9900;
	font-size: 13px;
	font-weight: 300;
	text-decoration: underline;
}

.resumen-product-list>a {
	color: #757575 !important
}

@media (max-width: 1200px) {
	.sponsors-parent {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 1199px) {
	.home-countries-insurance {
		display: none !important;
	}
}

@media only screen and (max-width: 1024px) {
	.header-image-container {
		margin-bottom: 60px;
		background: rgba(0, 0, 0, .1);
	}
	.header-image-container .header-inner {
		height: 400px !important;
	}
	.header-image-container .title {
		font-size: 36px !important;
		line-height: 0.97;
		width: 80% !important;
		margin-top: 100px !important;
	}
	.header-image-container .sub-title {
		top: 57%;
		font-size: 22px !important;
		margin-top: 5px !important;
		width: 80% !important;
	}
	.header-image-container .subinfo {
		display: none !important;
	}
	.header-image-container .subinfo-2 {
		display: block !important;
		margin-top: 15px;
		text-align: center;
	}
	#front-page-wp .bnner-container {
		margin-top: 0px !important;
	}
}
@media (min-width: 768px) and (max-width: 768px) {
	.tag-header {
		margin-right: 25px !important;
	}
}
@media only screen and (max-width: 768px) {
	.tag-header {
		position: absolute !important;
	}
	.header-image-container {
		margin-bottom: 50px;
	}
	.home-countries-insurance-mobile {
		display: flex;
		margin-top: 190px;
	}
	.sponsors-parent,
	.press-parent {
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		max-width: calc(100vw - 30px);
		display: flex;
	}
	.sponsors-parent .text-center a img {
		height: 175px;
	}
	.sponsors {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.press-parent {
		flex-wrap: nowrap;
	}
	.press-parent div a img {
		max-width: unset;
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none;
		filter: none;
	}
	.sponsors-parent div a img {
		max-width: unset !important;
	}
	.header-image-container .header-background {
		top: 70px;
	}
	.home-countries-insurance {
		display: none;
	}
	#budget-form .selector-info,
	#budget-form .selector-info-2 {
		z-index: 1;
	}
	#front-page-wp .bnner-container {
		margin-top: 230px !important;
		width: 92vw !important;
	}
	#bnner .bnner-modal-content {
		height: 50vh;
	}
	#bnners {
		max-width: 92vw !important;
	}
}

@media only screen and (max-width: 554px) {
	.react-app-search {
		top: 280px;
	}
	.home-countries-insurance {
		display: none;
	}
}
.background-header{
	object-fit: contain;
	object-position: right;
	background: var(--gris-oscuro-1);
	background-image:url(https://media.iatiseguros.com/wp-content/uploads/2022/12/15125529/iati-seguros-de-viaje-para.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 80%;
}
.image-1{background: url(https://media.iatiseguros.com/wp-content/uploads/2022/12/01100354/iati-seguro.jpg) no-repeat center center;
    background-repeat: no-repeat;
	background-size: cover;
	min-height:400px;
	}
.image-2{background: url(https://media.iatiseguros.com/wp-content/uploads/2022/12/01100344/iati-seguro-2.jpg) no-repeat center center;
    background-repeat: no-repeat;
	background-size: cover;
	min-height:400px;
	}
.footer-EEEUU{
	min-height: 20px;
	text-align: center;
	background-color: var(--gris-oscuro-1);
	padding: 20px;
	color: #fff;
}
@media (max-width: 768px) {
	.w-screen {
		width: 99vw;
	}
	.carousel-inner-desktop .carousel-item> div {
		display: none;
	}
	.carousel-inner-desktop .carousel-item> div:first-child {
		display: block;
	}
	#main-carousel {
		display: block;
	}
	#recipeCarousel {
		display: none;
	}
}

.carousel-inner-desktop .carousel-item.active,
.carousel-inner-desktop .carousel-item-next,
.carousel-inner-desktop .carousel-item-prev {
	display: flex;
}

.carousel-control-prev,
.carousel-control-next {
	width: unset !important;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9900' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9900' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

@media (min-width: 769px) {
	#main-carousel {
		display: none;
	}
	#recipeCarousel {
		display: block;
	}
	.carousel-inner-desktop .carousel-item-right.active,
	.carousel-inner-desktop .carousel-item-next {
		transform: translateX(33.333%);
	}
	.carousel-inner-desktop .carousel-item-left.active,
	.carousel-inner-desktop .carousel-item-prev {
		transform: translateX(-33.333%);
	}
}

.carousel-inner-desktop .carousel-item-right,
.carousel-inner-desktop .carousel-item-left {
	transform: translateX(0);
}