/*

Rojo: #e7045b
Azul: #0896be

*/

@-ms-viewport { width: device-width; }

html {
	scroll-behavior: smooth;
}

body
{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #444;
	background: #444;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
}

h2 {
	margin-bottom: .5em;
	font-size: 3rem;
}



.btn-red:hover {
	color: #FFF;
}

.btn-red-top {
	color: #fff;
	background-color: #e7045b;
	border-color: #e7045b;
	min-width: 200px;
	margin-top: 30px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

.btn-red {
    color: #fff;
    background-color: #e7045b;
    border-color: #e7045b;
    min-width: 200px;
    margin-top: 30px;
  	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

.btn-cotizar {
  background: #aa0d4f;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 11px 40px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(170, 13, 79, 0.3);
  margin-bottom: 14px;
}

.btn-cotizar:hover {
  background: #8f0b42;
  box-shadow: 0 6px 20px rgba(170, 13, 79, 0.4);
  transform: translateY(-2px);
  color: #fff;
}

.btn-cotizar:active {
  transform: translateY(0);
}

#header .btn-red,
#header .btn-red-top {
  background: #aa0d4f;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 11px 40px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(170, 13, 79, 0.3);
  margin: 0;
  min-width: auto;
}

#header .btn-red:hover,
#header .btn-red-top:hover {
  background: #8f0b42;
  box-shadow: 0 6px 20px rgba(170, 13, 79, 0.4);
  transform: translateY(-2px);
  color: #fff;
}

#header .btn-red:active,
#header .btn-red-top:active {
  transform: translateY(0);
}

.scroll {
	position: absolute;
  	right: 0;
  	left: 0;
  	bottom: -0.7em;
    margin-right: auto;
    margin-left: auto;
    color: #999;
    font-size: 1.3em;
    z-index: 999;
}
.scroll svg {
	background: #FFF;
}

.ajuste {
	display: inline-block;
	position: relative;
	top: -2px;
}

.show {
	display: initial;
}
.hide {
	display: none;
}

#main {
	text-align: center;
	background: #FFF;
}

#main section {
	min-height: 690px;
	padding: 50px 0;
	border-bottom: solid 1px #CCC;
	position: relative;
}

#main section h2 {
	padding-bottom: 5px;
}

#main section p {
	padding-bottom: 5px;
}

#header {
	padding: 5px 0;
	z-index: 1000;
	background: #FFF;
}
#header .navbar-brand img {
	max-height: 45px;
	width: auto;
}

#header .nav-link .contact-link-label,
#header .nav-link .contact-link-phone {
  display: inline-block;
  vertical-align: middle;
}

#header .nav-link .contact-link-phone {
  margin-left: 4px;
  color: #0896be;
  font-weight: 800;
}

#header .navbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

#header .cotiza-action {
  text-decoration: none;
}

#header .country-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 4px 5px 4px 12px;
  border: 1px solid rgba(8, 150, 190, 0.22);
  border-radius: 999px;
  background: #f7fbfc;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 6px 16px rgba(8, 44, 58, 0.08);
  white-space: nowrap;
}

#header .country-switcher-label {
  color: #61727a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

#header .country-switcher-options {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

#header .country-switcher-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #31464f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

#header .country-switcher-option:hover,
#header .country-switcher-option:focus {
  color: #0896be;
  background: #e9f7fb;
  text-decoration: none;
  outline: none;
}

#header .country-switcher-option:focus-visible {
  box-shadow: 0 0 0 3px rgba(8, 150, 190, 0.22);
}

#header .country-switcher-option.active {
  color: #fff;
  background: #0896be;
  box-shadow: 0 5px 12px rgba(8, 150, 190, 0.28);
}

#header .country-switcher-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(8, 150, 190, 0.12);
  color: inherit;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

#header .country-switcher-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 3px rgba(8, 44, 58, 0.12);
  font-size: 17px;
  line-height: 1;
}

#header .country-switcher-option.active .country-switcher-code {
  background: rgba(255, 255, 255, 0.2);
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  	position: fixed;
  	top: 0px;
  	right: 0;
  	left: 0;
    margin-right: auto;
    margin-left: auto;
	border-bottom: solid 1px #CCC;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .container {
  padding-top: 102px;
}

