
/* Header contact */

.ws-contact-header {
	position: relative;
	height: 380px;
}

.ws-contact-header img {
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
}

@media (min-width: 200px) {
	.ws-promo-btn-ordenar {
		font-size: 1rem !important;
	}

	.ws-promo-btn-info {
		font-size: 1rem !important;
	}

	.previewPage__perfil {
		width: 100px;
    	height: 100px;
    }
}

@media (min-width: 700px) {

	.ws-promo-btn-ordenar {
		font-size: 1.4rem !important;
	}

	.ws-promo-btn-info {
		font-size: 1.4rem !important;
	}

		/*New content*/
/*	.banner-footer {
		max-width: 70% !important;
	}*/

	.previewPage__perfil {
		width: 100px;
    	height: 100px;
    }
	.main-container {
		/*padding-bottom: 80px;*/
		max-width: 70%; 
		overflow: hidden;
		margin: 0 auto;
	}


	.footer2 {
		color: #fff;
		background-color: #000000;
		width: 100%;
		transform: rotate(-10deg);
		height: 260px;
		position: relative;
		top: 40px;
		left: 5px;
		text-align: center;
		padding-top: 100px;
	}

	.subfooter {
		transform: rotate(10deg);
		position: relative;
		top: -78px;
		width: 65%;
		left: 10px;
		margin: 0 auto;
	}

	/*FLOAT*/
	.resize-drag {
		width: 60% !important;
		left: 20% !important;
	}

	/*FLOAT*/
	.btn-assistance {
		/*position: fixed;*/
		
	}

}

.footer1 {
	position: relative;
	text-align: center;
	margin-left: : 15px;
}

@media (min-width: 300px) {
	.previewPage__perfil {
		width: 100px;
    	height: 100px;
    }
	.footer1 {
		width: 130%;
	}
	.footer2 {
		color: #fff;
		background-color: #000000;
		width: 100%;
		transform: rotate(-10deg);
		height: 260px;
		position: relative;
		top: 35px;
		left: -50px;
		text-align: center;
		padding-top: 100px;
	}

	.subfooter {
		transform: rotate(10deg);
		position: relative;
		top: -78px;
		width: 65%;
		left: 10px;
		margin: 0 auto;
	}

	/*FLOAT*/
	.resize-drag {
		width: 90%;
		left: 5%;
	}


	/*FLOAT*/
	.btn-assistance {
		/*position: fixed;*/
		
	}


}

@media (min-width: 1000px) {
	.main-container {
		/*padding-bottom: 80px;*/
		max-width: 50% !important;
		overflow: hidden;
		margin: 0 auto;
	}


	/*New content*/
/*	.banner-footer {
	
		max-width: 50% !important;
	}*/

	.footer2 {
		color: #fff;
		background-color: #000000;
		width: 100%;
		transform: rotate(-10deg);
		height: 260px;
		position: relative;
		top: 44px;
		left: 5px;
		text-align: center;
		padding-top: 100px;
	}

	.subfooter {
		transform: rotate(10deg);
		position: relative;
		top: -65px;
		width: 65%;
		left: -70px;
		margin: 0 auto;
	}

	/*FLOAT*/
	.resize-drag {
		width: 43.5% !important;
		left: 28% !important;
	}


	/*FLOAT*/
	.btn-assistance {
		/*position: fixed;*/
		
	}

}

/**
* CARD CONTRACTORS
**/
.ws-float-assistance-contractor {
	position: absolute;
	top: 1%;
	left: 4%;
	opacity: 0.7;
}

.ws-float-assistance-contractor:hover,
.ws-float-assistance-contractor:active {
	opacity: 1;
}

.section-assistance-contractor-text {
	cursor: pointer;
	padding: 5px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 7px;
	background: rgba(0,0,0,0.2);
	border-radius: 4px;
}


.ws-float-assistance {
	position: fixed;
	bottom: 2%;
	right: 2%;
	opacity: 0.7;
}

.ws-float-assistance:hover,
.ws-float-assistance:active {
	opacity: 1;
}

