/* GENERAL */
p, span, label { margin-bottom: 5px; }
body{
	max-width: 100%;
	background-color: #606060;
	display: flex;
	flex-direction: column;
}
h3{color:#fff;}
ul{color:#FFF;}

#triangle{
	width: 0;
	height: 0;
	border-bottom: 100px solid #00b0bd;
	border-left: 100px solid transparent;
}
/* General title separators */

.main-container {
	max-width: 100%;
	overflow: hidden;
	background: #fff;
}

.ws-general-title {
	padding: 32px;
	text-align: center;
	color: #00b0bd;
	font-size: 1.3rem;
	font-weight: 500;
}

.ws-general-title span {
	border-bottom: 2px solid #00b0bd;
}

/* PORTFOLIO SECTION */

/* Header */

.ws-portfolio-header {
	position: relative;
}

.ws-portfolio-header img {
	max-width: 99%;
	object-fit: cover;
	height: 100%;
	overflow: hidden;
}

/* Profile */

.ws-portfolio-profile {
	width: 50%;
	margin: 0 auto;
	position: relative;
	top: -90px;
	z-index: 1;
	height: 70px;
}

.ws-portfolio-profile div {
	width: 145px;
	margin: 0 auto;
	border-radius: 100%;
	height: 145px;
	/*background: #fff;*/
	/*border: 2px solid;*/
}

.ws-portfolio-profile div img {
	object-fit: contain;
	height: 145px;
	border-radius: 100%;
	/*padding: 9px;*/
}

/* Info site */

.ws-portfolio-infosite-title {
	color: #00b0bd;
	text-align: center;
	font-size: 1.5rem;
}

.ws-portfolio-infosite-description {
	white-space: pre-line;
	text-align: center;
	line-height: 26px;
	margin-top: -20px;
	font-size: 1.3rem;
	color: #999;
}

/* Button visit site */

.ws-portfolio-infosite-btn {
	text-align: center;
	margin-top: 20px;
}

.ws-portfolio-infosite-btn button {
	border: 0;
	background: #00b0bd;
	text-align: center;
	padding: 12px;
	color: #fff;
	width: 80%;
	border-radius: 20px;
	font-size: 1.3rem;
	line-height: 18px;
	font-weight: 200;
}

/* Gallery videos and info promotional */

.map-img{
	margin-top: -11px;
}

.ws-portfolio-promo {
	background-color: #0096ae;
	background-image: linear-gradient(90deg, #941b80,#0096ae);
	padding: 35px 5px;
	padding-bottom: 15px;
	margin-top: 15px;
}

.ws-portfolio-promo .container {
	width: 75%;
}

.ws-portfolio-promo p {
	color: #fff;
	text-align: justify;
	font-size: 1rem;
	letter-spacing: -0.5px;
}

.ws-portfolio-promo-video {
	background: #333;
	height: 350px;
	margin: 20px 10px;
	margin-bottom: 5px;
	position: relative;
}

.ws-portfolio-promo-background {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.ws-portfolio-promo-preview {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.4);
}

.ws-portfolio-promo-preview img {
	height: 100px;
	max-width: 99px;
	text-align: center;
	margin: 0 44%;
	float: none;
	margin-top: calc(250px / 3.5);
	transition: transform .2s;
	-webkit-transition: transform .2s;
	-moz-transition: transform .2s;
}

.ws-portfolio-promo-preview img:hover {
	transform: scale(1.3);
	cursor: pointer;
}


.ws-portfolio-carousel {
	background: #333;
	height: 250px;
	margin: 20px 10px;
	margin-bottom: 5px;
}

/* Google Maps API Ubication site */

.ws-portfolio-ubication-leyend {
	background-color: #00b0bd;
	padding: 10px;
}

.ws-portfolio-ubication-info {
	color: #fff;
	white-space: pre-line;
}

.ws-portfolio-ubication-btn {
	color: #00b0bd;
	background: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	font-weight: 100;
	font-size: .8rem;
	bottom: 0;
	width: 80%;
	margin: 0 auto;
	margin-top: 45px;
	float: none;
}


/* ABOUT US */
.footer{
	text-align: center;
	background-color: #00b0bd;
	font-size: 11px;
	/*padding-bottom: 80px;*/
	max-width: 100%;
	overflow: hidden;
}


.ws-about {
	padding: 30px 0px;
}

.ws-about-carousel {

}

/* TESTIMONIALS */

.ws-testimonial-img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 100%;
	border: 2px solid #fff;
	/*margin-left: 40px;*/
	margin-left: 70px;
}

.ws-testimonial-arrow {
	width: 20px;
	height: 70px;
}

.ws-testimonial-text {
	width: 80%;
	text-align: right;
	justify-content: flex-end;
}

.ws-testimonial-name {
	width: 80%;
	font-size: .8rem;
	color: #00b0bd;
	text-align: right;
}


.ws-idea img {
	width: 100%;
	/*height: 60px;*/
	object-fit: contain;
}

.ws-contact {

}

.ws-contact .col-12 {
	text-align: center;
}

.ws-contact input {
	border: 2px solid #00b0bd;
	padding: 10px 15px;
	margin: 10px;
	border-radius: 10px;
	width: 50%;
	text-transform: uppercase;
	font-size: .8rem;
}

.ws-contact textarea {
	border: 2px solid #00b0bd;
	padding: 10px 15px;
	margin: 10px;
	border-radius: 10px;
	width: 50%;
	height: 125px;
	resize: none;
	text-transform: uppercase;
	font-size: .8rem;
}

.ws-social {
	width: 100%;
	margin: 0 auto;
	float: none;
	margin-top: 20px;
}

.ws-social .col {
	width: 25%;
}

.ws-social img {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

/* Header contact */
.ws-contact-header {
	position: relative;
	/*height:300px;*/
}

.ws-contact-header .img-header {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	max-height: 450px;
/*	height: auto;
	margin: 0 auto;*/
}

#name-contact {
	position: relative;
	margin-top: 15px;
	/*margin-top: calc(50% - 399px);*/
/*	margin-top: -46px;*/
}

/*Footer */
.ws-contact-footer {
	position: relative;
	height: 380px;
}
.ws-contact-footer img {
	object-fit: cover;
	min-width: 100%;
	height: 100%;
}

.bg-footer {
	position: relative;
	height: 380px;
	margin-top: -65px;
}

.bg-img {
	object-fit: contain;
    object-position: bottom;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.btn-pulse {
	position: relative;
	width: 60px;
	height: 60px;
	border: none;
	box-shadow: 0 0 0 0 rgba(226, 10, 79, 0.7);
	border-radius: 54%;
	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: 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);}}



