:root{
	--fucsia: #ff3466;
	--oscuro: #232f40;
}
.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)
    }
}
.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;
}

h1,h2,h3,h4,p,a,input{
	font-family: 'Open Sans', sans-serif;
}
.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;
}
.bg-rojo {
	background-color: var(--fucsia);
	color: #fff!important;
}

.planes{
	display: flex;
	/*align-items: center;*/
}
.planes .card{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	background-color: #fff;
}
.planes .card .titulo{
	background-color: var(--oscuro);
	color: #fff;
	padding: 15px;
}
.planes .card .titulo h5{
	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 h5 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: 15px 0;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 0;
	font-size: 16px;
}
.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;
}

.cont-planes{
	padding: 50px 0;
}
.cont-planes h2{
	font-size: 50px;
    font-weight: 400;
    color: #212d3e;
    text-align: center;
    margin-bottom: 50px;
}

.linea-superior{
	background-color: #212d3e;
}
.linea-superior .container{
	padding: 0;
}
.linea-superior .container .redes{
	padding: 9px 0;
	text-align: center;
	background-color: #ff3366;
}
.linea-superior .container .redes a{
	color: #fff;
}
.linea-superior .container .redes a{
	padding: 0 5px;
}
.linea-superior .container .telefono{
	padding: 7px 0 0 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: 300;
	color: #797f8b;
}
.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,
.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{
	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{
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.navegador .contendeor-navegador .menu{
		display: inherit;
	}
}
.navegador .contendeor-navegador .boton-celular{
	background-color: #000;
	margin: 0;
	padding: 40px;
	border-radius: 0;
	border: 0;
}
.navegador .contendeor-navegador .navbar-brand{
	position: relative;
	/*width: 170px;*/
	height: auto;
	padding: 5px;
}
.navegador .contendeor-navegador .navbar-brand img{
	/*width: 100%;*/
    /*margin: 10px 0;*/
    /*max-width: 170px;*/
}
.navegador .contendeor-navegador .links{
	display: flex!important; 
	width: inherit;
	flex-direction: row;
}
.navegador .contendeor-navegador .links .btn-demo{
	margin-left: 1rem;
}
.navegador .contendeor-navegador .links .btn-demo a{
	padding: 0 10px 0 0;
	background-color: #ff3366; 
	color: #fff; 
	border-color: #ff3366;
	transition: .3s ease;
}
.navegador .contendeor-navegador .links .btn-demo a:hover{
	background-color: #212c3e; 
	border-color: #212c3e;
	transition: .3s ease;
}
@media (max-width: 991px) {
	.navegador .contendeor-navegador .links{
		flex-direction: column;
	}
	.navegador .contendeor-navegador .links .btn-demo{
		margin-left: auto;
	}
}
@media (max-width: 767px) {
	.navegador .contendeor-navegador .links .btn-demo{
		/*display: none;*/
		margin: 8px auto;
	}
}
.navegador .contendeor-navegador .links .links-derecha{
	/*margin-top: 20px;*/
	margin:0 0 0 auto;
}
.navegador .contendeor-navegador .links .links-derecha a{
	color: #797f8b;
}
.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;
	border: 1px solid #a5abbb;
	font-size: 14px;
	font-weight: 300;
	background: none;
	border-radius: 5px;
	color: #a5abbb;
}
.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: 5px;
	color: #a5abbb;
}
.formulario .cotizacion .cont-enviar input{
	border: none;
	float: right;
	padding: 10px 50px;
	position: relative;
	border-radius: 5px;
	background-color: #ff3366;
	color: #fff;
	outline: none;
}