.ws-float-assistance {
	position: fixed;
	bottom: 2%;
	right: 2%;
	opacity: 0.7;
}

.ws-float-assistance:hover,
.ws-float-assistance:active {
	opacity: 1;
}

.section-assistance-text {
	cursor: pointer;
	padding: 5px;
	color: #000;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 7px;
	background: #fff;
	border-radius: 4px;
}

.btn-assistance {
	/*position: fixed;*/
	/*bottom: 5%;*/
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
	
	width: 60px;
	height: 60px;
	border: none;
	box-shadow: 0 0 0 0 rgba(226, 10, 79, 0.7);
	border-radius: 50%;
	background-color: transparent;
	background-image: url('https://tarjeta.id/imports/aryacorp/imgs//id-profile-eli-border.png');
	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: 40px;
	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);}}


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

		/*New content*/
/*	.banner-footer {
		max-width: 44% !important;
	}*/

}


@media (min-width: 2000px) {
	.main-container {
		max-width: 28% !important;
	}
			/*New content*/
/*	.banner-footer {
		max-width: 28% !important;
	}*/

}

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

@media (min-width: 4200px) {
	.main-container {
		max-width: 10% !important;
	}
}


.ws-contact-profile {
	margin: 0 auto;
	position: relative;
	top: -190px;
	z-index: 1;
	/*height: 70px;*/
}

.ws-contact-profile img {
	height: 168px;
	width: 168px !important;
	object-fit: cover;
	/*object-fit: contain;*/
	width: 100%;
	margin: 0 auto;
	border-radius: 100%;
	text-align: center;
}

.ws-contact-info-name {
	margin: 0;
	text-align: center;
	margin-top: 20px;
	font-size: 1.4rem;
	font-weight: 300;
}

.ws-contact-info-job {
	margin: 0;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 300;
	color: #99999;
}

.ws-contact-info-project {
	margin: 0;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 300;
	color: #9013FE;
}
.ws-contact-info-slogan {
	margin: 0;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 300;
	color: #99999;
}


.ws-contact-myinfo {
	width: 65%;
	margin: 0 auto;
	float: none;
	margin-top: 25px;
	margin-bottom: 25px;
}

.ws-contact-numbers {
	padding-top: 20px;
	width: 100%;
}

.ws-contact-numbers img {
	width: 42px;
	height: 42px;
}

.ws-contact-numbers-detail a {
	text-decoration: none;
	color: #333333;
	font-size: 1.5rem;
}