@media (max-width: 425px){
	.bg-footer{
		margin-top: -175px;
	}
	#visitCounter {
		top: 52% !important;
	}
	#compartirWhatsapp {
		top: 59% !important;
	}
}

@media (max-width: 374px){
	.iconV2{
		width: 55px !important;
	}
	.bg-footer{
		margin-top: -216px;
	}
	#visitCounter {
		top: 60% !important;
		font-size: .65rem !important;
	}
	#compartirWhatsapp {
		top: 65% !important;
		font-size: .65rem !important;
	}
	.btn-pulse {
		position: relative;
		width: 55px;
		height: 55px;
	}
}

@media (max-width: 575.98px) { 
	.bg-icons img {
		width: 60px !important;
	}
	.bg-icons > a > span {
		top: 75% !important;
	}
/*	#name-contact {
		margin-top: calc(50% - 374px);
	}*/
}


@media (min-width: 700px) {

	.main-container {
		/*padding-bottom: 80px;*/
		max-width: 70%; 
		overflow: hidden;
		margin: 0 auto;
		background-color: #fff;
	}
	.footer {
		/*padding-bottom: 80px;*/
		max-width: 70%; 
		overflow: hidden;
		margin: 0 auto;
		background-color: #00b0bd;
	}

}

@media (min-width: 1000px) {

	#bx-img {
		top: calc(50% - 10vw) !important;
	}

	.main-container {
		/*padding-bottom: 80px;*/
		max-width: 50% !important; 
		overflow: hidden;
		margin: 0 auto;
		background-color: #fff;
	}
	.footer {
		/*padding-bottom: 80px;*/
		max-width: 50%; 
		overflow: hidden;
		margin: 0 auto;
		background-color: #00b0bd;
	}
}

@media (min-width: 1300px){

	.main-container {
	    max-width: 44% !important;
	}

/*	#name-contact {
		margin-top: calc(50% - 428px);
	}*/

}

@media (min-width: 1700px){

	#bx-img{
		 top: calc(50% - 8vw) !important;
	}
}

@media (min-width: 2000px){
	#bx-img{
		 top: calc(50% - 5vw) !important;
	}
	.main-container {
		max-width: 24% !important;
	}
}

@media (min-width: 3000px){
	.main-container {
		max-width: 18% !important;
	}
}

.ws-contact-profile {
	/*outline: 1px solid red;*/
	position: relative;
	/*margin-top: -35%;*/
	z-index: 1;
}

.ws-contact-profile img {
	object-fit: contain;
    width: 35vw !important;
    height: 35vw;
    margin: 0 auto;
    text-align: center;
    max-width: 160px;
    max-height: 160px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 100%;
}

.ws-contact-info-name {
	margin: 0;
	text-align: center;
	margin-top: 20px;
	font-size: 1.7rem;
	font-weight: 300;
}