.fondo-header {
	height: 79px;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #999999;
}

.anchor{
  display: block;
  height: 1px; 
  position: absolute;
  bottom: 110px;
}

#intro {
	background-image: url('images/ciudad-portada.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 80%;
}

#planes {
	background-image: url('images/choque.svg');
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 80% 70%;
}

#pagos {
	background-image: url('images/coins.svg');
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 50% 60%;
}

#referidos {
	background-image: url('images/ahorros.svg');
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 50% 75%;
}

#respaldo{
	background-image: url('images/respaldo.svg');
	background-size: 55%;
	background-repeat: no-repeat;
	background-position: 50% 80%;
}

#cotiza {
	background-image: url('images/edificios-subpagina.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#footer {
	color: #FFF;
}

#footer a {
	color: #FFF;
}

#footer .footer-logo {
	text-align: center;
	padding: 2em 0 0.5em;
}

#footer .footer-logo img {
	max-width: 150px;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding: 1em 0 0.5em;
	text-align: center;
}

#footer .footer-menu li,
#footer .footer-contact li {
	font-size: 0.9em;
	line-height: 2em;

}

#footer .footer-social li {
	font-size: 1.5em;
	display: inline-block;
	margin: 0 0.2em;
}

.color-imagen{
	background: rgba(226,226,226,0.93);
	background: -moz-linear-gradient(-45deg, rgba(226,226,226,0.93) 15%, rgba(226,226,226,0.93) 17%, rgba(219,219,219,0.94) 23%, rgba(209,209,209,0.98) 64%, rgba(235,235,235,1) 85%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(15%, rgba(226,226,226,0.93)), color-stop(17%, rgba(226,226,226,0.93)), color-stop(23%, rgba(219,219,219,0.94)), color-stop(64%, rgba(209,209,209,0.98)), color-stop(85%, rgba(235,235,235,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(-45deg, rgba(226,226,226,0.93) 15%, rgba(226,226,226,0.93) 17%, rgba(219,219,219,0.94) 23%, rgba(209,209,209,0.98) 64%, rgba(235,235,235,1) 85%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(226,226,226,0.93) 15%, rgba(226,226,226,0.93) 17%, rgba(219,219,219,0.94) 23%, rgba(209,209,209,0.98) 64%, rgba(235,235,235,1) 85%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(226,226,226,0.93) 15%, rgba(226,226,226,0.93) 17%, rgba(219,219,219,0.94) 23%, rgba(209,209,209,0.98) 64%, rgba(235,235,235,1) 85%, rgba(254,254,254,1) 100%);
	background: linear-gradient(135deg, rgba(226,226,226,0.93) 15%, rgba(226,226,226,0.93) 17%, rgba(219,219,219,0.94) 23%, rgba(209,209,209,0.98) 64%, rgba(235,235,235,1) 85%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );
}
.captcha-container {
  display: flex;
  justify-content: center;
}

.phone-fields {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 8px;
}

.phone-fields .input-group {
  min-width: 0;
}

.phone-country-code {
  text-align: center;
  font-weight: 800;
}

.field-error {
  color: #c82333;
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  min-height: 2.4em;
  padding-top: 0.35rem;
  text-align: left;
}

/* Páginas de contenido (nosotros, privacidad, términos) */
.content-page {
  text-align: left;
  padding: 40px 0 60px;
  background: #fff;
}

.content-page h1 {
  color: #0896be;
  font-size: 2.2rem;
  margin-bottom: 0.8em;
}

.content-page h2 {
  color: #aa0d4f;
  font-size: 1.5rem;
  margin-top: 2em;
  margin-bottom: 0.6em;
}

.content-page h3 {
  font-size: 1.15rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.content-page p,
.content-page li {
  line-height: 1.8;
  color: #444;
}

.content-page ul {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.content-page ul li {
  margin-bottom: 0.4em;
}

.content-page a {
  color: #0896be;
  text-decoration: underline;
}

.content-page a:hover {
  color: #aa0d4f;
}

#footer .footer-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 0.5em 0;
  text-align: center;
}

#footer .footer-links li {
  font-size: 0.85em;
  display: inline-block;
  margin: 0 0.8em;
}

#footer .footer-links a {
  color: rgba(255,255,255,0.8);
}

#footer .footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}