.ws-contact-numbers-btn {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

.btn-primary{color:#fff;background-color:#771dd8;border-color:#771dd8;}
.btn-primary:hover{color:#fff;background-color:#6e267d;border-color:#6e267d;}


.ws-contact-numbers-btn button {
	background: #9013FE;
	padding: 5px;
	border-radius: 6px;
	color: #fff;
	width: 100%;
	text-align: center;
}

.ws-contact-qr {
	margin: 20px auto;
	width: 100%;
	text-align: center;
}

.ws-contact-qr p {
	text-align: center;
	font-weight: 300;
	color: #9013FE;
	margin: 20px auto;
}

.ws-contact-qr-img {
	text-align: center;
}

.ws-contact-qr img {
	text-align: center;
	margin: 0 auto;
}


.ws-unete {
	text-align: center;
	color: #9013FE;
	margin-top: 24px;
	margin-bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
	font-size: .8rem;
}

/*.footer2 {
	color: #fff;
	background-color: #000000;
	width: 100%;
	transform: rotate(-10deg);
	height: 260px;
	position: relative;
	top: 70px;
	left: 5px;
	text-align: center;
	padding-top: 100px;
	}

	.subfooter {
		transform: rotate(10deg);
		position: relative;
		top: -40px;
		}*/

.btn-pulse
{
	position: relative;
	width: 43px;
	height: 43px;
	border: none;
	box-shadow: 0 0 0 0 rgba(226, 10, 79, 0.7);
	border-radius: 54%;
	background-color: transparent;
	background-image: url(imports/img/profile.png);
	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;
}

/* Pricing - Update 30/01/2020*/

.p-red-circle {
	list-style: none;
	text-align: left;
}

.p-red-circle li::before {
	content: "\2022";
	color: #e20a4f;
	display: inline-block;
	font-weight: bold;
	width: .8em;
}

.ws-pricing {
	background-image: linear-gradient(90deg, #e20a4f, #e25f4f);
	padding: 20px 0;
}

.btn-pricing {
	color: #fff !important;
	background: linear-gradient(90deg, #e20a4f, #e25f4f) !important;
	padding: 12px;
	font-weight: 500;
}
/*.btn-pring:hover {
	background:red;
}*/

/*</>*/

@media (max-width:960px) {
	.grid-cell.grid-cell-sidebar {
		width: 100%;
	}
	.grid-cell.grid-cell-sidebar .main-container {
		min-width: 100% !important;
	}

	.previewPage__perfil {
		width: 100px;
    	height: 100px;
    }
	.grid-cell.grid-cell-contenido {
		position: absolute !important;
		right: 0;
		border-left: 1px solid #f3f3f3;
		width: 80%;
	}

	.z-depth-1 {
		border-top:0 !important;
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
	}
	.z-depth-2 {
		border-top:0 !important;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
	}
	.z-depth-3 {
		border-top:0 !important;
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
	}
}

.ws-personal-name {
	text-align: center;
	margin-top: 20px;
	width: 65% !important;
	margin: 0px auto;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
}


/*new footer  - banner*/

.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;
}

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

/*.box-container {
	position: relative;
    z-index: 2;
    background-color: #fff;
    margin-bottom: 390px;
    height: 100%;
}*/

/*.banner-footer {
	position: fixed;
    z-index: 1;
    bottom: 0;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #f1f1f1;
    width: 100%;
}*/

/*.banner-footer img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	margin: 0 auto;
    height: 390px;
}*/


.ws-promo-btn-ordenar {
	background-color: #ff0350;
	font-size: 1.4rem;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
	border:none;
	border-radius: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.2);
	cursor: pointer;
	width: 60%;
}

.ws-promo-btn-info {
	background-color: #000;
	font-size: 1.4rem;
	color: #fff;
	padding: 10px 35px;
	text-align: center;
	text-decoration: none;
	border:none;
	border-radius: 15px;
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.2);
	cursor: pointer;
	width: 60%;
}

.ws-promo-btn-info:hover,.ws-promo-btn-ordenar:hover {
	text-decoration: none;
	color:#fff;
}

.ws-promo-btn-ordenar:hover{
	color: #fff;
}

.ws-personal-name2 {
	text-align: center;
    margin-top: 20px;
    width: 65% !important;
    margin: 0px auto;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #525252 !important;
}

.ws-personal-puesto2 {
	text-align: center;
	margin-top: 10px;
}

/*Buttons modal contact ID PLUS add on 09/11/2020*/
.ws-action-modal-buttons {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	border-radius: 2px;
	padding: 4px;
	margin-top: 10px;
}

.ws-action-modal-buttons a {
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}


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

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

.z-depth-3-not-border {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
}

.d-toggle-content{
	width:100%;
	background-color:#000;
	color:#fff;
	text-align:center;
	padding:15px;
	cursor:pointer;
	transition: .5s all ease-in;
}

.d-toggle-h {
	height:45px;
	overflow: hidden;
}

.d-toggle-s {
	height:115px;
}


@media (max-width: 575.98px) {
	.previewPage__perfil {
		width: 100px;
    	height: 100px;
	}

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

	.bx1__img__profile {
		bottom: 10px !important;
	}
	.logo__top__plus {
		bottom: 120px !important;
	}
}
.video-responsive
{ 
	height: 0; 
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
 .video-responsive iframe, .video-responsive object, .video-responsive embed
 {
 	height: 100%;
 	left: 0;
 	position: absolute;
 	top: 0;
 	width: 100%;
 }
 