.ws-contact-info-job {
	margin: 0;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 300;
	color: rgba(0,0,0,0.6);
}

.ws-contact-info-project {
	margin: 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 300;
	color: #6e267d;
}

.ws-contact-info-slogan {
	margin: 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 300;
	color: #999999;
}


.ws-contact-myinfo {
	width: 65%;
	margin: 0 auto;
	float: none;
	margin-top: 25px;
}

.ws-contact-numbers {
	padding-top: 20px;
	width: 100%;
}

.ws-contact-numbers img {
	width: 42px;
	height: 42px;
}

.ws-contact-numbers-detail {
	padding-top: 5px;
	font-size: 1.1rem;
	font-weight: 300;
	color: #333333;
	text-align: left;
	/*margin-left: 0;*/
}

.ws-contact-numbers-detail a {
	text-decoration: none;
	color: #333333;
}

.ws-contact-numbers-btn {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

.btn-primary{color:#fff;background-color:#00b0bd;border-color:#00b0bd;}
.btn-primary:hover{color:#fff;background-color:#00b0bd;border-color:#00b0bd;}


.ws-contact-numbers-btn button {
	background: #00b0bd;
	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: #00b0bd;
	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: #00b0bd;
	margin-top: 24px;
	margin-bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
	font-size: .8rem;
}

/*Mothy css*/

.blue{
	color:#941B80;
}
.black{
	color: black;
}

.name{
	width: 65% !important; 
	font-size: 30px;
}

.container{
	position: relative;
	z-index: 10;
	margin-top: 25px;
	width: 100%;
}

.icons-row{
	max-width: 350px;
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
	align-items: start;
}

.iconBody{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}

.iconText{
	text-align: center;
	font-size: 10px;
}

.squares-row{
	/*display: flex;
	align-items: start;
*/
}

.squares-images{
	/*justify-content: center;
	text-align: center;
	align-items: start;
	margin-right: 60px;*/
}

.wrapper{
}

.bg-icons {
	display: flex;
	justify-content: start;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.bg-icons img {
	margin-right: 15px;
}

.bg-icons p {
	font-size: 10px;
	margin-left: -15px;
	margin-top: -7px;
}

#logo_top{
    position: absolute;
    top: 7px;
    width: 18vw;
    max-width: 150px;
    max-height: 150px;
    min-width: 100px;
    left: 21px;
}

#logo_bottom {
	position: absolute;
  bottom: 20px;
  right: 20px;
  width: 55vw;
  max-width: 230px;
  min-width: 100px;
}

.bx-social-media {
	position: absolute;
    bottom: 10px;
    left: 29px;
}

.bx-social-media svg {
	margin-right: 5px;
    fill: #a4c04f;
    width: 10vw;
    max-width: 60px;
    min-width: 34px;
    border-radius: 50%;
    box-shadow: 0px 0px 21px 4px #fff inset;
}


.ws-share-whats {
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 13;
	min-height: 16%;
	transform: translateY(-1000px);
	transition: transform .5s ease-in-out;
}

.ws-share-whats.show {
	transform: translateY(0px);
}

.ws-share-whats p {
	font-size: 1.4rem;
	padding-top: 10px;
	font-weight: 300;
	text-transform: uppercase;
}

.ws-share-whats img {
	width: 90px;
	height: 90px;
	border-radius: 100%;
}

.ws-share-whats button {
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	background-image: linear-gradient(90deg, #e20a4f, #e25f4f);
	color: #fff;
	border-radius: 3px;
	width: 25%;
	padding: 5px;
	cursor: pointer;
}

.ws-share-whats input {
	border: 0;
	background: #f3f3f3;
	padding: 5px;
	border-radius: 3px;
	width: 50%;
	color: #000;
}

.ws-share-whats-backdrop {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 13;
	background: rgba(0,0,0,0.5);
}


/*Styles modal map*/

.ws-map-backdrop {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 13;
	background: rgba(0,0,0,0.5);
}

.ws-share-map {
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 13;
	min-height: 16%;
	transform: translateY(-1000px);
	transition: transform .5s ease-in-out;
}

.ws-share-map p {
    font-size: 1.4rem;
    padding-top: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

.ws-share-map img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.ws-share-map p {
    font-size: 1.4rem;
    padding-top: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

.ws-share-map.show {
	transform: translateY(0px);
}

.ws-group-map {
	padding: 10px 20px 50px 20px;
	margin-bottom: 20px;
	width: 70%;
	margin: 0 auto;
}

.ws-group-map a {
	margin-bottom: 30px;
}

.btn-ws-map {
	cursor: pointer;
	color: #fff !important;
	background-color: #0e213f !important;
	border:0;
}