@charset "UTF-8";
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: "PP Neue Montreal Book";
	src: url("../fonts/PPNeueMontreal-Book.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Book.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "PP Neue Montreal";
	src: url("../fonts/PPNeueMontreal-Bold.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "PP Neue Montreal";
	src: url("../fonts/PPNeueMontreal-Medium.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "PP Neue Montreal";
	src: url("../fonts/PPNeueMontreal-Thin.woff2") format("woff2"), url("../fonts/PPNeueMontreal-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
select,
button,
input,
textarea {
	outline: none;
}

.trans, .navbar-nav li:last-child a, .productos .boton, .contacto .formulario input[type=submit], .contacto ul li, .trabaja input[type=submit], .app .item, footer ul li img, .gracias a, .producto .icono img, .cotiza a, .fotos .boton, .home .cotizaahora, .home .formulario input[type=submit], .home ul li, .nav-link {
	transition: all 0.3s ease;
}

body {
	padding: 0;
	margin: 0;
	font-family: "PP Neue Montreal";
	overflow-x: hidden;
}

.clear {
	clear: both;
}

h1,
h2,
h3,
h4,
p,
ul,
li {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
	outline: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.whatsapp {
	position: fixed;
	right: 4px;
	bottom: 84px;
	display: block;
	z-index: 99999999;
}

header {
	background-color: #17479d;
}
header .fixed-top {
	background-color: #17479d;
}

.nav-link {
	color: #fff;
	border-radius: 12px;
	margin-right: 6px;
}

.nav-link:hover {
	background-color: #101733;
	color: #fff;
}

.telefono {
	padding: 22px 20px 12px 20px;
	text-align: right;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
}
.telefono a {
	color: #fff;
}

.home {
	padding: 120px 33px 143px 33px;
	margin-top: 120px;
	background-image: url(../img/slide1.jpg);
	background-size: cover;
}
.home h1 {
	font-size: 84px;
	color: #fff;
	padding-top: 50px;
	font-weight: bold;
	line-height: 74px;
}
.home h1 span {
	display: block;
}
.home h2 {
	color: #fff;
	font-size: 28px;
	padding-top: 20px;
	font-weight: bold;
	padding-bottom: 33px;
}
.home h3 {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.home ul {
	padding: 0;
}
.home ul li {
	color: #293662;
	background-color: #ecf2fd;
	padding: 20px 12px 16px 33px;
	line-height: 16px;
	font-weight: bold;
	width: 50%;
	cursor: pointer;
}
.home ul li span {
	display: block;
}
.home ul li:hover,
.home ul .active {
	background-color: #fff;
}
.home ul li:first-child {
	border-radius: 33px 0 0 0;
}
.home ul li:last-child {
	border-radius: 0 33px 0 0;
}
.home .formulario {
	border-radius: 33px;
	padding: 33px;
	background-color: #fff;
}
.home .formulario input[type=text],
.home .formulario input[type=email],
.home .formulario select {
	border: none;
	width: 100%;
	background-color: #ecf2fd;
	border-radius: 12px;
	padding: 12px;
	margin-bottom: 12px;
	color: #8c8c8c;
}
.home .formulario input[type=text]::-moz-placeholder, .home .formulario input[type=email]::-moz-placeholder {
	color: #8c8c8c;
	opacity: 1;
}
.home .formulario input[type=text]::placeholder,
.home .formulario input[type=email]::placeholder,
.home .formulario select {
	color: #8c8c8c;
	opacity: 1;
}
.home .formulario h4 {
	font-size: 41px;
	font-weight: bold;
	line-height: 41px;
}
.home .formulario h4 span {
	display: block;
}
.home .formulario .acepto {
	font-size: 12px;
}
.home .formulario input[type=submit] {
	border-radius: 33px;
	background-color: #293662;
	padding: 12px 20px 12px 20px;
	text-align: center;
	width: 100%;
	color: #fff;
	border: none;
	font-size: 33px;
}
.home .formulario input[type=submit]:hover {
	background-color: #17479d;
}
.home .cotizaahora {
	background-color: #00adee;
	font-size: 28px;
	font-weight: bold;
	border-radius: 33px 33px 33px 33px;
	padding: 12px 20px 12px 20px;
	width: 251px;
	color: #fff;
	text-align: center;
	margin-top: 33px;
}
.home .cotizaahora:hover {
	background-color: #17479d;
}
.home .instalacion {
	font-size: 33px;
	font-weight: bold;
	width: 300px;
	color: #fff;
	line-height: 33px;
	margin-top: 33px;
	position: absolute;
	right: 20px;
	top: 45%;
}
.home .instalacion span {
	display: block;
}

.tecnologia {
	background: #101733;
	background: linear-gradient(90deg, rgb(16, 23, 51) 0%, rgb(16, 23, 51) 14%, rgb(23, 71, 157) 44%);
	color: #fff;
	margin-bottom: 200px;
}
.tecnologia .col-md-8,
.tecnologia .col-md-4,
.tecnologia .container,
.tecnologia .row {
	padding: 0;
	margin: 0;
}
.tecnologia h2 {
	font-size: 81px;
	line-height: 81px;
}
.tecnologia h2 span {
	display: block;
}
.tecnologia .col-md-8 {
	padding: 92px 0 0 120px;
}
.tecnologia .foto {
	width: 82%;
	display: block;
	margin: auto auto -200px auto;
}
.tecnologia .foto2 {
	width: 100%;
	height: 750px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.somos {
	padding: 78px 0 84px 0;
}
.somos h3 {
	color: #101733;
	font-size: 33px;
	font-weight: bold;
}
.somos h2 {
	color: #101733;
	font-size: 68px;
}
.somos .nro {
	padding: 12px 33px 12px 20px;
	color: #fff;
	border-radius: 33px;
	background-color: #17479d;
	width: 120px;
	margin-top: 12px;
	font-size: 20px;
	font-weight: bold;
}
.somos .item {
	border-bottom: solid 1px #8c8c8c;
	padding-bottom: 33px;
	margin-bottom: 33px;
}
.somos p {
	padding-top: 20px;
	font-size: 20px;
	color: #8c8c8c;
}

.fotos {
	padding-top: 84px;
	padding-bottom: 33px;
}
.fotos h2 {
	color: #293662;
	font-size: 33px;
	margin-bottom: 20px;
	font-weight: bold;
	position: relative;
}
.fotos h2 span {
	font-size: 52px;
	font-weight: normal;
	position: absolute;
	right: 33px;
	top: -12px;
}
.fotos p {
	color: #8c8c8c;
	font-size: 20px;
	padding-right: 33px;
}
.fotos .boton {
	background-color: #00adee;
	color: #fff;
	border-radius: 120px;
	display: block;
	margin: auto;
	width: 584px;
	padding: 33px 84px 33px 84px;
	font-size: 33px;
	margin-top: 84px;
	text-align: center;
}
.fotos .boton:hover {
	background-color: #293662;
}

.cotiza {
	padding: 52px;
	color: #fff;
	text-align: center;
	background-color: #17479d;
}
.cotiza h2 {
	font-size: 33px;
}
.cotiza a {
	color: #fff;
	font-size: 43px;
	border-radius: 52px;
	background-color: #101733;
	border-radius: 52px;
	display: block;
	padding: 12px 28px 12px 28px;
	width: 333px;
	text-align: center;
	margin: 12px auto auto auto;
	font-weight: bold;
}
.cotiza a:hover {
	background-color: #293662;
	color: #fff;
}

.producto {
	background-image: url(../img/assets_fdo_azul.jpg);
	background-position: top center;
	padding: 33px;
}
.producto .foto {
	position: relative;
}
.producto .fotoprod {
	display: block;
	margin: auto;
	width: 1100px;
	height: 800px;
}
.producto h4 {
	color: #fff;
	font-size: 52px;
	text-align: center;
	padding-top: 33px;
	line-height: 52px;
}
.producto h4 span {
	display: block;
}
.producto .icono1 {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 98px;
	left: 120px;
}
.producto .icono1 span {
	display: block;
}
.producto .icono1 img {
	display: block;
	margin: auto;
}
.producto .icono2 {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 98px;
	right: 100px;
}
.producto .icono2 span {
	display: block;
}
.producto .icono2 img {
	display: block;
	margin: auto;
}
.producto .icono3 {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 68px;
	left: 120px;
}
.producto .icono3 span {
	display: block;
}
.producto .icono3 img {
	display: block;
	margin: auto;
}
.producto .icono4 {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 68px;
	right: 120px;
}
.producto .icono4 span {
	display: block;
}
.producto .icono4 img {
	display: block;
	margin: auto;
}
.producto .icono:hover img {
	transform: scale(1.2);
}
.producto .prod {
	width: 1100px;
	margin: auto;
	position: relative;
}

.gracias {
	padding: 68px 33px 68px 33px;
	background-image: url(../img/header_gracias-01.jpg);
	background-size: cover;
	margin-top: 128px;
}
.gracias h1 {
	font-size: 74px;
	color: #fff;
	padding-top: 98px;
	font-weight: bold;
	line-height: 68px;
}
.gracias h1 span {
	display: block;
}
.gracias h2 {
	color: #fff;
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 33px;
}
.gracias h3 {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.gracias a {
	background-color: #00adee;
	color: #fff;
	border-radius: 33px;
	padding: 12px 33px 12px 33px;
}
.gracias a:hover {
	background-color: #101733;
}

footer {
	padding: 33px;
	background-color: #101733;
}
footer h2 {
	color: #fff;
	font-size: 33px;
}
footer .tel {
	color: #fff;
	font-size: 33px;
}
footer .col2 {
	text-align: right;
}
footer ul {
	padding-top: 12px;
}
footer ul li img {
	width: 51px;
}
footer ul li img:hover {
	opacity: 0.8;
}
footer .copy {
	color: #fff;
	font-size: 14px;
}

.copy {
	color: #fff;
	padding-top: 33px;
}

.animate__delay-02 {
	animation-delay: 0.2s !important;
}

.animate__delay-03 {
	animation-delay: 0.3s !important;
}

.animate__delay-04 {
	animation-delay: 0.4s !important;
}

.animate__delay-05 {
	animation-delay: 0.5s !important;
}

.items .d-md-flex div {
	width: 25%;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	background-image: url(../img/2025MonitoreoWebv3_bullet_azul.png);
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 33px;
	background-position: 0 6px;
}
.items .d-md-flex div span {
	display: block;
}
.items .d-flex div:nth-child(3) {
	margin-left: 57px;
}
.items .d-flex div:nth-child(4) {
	margin-left: 0px;
}

.app {
	background-image: url(../img/smartphone.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 43px 0 120px 0;
	/*background-color: #f9f9f9;*/
	background-size: 500px;
	margin-top: 33px;
}
.app h3 {
	color: #17479d;
	font-size: 36px;
	line-height: 37px;
	margin-bottom: 33px;
	padding-top: 84px;
}
.app h3 span {
	display: block;
}
.app .item {
	border-radius: 120px;
	padding: 22px 20px 28px 98px;
	background-color: #ebebeb;
	margin-bottom: 15px;
	width: 500px;
	color: #8c8c8c;
	line-height: 22px;
}
.app .item span {
	display: block;
}
.app .item:hover {
	background-color: #101733;
	color: #fff;
}
.app .icono1 {
	background-image: url(../img/2025MonitoreoWebv3_icon_encendido.png);
	background-repeat: no-repeat;
	background-size: 65px;
	background-position: 20px 12px;
	font-size: 22px;
}
.app .icono2 {
	background-image: url(../img/2025MonitoreoWebv3_icon_alarma.png);
	background-repeat: no-repeat;
	background-size: 65px;
	background-position: 20px 12px;
	font-size: 22px;
}
.app .icono3 {
	background-image: url(../img/2025MonitoreoWebv3_icon_libreta.png);
	background-repeat: no-repeat;
	background-size: 65px;
	background-position: 20px 12px;
	font-size: 22px;
}
.app .icono4 {
	background-image: url(../img/2025MonitoreoWebv3_icon_usuario.png);
	background-repeat: no-repeat;
	background-size: 65px;
	background-position: 20px 12px;
	font-size: 22px;
}
.app .titulo {
	color: #17479d;
	font-size: 33px;
	font-weight: bold;
	padding: 33px 0 6px 6px;
}

.headerapp {
	height: 600px;
	background-image: url(../img/assets_banner_app-.jpg);
	background-size: cover;
	color: #fff;
	margin-top: 128px;
}
.headerapp h1 {
	padding: 368px 0 0 0;
	font-size: 58px;
	line-height: 52px;
	margin-bottom: 12px;
}
.headerapp h1 span {
	display: block;
}
.headerapp p {
	font-size: 20px;
}

.franja {
	width: 800px;
	background-image: url(../img/assets_resaltado_app.svg);
	background-repeat: no-repeat;
	color: #fff;
}
.franja h2 {
	font-size: 51px;
	padding: 22px 0 22px 43px;
	line-height: 51px;
}
.franja span {
	display: block;
	font-weight: bold;
}

.trabaja {
	padding: 51px 0 51px 0;
	margin-top: 128px;
	/* Ocultamos el input real */
	/* Estilo del "botón" */
	/* Hover */
}
.trabaja h2 {
	color: #101733;
	font-size: 51px;
	font-weight: bold;
	padding-bottom: 33px;
}
.trabaja input[type=text],
.trabaja input[type=email] {
	border-radius: 12px;
	background-color: #ebebeb;
	width: 100%;
	border: none;
	padding: 12px;
	margin-bottom: 12px;
	max-width: 84%;
	color: #8c8c8c;
}
.trabaja input[type=submit] {
	border-radius: 120px;
	background-color: #17479d;
	color: #fff;
	text-align: center;
	padding: 12px;
	border: none;
	width: 100%;
	width: 84%;
	font-size: 22px;
	margin-top: 33px;
}
.trabaja input[type=submit]:hover {
	background-color: #101733;
}
.trabaja input[type=file] {
	display: none;
}
.trabaja .custom-file {
	display: inline-block;
	border-radius: 12px;
	background-color: #ebebeb;
	width: 100%;
	max-width: 84%;
	border: none;
	padding: 12px;
	margin-bottom: 12px;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	color: #8c8c8c;
	transition: background 0.2s ease;
}
.trabaja .custom-file:hover {
	background-color: #d6d6d6; /* un poco más oscuro */
}
.trabaja input[type=text]::-moz-placeholder, .trabaja input[type=email]::-moz-placeholder {
	color: #8c8c8c;
	opacity: 1;
}
.trabaja input[type=text]::placeholder,
.trabaja input[type=email]::placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.contacto {
	padding: 120px 33px 143px 33px;
	background-image: url(../img/assets_banner_contacto-.jpg);
	background-size: cover;
	margin-top: 128px;
}
.contacto h1 {
	font-size: 84px;
	color: #fff;
	padding-top: 98px;
	font-weight: bold;
	line-height: 74px;
}
.contacto h1 span {
	display: block;
}
.contacto h2 {
	color: #fff;
	font-size: 28px;
	padding-top: 20px;
	font-weight: bold;
	padding-bottom: 33px;
}
.contacto h3 {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.contacto ul {
	padding: 0;
}
.contacto ul li {
	color: #293662;
	background-color: #ecf2fd;
	padding: 20px 12px 16px 33px;
	line-height: 16px;
	font-weight: bold;
	width: 50%;
	cursor: pointer;
}
.contacto ul li span {
	display: block;
}
.contacto ul li:hover,
.contacto ul .active {
	background-color: #fff;
}
.contacto ul li:first-child {
	border-radius: 33px 0 0 0;
}
.contacto ul li:last-child {
	border-radius: 0 33px 0 0;
}
.contacto .formulario {
	border-radius: 0 0 33px 33px;
	padding-top: 20px;
	border-radius: 0 0 33px 33px;
	padding: 33px;
	background-color: #fff;
}
.contacto .formulario input[type=text],
.contacto .formulario input[type=email],
.contacto .formulario select {
	border: none;
	width: 100%;
	background-color: #ecf2fd;
	border-radius: 12px;
	padding: 12px;
	margin-bottom: 12px;
	color: #8c8c8c;
}
.contacto .formulario input[type=text]::-moz-placeholder, .contacto .formulario input[type=email]::-moz-placeholder {
	color: #8c8c8c;
	opacity: 1;
}
.contacto .formulario input[type=text]::placeholder,
.contacto .formulario input[type=email]::placeholder,
.contacto .formulario select {
	color: #8c8c8c;
	opacity: 1;
}
.contacto .formulario h4 {
	font-size: 41px;
	font-weight: bold;
	line-height: 41px;
}
.contacto .formulario h4 span {
	display: block;
}
.contacto .formulario .acepto {
	font-size: 12px;
}
.contacto .formulario input[type=submit] {
	border-radius: 33px;
	background-color: #293662;
	padding: 12px 20px 12px 20px;
	text-align: center;
	width: 100%;
	color: #fff;
	border: none;
	font-size: 33px;
}
.contacto .formulario input[type=submit]:hover {
	background-color: #17479d;
}
.contacto .cotizaahora {
	background-color: #293662;
	font-size: 43px;
	font-weight: bold;
	border-radius: 0px 43px 43px 43px;
	padding: 12px 20px 12px 20px;
	width: 333px;
	color: #fff;
	text-align: center;
}
.contacto .instalacion {
	font-size: 18px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	width: 262px;
	color: #fff;
	line-height: 33px;
}
.contacto .instalacion span {
	display: block;
}

.datos {
	padding-top: 43px;
}
.datos .item1 {
	font-size: 136px;
	padding-left: 20px;
	padding-top: 33px;
	line-height: 136px;
}
.datos .item1 p {
	font-size: 20px;
	line-height: 22px;
}
.datos .item2 {
	font-size: 74px;
	line-height: 75px;
	padding: 51px 33px 0 120px;
}
.datos .item2 p {
	font-size: 28px;
	line-height: 28px;
}
.datos .item3 {
	font-size: 43px;
	line-height: 48px;
	padding: 51px 0 0 120px;
}
.datos .item3 span {
	display: block;
}

.headernosotros {
	height: 600px;
	background-image: url(../img/assets_banner_nosotros.jpg);
	background-size: cover;
	margin-top: 128px;
}
.headernosotros h1 {
	color: #fff;
	font-size: 58px;
	font-weight: bold;
	padding-top: 84px;
}
.headernosotros h1 span {
	background-color: #00adee;
	padding: 6px 12px 6px 12px;
}

.nosotros {
	padding: 84px 0 84px 0;
}
.nosotros p {
	font-size: 18px;
	color: #8c8c8c;
}
.nosotros .item1 {
	font-size: 136px;
	line-height: 136px;
	color: #00adee;
}
.nosotros .item1 p {
	font-size: 20px;
	line-height: 22px;
	color: #00adee;
}
.nosotros .item2 {
	font-size: 74px;
	line-height: 75px;
	padding: 51px 33px 0 0px;
	color: #00adee;
}
.nosotros .item2 p {
	font-size: 28px;
	line-height: 28px;
	color: #00adee;
}
.nosotros .item3 {
	font-size: 43px;
	line-height: 48px;
	padding: 51px 0 0 0px;
	color: #00adee;
}
.nosotros .item3 span {
	display: block;
}

.dudas {
	background-color: #00adee;
	color: #fff;
	padding: 33px;
	font-size: 33px;
}
.dudas span {
	font-weight: bold;
}

.headerfaqs {
	height: 600px;
	background-image: url(../img/assets_banner_preguntas.jpg);
	background-size: cover;
	margin-top: 128px;
}
.headerfaqs h1 {
	color: #fff;
	font-size: 58px;
	font-weight: bold;
	padding-top: 84px;
}
.headerfaqs h1 span {
	background-color: #00adee;
	padding: 6px 12px 6px 12px;
}

.faqs {
	padding-bottom: 120px;
}

.headerprods {
	background: linear-gradient(90deg, rgb(16, 23, 51) 0%, rgb(16, 23, 51) 14%, rgb(23, 71, 157) 44%), url(../img/assets_foto1.png);
	background-repeat: no-repeat;
	background-size: cover, 200px;
	background-position: left, bottom right;
	padding-bottom: 84px;
	position: relative;
	margin-top: 128px;
}
.headerprods .items {
	width: 700px;
}
.headerprods .items div {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	background-image: url(../img/assets_bullet_celeste.svg);
	margin-bottom: 14px;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 33px;
	background-position: 0 6px;
	color: #fff;
	font-weight: 400;
}
.headerprods .items div span {
	display: block;
}
.headerprods h1 {
	color: #fff;
	font-size: 74px;
	line-height: 70px;
	padding-top: 84px;
	padding-bottom: 33px;
}
.headerprods h1 span {
	display: block;
}
.headerprods .banner {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 500px;
}

.fondoheader {
	background: linear-gradient(90deg, rgb(16, 23, 51) 0%, rgb(16, 23, 51) 14%, rgb(23, 71, 157) 44%), url(../img/assets_foto1.png);
}

.productos .bullets div {
	background-color: #ebebeb;
	border-radius: 6px;
	color: #8c8c8c;
	padding: 12px;
	margin: 7px;
	flex: 0 0 auto;
	width: 48%;
	font-size: 18px;
}
.productos .bullets div span {
	color: #00adee;
}
.productos .boton {
	background-color: #00adee;
	color: #fff;
	border-radius: 120px;
	display: block;
	margin: auto;
	width: 800px;
	padding: 33px 84px 33px 84px;
	font-size: 33px;
	margin-top: 84px;
	text-align: center;
}
.productos .boton:hover {
	background-color: #293662;
}
.productos img {
	display: none;
}

.navbar-nav li:last-child a {
	background-color: #00adee;
	color: #fff;
	font-weight: bold;
	border-radius: 33px;
	padding: 12px 20px 12px 20px;
	width: 158px;
	text-align: center;
	margin-top: 2px;
}

.navbar-nav li:last-child a:hover {
	background-color: #101733;
}

.pad1 {
	padding-top: 6px;
}


@media (max-width: 650px) {
	.telefono {
		font-size: 12px;
		line-height: 15px;
	}
	header img {
		width: 84px;
	}
	header {
		padding: 0;
	}
	.home {
		margin-top: 108px;
	}
	.navbar-nav li:last-child a {
		margin-bottom: 6px;
	}
	.home h1 {
		font-size: 46px;
		line-height: 39px;
		padding-top: 33px;
	}
	.home h2 {
		font-size: 21px;
	}
	.home {
		height: auto;
		padding: 12px;
		background-size: 482px;
		background-repeat: no-repeat;
		background-position: top right;
		background-image: url(../img/assets_banner_home_mobile.jpg);
	}
	.home ul {
		margin-top: 41px;
	}
	.home ul li {
		font-size: 14px;
		padding-left: 22px;
	}
	.home h3 {
		font-size: 15px;
	}
	.home .formulario h4 {
		font-size: 29px;
	}
	.home .formulario p {
		font-size: 14px;
	}
	.home .formulario input[type=submit] {
		font-size: 20px;
	}
	.somos {
		padding: 33px;
	}
	.somos h3 {
		font-size: 26px;
	}
	.somos h2 {
		font-size: 52px;
		line-height: 52px;
		margin-top: 12px;
	}
	.cotiza {
		padding: 20px;
	}
	.cotiza a {
		width: 100%;
		font-size: 22px;
	}
	.cotiza h2 {
		font-size: 22px;
	}
	.fotos {
		padding-top: 12px;
		padding-bottom: 0;
	}
	.fotos p {
		font-size: 16px;
		padding-bottom: 12px;
	}
	.fotos h2 {
		font-size: 28px;
		margin-top: 4px;
	}
	.fotos .col-md-6 {
		margin-bottom: 20px;
	}
	.somos p {
		font-size: 16px;
	}
	footer .col2 {
		text-align: left;
		padding-top: 22px;
	}
	.copy {
		font-size: 12px;
	}
	.producto h4 {
		font-size: 26px;
		line-height: 28px;
	}
	.producto {
		padding: 0 0 33px 0;
		background-image: url(../img/assets_fdo_azul_mobile-02.jpg);
		background-position: center -220px;
	}
	.producto .icono {
		position: relative;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		margin-bottom: 20px;
	}
	.producto .fotoprod {
		width: 100%;
		margin-bottom: 12px;
	}
	footer h2 {
		font-size: 22px;
	}
	.home .formulario {
		padding: 12px;
	}
	.telefono a {
		text-decoration: underline;
	}
	.gracias {
		background-image: url(../img/header_gracias-02.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.gracias h1 {
		font-size: 43px;
		line-height: 43px;
	}
	.gracias h2 {
		font-size: 20px;
	}
	.gracias h1 {
		padding-top: 33px;
	}
	.producto .prod {
		width: auto;
	}
	.producto .fotoprod {
		height: auto;
	}
	.home ul li:first-child {
		border: solid 1px #ecf2fd;
	}
	.home .cotizaahora {
		width: 233px;
		font-size: 20px;
	}
	.home .instalacion {
		width: 233px;
		font-size: 14px;
		position: relative;
	}
	.navbar-toggler {
		border: none;
	}
	.navbar-toggler-icon {
		filter: invert(1);
	}
	.home .instalacion span {
		display: inline;
	}
	.home .instalacion {
		margin-left: 16px;
	}
	.home {
		padding-bottom: 33px;
	}
	.somos h3 {
		font-size: 22px;
	}
	.tecnologia .col-md-8 {
		padding: 33px;
	}
	.tecnologia h2 {
		font-size: 43px;
		line-height: 43px;
		padding-bottom: 33px;
	}
	.tecnologia .foto {
		width: 100%;
		margin: 0;
	}
	.tecnologia h2 span {
		display: inline;
	}
	.tecnologia .foto2 {
		height: 460px;
	}
	.tecnologia {
		margin-bottom: 0;
	}
	.datos .item2 {
		padding: 33px;
	}
	.datos .item3 {
		padding: 0 33px 33px 33px;
	}
	.datos .item1 {
		padding-left: 33px;
	}
	.app .item {
		width: 100%;
	}
	.app .icono1,
	.app .icono2,
	.app .icono3,
	.app .icono4 {
		font-size: 16px;
		line-height: 20px;
	}
	.app h3 {
		padding-top: 0;
	}
	.app {
		margin-top: 0;
		background-size: 200px;
		padding: 43px 0 351px 0;
	}
	.app .d-flex img {
		width: 120px;
	}
	.items .d-md-flex div {
		width: 100%;
		font-size: 18px;
		line-height: 21px;
		padding-bottom: 12px;
		background-position: 0 1px;
	}
	.items .d-md-flex div span {
		display: inline;
	}
	.items {
		padding-top: 20px;
	}
	.datos .item1 {
		padding-top: 0;
	}
	.navbar-toggler {
		outline: none;
		box-shadow: none;
	}
	.nav-link {
		text-align: center;
		margin-right: 0;
	}
	.headernosotros {
		height: 337px;
		margin-top: 108px;
	}
	.headernosotros h1 {
		font-size: 33px;
		padding-top: 51px;
		padding-left: 20px;
	}
	.nosotros {
		padding-top: 0;
	}
	.nosotros .col-md-5 {
		padding-left: 43px;
		padding-bottom: 33px;
	}
	.headerapp h1 {
		padding-top: 33px;
		font-size: 51px;
	}
	.headerapp h1 span {
		display: inline-block;
	}
	.headerapp {
		padding-bottom: 33px;
		margin-top: 108px;
	}
	.franja h2 {
		font-size: 22px;
		line-height: 33px;
	}
	.franja {
		width: 100%;
		background-position: right;
		background-size: cover;
	}
	.franja h2 {
		padding-left: 33px;
	}
	.app .titulo {
		font-size: 28px;
	}
	.headerapp {
		height: auto;
	}
	.headerfaqs {
		height: 421px;
		margin-top: 108px;
	}
	.headerfaqs h1 {
		font-size: 28px;
		padding-top: 48px;
		padding-left: 12px;
	}
	.accordion {
		padding: 0 !important;
	}
	.acc-trigger {
		font-size: 22px;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.trabaja h2 {
		font-size: 44px;
	}
	.trabaja input[type=text],
	.trabaja input[type=email],
	.trabaja .custom-file {
		max-width: 100%;
	}
	.trabaja input[type=submit] {
		width: 100%;
	}
	.contacto {
		padding: 12px 12px 33px 12px;
		margin-top: 108px;
	}
	.contacto h1 span {
		display: inline;
	}
	.contacto h1 {
		font-size: 36px;
		line-height: 41px;
		padding-top: 20px;
	}
	.contacto .cotizaahora {
		width: auto;
		font-size: 37px;
	}
	.contacto .col-md-5 {
		padding-top: 33px;
	}
	.contacto .formulario input[type=submit] {
		font-size: 21px;
	}
	.contacto ul li {
		font-size: 15px;
		padding-left: 22px;
	}
	.contacto .formulario {
		padding: 22px;
	}
	.contacto .formulario p {
		font-size: 14px;
	}
	.contacto .formulario h4 {
		font-size: 28px;
		line-height: 33px;
	}
	.dudas p {
		line-height: 33px;
	}
	footer h2 {
		font-size: 18px;
	}
	.headerprods h1 span {
		display: block;
	}
	.headerprods h1 {
		font-size: 43px;
		line-height: 43px;
		padding-top: 33px;
	}
	.headerprods .banner {
		position: relative;
		width: 100%;
	}
	.headerprods .items {
		width: 100%;
	}
	.headerprods .items div span {
		display: inline;
	}
	.headerprods .items div {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.fotos .boton,
	.productos .boton {
		width: 100%;
		padding: 12px;
		font-size: 20px;
	}
	.productos .acc-trigger {
		font-size: 21px;
	}
	.productos .bullets div {
		width: 100%;
		margin: 0 0 6px 0;
	}
	.fotos .boton {
		margin-top: 20px;
		margin-bottom: 33px;
	}
	.headerprods {
		padding-bottom: 0;
		margin-top: 108px;
	}
	.headerprods img {
		margin-top: 33px;
	}
	.navbar-nav li:last-child a {
		width: auto;
	}
}
.accordion {
	padding: 33px;
	margin-inline: auto;
	border-radius: 12px;
	overflow: hidden;
}

.acc-trigger {
	width: 100%;
	text-align: left;
	padding: 22px 52px 22px 16px;
	font-size: 1rem;
	color: #8c8c8c;
	font-size: 28px;
	background-color: #fff;
	border: none;
	cursor: pointer;
	position: relative;
	line-height: 1.3;
	border-bottom: solid 1px #8c8c8c;
}

.acc-trigger:hover,
.acc-trigger:focus-visible {
	background: #fafafa;
	outline: none;
}

/* Icono + / × */
.acc-trigger::after {
	content: "+";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 51px;
	transition: transform 0.2s ease;
}

.acc-trigger.is-open::after {
	content: "×"; /* cambia a X cuando está abierto */
	transform: translateY(-50%) rotate(0deg);
	color: #00adee;
}

.acc-panel {
	padding: 20px;
	display: none; /* jQuery controla slideUp/slideDown */
	background: #fff;
}

/* mejor tipografía dentro del panel */
.acc-panel p {
	margin: 0.5em 0 0 0;
	color: #8c8c8c;
	border-left: solid 2px #00adee;
	padding: 12px;
}
.hero-form-099{
  position:absolute;
  right:3%;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:min(90vw,420px);
}
.hero, .hero-section, .home-hero { position:relative; }
/* El hero usa grid; no hace falta absolute */
.home { position: relative; }

/* Hero */
.home { position: relative; }

/* === TARJETA PRINCIPAL === */
.form-card-099 {
  background: #fff;
  border: 5px solid #0a58ca;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 32px;
  width: 100%;
  max-width: 460px;
  transition: all 0.25s ease;
  position: relative;
}

/* === ENCABEZADO === */
.formulario-099 h2 {
  font-size: 2.0rem;
  font-weight: 800;
  margin-bottom: -3px;
  line-height: 1.0;
}
.formulario-099 h2 .azul {
  color: #0a58ca;
}
.formulario-099 h2 .negro {
  color: #000;
  font-weight: 800;
}

/* Te llamamos al 0810 */
.formulario-099 .te-llamamos {
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
.formulario-099 .te-llamamos .tel-azul {
  color: #0a58ca;
  text-decoration: none;
  font-weight: 800;
}

.formulario-099 .te-llamamos .tel-azul:hover {
  text-decoration: underline;
}

/* Texto general */
.formulario-099 p {
  color: #333;
  margin: 0 0 12px;
  font-size: 17px;
}
.formulario-099 .subtitulo + p {
  margin-top: 4px;
  margin-bottom: 10px;
}

/* === INPUTS === */
.f-099 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.f-099 input[type="text"],
.f-099 input[type="tel"] {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #cfd6e4;
  border-radius: 12px;
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
}
.f-099 input:focus {
  outline: none;
  border-color: #0a58ca;
  box-shadow: 0 0 0 3px rgba(10, 88, 202, 0.15);
}
.hp-099 {
  position: absolute ;
  left: -9999px ;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* === TOGGLE HOGAR / COMERCIO === */
.toggle-099 {
  display: flex;
  justify-content: center;
  gap: 10px;
  border: 0;
  padding: 0;
  flex-wrap: wrap;
  margin: 4px 0 4px;
}
.toggle-099 legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.toggle-099 input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.toggle-099 label {
  padding: 14px 35px;
  border: 1px solid #cfd6e4;
  border-radius: 999px;
  background: #e9ecef;
  color: #0a58ca;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  transition: all 0.25s ease;
  font-size: 16px;
}
.toggle-099 label:hover {
  background: #d9e4fa;
  border-color: #0a58ca;
  color: #0a58ca;
}
#opt-hogar:checked + label[for="opt-hogar"],
#opt-comercio:checked + label[for="opt-comercio"] {
  background: #0a58ca;
  color: #fff;
  border-color: #0a58ca;
  box-shadow: 0 0 14px rgba(10, 88, 202, 0.45);
  transform: translateY(-1px);
}

/* === CHECKBOX LEGAL === */
.checkbox-099 {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #555;
  text-align: left;
}
.checkbox-099 input {
  margin-right: 8px;
  accent-color: #0a58ca;
}
.checkbox-099 a {
  color: #0a58ca;
  text-decoration: underline;
}

/* === BOTÓN === */
.f-099 button {
  background: #0a58ca;
  color: #fff;
  border: 0;
  border-radius: 12px;
  padding: 16px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 8px 22px rgba(10, 88, 202, 0.25);
  margin-top: 10px;
  margin-bottom: 20px;
}
.f-099 button:hover {
  background: #094bb3;
  box-shadow: 0 10px 26px rgba(10, 88, 202, 0.35);
}

/* === LEYENDA FINAL === */
.atencion {
  margin-top: 8px;
  font-size: 19px;
  font-weight: 700;
  color: #0a58ca;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

/* === RESPONSIVE === */
@media (max-width: 991px) {
  .form-card-099 {
    margin-top: 8px;
    max-width: 100%;
  }
}
/* Reduce el espacio entre "Te llamamos..." y "O dejá tus datos..." */
.formulario-099 .te-llamamos {
  margin-bottom: 2px ;  
  line-height: 1.2;              
}

.formulario-099 p:nth-of-type(3) {
  margin-top: -3px ;     
  line-height: 1.25;
}

/* ===== ACOMODO SUPERIOR DEL FORMULARIO ===== */
.formulario-099 h2 {
  font-size: 1.9rem ;
  font-weight: 800;
  margin-bottom: -1px ;  /* antes más alto */
  line-height: 1.0;
}

.formulario-099 .te-llamamos {
  margin-top: 8px ;
  margin-bottom: 4px ;  /* acercamos la siguiente línea */
  font-size: 20px ;
  line-height: 1.2;
}

.formulario-099 p:nth-of-type(3) {
  margin-top: 0 ;       /* reducimos espacio con “Te llamamos…” */
  margin-bottom: 10px ;
  line-height: 1.2;
}
.formulario-099 .te-llamamos,
.formulario-099 p:nth-of-type(3) {
  margin-top: 0 ;
  margin-bottom: 2px ;
  line-height: 1.15;
}

.datos-nosotros {
  background: #ffffff;
  padding: 80px 0;
  text-align: center;
  border-top: 1px solid #e7ebf2;
  border-bottom: 1px solid #e7ebf2;
}

.datos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
}

.dato-item {
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.dato-item h3 {
  font-size: 70px;
  font-weight: 900;
  color: #00adee; /* Turquesa inicial */
  margin: 0;
  letter-spacing: -1px;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.dato-item p {
  font-size: 25px;
  font-weight: 600;
  color: #1e293b;
  margin-top: 8px;
  transition: color 0.3s ease-in-out;
}

/* 🎯 Efecto hover */
.dato-item:hover h3 {
  color: #0a58ca; /* Azul corporativo */
  transform: scale(1.08);
}

.dato-item:hover p {
  color: #0a58ca;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .datos-row {
    flex-direction: column;
    gap: 40px;
  }

  .dato-item h3 {
    font-size: 48px;
  }

  .dato-item p {
    font-size: 18px;
  }
}
.cta-final {
  background: #f8f9fa;
  text-align: center;
  padding: 80px 0;
  border-top: 1px solid #e7ebf2;
  border-bottom: 1px solid #e7ebf2;
  margin-bottom: -20px;
}

.cta-final h2 {
  font-size: 38px;
  font-weight: 900;
  color: #0a58ca;
  margin-bottom: 10px;
}

.cta-final p {
  font-size: 20px;
  color: #1e293b;
  margin-bottom: 25px;
}

.cta-final p strong {
  color: #0a58ca;
}

.cta-btn {
  background-color: #0a58ca;
  color: #fff;
  padding: 19px 44px;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.cta-btn:hover {
  background-color: #0dcaf0;
  transform: scale(1.05);
}

.cta-tel {
  font-size: 18px;
  margin-top: 20px;
  color: #1e293b;
}

.cta-tel a {
  color: #0a58ca;
  text-decoration: underline;
  font-weight: 600;
}
.como-trabajamos {
  padding: 80px 0;
  background-color: #ffffff;
  text-align: center;
  border-top: 1px solid #e7ebf2;
}

.como-trabajamos h2 {
  font-size: 40px;
  font-weight: 900;
  color: #0a58ca;
  margin-bottom: 20px;
}

.pasos-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px;
}

.paso {
  background: #f8f9fa;
  border-radius: 14px;
  padding: 40px 28px;
  max-width: 320px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.paso:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.paso img {
  width: 80px;   /* antes 90 */
  height: 80px;
  margin-bottom: 20px;
}

.paso h3 {
  font-size: 22px;  /* antes 24 */
  font-weight: 800;
  color: #0a58ca;
  margin-bottom: 10px;
}

.paso p {
  font-size: 17px;  /* antes 18 */
  color: #1e293b;
  line-height: 1.6;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .pasos-row {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .paso {
    max-width: 90%;
    padding: 35px 24px;
  }

  .paso img {
    width: 65px;
    height: 65px;
  }

  .paso h3 {
    font-size: 20px;
  }

  .paso p {
    font-size: 15.5px;
  }
}
.zonas-099 {
  background: #ffffff;
  padding: 90px 0;
  text-align: center;
  border-top: 1px solid #e7ebf2;
}

.zonas-099 h2 {
  font-size: 45px;
  font-weight: 900;
  color: #0a58ca;
  margin-bottom: 10px;
}

.zonas-099 > p {
  font-size: 26px;
  color: #1e293b;
  max-width: 900px;
  line-height: 1.6;
  margin-top: -15px ;  /* 🔹 fuerza el párrafo hacia arriba */
  margin-bottom: 40px ; /* 🔹 ajusta separación inferior */
}


.zonas-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 45px;
  margin-top: 15px ; 
 
}

.zona {
  background: #f8f9fa;
  border-radius: 14px;
  padding: 30px 28px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  max-width: 320px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  border-top: 7px solid #0a58ca;
  margin-top: 15px ; 
}

.zona:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-top-color: #0dcaf0;
}

.zona h3 {
  font-size: 21px;
  font-weight: 800;
  color: #0a58ca;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.zona p {
  font-size: 15.5px;
  color: #1e293b;
  line-height: 1.55;
}

/* 📱 Responsive */
@media (max-width: 992px) {
  .zonas-row {
    gap: 30px;
  }
  .zona {
    max-width: 280px;
  }
}

@media (max-width: 768px) {
  .zonas-row {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
  .zona {
    max-width: 90%;
  }
  .zonas-099 h2 {
    font-size: 30px;
  }
}
.coverage-check {
  text-align: center;
  margin: 40px auto;
  max-width: 700px;
  padding: 30px 0;
}

.coverage-check h3 {
  font-size: 35px;
  color: #0a58ca;
  margin-bottom: 20px;
  font-weight: 800;
}

.cov-inputs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cov-inputs input {
  padding: 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  flex: 1;
  min-width: 280px;
  outline: none;
}

.cov-inputs button {
  background: #0a58ca;
  color: #fff;
  border: none;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.cov-inputs button:hover {
  background: #094bb3;
}

.cov-ok {
  font-size: 18px;
  padding: 18px 20px;
  background: #e6f4ea;
  border: 1px solid #b2e0b7;
  border-radius: 14px;
  color: #0b4b2f;
}

.cov-bad {
  font-size: 18px;
  padding: 18px 20px;
  background: #fdecea;
  border: 1px solid #f5c2c0;
  border-radius: 14px;
  color: #842029;
}

.cov-promo {
  margin-top: 15px;
  font-size: 17px;
  color: #0a58ca;
  font-weight: 800;
}

.cov-cta {
  margin-top: 16px;
}

.cov-cta .cov-primary {
  display: inline-block;
  background: #0a58ca;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  padding: 16px 24px;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(10, 88, 202, 0.24);
  transition: 0.2s;
}

.cov-cta .cov-primary:hover {
  background: #094bb3;
}

/* Optimización para móviles */
@media (max-width: 768px) {
  .cov-inputs input,
  .cov-inputs button {
    font-size: 18px;
    padding: 16px 18px;
    border-radius: 12px;
  }
}
.subtitulo-bajo {
  text-align: center;
  color: #0f0f0f;
  font-size: 19px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
/***********************
  BASE PÁGINA PDS (scope)
  * No modifica .headerprods
***********************/
.pds-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.pds-center {
  text-align: center;
}

.pds-section {
  padding: 64px 0;
}

.pds-section.soft-bg {
  background: #f7f8fc;
}

/* Títulos y subtítulos globales */
.pds-section-title,
.pds-hero__title {
  color: #17479d;
  text-align: center;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.3px;
  margin: 0 0 12px;
}

.pds-hero__title { font-size: 2.6rem; }
.pds-section-title { font-size: 2.3rem; }

.pds-section-lead,
.pds-hero__sub {
  color: #444;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 880px;
  margin: 0 auto 28px;
}

/***********************
  CARDS DE PRODUCTOS
***********************/
.pds-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 18px auto 0;
  padding: 0 28px;
}

.pds-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 18px 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  border: 1px solid rgba(23,71,157,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}

.pds-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 26px rgba(0,0,0,0.12);
}

.pds-card__media {
  width: 100%;
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #eef2fb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pds-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pds-card__title {
  font-weight: 800;
  color: #17479d;
  font-size: 1.2rem;
  margin: 6px 0 10px;
  line-height: 1.25;
}

.pds-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.pds-list li {
  color: #455064;
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 6px 0;
}

/* Botones */
.pds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease;
  user-select: none;
}

.pds-btn--ghost {
  background: #fff;
  color: #17479d;
  border: 2px solid #17479d;
}

.pds-btn--ghost:hover {
  color: #fff;
  background: #00adee;
  border-color: #00adee;
  box-shadow: 0 8px 18px rgba(0,173,238,0.25);
}

/* ============================================
   SECCIÓN ¿POR QUÉ ELEGIR 099? (solo esta)
   ============================================ */

.pds-section.soft-bg {
  background: linear-gradient(
      90deg,
      rgb(16, 23, 51) 0%,
      rgb(16, 23, 51) 14%,
      rgb(23, 71, 157) 44%
  );
  padding: 80px 0;
  color: #fff;
}

.pds-section.soft-bg .pds-section-title {
  color: #ffffff !important;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.pds-section.soft-bg .pds-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 20px;
}

/* TARJETAS */
.pds-section.soft-bg .pds-reason {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 24px 34px;
  text-align: center;
  box-shadow: 0 10px 26px rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.pds-section.soft-bg .pds-reason:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.23);
}

/* IMÁGENES GRANDES (SIN ROMPER EL DISEÑO) */
.pds-section.soft-bg .pds-reason__img {
  width: 100%;
  max-width: 320px;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  margin: 0 auto 18px;
  transition: transform .3s ease;
}

.pds-section.soft-bg .pds-reason__img:hover {
  transform: scale(1.05);
}

/* TÍTULOS */
.pds-section.soft-bg .pds-reason__title {
  color: #17479d;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 6px;
}

/* TEXTO */
.pds-section.soft-bg .pds-reason__txt {
  color: #455064;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .pds-section.soft-bg .pds-reasons__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pds-section.soft-bg .pds-reason__img {
    max-width: 100%;
    height: 220px;
  }
}

/***********************
  CTA FINAL
***********************/
.pds-cta {
  background: linear-gradient(0deg, #f7f8fc, #f7f8fc);
  padding: 58px 0;
  border-top: 1px solid rgba(23,71,157,0.08);
}

.pds-cta__wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}

.pds-cta__title {
  color: #17479d;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.15;
  margin: 0 0 10px;
}

.pds-cta__sub {
  color: #3f4b63;
  font-size: 1.05rem;
  margin: 0 0 18px;
}

.pds-cta__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 6px;
}

.pds-cta .pds-btn {
  min-width: 210px;
  padding: 0 22px;
}

.pds-btn--solid {
  background: #17479d;
  color: #fff;
  border: 2px solid #17479d;
}

.pds-btn--solid:hover {
  background: #00adee;
  border-color: #00adee;
  box-shadow: 0 10px 22px rgba(0,173,238,0.25);
}

/***********************
  RESPONSIVE
***********************/
@media (max-width: 1200px) {
  .pds-cards,
  .pds-reasons__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 992px) {
  .pds-section-title { font-size: 2.05rem; }
  .pds-cards,
  .pds-reasons__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .pds-section-title { font-size: 1.85rem; }
  .pds-section { padding: 48px 0; }
  .pds-cards,
  .pds-reasons__grid { grid-template-columns: 1fr; gap: 22px; }
  .pds-card__media { height: 150px; }
}

/* Accesibilidad: foco visible para links/botones */
.pds-btn:focus,
.pds-card a:focus,
.pds-reason a:focus {
  outline: 3px solid #00adee;
  outline-offset: 2px;
}
.trabaja099 {
  background: linear-gradient(135deg, #0a58ca, #17479d);
  background-image: url('img/fondo-trabaja.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trabaja-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1100px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.trabaja-texto {
  flex: 1 1 45%;
  padding: 60px 50px;
  color: #0a58ca;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trabaja-texto h1 {
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #0a58ca;
}

.trabaja-texto span {
  color: #00adee;
}

.trabaja-texto p {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 25px;
}

.trabaja-texto ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.trabaja-texto li {
  font-size: 1.05rem;
  margin-bottom: 10px;
  color: #0a58ca;
}

.trabaja-texto a {
  color: #00adee;
  font-weight: 600;
  text-decoration: none;
}
.trabaja-texto a:hover {
  text-decoration: underline;
}

/* FORM */
.trabaja-form {
  flex: 1 1 50%;
  background-color: #f9fbff;
  padding: 60px 50px;
  border-left: 1px solid #e0e6f0;
}

.trabaja-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.trabaja-form input,
.trabaja-form select {
  border: 1px solid #ccd6ec;
  border-radius: 10px;
  padding: 14px 15px;
  font-size: 1rem;
  width: 100%;
  transition: border-color 0.3s;
}

.trabaja-form input:focus,
.trabaja-form select:focus {
  border-color: #00adee;
  outline: none;
}

.trabaja-form button {
  background-color: #0a58ca;
  color: white;
  font-weight: 700;
  border: none;
  padding: 14px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
}

.trabaja-form button:hover {
  background-color: #00adee;
}

.cv-label {
  font-size: 0.9rem;
  color: #555;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .trabaja-wrap {
    flex-direction: column;
  }
  .trabaja-texto, .trabaja-form {
    flex: 1 1 100%;
    padding: 40px 25px;
  }
}
.trabaja-form__encabezado {
  text-align: center;
  margin-bottom: 25px;
}

.trabaja-form__titulo {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0a58ca;
  margin-bottom: 5px;
}

.trabaja-form__sub {
  font-size: 1.05rem;
  color: #333;
  margin: 0;
}

.trabaja-form__sub a {
  color: #00adee;
  text-decoration: none;
  font-weight: 700;
}

.trabaja-form__sub a:hover {
  text-decoration: underline;
}
/* Paleta (reemplazo directo de :root) */
/* --azul:#0a58ca; --turq:#00adee; --bord:#e7eef9; */

body{font-family:"PP Neue Montreal",Inter,system-ui,sans-serif;margin:0;padding:0;color:#1a1f2e;background:#fff;}

.c99-hero{
  text-align:center;
  padding:25px 20px 40px;
  background:linear-gradient(135deg,rgba(10,88,202,.95),rgba(23,71,157,.95)),url('/img/pds/hogar.jpg') center/cover no-repeat;
  color:#fff;
}
/* clamp(30px,3.6vw,50px) -> tamaños fijos + media query */
.c99-hero h1{font-size:38px;margin:0 0 8px;font-weight:900;}
@media (min-width:768px){ .c99-hero h1{font-size:50px} }
/* clamp(16px,1.6vw,20px) -> fijos + media query */
.c99-hero p{font-size:18px;margin:0 auto;max-width:900px;}
@media (min-width:768px){ .c99-hero p{font-size:20px} }

.c99-wrap{max-width:1100px;margin:0 auto;padding:30px 18px 65px;}

.c99-steps{display:flex;gap:10px;margin-bottom:20px;}
.c99-stepbar{flex:1;height:6px;border-radius:999px;background:#e8eef8;position:relative;}
.c99-stepbar.is-active::after,.c99-stepbar.is-done::after{
  content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0a58ca,#00adee);
}
.c99-stepbar.is-active::after{opacity:.6;}
.c99-stepbar.is-done::after{opacity:1;}

.c99-card{
  background:#fff;border:1px solid #e7eef9;border-radius:20px;box-shadow:0 15px 45px rgba(0,0,0,.05);
  padding:40px;text-align:center;
}

.c99-step-head{margin-bottom:20px;}
.c99-step-head .kicker{color:#7b89a6;font-weight:700;font-size:.95rem;}
/* clamp(20px,2.4vw,28px) -> fijos + media query */
.c99-step-head h2{margin:6px 0 0;font-size:26px;font-weight:900;}
@media (min-width:768px){ .c99-step-head h2{font-size:28px} }

.c99-grid{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:20px;
  margin-top:20px;
}

.c99-opt{
  background:#fff;
  border:2px solid #e3ecfb;
  border-radius:16px;
  padding:25px;
  min-width:200px;
  min-height:160px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-weight:800;
  color:#213150;
  transition:.3s;
  cursor:pointer;
}
.c99-opt svg{width:40px;height:40px;fill:#0a58ca;margin-bottom:10px;}
.c99-opt:hover{border-color:#0a58ca;box-shadow:0 8px 30px rgba(10,88,202,.12);}
.c99-opt.is-selected{border-color:#0a58ca;box-shadow:0 10px 32px rgba(0,173,238,.2);}

.c99-controls{text-align:center;margin-top:30px;}
.c99-back{
  background:#fff;
  color:#0a58ca;
  border:2px solid #0a58ca;
  border-radius:12px;
  padding:10px 16px;
  font-weight:800;
  cursor:pointer;
  transition:.2s;
}
.c99-back:hover{color:#00adee;border-color:#00adee;}

/* RESULTADO: MISMO CONTENEDOR y MÁS ABAJO (padding-top 40px) */
.c99-result{
  display:none;
  margin-top:20px;
  background:#f9fbff;
  border:1px solid #e7eef9;
  border-radius:16px;
  padding:40px 25px 25px; /* <-- antes era 25px; ahora baja el contenido */
}

.c99-result h3{color:#0a58ca;margin:0 0 12px;font-weight:900;}
.c99-result p{margin:0 0 12px;color:#333;}
.c99-result-overlay {
  padding-top: 50px; /* o 80px si querés más aire */
}
/* BLOQUE FINAL - tamaño equilibrado */
.c99-result-overlay {
  padding-top: 70px;          /* un poco menos alto */
  padding-bottom: 50px;
  max-width: 650px;
  margin: 0 auto;
  transform: scale(1.05);     /* leve ampliación */
  transition: transform .3s ease;
}
.c99-result-overlay:hover {
  transform: scale(1.07);
}

/* Título */
.c99-result-overlay h3 {
  font-size: 28px;            /* un poco más chico que antes */
  font-weight: 900;
  color: #0a58ca;
  margin-bottom: 6px;         /* más pegado al párrafo */
}

/* Subtítulo */
.c99-result-overlay p,
.c99-result-overlay .c99-benef {
  font-size: 17px;            /* más sutil */
  font-weight: 600;
  color: #000;                /* negro */
  margin-top: 0;
  margin-bottom: 14px;
}

/* Inputs */
.c99-finalform .c99-inp {
  font-size: 17px;
  padding: 14px 16px;
  border-radius: 10px;
}

/* Botón */
.c99-finalform .c99-btn {
  font-size: 18px;
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 800;
  background:#0a58ca;
  color:#fff;
  transition: background .2s ease;
}
.c99-finalform .c99-btn:hover {
  background:#00adee;
}
.c99-benef{font-weight:800;color:#0a58ca;}

.c99-finalform{max-width:400px;margin:0 auto;display:flex;flex-direction:column;gap:10px;}
.c99-inp{border:1px solid #d9e5fb;border-radius:10px;padding:12px;font-size:1rem;}
.c99-btn{background:#0a58ca;color:#fff;border:0;border-radius:10px;padding:12px;font-weight:800;cursor:pointer;transition:.2s;}
.c99-btn:hover{background:#00adee}

/* ==========================================================
   BLOG 099 – EXPERTOS EN ALARMAS Y SEGURIDAD
   Paleta oficial:
   Azul principal:     #17479d
   Turquesa hover:     #00adee
   ========================================================== */

/* ==========================
   HERO PRINCIPAL
   ========================== */
.blog-hero {
  background: #f5f7fa;
  padding: 140px 0 40px;
  text-align: center;
  margin-top: 20px; /* evitar header fijo */
}

.blog-title {
  font-size: 42px;
  font-weight: 800;
  color: #17479d;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.blog-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

/* ==========================
   CATEGORÍAS
   ========================== */
.blog-categories {
  padding: 55px 0;
  background: #ffffff;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #17479d;
}

.category-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.category-list li a {
  background: #17479d;
  color: #fff;
  padding: 10px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all .25s ease;
  box-shadow: 0 3px 10px rgba(23, 71, 157, 0.18);
}

.category-list li a:hover {
  background: #00adee;
  box-shadow: 0 5px 14px rgba(0, 173, 238, 0.40);
}

/* ==========================
   ÚLTIMOS ARTÍCULOS
   ========================== */
.blog-latest {
  padding: 60px 0 80px;
  background: #f0f3f7;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

/* ==========================
   TARJETA DE ARTÍCULO
   ========================== */
.blog-card {
  background: white;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.14);
}

.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: #e4e8ee;
}

/* CONTENIDO */
.blog-card h3 {
  font-size: 20px;
  margin: 18px;
  color: #17479d;
  font-weight: 700;
}

.blog-card h3 a {
  text-decoration: none;
  color: inherit;
}

.blog-card h3 a:hover {
  text-decoration: underline;
}

.blog-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 18px 18px;
  flex-grow: 1;
}

/* ==========================
   BOTÓN DE TARJETA
   ========================== */
.blog-btn {
  display: inline-block;
  background: #17479d;
  color: white;
  padding: 12px 20px;
  margin: 0 18px 22px;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all .25s ease;
}

.blog-btn:hover {
  background: #00adee;
}

/* ==========================
   RESPONSIVE
   ========================== */
@media (max-width: 768px) {
  .blog-title {
    font-size: 32px;
  }

  .section-title {
    font-size: 24px;
  }

  .blog-card img {
    height: 180px;
  }
}

/* =============================
   CARRUSEL 099 – TARJETAS GRANDES
   ============================= */

.carrusel-099 {
  padding: 60px 0;
  background: #ffffff;
}

.carrusel-099 .section-title {
  color: #17479d;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}

.card099 {
  background: #f8f9fc;
  border-radius: 16px;
  text-align: center;
  padding: 25px 20px 30px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.10);
  transition: .25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card099:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
}

/* IMÁGENES GRANDES Y ALTAS */
.card099 img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  margin-bottom: 18px;
}

.card099 h3 {
  font-size: 20px;
  color: #17479d;
  font-weight: 700;
  margin-bottom: 10px;
}

.card099 p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
  flex-grow: 1;
}

/* BOTÓN */
.btn099 {
  background: #17479d;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: .26s ease;
}

.btn099:hover {
  background: #00adee;
}

/* Flechas Swiper */
.swiper-button-next,
.swiper-button-prev {
  color: #17479d;
  transform: scale(1.3);
}

/* Puntos */
.swiper-pagination-bullet-active {
  background: #00adee ;
}
/* Baja la paginación del carrusel */
.carrusel-099 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative ;
  margin-top: 30px;
}
/* FLECHAS REDONDAS PEQUEÑAS Y CERCANAS */
.carrusel-099 .swiper-button-next,
.carrusel-099 .swiper-button-prev {
  width: 34px ;
  height: 34px ;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  border: 1px solid #d9d9d9;
  color: #17479d ;
  transition: .25s ease;
  top: 50%;
  transform: translateY(-50%);
}

/* TAMAÑO DEL ÍCONO */
.carrusel-099 .swiper-button-next::after,
.carrusel-099 .swiper-button-prev::after {
  font-size: 16px ;
  font-weight: 700;
}

/* HOVER TURQUESA */
.carrusel-099 .swiper-button-next:hover,
.carrusel-099 .swiper-button-prev:hover {
  background: #00adee;
  color: #fff ;
  border-color: #00adee;
}

/* POSICIÓN SEGURA – NO DESAPARECEN */
.carrusel-099 .swiper-button-prev {
  left: 8px ;
}

.carrusel-099 .swiper-button-next {
  right: 8px ;
}

/* Ajuste para pantallas chicas */
@media (max-width: 768px) {
  .carrusel-099 .swiper-button-prev {
    left: 12px ;
  }
  .carrusel-099 .swiper-button-next {
    right: 12px ;
  }
}
/* GRID GENERAL */
.categoria-wrap {
  padding: 170px 0;
}

.categoria-grid {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 40px;
}

/* TITULO Y DESCRIPCIÓN */
.categoria-title {
  font-size: 32px;
  font-weight: 800;
  color: #17479d;
  margin-bottom: 10px;
}

.categoria-desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  max-width: 700px;
}

/* TARJETAS DE ARTÍCULOS */
.categoria-articulos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

/* SIDE BAR */
.categoria-sidebar .sidebar-box {
  background: #f7f9fc;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.sidebar-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #17479d;
  margin-bottom: 12px;
}

.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-list li {
  margin-bottom: 8px;
}

.sidebar-list li a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
}

.sidebar-list li a:hover {
  color: #00adee;
}

/* CTA */
.cta-box p {
  font-size: 15px;
  margin-bottom: 12px;
}

.cta-btn {
  display: block;
  background: #17479d;
  color: #fff ;
  padding: 10px 0;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.cta-btn:hover {
  background: #00adee;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .categoria-grid {
    grid-template-columns: 1fr;
  }
}
.btn-volver-blog {
  display: inline-block;
  background: #17479d;
  color: #fff;
  padding: 10px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 25px;
  transition: .25s ease;
}

.btn-volver-blog:hover {
  background: #00adee;
}
/* ================================
   ARTÍCULOS INDIVIDUALES - LAYOUT
   ================================ */

.article-grid {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 40px;
  padding-top: 160px; /* PADDING PEDIDO POR PALTIMORSI */
}

/* ================================
   TEXTO PRINCIPAL
   ================================ */

.article-title {
  font-size: 34px;
  font-weight: 800;
  color: #17479d;
  margin-bottom: 15px;
}

.article-intro {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 28px;
  background: #f7f9fc;
  padding: 18px 20px;
  border-radius: 10px;
  border-left: 4px solid #17479d;
}

/* H2 del artículo */
.article-main h2 {
  font-size: 24px;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #17479d;
}

.article-main p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 16px;
}

/* ================================
   CTA FINAL DEL ARTÍCULO
   ================================ */

.cta-article {
  background: #ffffff;
  border-left: 5px solid #17479d;
  padding: 28px;
  border-radius: 14px;
  margin-top: 45px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  margin-bottom: 20px;
}

.cta-article h3 {
  font-size: 22px;
  color: #17479d;
  margin-bottom: 10px;
}

.cta-article p {
  font-size: 16px;
  color: #555;
  margin-bottom: 18px;
  
}

.cta-btn {
    display: block;
    background: #17479d;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 5px;
}

.cta-article .cta-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #17479d;
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
  transition: .25s ease;
  
}

.cta-article .cta-btn:hover {
  background: #00adee;
}

/* ================================
   SIDEBAR
   ================================ */

.article-sidebar .sidebar-box {
  background: #f7f9fc;
  padding: 22px;
  border-radius: 16px;
  margin-bottom: 28px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.08);
}

.article-sidebar .sidebar-box h3 {
  font-size: 18px;
  color: #17479d;
  font-weight: 700;
  margin-bottom: 14px;
}

.article-sidebar .sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-sidebar .sidebar-list li {
  margin-bottom: 10px;
}

.article-sidebar .sidebar-list a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

.article-sidebar .sidebar-list a:hover {
  color: #00adee;
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 900px) {
  .article-grid {
    grid-template-columns: 1fr;
    padding-top: 120px; /* se reduce un poco en mobile */
  }
}
/* FIX RESPONSIVE PARA CATEGORÍAS DEL BLOG */
.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.category-list li {
  margin: 0;
}

.category-list a {
  display: block;
  padding: 10px 16px;
  background: #eef3fb;
  border: 1px solid #d7e3f7;
  border-radius: 40px;
  color: #17479d;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}

/* Mobile optimizado */
@media (max-width: 600px) {
  .category-list {
    gap: 8px;
  }

  .category-list li {
    width: 48%; /* dos por fila */
  }

  .category-list a {
    padding: 10px;
    font-size: 0.9rem;
  }
}
.card099 img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto 15px auto;
  object-fit: contain;
  background: none ;
}
/* ----- ESCRITORIO (PC, notebooks, pantallas grandes) ----- */
.home-descuento-img {
  width: 520px;   /* tamaño para computadora */
  height: auto;
  margin-top: 5px;
  cursor: pointer;
}

/* ----- CELULAR (pantallas menores a 768px) ----- */
@media (max-width: 768px) {
  .home-descuento-img {
    width: 370px;   /* tamaño para celular: más chico */
    margin-top: 10px;
  }
}
/* Eliminar cualquier margen residual del botón anterior */
.cotizaahora {
  display: none ;
}
/* ======================================
   PÁGINAS DE EQUIPOS - ESTILO UNIFICADO
====================================== */

.equipo-hero {
  padding: 150px;
  padding-bottom: 20px;
  text-align: center;
  background: #f6f8fc;
}

.equipo-banner {
  width: 100%;
  max-width: 1200px;    /* no se estira más de esto */
  margin: 0 auto 20px;
  border-radius: 12px;
  overflow: hidden;
}

.equipo-banner img {
  width: 100%;
  height: auto;         /* mantiene proporción horizontal */
  display: block;
  border-radius: 12px;
}

.equipo-title {
  color: #17479d;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: bolder;
}

.equipo-subtitle {
  max-width: 760px;
  margin: 0 auto 25px;
  font-size: 1.15rem;
  color: #444;
}

/* BOTÓN VOLVER AL BLOG - DISEÑO PREMIUM 099 */

.btn-volver-blog {
  display: inline-block;
  background: #17479d;        /* azul 099 */
  color: #fff;                /* blanco */
  padding: 14px 28px;         /* botón grande */
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.25s ease;
}

.btn-volver-blog:hover {
  background: #00adee;        /* turquesa hover */
  color: #fff;
  transform: translateY(-2px);
}


.equipo-body {
  padding: 50px 0 70px;
}

.equipo-img-box {
  max-width: 380px;
  margin: 0 auto 30px;
  text-align: center;
}

.equipo-img-box img {
  width: 100%;
  object-fit: contain;
}

.equipo-body h2 {
  color: #17479d;
  margin-top: 35px;
  margin-bottom: 12px;
  font-size: 1.6rem;
}

.equipo-body p {
  color: #000000;
  font-size: 1.08rem;
  line-height: 1.65;
  margin-bottom: 15px;
}

.equipo-lista li,
.equipo-beneficios li {
  margin-bottom: 10px;
  color: #444;
  font-size: 1.03rem;
}

/* CTA FINAL PREMIUM 099 */
.equipo-cta {
  margin-top: 60px;
  padding: 50px 30px;
  background: linear-gradient(135deg, #17479d 0%, #0f3574 50%, #17479d 100%);
  border-radius: 16px;
  text-align: center;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.equipo-cta h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.equipo-cta p {
  font-size: 1.2rem;
  margin-bottom: 25px;
  opacity: 0.95;
  color: #ffffff;
}

/* BOTÓN CTA FINAL */
.btn-equipo {
  background: #00adee;            /* TURQUESA OFICIAL */
  padding: 18px 42px;
  border-radius: 14px;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: 0.25s ease;
  box-shadow: 0 4px 15px rgba(0,173,238,0.35);
}

.btn-equipo:hover {
  background: #05caff;            /* Turquesa un poco más brillante */
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,173,238,0.45);
}

/* --- AJUSTES PARA MOBILE --- */
@media (max-width: 768px) {

    /* Tamaño más grande del título "Descubrí la app exclusiva" */
    .franja h2 {
        font-size: 1.7rem;       /* Aumentado */
        line-height: 1.25;
        padding: 25px 10px;
        text-align: left;
    }

    .franja h2 span {
        font-size: 1.8rem;
        font-weight: 800;
    }

    /* Más separación entre la franja y el siguiente bloque */
    .app .container {
        margin-top: 40px;
    }

    /* Bloque de “Controlá tu alarma…” más abajo */
    .headerapp h1 {
        margin-top: 35px;        /* baja el h1 */
        font-size: 2rem;         /* más grande en mobile */
        line-height: 1.3;
    }

    .headerapp p {
        margin-top: 10px;
        font-size: 1.15rem;
    }

    /* Espacio extra debajo del rectángulo azul */
    .franja {
        margin-bottom: 20px;
    }
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden ;
}
/* POPUP 099 */
.popup-099 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-099 .popup-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 14px;
  text-align: center;
  max-width: 320px;
  color: #333;
  font-size: 1.1rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

#cerrar-popup {
  margin-top: 15px;
  padding: 8px 18px;
  background: #17479d;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

#cerrar-popup:hover {
  background: #00adee;
}

/* =========================================================
   HOGARES – 099 MONITOREO
   Estética, SEO y Mobile First (FULL)
========================================================= */

:root{
  --azul-099:#17479d;
  --turquesa-099:#1fcad3;
  --gris-texto:#222;
  --gris-suave:#f4f6fa;
  --negro:#0b0f14;
  --blanco:#ffffff;
}

/* Reset scoped */
.hogares,
.hogares *{ box-sizing:border-box; }

.hogares img{ max-width:100%; height:auto; }

/* =========================================================
   CONTENEDOR MOBILE (ancho tipo Prosegur)
========================================================= */
.hogares .container,
.hogares .container-fluid{
  padding-left:22px;
  padding-right:22px;
}

@media (min-width: 992px){
  .hogares .container,
  .hogares .container-fluid{
    padding-left:0;
    padding-right:0;
  }
}

/* =========================================================
   HERO
========================================================= */
.hog-hero{
  position:relative;
  min-height:520px;
  padding-top:140px; /* header fijo */
  padding-bottom: 30px;
  color:#fff;
  overflow:hidden;
}

.hog-hero__bg{
  position:absolute;
  inset:0;
}

.hog-hero__bg img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.hog-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.68) 0%,
    rgba(0,0,0,.55) 45%,
    rgba(0,0,0,.22) 100%
  );
}

.hog-hero__content{
  position:relative;
  padding:46px 0 34px;
}

/* textos */
.hog-kicker{
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  opacity:.9;
  margin:0 0 10px;
}

.hog-title{
  font-size:clamp(28px, 5vw, 52px);
  font-weight:900;
  line-height:1.05;
  margin:0 0 12px;
}

.hog-sub{
  font-size:16px;
  max-width:520px;
  opacity:.95;
  margin:0 0 12px;
}

/* =========================================================
   BULLETS HERO – BLANCOS + HOVER TURQUESA
========================================================= */
.hog-bullets{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.hog-bullets li{
  position:relative;
  padding-left:34px;
  font-size:15px;
  line-height:1.4;
  color:#fff;
  transition:color .25s ease;
}

/* cuadro */
.hog-bullets li::before{
  content:"";
  position:absolute;
  left:0;
  top:1px;
  width:22px;
  height:22px;
  border-radius:6px;
  border:1.5px solid #fff;
  background:transparent;
  transition:all .25s ease;
}

/* check */
.hog-bullets li::after{
  content:"✓";
  position:absolute;
  left:5px;
  top:-1px;
  font-size:14px;
  font-weight:900;
  color:#fff;
  transition:color .25s ease;
}

/* hover/touch */
.hog-bullets li:hover,
.hog-bullets li:active{
  color:var(--turquesa-099);
}

.hog-bullets li:hover::before,
.hog-bullets li:active::before{
  border-color:var(--turquesa-099);
  background:rgba(31,202,211,.15);
}

.hog-bullets li:hover::after,
.hog-bullets li:active::after{
  color:var(--turquesa-099);
}

/* =========================================================
   CTA / BOTONES
========================================================= */
.hog-ctas{
  display:flex;
  gap:14px;
  margin-top:18px;
  align-items:center;
  flex-wrap:wrap;
}

.hog-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 26px;
  border-radius:999px;
  font-weight:800;
  font-size:16px;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
  transition:all .25s ease;
}

.hog-btn--primary{
  background:var(--azul-099);
  color:#fff;
}

.hog-btn--primary:hover{
  background:var(--turquesa-099);
  color:#00333a;
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(31,202,211,.35);
}

/* CTA SECUNDARIO – HABLAR CON UN ASESOR */
.hog-btn--ghost {
  background: #ffffff;
  border: 2px solid var(--azul-099);
  color: var(--azul-099);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-weight: 800;
}

/* HOVER */
.hog-btn--ghost:hover {
  background:var(--turquesa-099);
  color:#00333a;
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(31,202,211,.35);
  border-color: transparent;  
}

/* solo para botón de formulario */
.hog-btn--full{
  width:100%;
  justify-content:center;
}

/* badges debajo del CTA (si los usás) */
.hog-badges{
  margin-top:14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.hog-badges span{
  font-size:13px;
  color:rgba(255,255,255,.92);
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  padding:8px 12px;
}

/* =========================================================
   SECCIONES GENERALES
========================================================= */
.hog-section{ padding:64px 0; }
.hog-section--soft{ background:var(--gris-suave); }

.hog-h2{
  font-size:38px;
  font-weight:900;
  color:#111;
  margin:0 0 14px;
}

.hog-p{
  font-size:19px;
  line-height:1.7;
  color:var(--gris-texto);
  opacity:.95;
  margin:0;
}

.hog-center{ text-align:center; }
.hog-max{ max-width:860px; margin:0 auto; }

/* =========================================================
   IMÁGENES
========================================================= */
.hog-image{
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(0,0,0,.10);
}

.hog-image img{ display:block; width:100%; }

/* =========================================================
   CÓMO FUNCIONA – STEPS
========================================================= */
.hog-steps{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
  margin-top:32px;
}

.hog-step{
  background:#fff;
  border-radius:24px;
  padding:24px 18px;
  text-align:center;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
  transition:transform .25s ease, box-shadow .25s ease;
}

.hog-step:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 36px rgba(0,0,0,.14);
}

.hog-step__icon{
  width:56px;
  height:56px;
  margin:0 auto 14px;
}

.hog-step h3{
  font-weight:900;
  margin:0 0 8px;
  color:#111;
}

.hog-step p{
  font-size:14px;
  opacity:.9;
  margin:0;
}

/* =========================================================
   CARDS 3 COLUMNAS
========================================================= */
.hog-cards3{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
  margin-top:28px;
}

.hog-card{
  background:#fff;
  border-radius:26px;
  padding:26px 22px;
  text-align:center;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
  transition:transform .25s ease, box-shadow .25s ease;
}

.hog-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 36px rgba(0,0,0,.14);
}

.hog-card__img{
  width:64px;
  height:64px;
  margin:0 auto 14px;
}

.hog-card h3{
  font-weight:900;
  margin:0 0 8px;
  color:#111;
}

.hog-card p{
  font-size:15px;
  opacity:.9;
  margin:0;
}

/* =========================================================
   TILES / LINKS SEO
========================================================= */
.hog-links{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
}

.hog-tile{
  background:#fff;
  border-radius:26px;
  padding:26px;
  text-decoration:none;
  color:inherit;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
  transition:transform .25s ease, box-shadow .25s ease;
}

.hog-tile:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 36px rgba(0,0,0,.14);
}

.hog-tile span{
  display:inline-block;
  margin-top:10px;
  font-weight:900;
  color:var(--azul-099);
}

/* =========================
   SOLUCIONES (cards con imagen)
========================= */
.hog-sol-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:20px;
  margin-top:28px;
}

.hog-sol{
  background:#fff;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
  padding:0;
  transition:transform .25s ease, box-shadow .25s ease;
  display:flex;
  flex-direction:column;
}

.hog-sol:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 36px rgba(0,0,0,.14);
}

.hog-sol__img{
  width:100%;
  aspect-ratio: 16 / 10;
  overflow:hidden;
  background:#e9eef7;
}

.hog-sol__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}

.hog-sol:hover .hog-sol__img img{
  transform:scale(1.04);
}

.hog-sol h3{
  margin:18px 18px 8px;
  font-weight:900;
  color:#111;
  font-size:18px;
}

.hog-sol p{
  margin:0 18px 16px;
  color:var(--gris-texto);
  opacity:.92;
  line-height:1.6;
  font-size:15px;
}

.hog-sol .hog-btn{
  margin:0 18px 18px;
  align-self:flex-start; /* CTA “tipo pro”, no banner */
}

/* Responsive */
@media (max-width: 991px){
  .hog-sol-grid{
    grid-template-columns: 1fr;
  }

  .hog-sol .hog-btn{
    width:90%;
    justify-content:center;
  }
}


/* =========================================================
   FAQ
========================================================= */
.hog-faq details{
  background:#fff;
  border-radius:18px;
  padding:16px 18px;
  margin-bottom:12px;
  box-shadow:0 6px 16px rgba(0,0,0,.08);
}

.hog-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#111;
}

.hog-faq p{
  margin:10px 0 0;
  font-size:15px;
  line-height:1.6;
}

/* =========================================================
   CTA FINAL
========================================================= */
.hog-finalcta{
  margin-top:36px;
  padding:26px;
  background:#fff;
  border-radius:26px;
  box-shadow:0 14px 34px rgba(0,0,0,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991px){
  .hog-steps{ grid-template-columns:1fr 1fr; }
  .hog-cards3,
  .hog-links{ grid-template-columns:1fr; }

  .hog-finalcta{
    flex-direction:column;
    text-align:center;
  }
}

@media (max-width: 768px){
  .hog-hero{
    padding-top:120px; /* header más alto en mobile */
    min-height:auto;
  }

  .hog-hero__content{
    padding:36px 0 22px;
  }

  .hog-title{ font-size:28px; }
  .hog-sub{ font-size:16px; }

  /* CTAs tipo Prosegur: en mobile se apilan */
  .hog-ctas{
    flex-direction:column;
    align-items:stretch;
  }
  .hog-btn{ width:100%; }

  /* badges */
  .hog-badges{
    gap:8px;
  }
}
/* =========================================================
   RECORRIDO DE SEGURIDAD – 099 MONITOREO
   Timeline limpio, legible y profesional
========================================================= */

:root{
  --azul-099:#17479d;
  --gris-texto:#222;
  --gris-suave:#f4f6fa;
}

/* CONTENEDOR */
.hog-recorrido2{
  margin-top:40px;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:32px;
  align-items:center;
}

/* =========================
   TIMELINE
========================= */
.hog-timeline{
  position:relative;
  padding-left:36px;
}

/* Línea vertical */
.hog-timeline::before{
  content:"";
  position:absolute;
  left:16px;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(
    to bottom,
    rgba(23,71,157,.15),
    rgba(23,71,157,.55),
    rgba(23,71,157,.15)
  );
}

/* =========================
   CARD STEP
========================= */
.hog-node{
  position:relative;
  background:#fff;
  border-radius:22px;
  padding:22px 24px;
  margin-bottom:18px;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
  transition:all .25s ease;
}

/* Punto */
.hog-node::before{
  content:"";
  position:absolute;
  left:-36px;
  top:26px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--azul-099);
  box-shadow:0 0 0 6px rgba(23,71,157,.18);
  transition:all .25s ease;
}

/* TÍTULO */
.hog-node h3{
  margin:0 0 8px;
  font-weight:900;
  font-size:18px;
  color:#111;
}

/* TEXTO */
.hog-node p{
  margin:0;
  font-size:15px;
  line-height:1.6;
  color:var(--gris-texto);
}

/* =========================
   HOVER
========================= */
.hog-node:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.hog-node:hover::before{
  box-shadow:
    0 0 0 8px rgba(23,71,157,.25),
    0 0 22px rgba(23,71,157,.35);
}

/* =========================
   IMAGEN
========================= */
.hog-recorrido2__visual{
  max-width:520px;
  margin-left:auto;
}

.hog-recorrido2__visual img{
  width:100%;
  height:auto;
  display:block;
  border-radius:28px;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:991px){
  .hog-recorrido2{
    grid-template-columns:1fr;
  }
  .hog-recorrido2__visual{
    max-width:100%;
    margin-top:24px;
  }
}

@media(max-width:576px){
  .hog-node{
    padding:20px;
  }
  .hog-node h3{
    font-size:16px;
  }
  .hog-node p{
    font-size:14px;
  }
}

/* =========================================
   SPLIT EDITORIAL – IMAGEN DERECHA
========================================= */

.hog-split{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Variante con imagen a la derecha */
.hog-split--reverse{
  grid-template-columns: 1fr 1fr;
}

/* Imagen */
.hog-split__image img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,.15);
}

/* Contenido */
.hog-split__content{
  max-width: 520px;
}

.hog-split__content h2{
  margin-bottom: 14px;
}

.hog-split__content p{
  margin-bottom: 14px;
}

/* CTA dentro de la sección */
.hog-split__content .hog-ctas{
  margin-top: 18px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px){
  .hog-split,
  .hog-split--reverse{
    grid-template-columns: 1fr;
  }

  .hog-split__content{
    max-width: 100%;
  }

  .hog-split__image{
    order: -1; /* imagen arriba en mobile */
  }
}
/* =========================
   REC INDICATOR – TITILANTE
========================= */

.rec-indicator{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #fff;
  background: rgba(0,0,0,.45);
  padding: 6px 10px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

/* Punto rojo */
.rec-dot{
  width: 8px;
  height: 8px;
  background: #ff2b2b;
  border-radius: 50%;
  animation: recPulse 1.2s infinite ease-in-out;
}

/* Texto REC */
.rec-text{
  color: #ff2b2b;
  animation: recBlink 1.2s infinite ease-in-out;
}

/* Posición izquierda */
.rec-indicator--left{
  margin-bottom: 10px;
}

/* Animaciones */
@keyframes recPulse{
  0%   { opacity: 1; }
  50%  { opacity: .25; }
  100% { opacity: 1; }
}

@keyframes recBlink{
  0%   { opacity: 1; }
  50%  { opacity: .3; }
  100% { opacity: 1; }
}

/* =========================
   SOLUCIONES HOGARES – CARDS
========================= */

.hog-cards3--solutions{
  margin-top: 36px;
}

.hog-card--solution{
  padding: 0;
  overflow: hidden;
  text-align: left;
}

.hog-card--solution img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.hog-card__body{
  padding: 22px 20px 26px;
}

.hog-card__link{
  display: inline-block;
  margin-top: 12px;
  font-weight: 800;
  color: var(--azul-099);
  text-decoration: none;
  transition: color .25s ease;
}

.hog-card__link:hover{
  color: var(--turquesa-099);
}

/* =========================================================
   CÓMO FUNCIONA – MEJORAS VISUALES + SEPARADORES
========================================================= */

.hog-hero--edu .hog-hero__overlay{
  background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.35));
}

/* Stats en hero */
.hog-stats{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.hog-stat{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  padding: 10px 14px;
  min-width: 140px;
  backdrop-filter: blur(6px);
}
.hog-stat strong{
  display:block;
  font-weight: 900;
  font-size: 18px;
  color:#fff;
  line-height:1.1;
}
.hog-stat span{
  display:block;
  font-size: 13px;
  opacity: .92;
  color:#fff;
}

/* Timeline pro */
.hog-timeline{
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}
.hog-tl-card{
  background:#fff;
  border-radius: 22px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.hog-tl-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0,0,0,.14);
}
.hog-tl-top{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom: 8px;
}
.hog-tl-n{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  font-weight: 900;
  color:#fff;
  background: var(--azul-099);
  box-shadow: 0 12px 26px rgba(23,71,157,.25);
}
.hog-tl-card h3{
  margin:0;
  font-weight: 900;
}
.hog-tl-card p{
  margin:0;
  line-height:1.6;
  opacity:.92;
}

/* Bloques + separadores */
.hog-block{
  padding: 24px 0;
}
.hog-block--soft{
  background: #f6f8ff;
  border-radius: 28px;
  padding: 28px 18px;
}
.hog-divider{
  height: 1px;
  background: rgba(23,71,157,.14);
  margin: 24px 0;
}

/* Split (si no lo tenías) */
.hog-split{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items:center;
}
.hog-split--reverse{
  grid-template-columns: .95fr 1.05fr;
}
.hog-split--reverse .hog-split__image{ order:2; }
.hog-split--reverse .hog-split__content{ order:1; }

.hog-split__image img{
  width:100%;
  display:block;
  border-radius: 26px;
  box-shadow: 0 18px 44px rgba(0,0,0,.12);
}

/* Errores comunes */
.hog-mistakes{
  margin-top: 22px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.hog-mk{
  background:#fff;
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
.hog-mk h3{
  margin:0 0 6px;
  font-weight: 900;
}
.hog-mk p{
  margin:0;
  opacity:.92;
  line-height:1.6;
}

/* Responsive */
@media(max-width: 991px){
  .hog-timeline{ grid-template-columns: 1fr 1fr; }
  .hog-split, .hog-split--reverse{ grid-template-columns: 1fr; }
  .hog-split--reverse .hog-split__image,
  .hog-split--reverse .hog-split__content{ order: initial; }
  .hog-mistakes{ grid-template-columns: 1fr; }
}
@media(max-width: 520px){
  .hog-timeline{ grid-template-columns: 1fr; }
}
/* =========================
   CARDS CON IMÁGENES
========================= */

.hog-card__photo{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 14px;
}

.hog-card--simple{
  padding: 32px 22px;
}

/* =========================
   TILES SOLUCIONES
========================= */

.hog-tile__img{
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 14px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px){
  .hog-cards3{
    grid-template-columns: 1fr;
  }

  .hog-links{
    grid-template-columns: 1fr;
  }

  .hog-form-sticky{
    position: static;
    max-width: 100%;
  }
}

/* =========================================================
   COMERCIOS – 099 MONITOREO (HUB)
   Scopiado a: <main class="comercios">
   Mobile first + estética 099
========================================================= */

.comercios{
  --azul-099: #17479d;
  --turquesa-099: #1fcad3;
  --gris-texto: #222;
  --gris-suave: #f4f6fa;
  --borde-suave: rgba(0,0,0,.08);
  --sombra: 0 14px 34px rgba(0,0,0,.10);
  --sombra-soft: 0 10px 26px rgba(0,0,0,.08);
}

/* Reset mínimo */
.comercios *{ box-sizing:border-box; }
.comercios img{ max-width:100%; height:auto; display:block; }

/* Helpers */
.comercios .center{ text-align:center; }
.comercios .com-max{ max-width: 920px; margin-left:auto; margin-right:auto; }

/* =========================
   Tipografías/encabezados
========================= */
.comercios .com-h2{
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  color: #111;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.comercios .com-p{
  font-size: 16px;
  line-height: 1.75;
  color: var(--gris-texto);
  opacity: .95;
  margin-bottom: 12px;
}

.comercios .com-kicker{
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  opacity: .9;
  margin-bottom: 10px;
  color: rgba(255,255,255,.9);
}

/* =========================
   Secciones
========================= */
.comercios .com-section{
  padding: 72px 0;
}

.comercios .com-section--soft{
  background: var(--gris-suave);
}

/* =========================
   HERO
========================= */
.comercios .com-hero{
  position: relative;
  min-height: 560px;
  padding-top: 130px; /* ajustá según tu header fijo */
  overflow: hidden;
}

.comercios .com-hero__bg{
  position:absolute;
  inset:0;
}

.comercios .com-hero__bg img{
  width:100%;
  height:100%;
  object-fit: cover;
  transform: scale(1.02);
}

.comercios .com-hero__overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(90deg,
    rgba(0,0,0,.70),
    rgba(0,0,0,.35)
  );
}

.comercios .com-hero__content{
  position:relative;
  padding: 55px 0;
  color:#fff;
}

.comercios .com-title{
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
}

.comercios .com-sub{
  font-size: 18px;
  max-width: 620px;
  opacity: .96;
  line-height: 1.55;
  margin-bottom: 10px;
}

/* =========================
   BULLETS (estilo check)
========================= */
.comercios .com-bullets{
  list-style:none;
  padding-left:0;
  margin: 18px 0 0;
  display:grid;
  gap: 12px;
  max-width: 560px;
}

.comercios .com-bullets li{
  position:relative;
  padding-left: 34px;
  font-size: 15px;
  line-height: 1.4;
  color:#fff;
  transition: color .25s ease;
}

.comercios .com-bullets li::before{
  content:"";
  position:absolute;
  left:0;
  top:2px;
  width:22px;
  height:22px;
  border-radius: 7px;
  border: 1.5px solid rgba(255,255,255,.92);
  background: transparent;
  transition: all .25s ease;
}

.comercios .com-bullets li::after{
  content:"✓";
  position:absolute;
  left:5px;
  top:1px;
  font-size: 14px;
  font-weight: 900;
  color: rgba(255,255,255,.95);
  transition: color .25s ease;
}

.comercios .com-bullets li:hover{
  color: var(--turquesa-099);
}

.comercios .com-bullets li:hover::before{
  border-color: var(--turquesa-099);
  background: rgba(31,202,211,.14);
}

.comercios .com-bullets li:hover::after{
  color: var(--turquesa-099);
}

/* =========================
   BOTONES / CTA (2 en hero)
========================= */
.comercios .com-ctas{
  display:flex;
  gap: 14px;
  margin-top: 18px;
  align-items:center;
  flex-wrap: wrap;
}

.comercios .com-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  text-decoration:none;
  white-space: nowrap;
  transition: all .25s ease;
}

.comercios .com-btn--primary{
  background: var(--azul-099);
  color:#fff;
  border: 2px solid transparent;
}

.comercios .com-btn--primary:hover{
  background: var(--turquesa-099);
  color: #00333a;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(31,202,211,.35);
}

.comercios .com-btn--ghost{
  background: rgba(255,255,255,.12);
  border: 2px solid rgba(255,255,255,.42);
  color:#fff;
}

.comercios .com-btn--ghost:hover{
  background: rgba(31,202,211,.16);
  border-color: rgba(31,202,211,.0); /* sin borde en hover */
  color: var(--turquesa-099);
}

/* micro links debajo del hero (no CTA de venta) */
.comercios .com-quicklinks{
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.comercios .com-quicklink{
  display:inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration:none;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 700;
  font-size: 14px;
  transition: all .25s ease;
}

.comercios .com-quicklink:hover{
  background: rgba(31,202,211,.16);
  border-color: rgba(31,202,211,.0);
  color: var(--turquesa-099);
}

/* badges */
.comercios .com-badges{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.comercios .com-badges span{
  display:inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.18);
  font-weight: 700;
  font-size: 13px;
}

/* Form sticky (solo desktop) */
.comercios .com-form-sticky{
  position: sticky;
  top: 120px;
}

/* =========================
   CARDS 4 (Qué protegemos)
========================= */
.comercios .com-cards4{
  margin-top: 34px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.comercios .com-card{
  background:#fff;
  border-radius: 26px;
  overflow:hidden;
  box-shadow: var(--sombra-soft);
  transition: transform .25s ease, box-shadow .25s ease;
  border: 1px solid var(--borde-suave);
}

.comercios .com-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0,0,0,.14);
}

.comercios .com-card__img{
  width:100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.comercios .com-card h3{
  padding: 16px 18px 0;
  margin: 0 0 8px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color:#111;
}

.comercios .com-card p{
  padding: 0 18px 18px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--gris-texto);
  opacity: .92;
}

/* =========================
   TILES (Soluciones por rubro)
========================= */
.comercios .com-tiles{
  margin-top: 34px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.comercios .com-tile{
  text-decoration:none;
  color: inherit;
  background:#fff;
  border-radius: 26px;
  overflow:hidden;
  border: 1px solid var(--borde-suave);
  box-shadow: var(--sombra-soft);
  transition: transform .25s ease, box-shadow .25s ease;
}

.comercios .com-tile:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0,0,0,.14);
}

.comercios .com-tile__img{
  width:100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.comercios .com-tile h3{
  padding: 16px 18px 0;
  margin: 0 0 8px;
  font-weight: 900;
  color:#111;
  letter-spacing: -0.02em;
}

.comercios .com-tile p{
  padding: 0 18px 0;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--gris-texto);
  opacity: .92;
}

.comercios .com-tile span{
  display:inline-block;
  margin: 0 18px 18px;
  font-weight: 900;
  color: var(--azul-099);
  transition: color .25s ease;
}

.comercios .com-tile:hover span{
  color: var(--turquesa-099);
}

/* =========================
   EDITORIAL (imagen izq / texto der)
========================= */
.comercios .com-editorial-img{
  border-radius: 28px;
  overflow:hidden;
  box-shadow: var(--sombra);
  border: 1px solid var(--borde-suave);
}

.comercios .com-editorial-img img{
  width:100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* inline links dentro de secciones */
.comercios .com-inline-links{
  margin-top: 16px;
  display:flex;
  gap: 14px;
  flex-wrap: wrap;
}

.comercios .com-inline-links a{
  text-decoration:none;
  font-weight: 800;
  color: var(--azul-099);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(23,71,157,.06);
  border: 1px solid rgba(23,71,157,.12);
  transition: all .25s ease;
}

.comercios .com-inline-links a:hover{
  color: var(--turquesa-099);
  background: rgba(31,202,211,.12);
  border-color: rgba(31,202,211,.0);
}

/* =========================
   MAPA DE RIESGOS
========================= */
.comercios .com-map{
  padding: 72px 0;
}

.comercios .com-map-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 42px;
  align-items: center;
  margin-top: 34px;
}

.comercios .com-map-image img{
  width:100%;
  border-radius: 28px;
  box-shadow: var(--sombra);
  border: 1px solid var(--borde-suave);
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.comercios .com-map-item{
  display:flex;
  gap: 14px;
  margin-bottom: 18px;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(0,0,0,.05);
}

.comercios .com-map-item h3{
  margin: 0 0 4px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color:#111;
}

.comercios .com-map-item p{
  margin:0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--gris-texto);
  opacity: .92;
}

.comercios .com-map-item .dot{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--azul-099);
  margin-top: 6px;
  flex: 0 0 auto;
}

/* =========================
   TIMELINE OPERATIVO
========================= */
.comercios .com-timeline{
  padding: 72px 0;
}

.comercios .com-time-grid{
  margin-top: 34px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.comercios .com-time-card{
  background:#fff;
  padding: 30px 24px;
  border-radius: 26px;
  box-shadow: var(--sombra-soft);
  border: 1px solid var(--borde-suave);
  transition: transform .25s ease, box-shadow .25s ease;
}

.comercios .com-time-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0,0,0,.14);
}

.comercios .com-time-card h3{
  margin: 0 0 10px;
  font-weight: 900;
  color:#111;
}

.comercios .com-time-card p{
  margin:0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--gris-texto);
  opacity: .92;
}

/* =========================
   FAQ
========================= */
.comercios .com-faq{
  margin-top: 22px;
}

.comercios .com-faq details{
  background:#fff;
  border-radius: 18px;
  padding: 16px 18px;
  margin-bottom: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
  border: 1px solid var(--borde-suave);
}

.comercios .com-faq summary{
  cursor:pointer;
  font-weight: 900;
  color:#111;
  list-style: none;
}

.comercios .com-faq summary::-webkit-details-marker{ display:none; }

.comercios .com-faq summary::after{
  content:"+";
  float:right;
  font-weight: 900;
  color: var(--azul-099);
  transition: transform .25s ease, color .25s ease;
}

.comercios .com-faq details[open] summary::after{
  content:"–";
  color: var(--turquesa-099);
}

.comercios .com-faq p{
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--gris-texto);
  opacity: .92;
}

/* =========================
   CTA FINAL
========================= */
.comercios .com-finalcta{
  background:#fff;
  border-radius: 26px;
  box-shadow: var(--sombra);
  border: 1px solid var(--borde-suave);
  padding: 26px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.comercios .com-finalcta h3{
  margin:0 0 6px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color:#111;
}

.comercios .com-finalcta p{
  margin:0;
  color: var(--gris-texto);
  opacity: .92;
  line-height: 1.6;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px){
  .comercios .com-form-sticky{
    position: static;
    top: auto;
  }

  .comercios .com-cards4{
    grid-template-columns: 1fr 1fr;
  }

  .comercios .com-tiles{
    grid-template-columns: 1fr 1fr;
  }

  .comercios .com-map-grid{
    grid-template-columns: 1fr;
  }

  .comercios .com-time-grid{
    grid-template-columns: 1fr;
  }

  .comercios .com-finalcta{
    flex-direction: column;
    text-align:center;
    align-items: center;
  }
}

@media (max-width: 768px){
  .comercios .com-hero{
    padding-top: 92px;
    min-height: 540px;
  }

  .comercios .com-hero__content{
    padding: 40px 0;
  }

  .comercios .com-sub{
    font-size: 16px;
  }

  .comercios .com-ctas{
    flex-direction: column;
    align-items: stretch;
  }

  .comercios .com-btn{
    width: 100%;
  }

  .comercios .com-quicklinks{
    gap: 10px;
  }

  .comercios .com-quicklink{
    width: 100%;
    justify-content: center;
  }

  .comercios .com-cards4{
    grid-template-columns: 1fr;
  }

  .comercios .com-tiles{
    grid-template-columns: 1fr;
  }

  .comercios .com-section{
    padding: 58px 0;
  }
}
/* =========================
   SISTEMA INTEGRAL
========================= */

.com-integral {
  padding: 90px 0;
}

.com-integral-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: center;
}

/* imágenes */
.com-integral-media img {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 18px 38px rgba(0,0,0,.12);
}

/* textos */
.com-integral-text h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
}

.com-integral-text p {
  font-size: 15px;
  line-height: 1.65;
  opacity: .95;
  margin-bottom: 10px;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {
  .com-integral-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .com-integral-text {
    text-align: left;
  }
}
/* =========================================
   099 - Página /telefono-099 (Paso 2 IA)
   Pegar en: /css/main.css
========================================= */

.mainstyle.telefono099{
  position: relative;
}

/* HERO con fondo */
.telefono099 .t099-hero{
  position: relative;
  overflow: hidden;
  padding: 140px 0 70px;
  background: #0b1530 url("/img/tecnologia.png") center/cover no-repeat;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

.telefono099 .t099-hero::before{
  content: "";
  position: absolute;
  inset: -60px;
  background:
    radial-gradient(800px 400px at 15% 20%, rgba(23,71,157,0.55), transparent 60%),
    radial-gradient(700px 380px at 85% 30%, rgba(0,176,255,0.28), transparent 60%),
    radial-gradient(900px 420px at 50% 95%, rgba(23,71,157,0.35), transparent 60%);
  filter: blur(2px);
  pointer-events: none;
}

.telefono099 .t099-hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,10,25,0.78), rgba(5,10,25,0.60));
  pointer-events: none;
}

