:root{
	--fucsia: #ff3466;
	--oscuro: #232f40;
}
html {
  scroll-behavior: smooth;
}
body{
	position: relative;
}
h1,h2,h3,h4,p,a,input{
	font-family: 'Open Sans', sans-serif;
}
.sub-titulo{
	font-size: 20px!important;
	font-weight: 700!important;
}
.font-weight-bold{
	font-weight: 700!important;
}
.center-block{
	float: none;
}
.text-color{
	color: var(--fucsia)!important;
}
.linea-superior{
	background-color: #212d3e;
}
.topbar{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
.topbar p{
	font-size: 13px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 300;
}
.topbar p i{
	color: #ff3366;
	margin-right: .5rem;
}
.topbar .redes{
	padding: .8rem 1.5rem;
	text-align: center;
	background-color: var(--fucsia);
}
.topbar .redes a{
	color: #fff;
	padding: 0 5px;
}
.btn-demo{
	display: inline-flex!important;
	align-items: center;
    padding: 5px 10px 5px 5px!important;
    background-color: var(--fucsia);
    color: #fff!important;
    border-radius: 15px;
    border-color: var(--fucsia);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .05em;
    transition: all .3s ease;
    margin-top: 1.5rem!important;
    margin-left: 1rem!important;
    text-transform: uppercase;
}
.btn-demo i{
	font-size: 3.5rem;
	transition: all .2s ease-in;
}
.btn-demo:is(:hover,:focus){
	background-color: var(--oscuro)!important;
	border-color: var(--oscuro);
}
.btn-demo:is(:hover,:focus) i{
	color: var(--fucsia)!important;
}

.form-control-ingresar {
    display: block;
    width: 100%;
    height: 40px;
    font-weight: 300;
    padding: 5px 13px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #212d3e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.boton-color{
    border: none;
    padding: 5px 15px;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #ff3366;
    border: 1px solid #ff3366;
    color: #fff;
    outline: none;
}
.boton-color:hover{
	color: #fff;
	background-color: #ff336600;
	border: 1px solid #ff3366;
}
.boton-color-dos{
	text-transform: uppercase;
    border: none;
    padding: 5px 15px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #ff3366;
    color: #fff;
    outline: none;
}
.boton-color-dos:hover{
	color: #fff;
	background-color: #213e54;
}

header.carousel {
    height: 500px;
    margin-top: 115px;
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgb(0 0 2 / 30%);
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    background-color: #00e576;
   	padding: 5px 8px;
    animation: 1s infinite alternate shimmy;
}
.whatsapp i {
    position: absolute;
    font-size: 40px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, 5px)
    }
}
.mb-4{
	margin-bottom: 4rem;
}
.modulos{
	background-color: #f1f1f1;
}
.modulos .titulo p{
	font-size: 14px;
	width: 700px;
	max-width: 100%;
	margin: auto;
}
.modulos .titulo{
	text-align: center;
	padding-bottom: 60px;
}
.modulos .titulo h1{
	font-size: 50px;
    font-weight: 400;
    color: #212d3e;
}
.modulos .modulo-uno{
	margin-bottom: 4rem;
}
.modulos .modulo-uno p span{
	color: #ff3366;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-right: 10px;
}
.modulos .modulo-uno .back{
	padding: 0 .3rem;
	margin-bottom: 1rem;
}
.modulos .modulo-uno .back p{
	padding: 5px;
	background-color: #212d3e;
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	margin:0;
}
.modulos .modulo-uno .cuadro {
    border-radius: 15px;
    border: 1px solid #f1f1f1;
    background-color: #fff !important;
}
.modulos .modulo-uno .cuadro img{
	width: 100%;
}
.modulos .modulo-uno .info{
	text-align: center;
	margin-top: 1rem;
}
.modulos .modulo-uno .info p {
    font-size: 12px;
    color: #797f8b;
}
.modulos .modulo-uno .info p.titulo-modulo{
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}

