| Server IP : 66.85.128.68 / Your IP : 216.73.217.122 Web Server : Apache System : Linux isis.cmaginet.com 5.14.0-611.24.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 22 07:12:43 EST 2026 x86_64 User : zonaacti ( 1105) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/zonaacti/public_html/wp-content/themes/zona-activa/static/sass/components/ |
Upload File : |
.index{
&__tarjetas{
&__img{
& img{
border: 3px solid $verde;
border-radius: 5px;
}
}
&__titulo{
color: $texto;
font-size: 1.1rem;
text-transform: uppercase;
font-weight: 400;
}
}
&__linea{
width: 100%;
border-bottom: 1px solid $bordes;
padding-bottom: 10px;
margin-bottom: 10px;
}
&__redes{
padding: 10px 0;
& ul{
list-style: none;
margin: 0;
padding: 0;
& li{
margin: 5px;
display: inline-block;
background: $gris;
border-radius: 50%;
& span{
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
width: 30px;
height: 30px;
& i{
color: $plomo;
}
}
}
}
}
&__barra{
background-color: $plomo;
padding: 20px 0;
&__item{
background-color: $white;
display: flex;
align-items: center;
padding: 10px;
border-radius: 40px;
justify-content: center;
&__texto{
color: $plomo;
margin-left: 10px;
&__uno{
text-transform: uppercase;
font-size: 0.9rem;
}
&__dos{
font-size: 0.8rem;
font-weight: 400;
padding-top: 5px;
}
}
}
}
}
.scale-up-center {
-webkit-animation: scale-up-center 1.5s cubic-bezier(0.680, -0.550, 0.265, 1.550) infinite alternate forwards;
animation: scale-up-center 1.5s cubic-bezier(0.680, -0.550, 0.265, 1.550) infinite alternate forwards;
}
/* ----------------------------------------------
* Generated by Animista on 2018-9-3 14:3:34
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
* ----------------------------------------
* animation scale-up-center
* ----------------------------------------
*/
@-webkit-keyframes scale-up-center {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scale-up-center {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}