.telefono099 .t099-hero-inner{
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: center;
  z-index: 2;
}

.telefono099 .t099-pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.92);
  font-weight: 800;
  letter-spacing: 0.2px;
  backdrop-filter: blur(10px);
}

.telefono099 .t099-hero h1{
  margin: 14px 0 10px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.06;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.telefono099 .t099-hero-text{
  margin: 0 0 18px;
  color: rgba(255,255,255,0.88);
  font-size: 16px;
  line-height: 1.55;
  max-width: 640px;
}

.telefono099 .t099-hero-ctas{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 16px;
}

.telefono099 .t099-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  padding: 12px 16px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
  user-select: none;
  white-space: nowrap;
}

.telefono099 .t099-btn:active{ transform: translateY(1px); }

.telefono099 .t099-btn-primary{
  background: #17479d;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 1px 6px rgba(0,0,0,0.35);
}

.telefono099 .t099-btn-primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.42);
}

.telefono099 .t099-btn-ghost{
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(10px);
}

.telefono099 .t099-btn-ghost:hover{
  background: rgba(255,255,255,0.14);
  transform: translateY(-1px);
}

.telefono099 .t099-hero-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.telefono099 .t099-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.90);
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.telefono099 .t099-dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #00b0ff;
  box-shadow: 0 0 0 6px rgba(0,176,255,0.18);
}

