 body {
   
      background: #3e00e7;

   /* background: linear-gradient(270deg, #00b3ee, #129cca, #185063);
    background-size: 600% 600%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}*/
    
    
}
/*body {
	background: linear-gradient(-75deg, #000000 0%, #23cba3 25.9%, #ab1df5 51.1%, #0f604d 77.3%, #000000 100%);
	background-size: 400% 400%;
	animation: gradient 16s ease infinite;
	height: 100vh;
}

.color {
	background: #23a6d5 ;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}*/


/*body {
	width: 100wh;
	height: 180vh;
	color: #fff;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
/*	background: #000000;*!/
	background-size: 400% 400%;
-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}*/

h1,
h6 {
	/*font-family: 'Open Sans';
	font-weight: 300;
	text-align: center;
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;*/
}

.shake {
	animation: shake-animation 4.72s ease infinite;
	transform-origin: 50% 50%;
  }
  .element {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	background: red;
  }
  @keyframes shake-animation {
	 0% { transform:translate(0,0) }
	1.78571% { transform:translate(5px,0) }
	3.57143% { transform:translate(0,0) }
	5.35714% { transform:translate(5px,0) }
	7.14286% { transform:translate(0,0) }
	8.92857% { transform:translate(5px,0) }
	10.71429% { transform:translate(0,0) }
	100% { transform:translate(0,0) }
  }

  .backdrop {
	/*  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26); 
	  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26); 
	  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26); 
	  -moz-border-radius:190px; 
	  -webkit-border-radius:190px; 
	  border-radius:190px;*/
  	border: none!important;
  	border: 1px solid #00b3ee!important;
  }

  .linktree {
	  width: 280px;
/*  	height: 80px;*/
	  /*height: 140px;*/
/*	  background-image: url("../img/og-generico.png");*/

/*	  background-image: url("../img/logo.svg");*/
  	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
  	margin-top: 30px;
  	
  }
  
    .asuncionico {
	  width: 80%;
/*  	height: 80px;*/
	  /*height: 140px;*/
/*	  background-image: url("../img/og-generico.png");*/

/*	  background-image: url("../img/logo.svg");*/
  	/*  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;*/
	  margin: 40px;
  	
  }
  
  
  #linktree h3 {
  	text-align: center;
  	line-height: 1.3em;
  	color: #fff!important;
  	font-family: PulsoLight;
  	font-size: 1.2em!important;
  	
  }
  
    #linktree h3 span {
			font-family: PulsoRegular;
	}
	
	
	
/*-----------------------------------
8. Footer 
-------------------------------------*/

.footer {
	background-color: #1d1e1d;
	padding-top: 60px;
	padding-bottom: 30px;
	color: #808080;
	font-weight: 400;
}

.footer-title {
	/*margin-bottom: 55px;*/
	color: #fff;
		line-height: 1.1em;
	font-size: 1.6em;
}



.footer-widget {
	margin-bottom: 30px;
}

.footer-widget ul {
	margin-bottom: 25px;
}

.footer-widget ul li {
	/*line-height: 1;
	margin-bottom: 18px;
	font-size: 16px;
	margin-top: 25px;*/
	
	line-height: 1;
	margin-bottom: 13px;
	font-size: 13px;
	margin-top: 13px;
}

.footer-widget ul li a {
	/*font-size: 14px;
	color: #8e918e;
	text-transform: uppercase;
	letter-spacing: .75px;
	font-weight: 400;
	margin-left: 30px;
	margin-top: 1px;*/
	
	font-size: 12px;
	color: #8e918e;
	text-transform: uppercase;
	letter-spacing: .55px;
	font-weight: 400;
	margin-left: 20px;
	margin-top: 1px;
}

.footer-widget ul li a:hover {
	color: #1eb5e1;
}

.footer-widget ul li i {
	margin-right: 15px;
	color: #808080;
	font-size: 20px;
}

.footer-widget .form-control {
	color: #808080;
	background-color: transparent;
/*	border-bottom: 1px solid #808080;*/
	border-radius: 0px;
	margin-top: -10px;
}

.footer-widget img{
	position: relative;
	bottom: 0;
}

.footer-social {
	margin-top: 50px;
}

