@font-face {
    font-family: "Gotham Bold";
    src: url("assets/fonts/Gotham-Bold.otf");
}

@font-face {
    font-family: "Gotham Black";
    src: url("assets/fonts/Gotham-Black.otf");
}

@font-face {
    font-family: "Gotham Light";
    src: url("assets/fonts/Gotham-Light.otf");
}

.bg-quickGold {
	background-color: #036FA3;
}

.btn-quickGold {
	background: #e83c82;
    border-radius: 2px;
    padding: 13px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    height: 40px;
    font-family: Gotham Bold;
    width: 100%;
}

.btn-quickGoldBold {
	font-family: Gotham Bold;
}

.btn-quickGoldLight {
	font-family: Gotham Light;
}

.btn-quickGold:hover {
	opacity: .9;
	background: #e83c82;
	color: #fff;
}

h1 {
	font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #213e58;
    padding-top: 0;
    font-family: Gotham Black;
}

h2.title {
	font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #213e58;
    padding-top: 0;
    font-family: Gotham Black;
}

@media (max-width: 575px) {

	.navbar-brand {
		max-width: 165px;
	}

	h1, h2.title {
		font-size: 25px;
	}

	header {
		position: fixed;
		top: 0;
		height: 60px;
		width: 100%;
		z-index: 999;
	}

	.mt-mobile50 {
		margin-top: 50px;
	}

	footer {
		margin-bottom: 40px;
	}
}

/*! Reviews */

.google-reviews {
	background-color: transparent;
	font-family: Gotham Light;
	display: inline-grid;
	border-radius: 4px;
	margin: 0;
	width: 100%;
	z-index: 0;
	padding: 2px 0;
}

@media (max-width: 1200px) {
	.google-reviews {
		display: block;
		margin: 0;
		max-width: 400px;
	}
}

@media (min-width: 1201px) {
	.google-reviews {
		grid-template-columns: 50px 1fr;
		max-width: 330px;
	}
}

@media (min-width: 1550px) {
	.google-reviews {
		grid-template-columns: 60px 1fr;
		max-width: 420px;
	}
}

.google-reviews__left {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.google-reviews__right {
	border-left: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none !important;
	padding: 0 0 0 1px;
}

.google-reviews__img {
	width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
	.google-reviews__img {
		max-width: 25px;
	}
}

@media (min-width: 1201px) {
	.google-reviews__img {
		max-width: 28px;
	}
}

@media (min-width: 1550px) {
	.google-reviews__img {
		max-width: 28px;
	}
}

.google-reviews-content__top {
	display: flex;
	align-items: center;
}

.google-reviews-content__txt {
	color: #141414;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0;
}

 .google-reviews-content__rating {
	color: #fbbe00;
	font-size: .9rem;
	font-weight: 500;
	line-height: 100%;
	margin: 0 8px 0 0px;
}

.google-reviews-content__stars {
	display: inline-block;
	max-width: 92px;
}

.google-reviews-content__info {
	color: #213e58;
	font-size: .9rem;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

.card {
	background: #0f2d45;
}

.card-title {
	color: #fff;
    font-family: Gotham Black;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#services .card-title {
	font-size: 20px;
}

.card-subtitle {
	font-family: Gotham Light;
	font-weight: 100;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
}

.cardDetail {
	font-family: Gotham Light;
	font-weight: 300;
	font-size: 16px;
	color: #0f2d45;
	text-align: justify;
}

.cardPrice {
	color: #f5c300;
    font-family: Gotham Black;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cardOffer {
	font-family: Gotham Bold;
	font-size: 1.1rem;
	text-decoration: underline;
    -webkit-text-decoration-color: #f5c300;
    text-decoration-color: #f5c300;
    text-decoration-thickness: 5px;
    text-underline-offset: 1px;
    font-weight: 800;
}

.euroGram {
	font-size: 38px;
	font-family: Gotham Bold;
}

.btnMorePrices {
	font-family: Gotham Light;
	font-size: .9rem;
	background-color: #0692d0;
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    margin-left: 15px;
}

/*! Calculate */

.conversor_Select___Zv_e p, .conversor_input__z6wsX p {
    color: #0f2d45;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: .6rem;
}

#priceCalculate select {
    width: 100%;
    height: 60px;
    border-radius: 2px;
    background: #f3fbfe;
    outline: none;
    padding: 5px;
    color: #213e58;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    border: none;
}

#priceCalculate select option {
    color: #213e58;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
}

#priceCalculate input {
    width: 100%;
    height: 60px;
    border-radius: 2px;
    background: #f3fbfe;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #213e58;
    padding: 0 5px;
}

.conversor_precioFinal__gXXE0, .conversor_tituloInferior__m_q30 {
    color: #0f2d45;
    text-align: center;
    font-style: normal;
    line-height: normal;
}

.conversor_precioFinal__gXXE0 {
	font-family: Gotham Black;
    font-size: 40px;
    font-weight: 900;
    color: #0f2d45;
    text-align: center;
    font-style: normal;
    line-height: normal;
}

.cardMaps {
	border: 1px solid #213e58;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#services .card {
	background: #036FA3;
	border-color: #036FA3;
}

.bgDark {
	background-color: #0f2d45;
}

footer hr {
	border-color: #fff;
}

footer a {
	text-decoration: none;
	color: #fff;
}

.ctaWhatsapp {
	background: #00a884;
	color: #fff;
	font-size: 17px;
	font-family: ;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	width: 100%;
	height: 55px;
	position: fixed;
	font-family: Gotham Bold;
	bottom: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 15px;
}

/* Cambio de moneda */

@media (min-width: 950px) {
	#divisas .container {
		max-width: 900px;
	}
}

.estilosConversor_select__qtRpq {
    border-radius: 2px;
    background: #fff;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    font-size: 17px;
}

.estilosConversor_divisaSelectVenta__leIak, .estilosConversor_divisaSelect__8tG90 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.estilosConversor_bandera__V42nK {
    display: flex;
    align-items: center;
    width: 35px;
    height: 27px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .14));
}

.estilosConversor_bandera__V42nK img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.textExChange {
	font-family: Gotham Light;
	font-size: 24px;
	color: #fff;
}

.imgExChange img {
	width: 45px;
	margin: 0 5px;
}

#divisas input {
	width: 100%;
	border: none;
	height: 40px;
}

#divisas .minHeight {
	min-height: 38px;
}

.input-container input {
	font-size: 25px;
	font-family: Gotham Bold;
	text-align: center;
}