/* BLOQUE derecha */
.telefono099 .t099-glass{
  border-radius: 22px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.45);
  padding: 18px;
}

.telefono099 .t099-glass-top{
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.telefono099 .t099-logo{
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 6px;
}

.telefono099 .t099-glass-title{
  font-weight: 950;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}

.telefono099 .t099-glass-sub{
  color: rgba(255,255,255,0.80);
  font-size: 13px;
  margin-top: 2px;
}

.telefono099 .t099-card{
  border-radius: 18px;
  padding: 14px;
  margin-top: 10px;
  background: rgba(8,15,35,0.40);
  border: 1px solid rgba(255,255,255,0.14);
}

.telefono099 .t099-card-title{
  color: rgba(255,255,255,0.92);
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 8px;
}

.telefono099 .t099-link{
  display: inline-block;
  font-weight: 950;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.2px;
  border-bottom: 2px solid rgba(0,176,255,0.55);
  padding-bottom: 2px;
}

.telefono099 .t099-link:hover{
  border-bottom-color: rgba(0,176,255,0.95);
}

.telefono099 .t099-sub{
  margin-top: 8px;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  line-height: 1.45;
}

.telefono099 .t099-mini{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.telefono099 .t099-mini-item{
  border-radius: 16px;
  padding: 12px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
}

.telefono099 .t099-mini-title{
  color: rgba(255,255,255,0.92);
  font-weight: 950;
  font-size: 13px;
  margin-bottom: 2px;
}

.telefono099 .t099-mini-text{
  color: rgba(255,255,255,0.78);
  font-size: 12.5px;
}

.telefono099 .t099-tip{
  margin-top: 12px;
  border-radius: 16px;
  padding: 12px;
  background: rgba(23,71,157,0.22);
  border: 1px solid rgba(23,71,157,0.35);
  color: rgba(255,255,255,0.86);
  font-size: 12.5px;
  line-height: 1.4;
}

/* SECCIONES */
.telefono099 .t099-section{
  padding: 44px 0;
}

.telefono099 .t099-section-alt{
  padding: 44px 0 62px;
  background: radial-gradient(800px 320px at 50% 0%, rgba(23,71,157,0.10), transparent 60%);
}

.telefono099 .t099-grid{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: start;
}

.telefono099 .t099-info,
.telefono099 .t099-side-card,
.telefono099 .t099-faq{
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(0,0,0,0.08);
  padding: 22px;
}

.telefono099 .t099-info h2,
.telefono099 .t099-faq h2{
  font-weight: 950;
  letter-spacing: -0.3px;
  margin: 0 0 10px;
}

.telefono099 .t099-info p{
  margin: 0 0 16px;
  color: rgba(0,0,0,0.72);
  line-height: 1.6;
}

.telefono099 .t099-features{
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.telefono099 .t099-feature{
  display: flex;
  gap: 12px;
  border-radius: 18px;
  padding: 14px;
  background: rgba(23,71,157,0.06);
  border: 1px solid rgba(23,71,157,0.12);
}

.telefono099 .t099-feature-ico{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(23,71,157,0.12);
  font-size: 18px;
}

.telefono099 .t099-feature-title{
  font-weight: 950;
  margin-bottom: 2px;
}

.telefono099 .t099-feature-text{
  color: rgba(0,0,0,0.70);
  font-size: 13.5px;
  line-height: 1.45;
}

.telefono099 .t099-side{
  display: grid;
  gap: 14px;
}

.telefono099 .t099-side-card h3{
  font-weight: 950;
  margin: 0 0 8px;
}

.telefono099 .t099-side-card p{
  margin: 0 0 14px;
  color: rgba(0,0,0,0.72);
  line-height: 1.55;
}

.telefono099 .t099-side-ctas{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.telefono099 .t099-side-card-soft{
  background: linear-gradient(180deg, rgba(23,71,157,0.06), rgba(23,71,157,0.02));
  border: 1px solid rgba(23,71,157,0.10);
}

.telefono099 .t099-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.telefono099 .t099-list a{
  text-decoration: none;
  font-weight: 900;
  color: #17479d;
}

.telefono099 .t099-list a:hover{ text-decoration: underline; }

.telefono099 .t099-note{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.08);
  color: rgba(0,0,0,0.62);
  font-size: 12.5px;
  line-height: 1.45;
}

/* FAQ */
.telefono099 .t099-faq details{
  border-radius: 18px;
  border: 1px solid rgba(23,71,157,0.12);
  background: rgba(23,71,157,0.05);
  padding: 12px 14px;
  margin: 10px 0;
}

.telefono099 .t099-faq summary{
  cursor: pointer;
  font-weight: 950;
  color: #0b1b3a;
}

.telefono099 .t099-faq p{
  margin: 10px 0 0;
  color: rgba(0,0,0,0.72);
  line-height: 1.55;
}

.telefono099 .t099-faq a{
  color: #17479d;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Responsive */
@media (max-width: 992px){
  .telefono099 .t099-hero{ padding: 70px 0 60px; }
  .telefono099 .t099-hero-inner{ grid-template-columns: 1fr; }
  .telefono099 .t099-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 576px){
  .telefono099 .t099-btn{ width: 100%; }
  .telefono099 .t099-mini{ grid-template-columns: 1fr; }
}
.telefono099 .t099-stickybar{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  display: none;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(5,10,25,0.78);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.14);
  z-index: 9999;
}
.telefono099 .t099-sticky{
  flex: 1;
  text-align: center;
  padding: 12px 10px;
  border-radius: 14px;
  font-weight: 950;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.14);
}
.telefono099 .t099-sticky-wa{ background: #17479d; }
.telefono099 .t099-sticky-tel{ background: rgba(255,255,255,0.10); }

@media (max-width: 768px){
  .telefono099{ padding-bottom: 74px; } /* evita que tape contenido */
  .telefono099 .t099-stickybar{ display: flex; }
}
/* ===== Ajuste hero blog dentro de tu headerprods existente ===== */
.headerprods .headerprods-content{
  max-width: 720px;          /* ancho del bloque de texto */
  padding-top: 30px;         /* ajustá si te queda muy arriba/abajo */
}

.headerprods .headerprods-desc{
  color: rgba(255,255,255,0.92);
  font-size: 20px;
  line-height: 1.45;
  margin-top: 18px;
  max-width: 640px;
}

/* Dejá espacio para que no se pise con la imagen (banner) */
@media (min-width: 992px){
  .headerprods .container{
    padding-right: 560px;   /* reserva lugar para la imagen de 500px */
  }
}

/* Responsive */
@media (max-width: 991px){
  .headerprods .headerprods-content{
    padding-top: 55px;
  }
  .headerprods .headerprods-desc{
    font-size: 18px;
  }
  .headerprods .banner{
    position: relative;     /* baja la imagen abajo del texto */
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 520px;
    margin: 26px auto 0;
    display: block;
  }
}
/* ===== Puntitos estilo servicios ===== */
.headerprods-points{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
  margin-top: 28px;
  max-width: 640px;
}

.headerprods-points .point{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}

.headerprods-points .dot{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-top: 4px;
  background: rgba(120, 200, 255, 0.9);
  box-shadow: 0 0 0 6px rgba(120, 200, 255, 0.18);
  flex: 0 0 14px;
}

/* Responsive */
@media (max-width: 991px){
  .headerprods-points{
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
/* =====================================================
   Bullets de cobertura / mapas – reutilizable (099)
   ===================================================== */

/* =====================================================
   mapa-bullets – listado reutilizable (texto + links)
   ===================================================== */

.mapa-bullets {
  list-style: none;
  margin-top: 32px;
  padding-left: 0;
}

.mapa-bullets li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.45;
}

/* Texto base (si no es link) */
.mapa-bullets li {
  color: #000;
}

/* Links dentro del bullet */
.mapa-bullets li a {
  color: #000;
  text-decoration: none;
  transition: color .2s ease;
}

/* Bullet visual */
.mapa-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  line-height: 1;
  color: #000;
  transition: color .2s ease;
}

/* Hover azul 099 */
.mapa-bullets li:hover,
.mapa-bullets li:hover a {
  color: #17479d;
}

.mapa-bullets li:hover::before {
  color: #17479d;
}