.footer-social a span {
	font-size: 20px;
	padding-right: 12px;
	color: #58595a;
}

.footer-social a span:hover {
	color: #1eb5e1;
}


/*-----------footer middle----------*/
.footer_middle{
	background: transparent!important;
	height: 145px;
}

.footer-icons {
	position: relative;
display: inline-flex;
/*width: 240px;*/

width: 100%;
/* margin-left: auto; */
/* margin-right: auto; */
justify-content: center;
/*background-color: red;*/
}
.footer-icons .social-icon {
    display: inline-block;
    float: left;
    line-height: 0;
    margin-bottom: 0;
    margin-left: -1px;
    width: 20%;
	
}
.footer-icons .social-icon i {
    border-color: transparent!important;
	border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #fefffe;
    font-size: 50px;
    height: 145px;
    line-height: 145px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
/*    transition: all 0.3s ease;*/
}
.footer-icons .social-icon:hover i {
    color: #fff;
    background: transparent!important;
    border-color: transparent!important;
    border-style: none solid;
    border-width: 0 1px;
}
.newsletter_signup {
    margin:50px 0;
    position: relative;
    text-align: right;
}
.newsletter_signup input[type="email"].form-control {
    background: url("../img/mail.png") no-repeat scroll 15px 17px #ffffff;
    font-size: 11px;
    height:65px;
    padding: 5px 15px 5px 50px;
    width: 100%;
    border: 1px solid #56CFCA;
}
.newsletter_signup input[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    color: #fefffe;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 600;
    height:59px;
    margin: 3px;
    padding: 6px 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.newsletter_signup input[type="submit"]:hover{
    background: #1eb5e1 none repeat scroll 0 0;
	outline:none;
}
.footer_bottom{
	background-color: #292a2c;
	padding:3em 0;
	text-align: center;
}
.copy p{
	color: #686869;
	font-size:16px;
	letter-spacing: 1px;
}
.copy p a{
	color:#F3DB28;
}
.copy p a:hover{
	text-decoration:none;
    color:#56CFCA;
}

/*-------------- tiny footer ------------*/

.tiny-footer {
	margin: 0;
	font-size: 0.8em;
	padding: 30px;
	color: #fefffe;
	text-align: center;
	background-color: #353635;
}	



/* ANIMAION BOTON */




@keyframes .btn-ani { 
  0% {
    transform: scale(1) translateY(0); 
  }
  10% {
    transform: scale(1.02, 1.1); 
  }
  30% { 
/*    transform: scale(0.8, 1.1) translateY(-10px); */
  }
  50% { 
    transform: scale(1) translateY(0); 
  }
  100% { 
    transform: translateY(0); 
  }
}

.btn-ani {
/*  animation: btn-default 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);*/

}
  


.btn-ani:hover {
	/*animation: none;
	top: 10px;*/
}


.btn {
	  
	  padding:20px;
  font-size: 20px;
  font-family: Pulsoregular;
  text-transform: none;
  border-radius: 60px;
  margin-top: 25px!important;
  box-shadow: 3px 10px 1px #340e9a;
  background-color: #fff;
  border: 2px solid #fff;
  font-weight: 300;
  letter-spacing: 0px!important;
  padding:15px!important;
}

.btn:hover {
	position: relative;
	top: 2px;
	animation: btn-default 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
	  box-shadow: 3px 10px 1px rgba(52, 14, 154, 0.7);
  background-color: #fff;
   border: 2px solid #fff;
}


.btn:visited,
.btn:hover {
	  
	  padding:20px;
  font-size: 20px;
  font-family: Pulsoregular;
  text-transform: none;
  border-radius: 60px;
  margin-top: 25px!important;
  box-shadow: 3px 10px 1px #340e9a;
  background-color: #fff;
  border: 2px solid #fff;
  font-weight: 300;
  letter-spacing: 0px!important;
  padding:15px!important;
}

.btn-wa {
	  
	 
  box-shadow: 3px 10px 1px #0c3d4d;
  background-color: #4ed36d;
  border: 2px solid #4ed36d;
  font-weight: 300;
}


.btn-wa:hover {
	position: relative;
	top: 2px;
	animation: btn-default 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
	  box-shadow: 3px 10px 1px #174832;
  background-color: #4ed36d;
   border: 2px solid #4ed36d;
}



/*-----------------------------------
     CENTRO DE ATAJOS
-----------------------------------*/
.atajos-linktree {
/*	background-color: green;*/
}

/*.icos-top ul li{
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
	}
	
.icos-top ul li img{
	width: 40px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}*/
	


	
	.botones a:link,
					 a:visited,
					 a:hover,
					 a:active{
		
		color: #000!important;
	}
	
	
/*	.botones .btn-wa a:link,
					 a:visited,
					 a:hover,
					 a:active{
	color: #fff!important;
}*/



	.atajos-linktree h4{
		font: 22px PulsoLight;
		text-transform: lowercase;
		letter-spacing: 3px;
		text-align: right;
		padding-top: 10%;
		color: #fff;
	}
	
	.atajos-linktree h4 span{
		font-family: PulsoRegular;
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	
	.atajos-linktree img{
	width: 35px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	
	
	}
	
	
	.atajos-linktree small {
		text-align: center;
		display: block;
		line-height: 1.1em;
		padding-top: 6px;
	}
	
	
	
	.atajos-linktree .block {
	text-align: center;
	padding-top: 10px;
	
	
	-webkit-transition: .2s all ease-in-out;
		-o-transition: .2s all ease-in-out;
		transition: .2s all ease-in-out;
		top: 0;
		position: relative;
}


.atajos-linktree .block:hover {
	top: -4px;
/*	-webkit-box-shadow: 0 2px 12px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 12px -1px rgba(0, 0, 0, 0.3);*/
	
	
}



@media only screen and (max-width:768px) {

	/*	.icos-top ul li{
			float: left;
			margin-left: 15px;
			margin-right: 15px;
			text-align: center;
			height: 80px;
	}
	
.icos-top ul li img{
	width: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
	*/
	
	
	.atajos-linktree {
/*		background-color: yellow;*/
	}
	
	.atajos-linktree .backg{
/*				background-color: yellow;*/
			/*margin-bottom: 25px;
			border: solid 1px rgb(241, 241, 241);
				-webkit-box-shadow: 2px 3px 9px rgba(202, 201, 201, 0.15);
				box-shadow: 2px 3px 9px rgba(202, 201, 201, 0.15);*/
}

/*.icos-top .backg:hover{

-webkit-box-shadow: 2px 3px 9px rgba(128, 128, 128, 0.15);
				box-shadow: 2px 3px 9px rgba(128, 128, 128, 0.15);
	}*/

	.atajos-linktree img{
	width: 45px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	
	
	}
	
		.atajos-linktree small {
		text-align: center;
		display: block;
	}
	
	
	.atajos-linktree .block {
	text-align: center;
	padding-top: 10px;
	
	
	-webkit-transition: .2s all ease-in-out;
		-o-transition: .2s all ease-in-out;
		transition: .2s all ease-in-out;
		top: 0;
		position: relative;
}


.atajos-linktree .block:hover {
	top: -2px;
/*	-webkit-box-shadow: 0 2px 12px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 12px -1px rgba(0, 0, 0, 0.3);*/
	
	
}



	.atajos-linktree h4{
		font: 22px PulsoLight;
		text-transform: lowercase;
		letter-spacing: 3px;
		text-align: center!important;
		padding-top: 0;
		padding-bottom: 20px;
	}
	
	.atajos-linktree h4 span{
		font-family: PulsoRegular;
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	

	
		
		}


/* ####### AJUSTES PARA TABLETS CON PANTALLA GRANDE -- */
@media only screen and (max-width:1200px) {

	.atajos-linktree h4{
		font: 16px PulsoLight;
		text-transform: lowercase;
		letter-spacing: 3px;
		text-align: right;
		padding-top: 10%;
		
	}
	
	
		.atajos-linktree small {
		text-align: center;
		display: block;
		line-height: 1.1em;
		padding-top: 6px;
/*		font-size: 7px;*/
		font-size: 12px;
	


		}
	
	
	
	
}


.ico-linktree {
	width: 30px;
	margin-right: 10px;
}


h3 {
font-size: 1.5em!important;	
}





/* CARROUSEL */


.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}