li {
    /* font-weight: 500; */
}
h2{
    color: rgba(39,38,73,0.8);
    /* font-size: 32px; */
}
h3{
    color: rgba(39,38,73,0.8) !important;
    font-size: 32px !important;
}

.c-graphik{
    color: rgba(77,76,104);
    font-size: 16px !important;
}

.c_hr{ 
    border: none;
    border-left: 1px solid rgb(255, 255, 255) !important;
    height: 4vh !important;
    width: 1.8px !important;
    padding: 0px;
    opacity:1;
    margin-top: 7px;
    margin-left: 8px;
    margin-right: 8px;
}

.header.sticked {
    height: 56px;
    background: #0124FA;
    padding: 30px 0;
    box-shadow: 0px 2px 20px rgb(14 29 52 / 10%);
}

.navbar .get-a-quote, .navbar .get-a-quote:focus {
    background: #fff;
    padding: 7px 30px;
    margin-left: 30px;
    border-radius: 22px;
    color: #212529;
    font-weight: bold;
}

.hero {
    width: 100%;
    min-height: 50vh;
    background-color: var(--color-secondary);
    background-image: url('../img/fondoP.png') !important;
    background-color: none;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 120px 0 60px 0;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1279px){
    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: #0124FA;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }
}

.header {
    background: #0124FA;
    transition: all 0.5s;
    z-index: 997;
    padding: 30px 0;
    height: 56px;
}

section {
    padding: 50px 0;
    overflow: hidden;
}

.features .features-item h3 {
    font-weight: 600;
    font-size: 26px;
    color: #0A0D13;
}

.features {
padding-top: 10px;
}

.features .features-item+.features-item {
    margin-top: 20px;
}

.testimonials {
    padding: 50px 0;
    background-color:  #000000f7 !important;
    background-image: none;
}

.testimonials::before {
    content:none;
}

.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 30px 15px 11px 25px;
}

.footer {
    font-size: 14px;
    background-color:  #0124FA;
    padding: 42px 30px 15px 30px;
    color: white;
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0px solid rgba(255, 255, 255, 0.2);
    font-size: 25px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    transition: 0.3s;
}

header nav ul>li a:before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    bottom: 0;
    display: block;
    width: 0;
    height: 4px;
    background-color: #000;
}

.bloque_nav {
    width: 0px;
    height: 20px;
    background: red;
    transition: width 2s;
    transition-timing-function: ease-in;
}

.bloque_nav {
    width: 0px;
    height: 20px;
    background: red;
    transition: width 2s;
    transition-timing-function: ease-in;
}

.bloque_nav:hover {
    width: 10px;
}

.navbar .get-a-quote:hover, .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: #0124FA;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
}

:root {
    /* Color palette  */
    --default: #999999;
    --red: #E74C3C;
    --color: #fff;
    --purple: #9B59B6;
    --yellow: #FEB506;
    --green: #62CB31;

    
    /* Card color */
    --bg-card: #fafafa;
    --bg-card-hover: #dadada;
}

.card{
    position: relative;
    background-color: transparent;
    display: inline-block;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-width: 0px;  
    margin-right: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 1277px) {
    .card{
        position: relative;
        background-color: transparent;
        display: inline-block;
        padding: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-width: 0px;  
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

.card:hover{
    background-color:transparent;
}

.card.animate{
    border-bottom: none;
}

.card.animate:hover{
    background-color: transparent;
}

.card.animate:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 5px;
    width: 0%;
    transition: 0.5s;
}

.card.animate:hover:before{
    width: 100%;
}

.card.animate.default:before{
    background-color: var(--default)
}

.card.animate.blue:before{
    background-color: var(--color)
}

.my-element, .bloque-2, .bloque-3-text, .bloque-3-img, .bloque-4-text, .bloque-4-img, .bloque-5-img, .bloque-5-text, .bloque-6-text, .bloque-6-img, .bloque-7-text, .bloque-8-text, .bloque-9-text, .bloque-10-text{
    opacity: 0;
    transform: translateY(50px);
    /* transition: opacity 0.02s linear, transform 0.02s linear; */
    transition-duration: 1000ms;
    transition-delay: 0ms;
}

.my-element.show, .bloque-2.show, .bloque-3-text.show, .bloque-3-img.show, .bloque-4-text.show, .bloque-4-img.show, .bloque-5-img.show, .bloque-5-text.show, .bloque-6-text.show, .bloque-6-img.show ,.bloque-7-text.show ,.bloque-8-text.show, .bloque-9-text.show, .bloque-10-text.show{
    opacity: 1;
    transform: translate(0) scale(1);
}

.intermitente {
    box-shadow: 0 0 28px #0124FA;
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 28px rgba(246, 17, 17, 0.679);
    }
    30% {
        box-shadow: 0 0 28px #0124FA;
    }
    70% {
        box-shadow: 0 0 28px rgba(246, 17, 17, 0.679);
    }
    100% {
        box-shadow: 0 0 28px #0124FA;
    }
}

.t-img{
    height: 350px;
}

@media screen and (max-width: 767px) {
    .t-img{
        height: 300px;
    }
}

@media screen and (max-width: 767px){
    .t-img {
        height: 220px !important;
    }
}