.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: 280px;
	max-width: 100%;
	margin: auto;
}
.pie .logotipo-blanco img{
	width: 100%;
}
.pie .redes{
	padding: 9px 0;
	text-align: center;
}
.pie .redes a{
	color: #fff;
	padding: 0 5px;
	font-size: 16px;
}
.pie .marca-redes{
	font-size: 13px;
	padding: 30px 0;
}
.pie .infofooter, .pie .infofooter a {
	color: #a5abbb;
}
.servicios{
	padding: 100px 0;
}
.servicios .titulo-inicial{
	text-align: center;
}
.servicios .titulo-inicial h1{
	font-size: 50px;
    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 .serviciouno .descripcion{
	padding: 0;
}
.servicios .servicios-cuatro .serviciouno .descripcion p{
	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: 10px;
	font-size: 12px;
	border-radius: 0 0 5px 5px;
	background-color: #273544;
	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: 5px 5px 0 0;
	overflow: hidden;
	padding: 0;
}
.servicios .servicios-cuatro .serviciouno .imagen-des .imagenservicio img{
	width: 100%;
}
.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: 20%;
}
.imagenes .info .container .des h2,
.imagenes .info .container .des h1{
	font-size: 60px;
	font-weight: 600;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}
.imagenes .info .container .des p{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9) !important;
}
.imagenes .info .container .des h2 span,
.imagenes .info .container .des h1 span{
	color: #ff3366;
}
.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: 5px;
	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%;
}


