/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

a {
    color: var(--color-links);
    text-decoration: none;
}

a:hover {
    color: var(--color-links-hover);
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: var(--color-white);
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
}
#preloader:before, #preloader:after {
    content: "";
    position: absolute;
    border: 4px solid var(--color-primary);
    border-radius: 50%;
    -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#preloader:after {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1;
    }
    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0;
    }
}

@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1;
    }
    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0;
    }
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    /*padding-bottom: 40px;*/
}
.section-header h2 {
    font-size: calc(1.325rem + .9vw);
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--color-secondary);
}
.section-header p {
    margin: 0 auto;
    color: var(--color-secondary-light);
}
@media (min-width: 1280px) {
    .section-header p {
        max-width: 80%;
    }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 995;
    background: var(--color-default);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.scroll-top i {
    font-size: 24px;
    color: var(--color-white);
    line-height: 0;
}
.scroll-top:hover {
    background: rgba(var(--color-default-rgb), 0.85);
    color: var(--color-white);
}
.scroll-top.active {
    visibility: visible;
    opacity: 1;
}
.pl-0{
    padding-left: 0px !important;
}
.pr-0{
    padding-right: 0px !important;
} 

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }

    .buy-btn{
        padding: 12px 20px !important;
    }
    .p-0{
        padding: calc(var(--bs-gutter-x) * .5) !important;
    }
    .pr-0{
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
    .pl-0{
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
    .contact-awards-section{
        text-align: center;
    }
    section.about{
        text-align: center;
    }
    .hero-animated h1{
        font-size: 40px !important;
    }
    .arii_de_interes h3{ 
        width: 60% !important;
    }
    .vector-slider{
        margin-top: 4em;
    }
    .form-control { 
        padding: 0.875rem 0.75rem !important;
        margin-bottom: .5em !important;
    }

}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 997;
    background: #f2d426;
}
.header span{
    color: var(--color-white);
}
.header.sticked {
    background: #f2d426;
    box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
}
.header.sticked .logo-white{
    display: none; 
}
.header.sticked .logo-color{
    display: block; 
}
.header .logo-color{
    display: none;
}

.header .logo img {
    width:100%;
    max-height: 50px;
    margin-right: 6px;
}
.header .logo h1 {
    font-size: 32px;
    font-weight: 300;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
}
.header .logo h1 span {
    color: var(--color-primary);
    font-weight: 500;
}
.header .btn-getstarted, .header .btn-getstarted:focus {
    font-size: 16px;
    color: var(--color-black);
    background: var(--color-white);
    padding: 8px 23px;
    border-radius: 4px;
    transition: 0.3s;
    font-family: var(--font-secondary);
}
.header .btn-getstarted:hover, .header .btn-getstarted:focus:hover {
    color: var(--color-white);
    background: rgba(var(--color-default-rgb), 0.85);
}
#header.sticked .btn-getstarted, #header.sticked .btn-getstarted:focus{
    color: var(--color-white);
    background: var(--color-black);
}
#header.sticked .btn-getstarted:hover, #header.sticked .btn-getstarted:focus:hover{ 
    color: var(--color-white);
    background: rgba(var(--color-default-rgb), 0.85);
}