.modulos .modulo-uno .precio{
	margin-top: 15px;
	text-align: center;
}
.modulos .modulo-uno .boton{
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
}
.modulos .modulo-uno a {
    background-color: #ff3366;
    text-transform: uppercase;
    padding: 10px 15px;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.modulos .modulo-uno a:hover{
	text-decoration: none;
    background-color: #212d3e;
    color: #fff;
}
.blanco{
	width: 100%;
	height: 700px;
	background-color: #f9f9f9;
	position: absolute;
}
.modulos .modulo-uno .precio p span{
	color: #ff3366;
	border-left: 1px solid #ccc;
	border-right: 0;
	padding-left: 10px;
	margin-left: 10px;
	font-weight: 700;
	font-size: 20px;
}
.modulos .modulo-uno .back p {
    padding: 5px;
    border-radius: 0 0 10px 10px;
    background-color: #212d3e;
    text-align: center;
    color: #fff;
    font-weight: 300;
}
.bg-sistema{
	padding: 4rem 1rem;
	background-color: #213e54;
}
.info-top{
	position: relative;
	margin-bottom: 6rem;
	text-align: center;
	border-bottom: 1px solid #183042;
}
.info-center {
    position: relative;
    margin-bottom: 3rem;
    margin-top: 3rem;
    text-align: center;
}
.titulo-claro{
	font-size: 50px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 3rem;
}
.titulo-oscuro {
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    font-weight: 400;
    color: #212d3e;
}
.titulo-oscuro span,
.titulo-claro span,
.subtitulo-oscuro span,
.subtitulo-claro span{
	color: var(--fucsia);
}
.subtitulo-claro{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.subtitulo-oscuro{
    font-size: 20px;
/*    font-weight: 400;*/
    color: #212d3e;
}
.text-ip{
	font-size: 2.5rem!important;
	font-weight: 300;
	color: #212d3e;
}
.texto{
	font-size: 14px;
    font-weight: 300;
    color: #797f8b;
}
.texto-bold{
	font-size: 14px;
    font-weight: 400;
    color: #797f8b;
}
.texto-claro{
	font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.texto-center{
	width: 700px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 5rem;
}
.boton-sistema{
	left: 0;
	margin: 1.5rem auto 0;
	text-decoration: none;
	text-transform: uppercase;
    background: #ff3366;
    border: 1px solid #ff3366;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 1.5rem 1.5rem;
    text-decoration: none;
    transition: .3s ease;
}
.boton-sistema:hover{
	border: 1px solid #ff3366;
    background-color: #212c3e;
    color: #fff;
}
.plan-uno{
	margin-top: 40px;
	margin-bottom: 20px;
}
.plan-dos{
	margin-top: 20px;
}
.planes{
	margin-bottom: 3rem;
}
.planes .card{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	transition: transform .2s;
	background-color: #fff;
}
.planes .card:hover{
	transform: scale(1.02);
}
.planes .card .titulo{
	background-color: var(--oscuro);
	color: #fff;
	padding: 15px;
}
.planes .card .titulo h3{
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
}
.planes .card .titulo small{
	font-size: 16px;
	font-weight: 300;
    text-transform: capitalize;
    color: var(--fucsia);
}
.planes .card .titulo h3 span{
	font-size: 16px;
}
.planes .card .triangulo{
	width: 0;
    height: 0;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-top: 13px solid var(--oscuro);
}
.planes .card.plan-destacado .titulo{
	background-color: var(--fucsia);
}
.planes .card.plan-destacado .titulo small{
	color: #fff;
}
.planes .card.plan-destacado .triangulo{
	border-top: 13px solid var(--fucsia);
}


.planes .card .valor{
	padding-bottom: 1.5rem;
}
.planes .card .valor p{
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: .5rem;
}
.planes .card .valor small{
	color: #666;
}
.planes .card .card-body{
	padding: 0 15px;
	background-color: #f9f9f9;
}
.planes .card .card-body .servicios{
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 0;
	font-size: 14px;
    font-weight: 300;
    color: #797f8b;
}
.planes .card .card-body .servicios.destacado{
	color: var(--fucsia);
	font-weight: 700;
}
.planes .card .card-body .servicios.destacado small{
/*	color: #666;*/
	font-weight: 400;
}
.planes .card .contrato{
	background-color: #f9f9f9;
	padding: 15px;
}
.btn-contratar{
	border-radius: 8px;
	background-color: var(--fucsia);
	color: #fff;
	padding: 1rem 2rem;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}
.btn-contratar:is(:hover,:focus){
	background-color: #243041;
	color: #fff;
}
.imagen-uno{
	padding: 0;
	margin-bottom: 30px;
}
.img-sistema {
    border-radius: 0;
    border-bottom: 4px solid #ff3466;
    width: 100%;
    transition: transform .2s;
    box-shadow: 0px 0px 35px rgb(5 38 54);
}
.img-sistema:hover{
	transform: scale(1.05);
}
.modal-registro{
	margin-top: 10%;
}
.modal-registro p{
	font-size: 12px;
    font-weight: 300;
    color: #a5abbb;
    text-align: center;
    padding-bottom: 20px;
}
.modal-registro .cabeza{
	background-color: #212d3e; 
	padding: 0;
	border-radius: 5px 5px 0 0;
	border-bottom: 0;
	padding-left: 50px;
	text-align: center;
}
.modal-registro .formulario{
	background-color: #212d3e;
	padding: 20px 15px 50px 15px;
	height: auto !important;
	border-radius: 0 0 5px 5px;
	webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-registro .formulario .campos .cont-input{
	margin-bottom: 10px !important;
}
.modal-registro .formulario .campos .cont-enviar{
	margin-top: -5px;
}
.modal-registro .formulario .campos .cont-enviar input{
	background-color: #ff3366;
	width: 100%;
	padding: 10px;
	border: 0;
	border-radius: 5px;
}
.modal-registro .formulario .campos .cont-input textarea,
.modal-registro .formulario .campos .cont-input input{
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	margin: 0;
	border:0; 
}
.modal-registro .cabeza h4{
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	width: 100%;
}
.modal-registro .cabeza .close{
	background-color: #ff3366;
	padding: 10px 15px;
	margin: 0;
	opacity: 1;
	border-radius: 0 5px 0 0;
	text-shadow: none;
	color: #fff;
	outline: none;
}

.linea-superior .container .acceder{
	margin: 9px 0;
	text-align: center;
	color: #fff;
	font-weight: 300;
	border-right: 1px solid #797f8b;
	font-size: 12px;
}
.linea-superior .container .registro{
	margin: 9px 0;
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}
.linea-superior .container .registro button{
	padding: 0;
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	background: none;
	border: 0;
	outline: none;
}
.linea-superior .container .registro button i{
	color: #ff3366;
	padding-right: 5px;
}
.navegador .contendeor-navegador .links .links-derecha a:hover,
.navegador .contendeor-navegador .links .links-derecha .active,
.contendeor-navegador .links .links-derecha a:hover,
.contendeor-navegador .links .links-derecha .active,
.linea-superior .container .registro button:hover{
	color: #ff3366;
}
.linea-superior .container .acceder a,
.linea-superior .container .registro button{
	color: #797f8b;
}
.navegador{
	padding: 0;
}
.navegador .contendeor-navegador,
.contendeor-navegador{
	margin: 0;
	border-radius: 0;
	background-color: #fff;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #f1f1f1;
}
.navegador .contendeor-navegador .menu,
.contendeor-navegador .menu{
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.navegador .contendeor-navegador .menu,
	.contendeor-navegador .menu{
		display: inherit;
	}
}
.navegador .contendeor-navegador .boton-celular,
.contendeor-navegador .boton-celular{
	background-color: #000;
	margin: 0;
	padding: 40px;
	border-radius: 0;
	border: 0;
}
.navegador .contendeor-navegador .navbar-brand,
.contendeor-navegador .navbar-brand{
	position: relative;
	/*width: 170px;*/
	height: auto;
	padding: 5px;
}
.navegador .contendeor-navegador .navbar-brand img,
.contendeor-navegador .navbar-brand img{
	/*width: 100%;*/
    /*margin: 10px 0;*/
    /*max-width: 170px;*/
}
.navegador .contendeor-navegador .links,
.contendeor-navegador .links{
	display: flex!important; 
	width: inherit;
	flex-direction: row;
}
.navegador .contendeor-navegador .links .btn-demo,
.contendeor-navegador .links .btn-demo{
    margin-top: 3px;
    margin-left: 1rem;
}
.navegador .contendeor-navegador .links .btn-demo img,
.contendeor-navegador .links .btn-demo img{
	width: 30px;
	margin: 0 4px 0 0;
}
.navegador .contendeor-navegador .links .btn-demo a,
.contendeor-navegador .links .btn-demo a{
    padding: 5px 10px!important;
    line-height: 0;
    background-color: #ff3366;
    color: #fff!important;
    border-radius: 15px;
    border-color: #ff3366;
    font-size: 1.4rem;
    font-weight: 700;
    transition: .3s ease;
}
.navegador .contendeor-navegador .links .btn-demo a:hover,
.contendeor-navegador .links .btn-demo a:hover{
	background-color: #212c3e!important; 
	border-color: #212c3e!important;
}
@media (max-width: 991px) {
	.navegador .contendeor-navegador .links{
		flex-direction: column;
	}
	.navegador .contendeor-navegador .links .btn-demo,
	.contendeor-navegador .links .btn-demo
	{
		margin-left: auto;
	}
}
@media (max-width: 767px) {
	.navegador .contendeor-navegador .links .btn-demo,
	.contendeor-navegador .links .btn-demo{
		/*display: none;*/
		margin: 8px auto;
	}
}
.navegador .contendeor-navegador .links .links-derecha,
.contendeor-navegador .links .links-derecha{
	/*margin-top: 20px;*/
	margin:0 0 0 auto;
}
.navegador .contendeor-navegador .links .links-derecha a,
.contendeor-navegador .links .links-derecha a,
.links-derecha li.gris a{
	margin: 1.3rem auto;
	color: #b4b4b4!important;
}
.links-derecha li.gris:hover a,
.links-derecha li.active a{
	color: #ff3466!important;
	background-color: transparent!important;
}
.formulario{
	position: relative;
	z-index: 0;
	background-color: #212d3e;
}
.formulario .degradado{
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: rgba(29,40,55,0);
	background: -moz-linear-gradient(top, rgba(29,40,55,0) 53%, rgba(29,40,55,0.96) 98%, rgba(29,40,55,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(53%, rgba(29,40,55,0)), color-stop(98%, rgba(29,40,55,0.96)), color-stop(100%, rgba(29,40,55,1)));
	background: -webkit-linear-gradient(top, rgba(29,40,55,0) 53%, rgba(29,40,55,0.96) 98%, rgba(29,40,55,1) 100%);
	background: -o-linear-gradient(top, rgba(29,40,55,0) 53%, rgba(29,40,55,0.96) 98%, rgba(29,40,55,1) 100%);
	background: -ms-linear-gradient(top, rgba(29,40,55,0) 53%, rgba(29,40,55,0.96) 98%, rgba(29,40,55,1) 100%);
	background: linear-gradient(to bottom, rgba(29,40,55,0) 53%, rgba(29,40,55,0.96) 98%, rgba(29,40,55,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2837', endColorstr='#1d2837', GradientType=0 );
}
.formulario .titulo-cotizacion{
	text-align: center;
	padding: 30px 0;
}
.formulario .titulo-cotizacion h3{
	font-size: 50px;
	font-weight: 400;
	color: #fff;
}
.formulario .titulo-cotizacion h3 span{
	color: #ff3366;
}
.formulario .titulo-cotizacion p{
	font-size: 14px;
	font-weight: 300;
	color: #a5abbb;
}
.formulario .cotizacion{
	z-index: 2;
	padding-bottom: 30px;
}
.formulario .datos-cotizar h4{
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 15px;
}
.formulario .datos-cotizar p{
	font-size: 14px;
	font-weight: 300;
	color: #a5abbb;
}
.formulario .cotizacion h4{
	padding-left: 15px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 15px;
}
.formulario .cotizacion .cont-input{
	margin-bottom: 10px;
}
.formulario .cotizacion .cont-input input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #a5abbb;
    font-size: 14px;
    font-weight: 300;
    background: none;
    border-radius: 15px;
    color: #ffffff;
}
.formulario .cotizacion .cont-input textarea{
	width: 100%;
	padding: 10px 10px 150px 10px;
	border: 1px solid #a5abbb;
	font-size: 14px;
	font-weight: 300;
	background: none;
	border-radius: 15px;
	color: #a5abbb;
}
.formulario .cotizacion .cont-enviar input{
	border: none;
	float: right;
	padding: 10px 50px;
	position: relative;
	border-radius: 15px;
	background-color: #ff3366;
	color: #fff;
	outline: none;
}
.formulario .imagen-facturacion{
	z-index: 2;
	padding-bottom: -5px!important;
    margin: 0;
    position: relative;
    width: 100%;
}
.formulario .imagen-facturacion .bloque {
    top: 0;
    color: #FFF;
    height: 350px;
    left: 0;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute !important;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 99999!important;
}



.mapa-nove{
	height: 550px;
	position: relative;
}
.mapa-nove .mapa,
.mapa-nove .novedades,
.mapa-nove .novedades .articulo1{
	padding: 0;
}
.mapa-nove .novedades .articulo1{
}
.mapa-nove .novedades .articulo1 .titulo-imm{
    margin: 0;
}
.mapa-nove .mapa{
    position: relative;
    display: table;
    height: 100%;
}
.mapa-nove .mapa .bloque {
    bottom: 0px !important;
    color: #FFF;
    height: 550px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}
.mapa-nove .imagen-bien{
    position: relative;
    display: table;
    height: 100%;
}
.mapa-nove .imagen-bien .reja{
	margin-bottom: 15px;
}
.mapa-nove .imagen-bien .reja img{
	width: 100%;
}
.mapa-nove .imagen-bien .titulo-imm{
	padding: 0 25px;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    text-align: center;
}
.mapa-nove .imagen-bien .titulo-imm h3{
	color: #fff;
	font-weight: 400;
	font-size: 34px;
}
.mapa-nove .imagen-bien .titulo-imm h3 span{
	color: #ff3366;
}
.mapa-nove .imagen-bien .titulo-imm .blanco p{
	font-size: 14px;
    font-weight: 300;
    color: #797f8b;
}
.mapa-nove .imagen-bien .titulo-imm p{
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	padding-bottom: 30px;
}
.mapa-nove .imagen-bien .titulo-imm .boton{
	width: 160px;
	margin: auto;
	max-width: 100%;
}
.mapa-nove .imagen-bien .titulo-imm .boton-detalle{
	border: 1px solid #f1f1f1;
	padding: 5px;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	text-decoration: none;
	border-radius: 5px;
	text-align: left;
}
.mapa-nove .imagen-bien .titulo-imm a p{
	padding: 0;
}
.mapa-nove .imagen-bien .titulo-imm a .iconoflecha{
	padding: 5px;
}
.mapa-nove .imagen-bien .titulo-imm a .iconoflecha img{
	width: 100%;
}
.mapa-nove .imagen-bien .titulo-imm a:hover{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pie{
	background-color: #212d3e;
}
.pie .emagenic{
	font-size: 12px;
	text-align: right;
	padding: 10px 0;
}
.pie .emagenic a{
	color: #fff;
	font-weight: 300;
	text-decoration: none;
}
.pie .derechos{
	font-size: 12px;
	padding: 10px 0;
	color: #fff;
	font-weight: 300;
}
.pie .emagenic b{
	color: #ff3366;
	font-style: italic;
}
.pie .logotipo-blanco {
    width: 220px;
    max-width: 100%;
    margin: 0 auto 30px auto;
}
.pie .logotipo-blanco img {
    width: 85%;
}
.pie .redes{
	padding: 9px 0;
	text-align: center;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: .5rem;
}
.pie .redes a {
    width: 38px !important;
	height: 38px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    background-color: #212d3e;
    border: 1px solid #a5abbb;
    color: #a5abbb;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 18px;
}
.pie .redes a:hover {
    background-color: #ff3466;
    border: 1px solid #ff3466;
    color: #fff;
}
.pie .marca-redes{
	font-size: 13px;
	padding: 30px 0;
}
.pie .infofooter{
    color: #a5abbb;
    padding-bottom: 15px;
    border-bottom: 1px solid #2f4057;
    margin-bottom: 15px;
}
.pie .infofooter, .pie .infofooter a {
	color: #a5abbb;
}
.servicios {
	position: relative;
    padding: 5rem 0;
}
.servicios .titulo-inicial{
	text-align: center;
}
.servicios .titulo-inicial h1{
    font-size: 50px;
    margin: 0 auto 3rem auto;
    font-weight: 400;
    color: #212d3e;
}
.servicios .titulo-inicial h1 span{
	color: #ff3366;
}
.servicios .titulo-inicial p{
	font-size: 14px;
    font-weight: 300;
    color: #797f8b;
}
.servicios .servicios-cuatro{
	padding: 30px 0 0 0;
}
.servicios .servicios-cuatro .titulo-servicios{
	font-size: 13px;
	color: #666;
}
.servicios .servicios-cuatro .titulo-servicios span{
	color: var(--fucsia);
}
.servicios .servicios-cuatro .titulo-servicios strong{
	font-size: 18px;
	display: block;
	font-weight: 600;
	color: var(--oscuro);
	line-height: 28px;
}
.servicios .servicios-cuatro .serviciouno .descripcion{
	margin-top: 1.5rem;
	padding: 0;
}
.servicios .servicios-cuatro .serviciouno .descripcion p.texto{
	padding: 0;
	font-size: 12px;
	color: #797f8b;
	font-weight: 300;
}
.servicios .servicios-cuatro .serviciouno .imagen-des{
	padding: 0;
}
.servicios .servicios-cuatro .serviciouno .imagen-des .detalle{
	padding: 0;
}
.servicios .servicios-cuatro .serviciouno .imagen-des .detalle p {
    border-top: 5px solid #ff3366;
    padding: 15px;
    font-size: 12px;
    border-radius: 0 0 15px 15px;
    background-color: #213e54;
    color: #fff;
    font-weight: 300;
}
.servicios .servicios-cuatro .serviciouno .imagen-des .detalle p span{
	color: #ff3366;
}
.servicios .servicios-cuatro .serviciouno .imagen-des .imagenservicio {
    border-radius: 15px 15px 0 0;
    aspect-ratio: 1.5;
    overflow: hidden;
    padding: 0;
    border-bottom: 6px solid var(--fucsia);
}
.servicios .servicios-cuatro .serviciouno .imagen-des .imagenservicio img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel-indicators{
	z-index: 1!important;
}
.imagenes .indicadores{
	width: 1200px;
	margin: auto;
	left: 0;
	right: 0;
	text-align: right;
	max-width: 100%;
	padding-right: 30px;
}
.imagenes .indicadores li{
	background-color: #fff;
	border: 1px solid #fff;
}
.imagenes .indicadores .active{
	background-color: #ff3366;
	border: 1px solid #ff3366;
}
.imagenes .info{
	position: absolute;
	width: 100%;
	height: 100%;
}
.imagenes .info .container .des{
	text-align: right;
	color: #fff;
	margin-top: 13%;
}
.titulo-slide{
	font-size: 60px;
	line-height: 70px;
	font-weight:700;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}
.titulo-slide span{
	color: #ff3366;
}
.texto-slide {
    text-shadow: 0px 0px 2px rgb(156 28 59) !important;
}
.boton-slide{
	margin-top: 1rem;
	background: var(--fucsia);
	padding: 0 1.5rem 0 .5rem;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	border-radius: 15px;
	text-align: left;
	text-decoration: none!important;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
.boton-slide:is(:hover,:focus,:active){
	color: #fff;
	-webkit-animation-name: hvr-hang-sink, hvr-hang;
	animation-name: hvr-hang-sink, hvr-hang;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
.boton-slide i{
	font-size: 4.5rem;
	margin-right: .5rem;
}
.boton-slide p{
	margin-bottom: 0;
	font-weight: 700;
}
.boton-slide p small{
	font-weight: 300;
	display: block;
}
.imagenes .info .container .des .boton{
	width: 200px;
	margin: auto;
	max-width: 100%;
	float: right;
}
.imagenes .info .container .des .boton .boton-detalle{
	margin-top: 20px;
	background: #ff3366;
	padding: 0 5px;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	text-decoration: none;
	border-radius: 15px;
	text-align: left;
}
.imagenes .info .container .des .boton a p{
	padding: 10PX 0 0 0;
}
.imagenes .info .container .des .boton a .iconoflecha{
	padding: 5px;
}
.imagenes .info .container .des .boton a .iconoflecha img{
	width: 100%;
}
.imagenes .info .container .dos{
	text-align: right;
	color: #2c2c2c;
	margin-top: 13%;
}
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.banner-seccion{
	height: 300px;
	margin-top: 115px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-seccion.detalle-blog{
	height: 500px;
	background-color: rgb(35 47 64 / 55%);
	background-blend-mode: multiply;
}
.banner-seccion>.container{
	height: 80%;
	padding-top:3rem;
}
.banner-seccion .des{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
}
.banner-seccion h1{
	font-size: 60px;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}
.banner-seccion h1 span{
	color: var(--fucsia);
}
.banner-seccion p{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9)!important;
}

.cont-ingresar .iniciar-sesion {
    background-color: #f1f1f1;
    border-radius: 15px;
    padding: 2rem;
}

.noticias{
	padding: 3rem 0;
}
.noticias .new h5{
	font-size: 14px;
    font-weight: 300;
    color: #797f8b;
    padding: 15px 0;
}
.noticias .new p{
	font-size: 14px;
    font-weight: 300;
    color: #797f8b;
    padding-top: 30px;
}
.noticias .new .btn-new{
	padding: 0;
	margin-bottom: 30px;
}
.noticias .new .btn-new a{
	border-top: 5px solid #ff3366;
	padding: 5px 15px;
	background-color: #fff;
}
.noticias .new .btn-new a i{
	color: #ff3366;
	padding-left: 10px;
}
.noticias .links .links-todos{
	padding: 0;
}
.noticias .links .links-todos .lasnews h5,
.noticias .links .links-todos .lasnews p{
	padding: 0 10px;
}
.noticias .links .links-todos .lasnews{
    padding: 0;
    font-size: 12px;
    border-radius: 15px;
    background-color: #213e54;
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
    min-height: 150px;
}
.noticias .links .btn-new a{
	margin-bottom: 15px;
}
.noticias .links .img-new {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    border-bottom: 5px solid #ff3466;
}
.noticias img{
    height: 340px;
    object-fit: cover;
    object-position: center;
	width: 100%;
}
.noticias .links h2,
.noticias h1{
    font-size: 50px;
    font-weight: 400;
    color: #212d3e;
}
.noticias span,
.noticias h1 span{
	color: #ff3366;
}

.compartir-rrss{
	display: inline-flex;
	width: 100%;
	gap: .5rem;
	align-items: flex-end;
	justify-content: flex-start;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
	.imagenes .info .container .des{
		margin-top: 40%;
	}
	.imagenes .info .container .des h2{
		font-size: 30px;
		font-weight: 600;
		text-align: center;
	}
	.imagenes .info .container .des p{
		text-align: center;
	}
	.imagenes .info .container .des .boton{
		float: none;
	}
	.formulario .datos-cotizar{
		z-index: 3;
		text-align: center;
	}
	.formulario .cotizacion .cont-enviar input{
		text-align: center;
		float: none;
	}
	.formulario .cotizacion .cont-input,
	.formulario .cotizacion{
		padding: 0;
		text-align: center;
	}
	.pie .derechos,
	.pie .emagenic{
		text-align: center;
		padding:0;
	}
	.pie .emagenic{
		padding-bottom: 15px;
	}
	.modal-registro .formulario .radio{
		border-radius: 5px 5px 0 0 !important;
	}
	.modal-registro .formulario .radio2{
		border-radius: 0 !important;
	}
    .linea-superior .container .links{
    	margin: 5px 0;
    	text-align: center;
    }
    .navegador .contendeor-navegador .links{
    	border-top: 1px solid #fafafa;
    	border-bottom: 0;
    	padding: 0;
    }
    .navegador .contendeor-navegador .links .links-derecha{
		text-align: center;
		margin: 0;
		border: 0;
	}
	.navegador .contendeor-navegador .links .links-derecha .gris{
		background-color: #fafafa;
	}
	.navegador .contendeor-navegador .links li{
		border-bottom: 1px solid #f1f1f1;
	}
}
.alert {
	width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    margin: 0;
    border-radius: 0;
    padding: 25px 15px;
    text-align: center;
}