
.info__template {
	max-width: 100% !important;
	position: relative;
	background: red;
}

@media (min-width: 1400px) {
	.main-container {
		/*max-width: 44% !important;*/
		max-width: 676px !important;
	}
}


@media (min-width: 2000px) {
	.main-container {
		max-width: 676px !important;
	}
}

@media (min-width: 3200px) {
	.main-container {
		/*max-width: 24% !important;*/
		max-width: 676px !important;
	}
}

@media (min-width: 4200px) {
	.main-container {
		/*max-width: 10% !important;*/
		max-width: 676px !important;
	}
	.ws-promo-container-footer {
		max-width: 10%;
	}
}

@media (min-width: 598px){
	#ws_preview_container {
		max-width: 520px !important; 
		min-width: 390px !important;
	}
}

.ws-redes-sociales svg, .ws-contact-qr svg, .ws-contact-myinfo svg {
	background: #ff0350;
	fill: #fff;
	width: 43px;
	height: 43px;
	padding: 5px;
	border-radius: 100%;
}


#triangle2 {
	width: 0px;
	height: 0px;
	border-left: 1024px solid transparent;
	min-width: 100%;
}

.footer4 {
	position: relative;
}

.footer3 {
	color: #fff;
	background-color: #000000;
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	padding-top: 100px;
}

.subfooter2 {
	position: relative;
	width: 80%;
	top: -50px;
	margin: 0 auto;
}

.previewPage__perfil {
	width: 142px;
	height: 142px;
	object-fit: cover;
	border-radius: 100%;
	border: 4px solid #fff !important;
}


.previewPage__perfil-square {
	width: 140px;
	height: 140px;
	object-fit: cover;
	box-shadow: 0 0 !important;
	border: 4px solid #fff !important;
	border-radius: 4px !important;
}


.modal__addTarjeta {
	transform: translate(0,0);
	position: relative;
	width: auto;
	pointer-events: none;	
	margin: .5rem;
	/* position: relative;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0; */
}

.disenoPage__colorSugModal {
	border: 0;
	background-color: #fff;
	/* display: flex; */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-clip: padding-box;
	border-radius: .3em;
	outline: 0;
}

.disenoPage__colorSugModal__header{
	background-color: #fff;
	color: #000000;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	align-items:flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:1rem;
	border-bottom:1px solid #e9ecef;
	border-top-left-radius:.3rem;
	border-top-right-radius:.3rem;

}

.disenoPage__colorSugModal__title {
	margin-bottom: 0;
	line-height: 1.5;
}

.disenoPage__colorSugModal__body {
	padding: 0;
	position: relative;
	-webkit-box-flex:1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.disenoPage__colorSugModal__body__text {
	width: 70%;
	margin: 27px auto;
	border-radius: 4px;
	padding-bottom: 20px;
	text-align: left !important;
}

.disenoPage__colorSugModal__body__text p {
	font-size: 1rem !important;
	color: #606060 !important;
	text-align: left !important;
}

.ws_finish_button{
	background: #e20a4f !important;
	border: none !important;
	padding: 10px !important;
}

.Overlay__aplicaciones {
	overflow-y: scroll;
}

@media (min-width: 576px) {
	.modal__addTarjeta {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

@media (min-width:992px){
	.modal__addTarjeta {
		max-width: 800px;
	}
}



.btn-pulse {
	position: relative;
	width: 43px;
	height: 43px;
	border: none;
	border-radius: 54%;
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
	font-size: 0;
	color: #fff;
	/*z-index: 1;*/
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(226, 10, 79, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(226, 10, 79, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(226, 10, 79, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(226, 10, 79, 0);}}


.carousel_hyperlink_share {
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 10 !important;
	padding: 5px !important;
	color: #fff !important;
	text-align: center !important;
	background: rgba(0,0,0,0.2) !important;
	/*opacity: 0 !important;*/
	transition: .3s opacity ease-in-out;
}

.carousel_hyperlink_share:hover {
	background: rgba(0,0,0,0.4) !important;
}

.carousel_hyperlink_share p {
	margin: 0;
	cursor: pointer;
}

.carousel-caption {
	position: absolute !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 10 !important;
	padding: 20px !important;
	color: #fff !important;
	text-align: center !important;
	background: rgba(0,0,0,0.4) !important;
	opacity: 0 !important;
	transition: .3s opacity ease-in-out;
}

.carousel_banner_general:hover .carousel-caption,
.carousel.slide:hover .carousel-caption {
	opacity:  1 !important;
}

.carousel-caption p {
	text-align: justify !important;
}

.ws__documents_img {
	width: 50px;
	height: 50px;
	margin:  0 auto;
}

.ws__documents_row {
	width: 90%;
	margin: 0 auto !important;
	cursor: pointer;
}

.ws__documents_title {
	font-size: .9rem;
	font-weight: 800;
	text-align: left;
}

.ws__documents_counter {
	text-align: center;
	font-size: 1.1rem;
	margin: 0;
}

.ws__documents_downloads {
	text-align: center;
	font-size: .7rem;
	font-weight: 800;
}


.clsig3-1,.clsig3-2,.clsig3-3{
	fill-rule:'evenodd';
}

.clsig3-1{
	fill:url(#linear-gradient);
}

.clsig3-2{
	fill:url(#linear-gradient-2);
}

.clsig3-3{
	fill:url(#linear-gradient-3);
}