/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
        position: relative;
    }
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }
    .navbar li {
        position: relative;
    }
    .navbar > ul > li {
        white-space: nowrap;
    }
    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 20px;
        font-family: var(--font-secondary);
        font-size: 16px;
        font-weight: 400;
        color: rgba(var(--color-secondary-dark-rgb), 0.7);
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }
    .navbar a i, .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        transition: all 0.3s ease-in-out 0s;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s;
    }
    .navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
        visibility: visible;
        transform: scaleX(0.7);
    }
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
        color: var(--color-primary);
    }
    .navbar .dropdown a:hover:before, .navbar .dropdown:hover > a:before, .navbar .dropdown .active:before {
        visibility: hidden;
    }
    .navbar .dropdown a:hover, .navbar .dropdown .active, .navbar .dropdown .active:focus, .navbar .dropdown:hover > a {
        color: var(--color-white);
        background: var(--color-secondary);
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        margin: 0;
        padding: 0 0 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: var(--color-secondary);
        transition: 0.3s;
    }
    .navbar .dropdown ul li {
        min-width: 200px;
    }
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 400;
        color: rgba(var(--color-white-rgb), 0.5);
    }
    .navbar .dropdown ul a i {
        font-size: 12px;
    }
    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
        color: var(--color-white);
        background: var(--color-primary);
    }
    .navbar .dropdown:hover > ul {
        opacity: 1;
        visibility: visible;
    }
    .navbar .megamenu {
        position: static;
    }
    .navbar .megamenu ul {
        right: 0;
        padding: 10px;
        display: flex;
    }
    .navbar .megamenu ul li {
        flex: 1;
    }
    .navbar .megamenu ul li a, .navbar .megamenu ul li:hover > a {
        color: rgba(var(--color-white-rgb), 0.5);
        background: none;
    }
    .navbar .megamenu ul li a:hover, .navbar .megamenu ul li .active, .navbar .megamenu ul li .active:hover {
        color: var(--color-white);
        background: var(--color-primary);
    }
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}
@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: calc(100% - 70px);
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }
    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 10px 0;
        margin: 0;
        background: rgba(var(--color-secondary-rgb), 0.9);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }
    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 500;
        color: rgba(var(--color-white-rgb), 0.7);
        white-space: nowrap;
        transition: 0.3s;
    }
    .navbar a i, .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
        color: var(--color-white);
    }
    .navbar .dropdown ul, .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);
    }
    .navbar .dropdown > .dropdown-active, .navbar .dropdown .dropdown > .dropdown-active {
        display: block;
    }

    .mobile-nav-toggle {
        display: block !important;
        color: var(--color-secondary);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        top: 20px;
        z-index: 9999;
        right: 20px;
    }
    .mobile-nav-toggle.bi-x {
        color: var(--color-white);
    }

    .mobile-nav-active {
        overflow: hidden;
        z-index: 9995;
        position: relative;
    }
    .mobile-nav-active .navbar {
        left: 0;
    }
    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(var(--color-secondary-rgb), 0.8);
        z-index: 9996;
    }
}
/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Animated Hero Section
--------------------------------------------------------------*/
.hero-animated {
    width: 100%;
    min-height: 65vh;
    background: url("../img/banner-slider.jpg") center center;
    background-size: cover;
    position: relative;
    padding: 150px 0 150px;
    background-position: left;
}
.hero-animated .text-hectarul{ 
    font-size:60px;   
    text-shadow: -3px 2px #216493;
    font-weight: bold;
    color: #0793f5;
}
.hero-animated h4{
    margin: 0 0 10px 0; 
    font-weight: bold;
    color: var(--color-white);
    font-family: var(--font-secondary);
    text-transform: inherit;
}
.hero-animated h1{
    color: #fff;
    font-weight: bold;
}
.hero-animated p {
    color: var(--color-white);
    margin: 0 0 30px 0; 
    font-weight: bold;
    font-size: 1.3vw;
}
.hero-animated .header-links{
    position: absolute;
    bottom: 0;
}
.hero-animated .header-links a{
    margin-left: 1em;
    color: var(--color-white);  
}
.hero-animated .header-links a:hover{
    color: var(--color-default); 
    border-bottom: 5px solid var(--color-default); 
}
.hero-animated .animated {
    margin-bottom: -10px;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (min-width: 992px) {
    .hero-animated .animated {
        max-width: 45%;
    }
}
@media (max-width: 991px) {
    .hero-animated .animated {
        max-width: 60%;
    }
    .people-form{
        display: none;
    }
}
@media (max-width: 575px) {
    .hero-animated .animated {
        max-width: 80%;
    }  
}
.hero-animated .btn-get-started {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: var(--color-white);
    background: var(--color-primary);
    font-family: var(--font-secondary);
}
.hero-animated .btn-get-started:hover {
    background: rgba(var(--color-primary-rgb), 0.8);
}
.hero-animated .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    font-family: var(--font-secondary);
    color: var(--color-secondary);
    font-weight: 600;
}
.hero-animated .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}
.hero-animated .btn-watch-video:hover {
    color: var(--color-primary);
}
.hero-animated .btn-watch-video:hover i {
    color: rgba(var(--color-primary-rgb), 0.8);
}
@media (max-width: 640px) {
    .hero-animated h2 {
        font-size: 32px;
    }
    .hero-animated p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .hero-animated .btn-get-started, .hero-animated .btn-watch-video {
        font-size: 14px;
    }
    .form-check-label{
        font-size: 14px !important;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}   
/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
    padding: 40px 10px 40px 10px;
    transition: all ease-in-out 0.4s; 
    background: #0d7bd6; 
    height: 100%;
    width:100%;
}
.featured-services .service-item .icon {
    margin-bottom: 10px;
}
.featured-services .service-item .icon i {
    color: var(--color-primary);
    font-size: 36px;
    transition: 0.3s;
}
.featured-services .service-item h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}
.featured-services .service-item h4 a {
    color: var(--color-secondary);
    transition: ease-in-out 0.3s;
}
.featured-services .service-item p { 
    margin-bottom: 0;
    color: var(--color-white);
}
.featured-services .service-item .stretched-link{
    color: var(--color-white);
}