@-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;
}
.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: 60px;
}
.modulos .modulo-uno p span{
	color: #ff3366;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-right: 10px;
}
.modulos .modulo-uno .back{
	padding: 0;
}
.modulos .modulo-uno .back p{
	padding: 5px;
	background-color: #212d3e;
	text-align: center;
	color: #fff;
	font-weight: 300;
}
.modulos .modulo-uno .cuadro{
	border: 1px solid #f1f1f1;
	background-color: #fff !important;
}
.modulos .modulo-uno .cuadro .imagen-modulo{
	padding: 40px 0;
}
.modulos .modulo-uno .cuadro img{
	width: 100%;
}
.modulos .modulo-uno .info{
	text-align: center;
}
.modulos .modulo-uno .info h4{
	text-align: center;
	font-weight: 700;
}
.modulos .modulo-uno .info p{
	font-size: 12px; 
}
.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;
	padding: 10px 25px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
}
.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;
	background-color: #212d3e;
	text-align: center;
	color: #fff;
	font-weight: 300;
}
.sistema h1, .sistema h2{
    font-size: 50px;
    font-weight: 400;
    color: #212d3e;
}
.sistema h4{
    font-size: 20px;
    font-weight: 400;
    color: #212d3e;
}
.sistema h1 span, .sistema h2 span{
	color: #ff3366;
}
.sistema p{
	font-size: 14px;
    font-weight: 300;
    color: #797f8b;
}
.sistema .titulo{
	text-align: center;
	padding-bottom: 60px;
}
.sistema .titulo p{
	width: 700px;
	max-width: 100%;
	margin: auto;
}
.sistema .imagen-uno{
	margin-bottom: 30px;
}
.sistema .imagen-uno,
.sistema .imagen-dos{
	padding: 0;
}
.sistema .imagen-uno img,
.sistema .imagen-dos img{
	width: 100%;
	-webkit-box-shadow: 0px 0px 11px -1px rgba(125,125,125,1);
    -moz-box-shadow: 0px 0px 11px -2px rgba(125,125,125,1);
	box-shadow: 0px 0px 11px -2px rgba(125,125,125,1);
}
.noticias{
	padding: 100px 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;
}
/*
.noticias .links .btn-new{
	padding: 0;
}
/*

*/
.noticias .links .btn-new a{
	margin-bottom: 15px;
}
/*
.noticias .links .btn-new a{
	border-top: 5px solid #ff3366;
	padding: 5px 15px;
	background-color: #fff;
}

.noticias .links .btn-new a i{
	color: #ff3366;
	padding-left: 10px;
}
*/
.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;
}
.boton-social{
	padding-left: 0;
	margin-bottom: 15px;
}
.sistema .detalle-factu .btn-volver{
	padding: 0;
	margin-top: 15px;
}
.sistema .detalle-factu .btn-volver a{
	border-radius: 5px;
	padding: 8px 20px;
	background-color: #ff3366;
	font-size: 12px;
	font-weight: 300;
	color: #fff;
}
.sistema  .servi{
	border-radius: 5px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.noticias img{
	    height: 210px;
	}
	.sistema .dos{
		margin-top: 30px;
		padding: 0;
	}
	.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;
	}
	.pedido .valor .p .recalcular {
		margin: 10px 0;
	}
	.cont-eli a {
		float: left!important;
	}
	.cont-eli {
		margin-left: 15px;
	}
}
.body {
	background-color: #f9f9f9;
}
.alert {
	width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    margin: 0;
    border-radius: 0;
    padding: 25px 15px;
    text-align: center;
}
input.error {
	border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
.cont-carro {
	padding-top: 5px;
	width: 44px;
	height: 40px;
	bottom: 8%;
	z-index: 9999;
	left: 20px;
	position: fixed;
}
.cont-carro .carro {
	background-color: #ff3567;
	color: #fff;
	position: relative;
	padding: 8px 13px;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 100;
	-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;
}
.cont-carro .carro i {
	font-size: 22px;
	color: #fff;
}
.cont-carro .carro .cantidad {
	position: absolute;
	right: -7px;
	top: -7px;
}
.cont-carro .carro .cantidad p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background-color: #ff3567;
	border-radius: 50%;
	margin: 0;
	padding: 0px 6px;
	-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;
}
.cont-carro .carro:hover {
	color: #ff3467;
	background-color: #232f40;
}
.cont-carro .carro:hover .cantidad p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	background: #243041;
}
.ayuda-texto {
	padding: 50px 0;
}
.ayuda-texto h2 {
	font-size: 40px;
	font-weight: 400;
}
.ayuda-texto h2 span {
	color: #ff3366;
}
.ayuda-texto p {
	font-size: 14px;
	width: 700px;
	max-width: 100%;
	margin: auto;
}
.ayuda-texto p b {
	color: #ff3366;
}
.form-group .enviar {
	border: none;
	background-color: #ff3366;
	padding: 10px 25px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-group .enviar:hover {
	background-color: #222e3f;
	text-decoration: none;
}
.pedido {
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.pedido .valor .p .cantidad {
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 2px 10px;
}
.pedido .valor .p .recalcular {
	border: none;
	background-color: #ff3366;
	padding: 10px 25px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pedido .valor .p .recalcular:hover {
	background-color: #222e3f;
}
.cont-eli {
	padding: 10px 0px;
}
.cont-eli a {
	float: right;
	margin: 0;
	color: #ff3467;
}
.container.ancho{
	width: 100%;
}
textarea.form-control{
	max-width: 100%;
	min-width: 100%;
	min-height: 150px;
	max-height: 150px;
}
.enviarticket input{
	border: none;
	float: right;
	padding: 10px 50px;
	position: relative;
	border-radius: 5px;
	background-color: #ff3366;
	color: #fff;
	outline: none;
}
.cont-ingresar h3{
	margin-top: 0;
}
.cont-ingresar .iniciar-sesion {
    background-color: #f1f1f1;
    border-radius: 15px;
    padding: 2rem;
    /* box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.3); */
}
.btn-enviar{
	padding: 10px 15px;
    background-color: #ff3366; 
    color: #fff; 
    border-color: #ff3366;
    transition: .3s ease;
    text-transform: uppercase;
}
.btn-enviar:hover{
	background-color: #e0315d; 
    border-color: #e0315d;
    color: #fff;
    transition: .3s ease;
}
.btn-demo.dropdown .dropdown-menu .dropdown-item a{
	background-color: transparent;
	padding:1rem 1.3rem;
	color: #666;
}
.btn-demo.dropdown .dropdown-menu .dropdown-item a:hover{
	color: #ff3366;
	background-color: #f1f1f1;
}