:root{
    --fuentePrincipal: 'Rubik', sans-serif;
    --fuenteSecundaria:'Poppins', sans-serif;
    --primario: #bd132b;
    --border: #ebebeb;

    /**  Colores  **/
    --azul: #002d5e;
    --azulmedio: #014c89;
    --azulclaro: #0176d5;;
    --naranja: #E94E1B;
    --naranjaclaro: #DF7021;
    --bgazul: #486591;
    --gray: #757575;
    --grisOscuro: #666;
    --grisMedio: #444444;
    --bgprincipal: #F4F7F9;
    --bgbtn: #00B3FF;
    --contenedor: 1200px;
    --bgprincipal: #F3F7FA;
}
.service-block{
    transition: transform .5s;
    height: auto!important;
    border-radius: 8px;
    padding: 20px 0;
    overflow: hidden;
}
.service-block:hover img{
    transform: scale(1.02);
    /* box-shadow: 0 30px 24px 0 rgb(72 101 145 / 16%); */
}

.service-block img{
    /* border-radius: 8px; */
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
    transition: transform .5s;
}
.service-block .content{
    padding: 15px;
    height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    border: solid 1px var(--border);
}
.service-block h4{
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primario);
    text-align: left;
    margin: 0;
}
.service-block h3{
    font-family: var(--fuentePrincipal);
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
    color: var(--grisOscuro);
    text-transform: none;
    font-weight: 600;
    font-style: normal;
    text-align: left;
}
.service-block p{
    color: var(--grisMedio);
    line-height: 14px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
}
.service-block p.link{
    margin: 0;
}
.service-block a, .product-block p.link a{
    background: var(--primario);
    color: #ffffff;
    padding: 7px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
    transition: all .5s;
    margin: 0;
    text-decoration: none!important;
    position: relative;
    box-sizing: border-box;
}
.service-block a, .product-block a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
  }
  .service-block a:after,  .product-block a:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #000000;
    z-index: -1;
    -webkit-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
  }
  .service-block a:hover {
    color: #fff;
  }
  .service-block a:hover:after, .product-block a:hover:after {
    width: 110%;
  }
  
/* .service-block p.link a:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #000000;
    box-sizing: border-box;

}
.service-block p.link a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
} */
/* .service-block a:hover, .product-block p.link a:hover{
    background: var(--azulmedio);
    color: #ffffff;
} */

.title-block h3{
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    color: var(--azulclaro);
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    font-family: var(--fuenteSecundaria);
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}
.title-block h3:before, .title-block h3:after{
    background-color: var(--azulclaro);
}
.title-block h3:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 7px;
    height: 1px;
}
.title-block h3:after, .title-block h3:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0px;
    width: 7px;
    height: 1px;
}
main .title-block h2{
    font-family: var(--fuenteSecundaria);
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
    color: var(--grisOscuro);
    text-transform: none;
    font-weight: 600;
    font-style: normal;
    margin: 0;
    margin-bottom: 45px;
}
.sticker-block{
    background: #fff;
    border-radius: 6px;
    padding-bottom: 20px;
    overflow: hidden;
    display: flex;

}
.sticker-block .icono{
    font-size: 50px;
    line-height: 72px;
    position: relative;
    min-width: 85px;
    text-align: center;
}
.sticker-block .icono:after{
    content: ' ';
    width: 135px;
    height: 135px;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: -50px;
    z-index: 0;
    background-color: var(--azulclaro);
}
.sticker-block .icono i{
    color: #fff;
    position: relative;
    z-index: 9;
}
.sticker-block h4{    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
    position: relative;
}
.sticker-block h4 i{
    position: relative;
    font-size: 60%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
}
.sticker-block .content{
    padding: 20px;
}
.sticker-block p{
    font-size: 14px;
    line-height: 16px;
}
.product-block{
    border: 1px solid #e5e5e5;
    /* padding: 20px; */
    border-radius: 8px;
    background: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645,0.045,0.355,1);
    position: relative;
    margin-top: 45px;
    text-align: left;
    overflow: hidden;
}
.product-block:hover{
    /* border: 1px solid var(--primario); */

}
.product-block img{
    border-radius: 8px;
    width: 100%;
    transition: all .5s;
}
.product-block:hover img{
    transform: scale(1.05);
}
.product-block h4{
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 20px 0  0 0;
    text-align: left;
}
.product-block h3{
    font-size: 24px;
    line-height: 32px;
    /* color: var(--grisOscuro)!important; */

    height: 40px;
    margin: 0!important;
    margin-bottom: 8px!important;
}
.product-block h3 a{
    color: var(--grisOscuro);
    text-decoration: none;
    font-size: 24px;
    line-height: 32px;
}
.product-block h3 a:hover{
    color: var(--azulclaro);
}
.product-block p{
    text-align: justify;
    font-size: 14px;
    margin-bottom: 0px;
}

.product-block .content{
    top: 0;
    position: absolute;
    padding: 15px;
}
/*----------------  TABLET LANDSCAPE ------------*/
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {
    .product-block img {
        width: 100%;
    }

  }