.featured-services p {
    color: var(--color-black);

}
.featured-services .service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);
    background: #1b509a; 
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.featured-services .service-item:hover h4 a {
    color: var(--color-primary);
} 
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-img {
    position: relative;
    margin: 60px 0 0 60px;
}
.about .about-img:before {
    position: absolute;
    inset: -60px 0 0 -60px;
    z-index: -1;
    content: "";
    background: url("../img/about-bg.png") top left;
    background-repeat: no-repeat;
}
@media (max-width: 575px) {
    .about .about-img {
        margin: 30px 0 0 30px;
    }
    .about .about-img:before {
        inset: -30px 0 0 -30px;
    }
}
.about h4 {
    color: var(--color-white);
    font-family: var(--font-secondary);
    font-weight: 300;  
    margin-top: 18px;
}
.about h2{
    text-transform: uppercase;
    color: var(--color-white);
    font-family: var(--font-primary);
    font-weight: bold;  
}
.about p{
    color: var(--color-white);
    margin-bottom: 5px;
    font-size: 15px;
}
@media (max-width: 768px) {
    .about h3 {
        font-size: 28px;
    }
}       
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {
    border-radius: 8px;
    overflow: hidden;
}
.services .img img {
    transition: 0.6s;
}
.services .details {
    padding: 50px 30px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    background: var(--color-white);
    position: relative;
    background: rgba(var(--color-white-rgb), 0.9);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}
.services .details .icon {
    margin: 0;
    width: 72px;
    height: 72px;
    background: var(--color-primary);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--color-white);
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    border: 6px solid var(--color-white);
}
.services .details h3 {
    color: var(--color-default);
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
}
.services .details p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.services .service-item:hover .details h3 {
    color: var(--color-primary);
}
.services .service-item:hover .details .icon {
    background: var(--color-white);
    border: 2px solid var(--color-primary);
}
.services .service-item:hover .details .icon i {
    color: var(--color-primary);
}
.services .service-item:hover .img img {
    transform: scale(1.2);
} 

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .faq {
        padding: 0;
    }
}
.faq .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: var(--color-default);
    text-transform: uppercase;
}
.faq .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}
.faq .content p {
    font-size: 15px;
    color: var(--color-gray);
}
.faq .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
}
.faq .accordion-item {
    border: 0;
    margin-top: 15px;
    box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
}
.faq .accordion-collapse {
    border: 0;
}
.faq .accordion-button {
    padding: 15px 20px 15px 20px;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: #fff;
    text-align: left;
    background: #898989;
    box-shadow: none;
    border-radius: 5px;
    text-transform: uppercase;
}
.faq .accordion-button:not(.collapsed) {
    color: var(--color-white);
    border-bottom: 0;
    box-shadow: none;
    background: var(--color-default);

}
.faq .question-icon {
    position: absolute;
    top: 14px;
    left: 25px;
    font-size: 20px;
    color: var(--color-primary);
}
.faq .accordion-button:after {
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--color-primary);
}
.faq .accordion-body {
    padding: 25px;
    border: 0;
    border-radius: 5px;
    background: var(--color-lightgray);
    color: var(--color-gray);
    box-shadow: none;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .map {
    margin-bottom: 40px;
}
.contact .map iframe {
    border: 0;
    width: 100%;
    height: 400px;
}
.contact .info {
    padding: 40px;
    box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
    overflow: hidden;
}
.contact .info h3 {
    font-weight: 600;
    font-size: 24px;
}
.contact .info p {
    color: var(--color-secondary-light);
    margin-bottom: 30px;
    font-size: 15px;
}
.contact .info-item + .info-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}
.contact .info-item i {
    font-size: 24px;
    color: var(--color-primary);
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
}
.contact .info-item h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-secondary);
}
.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--color-secondary-light);
}
.contact .php-email-form {
    width: 100%;
    background: var(--color-white);
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
.contact .php-email-form .error-message {
    display: none;
    color: var(--color-white);
    background: var(--color-red);
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}
.contact .php-email-form .sent-message {
    display: none;
    color: var(--color-white);
    background: var(--color-green);
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: var(--color-white);
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--color-green);
    border-top-color: var(--color-white);
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input[type=text], .contact .php-email-form input[type=email], .contact .php-email-form textarea {
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input[type=text]:focus, .contact .php-email-form input[type=email]:focus, .contact .php-email-form textarea:focus {
    border-color: var(--color-secondary-light);
}
.contact .php-email-form input[type=text], .contact .php-email-form input[type=email] {
    height: 48px;
    padding: 10px 15px;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
    height: 290px;
}
.contact .php-email-form button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 13px 50px;
    color: var(--color-white);
    transition: 0.4s;
    border-radius: 0;
}
.contact .php-email-form button[type=submit]:hover {
    background: rgba(var(--color-primary-rgb), 0.85);
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    color: var(--color-white);
    font-size: 14px;
}
.footer .footer-content {
    background: #000000;
    padding: 60px 0 30px 0;
}
.footer .footer-content .footer-info {
    margin-bottom: 30px;
}
.footer .footer-content h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}
.footer .footer-content .footer-info h3 span {
    color: var(--color-primary);
}
.footer .footer-content .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: var(--color-black);
}
.footer .footer-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-black);
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
} 
.footer .footer-content .footer-links {
    margin-bottom: 30px;
}
.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-content .footer-links ul i {
    padding-right: 2px;
    color: var(--color-black);
    font-size: 12px;
    line-height: 1;
}
.footer .footer-content .footer-links ul li {
    padding: 4px 0;
    display: flex;
    align-items: center;
}
.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
}
.footer .footer-content .footer-links ul a {
    color: var(--color-black);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
.footer .footer-content .footer-links ul a:hover {
    color: rgba(var(--color-black-rgb), 0.7);
}
.footer .footer-content .footer-newsletter form {
    margin-top: 30px;
    background: var(--color-white);
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}
.footer .footer-content .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}
.footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
    outline: none;
}
.footer .footer-content .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: var(--color-primary);
    color: var(--color-white);
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}
.footer .footer-content .footer-newsletter form input[type=submit]:hover {
    background: rgba(var(--color-primary-rgb), 0.85);
}
.footer .footer-legal {
    padding: 0px 0px 30px 0px;
    background: var(--color-gray-footer);
}
.footer .footer-legal .credits {
    padding-top: 4px;
    font-size: 13px;
    color: var(--color-white);
}
.footer .footer-legal .credits a {
    color: var(--color-primary-light);
}
.footer .footer-legal .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(var(--color-white-rgb), 0.1);
    color: var(--color-white);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.footer .footer-legal .social-links a:hover {
    background: var(--color-primary);
    text-decoration: none;
}
.contact-awards-section{
    background: rgb(248,56,41);
    background: linear-gradient(130deg, rgba(248,56,41,1) 0%, rgba(248,113,43,1) 100%);
    color: #fff;
} 
.contact-section h2{
    color: var(--color-white);
    text-transform: uppercase;
    font-size:50px;
} 
.contact-section p{ 
    color: var(--color-white);
}

.contact-section{ 
    background-image: url('../img/banner-contact.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 
}
.about{ 
    background-image: url('../img/bg-section-ce-produse-avem.png');
    background-size: cover;
    background-repeat: no-repeat;
}
section.about{
    padding: 60px 0 0 0;
}
.faq{ 
    background-image: url('../img/bg-section-faq.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}  
.contact-form-services h2{
    color: var(--color-default);
    text-transform: inherit; 
}
.contact-form-services p{ 
    color: var(--color-black);
}
.buy-btn{ 
    display: inline-block;
    padding: 10px 40px;
    border-radius: 6px;
    color: var(--color-black);
    transition: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    border: 2px solid var(--color-white); 
    background: var(--color-white);
} 
.buy-btn:hover {
    background: var(--color-black);
    color: #f2d426;
    border: 2px solid var(--color-white); 
} 
.buy-btn-red{ 
    display: inline-block;
    padding: 12px 40px;
    border-radius: 6px;
    color: var(--color-black);
    background: #f2d426; 
    transition: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s; 
    border: 0;
}
.buy-btn-red:hover {
    background: var(--color-white);
    color: var(--color-black); 
} 
.contact-form-services .buy-btn-red:hover {
    background: #f2d426;
    color: #333; 
}  
.form-check .form-check-input {
    margin-left: 0em;
    margin-right: 0.5em;
} 
.form-check{
    padding-left: 0em;
}
section.faq {
    padding:60px 0 60px 0px;
}
section h2{
    font-weight: bold;
    text-transform: uppercase;
}
.form-check-label{
    color:#575757;
    font-size: 16px;
}
.float-right{
    float: right;
}
.disclaimer-text{
    font-size: 12px;
    padding-left: 20px;
    font-style: italic;
}
.text-left{
    text-align: left;
} 

label.form-check-label {
    display: inherit;
}
.featured-services .box-hover:hover{
    -webkit-box-shadow: 0px 0px 100px 10px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 100px 10px rgba(235,235,235,1);
    box-shadow: 0px 0px 100px 10px rgba(235,235,235,1);
} 
.form-check-input:checked{
    background-color:#fff;
    border-color:#d2d2d2;
}
.form-check-input:checked[type=checkbox]{
    background-image: url('../img/icon-check.png');
} 
.form-check-input:focus{
    border-color: #d2d2d2;
    box-shadow: none;
}