/********** Template CSS **********/
:root {
    /*
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
    */
    --primary: #7bed8d;
    --secondary: #3b4853;
    --light: #EEF9FF;
    --dark: #091E3E;
    --white: #ffffff;
    --main-gris: #3B4853;
    --main-gris-claro: #546974;
    --main-verde: #7bed8d;
    --main-verde-oscuro: #65c173;
    --main-rojo: #ff0000;
}


/* latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/Nunito1.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(./fonts/Nunito2.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./fonts/Nunito1.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(./fonts/Nunito2.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(./fonts/Nunito1.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(./fonts/Nunito2.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(./fonts/Nunito1.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(./fonts/Nunito2.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/*Scroll a secciones*/
html {
    scroll-behavior: smooth;
}

h2{
    font-size: 1.5em;
}

.bg-gris{
    background-color: #f7f7f7 !important;
}
.bg-primary{
    background-color: var(--main-verde-oscuro) !important;
}
.bg-secondary{
    background-color: var(--main-gris) !important;
}
.bg-resul-presu{
    background-color: #dcffdf !important;
}

.btn-primary{
    background-color: var(--main-verde-oscuro) !important;
    border-color: var(--main-verde-oscuro) !important;
}

.btn-primary:hover{
    background-color: var(--main-gris) !important;
    border-color: var(--main-gris) !important;
}

.btn-secondary{
    background-color: var(--main-gris) !important;
    border-color: var(--main-gris) !important;
}

.btn-secondary:hover{
    background-color: var(--main-gris-claro) !important;
    border-color: var(--main-gris-claro) !important;
}

.btn-primary.btn-primary2{
    color: var(--white);
    background-color: var(--main-gris) !important;
    border-color: var(--main-gris) !important;
}

.btn-primary.btn-primary2:hover{
    background-color: var(--main-verde-oscuro) !important;
    border-color: var(--main-verde-oscuro) !important;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    opacity: .35;
    color: inherit;
}

@media (min-width: 576px) and (max-width: 767px) {
    .w-100-sm {
        width: 100% !important;
    }
}


@media (max-width: 575px) {
    .w-100-xs {
        width: 100% !important;
    }
}

.text-primary{
    color: var(--main-verde-oscuro) !important;
}

.text-secondary{
    color: var(--main-gris) !important;
}

.color-verde{
    color: var(--main-verde) !important;
}

.color-blanco{
    color: var(--white) !important;
}

.px-4-5{
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.color-blanco-sombra{
    color: #fff !important;
    font-weight: 600;
    text-shadow: 1px 2px 3px #303030;
}

.btn-outline-light2 {
    color: var(--main-gris);
    border-color: var(--white);
    background-color: var(--white);
}
.btn-outline-light2:hover {
    color: #000;
    border-color: #d6d6d6;
    background-color: #d6d6d6;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}

/*** Paragraph ***/
p, small{
    text-align: justify;
}

/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 45px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.navbar-brand img.img-logo{
    height: 50px;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 30px 0;
    color: var(--white);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.navbar-dark .navbar-nav .dropdown-menu{
    margin-left: 45px;
    margin-top: 1px;
    width: calc(100% - 45px);
    background: var(--secondary);
}

.navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
    width: 100%;
    padding: .5rem 1rem;
    color: #ffffff;
}

.navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-dark .navbar-nav .dropdown-menu .dropdown-item:focus {
    color: var(--primary) !important;
    background-color: transparent;
}

@media (max-width: 1900px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
        margin-left: 40px;
    }

    .navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 16px;
    }
}
@media (max-width: 1800px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 15px;
        margin-left: 35px;
    }

    .navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 15px;
    }
}

@media (max-width: 1640px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        margin-left: 30px;
    }

    .navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 14px;
    }
}

/*@media (max-width: 991.98px) {*/
@media (max-width: 1399.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 9px 0;
        margin-top: 5px;
        margin-left: 0;
        color: var(--white);
    }

    .sticky-top.navbar-dark .navbar-nav .nav-link.implantadores{
        margin-top: 15px;
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }

    #header-carousel{
        margin-top: 80px;
    }

    .navbar-dark .navbar-nav .dropdown-menu{
        margin-left: 15px;
        border: none;
    }
}

/*@media (min-width: 992px) {*/
/*@media (min-width: 1440px) {*/
.navbar-dark {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(256, 256, 256, .1);
    z-index: 999;
}

.sticky-top.navbar-dark {
    position: fixed;
    background: var(--secondary);
    box-shadow: 0px 2px 6px -3px #000 !important;
    border-bottom: none;
}

.navbar-dark .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover::before,
.navbar-dark .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
}

.navbar-dark .navbar-nav .nav-link.nav-contact::before {
    display: none;
}

.sticky-top.navbar-dark .navbar-brand h1 {
    color: var(--primary);
}

.navbar-nav .nav-link.dudas{
    background-color: rgba(123, 237, 141, 0.7);
    padding-left: 15px;
    padding-right: 15px;
}

.sticky-top.navbar-dark .navbar-nav .nav-link.dudas{
    font-weight: 800;
    background-color: var(--main-verde);
    color: var(--main-gris);
    padding-left: 15px;
    padding-right: 15px;
}

.sticky-top.navbar-dark .navbar-nav .nav-link.dudas:hover{
    color: var(--main-gris-claro) !important;
}

.sticky-top.navbar-dark .navbar-nav .nav-link.dudas:hover::before{
    background: var(--main-gris-claro);
}

/*}*/


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600 !important;
    }

    .carousel-caption a {
        font-size: 13px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 5% !important;
    }

    .carousel-inner{
        height: 290px;
    }

    .carousel-inner .carousel-item{
        height: 100%;
    }

    .carousel-inner .carousel-item img{
        height: 100%;
        object-fit: cover;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.bar-secondary::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--main-gris);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    /*height: 400px;*/
    height: 100%;
    padding: 30px 20px 20px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
    font-size: 24px;
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


.service-item2 {
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    transition: 0.3s;
    position: relative;
    z-index: 10;
    margin-top: 0;
}
.service-item2 .colored-box,
.info-item .colored-box {
    display: inline-block;
    height: 70px;
    width: 70px;
    font-weight: 700;
    line-height: 70px;
    border-radius: 8px;
    color: #51B56D;
    background-color: rgba(81, 181, 109, 0.2);
}
.service-item2 .service-title {
    transition: color 0.3s;
}
.service-item2 .service-description {
    color: #888888;
}
.service-item2 a:hover .service-title {
    color: #51B56D;
}
.service-item2 a:hover .service-description {
    color: #888888;
}
.service-item2 .block {
    padding: 25px 29px;
}
@media (min-width: 991px) {
    .service-item2:nth-child(2), .service-item2:nth-child(4) {
        border-left: 1px solid #cdcdcd;
    }
    .service-item2:nth-child(4), .service-item2:nth-child(5), .service-item2:nth-child(6) {
        border-bottom: 1px solid #cdcdcd;
    }
}
@media (max-width: 991px) {
    .service-item2:nth-child(2), .service-item2:nth-child(3), .service-item2:nth-child(5) {
        border-left: 1px solid #cdcdcd;
    }
    .service-item2:nth-child(6), .service-item2:nth-child(5) {
        border-bottom: 1px solid #cdcdcd;
    }
}
@media (max-width: 767px) {
    .service-item2 {
        border: 1px solid #cdcdcd;
        border-bottom: 0;
    }
}


.service-item3 {
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    transition: 0.3s;
    position: relative;
    z-index: 10;
    margin-top: 0;
    background-color: #f7f7f7;
}
.service-item3 .colored-box,
.info-item .colored-box {
    display: inline-block;
    height: 70px;
    width: 70px;
    font-weight: 700;
    line-height: 70px;
    border-radius: 8px;
    /*color: #51B56D;
    background-color: rgba(81, 181, 109, 0.2);*/
    color: var(--main-gris);
    background-color: rgba(59,72,83, 0.2);
}
.service-item3 .service-title {
    transition: color 0.3s;
}
.service-item3 .service-description {
    color: #888888;
}
.service-item3 a:hover .service-title {
    color: #51B56D;
}
.service-item3 a:hover .service-description {
    color: #888888;
}
.service-item3 .block {
    /*padding: 35px 39px;*/
    padding: 25px 5px;
}
@media (min-width: 991px) {
    .service-item3:nth-child(2), .service-item3:nth-child(6) {
        border-left: 1px solid #cdcdcd;
    }
    .service-item3:nth-child(6), .service-item3:nth-child(7), .service-item3:nth-child(8), .service-item3:nth-child(9) {
        border-bottom: 1px solid #cdcdcd;
    }
}
@media (max-width: 991px) {
    .service-item3:nth-child(2), .service-item3:nth-child(4), .service-item3:nth-child(6), .service-item3:nth-child(8) {
        border-left: 1px solid #cdcdcd;
    }
    .service-item3:nth-child(8), .service-item3:nth-child(9) {
        border-bottom: 1px solid #cdcdcd;
    }
}
@media (max-width: 767px) {
    .service-item3 {
        border: 1px solid #cdcdcd;
        border-bottom: 0;
    }
}



.service-item4 {
    position: relative;
    /*height: 400px;*/
    height: 100%;
    padding: 30px 20px 20px;
    transition: .5s;
    background-color: rgba(59,72,83, 0.2);
}

.service-item4 .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-gris-claro);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item4 .service-icon i {
    transform: rotate(45deg);
    font-size: 24px;
}

.service-item4 a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item4:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

/*.service-item2:nth-child(odd) .colored-box {
    color: var(--main-gris);
    background-color: rgba(59, 72, 83, 0.15);
}*/
/*.service-item2:hover {
    border-color: transparent;
}*/

.icon-beneficio{
    height: 85px;
    flex: 0 0 auto;
    width: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 8px;
    color: var(--main-verde);
    background-color: rgba(123, 237, 141, 0.15);
}

.icon-fases{
    height: 85px;
    flex: 0 0 auto;
    width: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 8px;
    color: var(--main-gris);
    background-color: rgba(59,72,83, 0.2);
}

.icon-box-item .block {
    padding: 35px 27px;
    box-shadow: 0px 25px 65px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    height: 100%;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

.testimonial-item img.img-fluid{
    height: 60px;
    width: 60px;
}

.testimonial-item h2 {
    font-size: .875em;
    line-height: 20px;
    font-weight: 600 !important;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}

/*** Banner ***/

section.banner-faq {
    /*background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banner3.jpg) fixed center center;*/
    /*background-size: cover;*/
    padding: 55px 0;
}

.banner-faq h2{
    font-size: 2.2rem !important;
}


/*** Miscellaneous ***/

.facts .fa{
    font-size: 30px;
}

#ciberseguridad i.fa{
    font-size: 30px;
}

@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

@media (min-width: 576px) {
    .facts {
        position: relative;
        margin-top: -35px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.tlf-fixed {
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    font-size: 35px;
    line-height: initial;
    border-radius: 50px !important;
    box-shadow: 1px 1px 3px 0px #121212 !important;
    width: 60px;
    height: 60px;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}


/*** Tabs Diferencias ***/

.nav-tabs.tabs-diferencias .nav-link{
    border: none;
    background: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 0;
    margin-right: 35px;
    color: var(--main-gris);
}

.nav-tabs.tabs-diferencias .nav-link.active,
.nav-tabs.tabs-diferencias .nav-link:hover{
    color: var(--main-verde-oscuro);
}


.nav-tabs.tabs-diferencias .nav-item:last-child .nav-link{
    margin-right: 0;
}


@media (max-width: 767px) {
    .nav-tabs.tabs-diferencias .nav-link{
        /*font-size: 13px;
        margin-right: 15px;*/
        font-size: 14px;
        font-weight: 700;
        margin-right: 25px;
        text-transform: capitalize;
    }

}

/*** Pestañas ***/

.tab-content .bg-secondary,
.resultado-presu{
    border-top-left-radius: 0 !important;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .tab-pane.active {
    display: block;
}

.tabs-presu .nav-link{
    padding: 1em 2em !important;
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
    font-weight: 500;
    color: var(--main-gris);
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
}

.tabs-presu .nav-link.active {
    color: var(--main-verde);
    background-color: var(--main-gris) !important;
    font-weight: 700;
    border: none;
}

    /*** Form presu ***/
.form-presu h1,
.form-presu h2,
.form-presu h3,
.form-presu h4,
.form-presu h5,
.form-presu h6{
    color: var(--main-verde);
}

.form-presu .form-presu-label{
    color: var(--white);
    font-weight: 500;
    margin-right: 20px;
}

.form-presu .form-check{
    color: var(--white);
    /*font-weight: 500;*/
}

.form-presu .form-check .form-check-input{
    margin-left: -1.3rem;
}

.form-presu .form-check-inline {
    margin-right: 0.5rem;
}

.form-presu .form-check-input:checked{
    background-color: var(--main-verde-oscuro);
    border-color: var(--main-verde-oscuro);
}

.form-presu .form-check-input:focus {
    border-color: var(--main-verde-oscuro);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(101,193,115,0.25);
}

/*.form-presu input[type="text"],
.form-presu input[type="password"],
.form-presu input[type="email"],*/
.form-presu select,
.form-presu input[type="text"],
.form-presu input[type="email"],
.form-presu textarea{
    height: 35px;
    width: 202px;
    min-width: 202px;
    max-width: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    font-weight: 700;
    font-size: 14px;
    font-family: "Nunito",sans-serif;
}

.form-presu textarea{
    height: 70px;
}

.form-presu input[type="text"]::placeholder,
.form-presu input[type="email"]::placeholder,
.form-presu textarea::placeholder{
    opacity: 0.5;
}

.form-presu select:active,
.form-presu select:focus,
.form-presu input[type="text"]:active,
.form-presu input[type="text"]:focus,
.form-presu input[type="email"]:active,
.form-presu input[type="email"]:focus,
.form-presu textarea:active,
.form-presu textarea:focus {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}

.form-presu a.politica-privacidad{
    color: var(--white);
}
.form-presu a.politica-privacidad:hover{
    color: var(--main-verde);
}

.form-presu .button-wrap {
    margin-top: -5px;
    flex-shrink: 0;
}

.form-presu .button-label {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 10px 0 0;
    cursor: pointer;
    color: #292929;
    border-radius: 0.25em;
    background: #efefef;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-presu .button-label:last-child,
.form-presu .button-label:last-of-type{
    margin-right: 0;
}

.form-presu .button-label h6 {
    font-size: 14px;
    margin-bottom: 1px;
    line-height: 14px;
    color: var(--main-gris);
    font-weight: 700 !important;
}
.form-presu .button-label:hover {
    background: #d6d6d6;
    color: #101010;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}
.form-presu .button-label:active {
    transform: translateY(2px);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}

.form-presu .yes-button:checked + .button-label {
    background: var(--main-verde-oscuro);
}
.form-presu .yes-button:checked + .button-label h6 {
    color: var(--white);
}
.form-presu .yes-button:checked + .button-label:hover {
    background: var(--main-verde-oscuro);
}
.form-presu .yes-button:checked + .button-label:hover h6 {
    color: #e2e2e2;
}

.form-presu .no-button:checked + .button-label {
    background: #D91E18;
}
.form-presu .no-button:checked + .button-label h6{
    color: var(--white);
}
.form-presu .no-button:checked + .button-label:hover {
    background: #D91E18;
}
.form-presu .no-button:checked + .button-label:hover h6 {
    color: var(--white);
}

.form-presu .maybe-button:checked + .button-label {
    background: #818181;
}
.form-presu .maybe-button:checked + .button-label h6 {
    color: var(--white);
}
.form-presu .maybe-button:checked + .button-label:hover {
    background: #818181;
}
.form-presu .maybe-button:checked + .button-label:hover h6{
    color: var(--white);
}

.form-presu .hidden {
    display: none;
}

.form-presu .btn-primary{
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    border-bottom: none;
    border-radius: 0.25em;
    font-size: 20px;
    text-transform: uppercase;
}

.form-presu .btn-primary.btnVolverPresu{
    font-size: 16px;
}

.form-presu .btn-primary:hover,
.form-presu .btn-primary:active{
    background-color: #d6d6d6 !important;
    color: var(--main-gris) !important;
}

.form-presu .cargandoEnviar,
.frm-cnt-presu .cargandoEnviar {
    font-size: 28px;
    font-weight: bold;
    color: var(--white);
}

.form-presu #cargandoPresu {
    font-size: 30px;
    font-weight: bold;
    color: var(--white);
}

a.telefono-soporte:hover{
    color: var(--main-verde-oscuro);
}

.resultado-presu small.euro{
    font-size: 40px;
    line-height: 62px;
    margin-left: 3px;
}

.resultado-presu text-nosabe{
    color: #818181;
}

.resultado-presu span.text-respuesta{
    font-weight: 500;
    color: var(--white);
}

.frm-cnt-presu input[type="text"],
.frm-cnt-presu input[type="tel"],
.frm-cnt-presu input[type="email"]{
    height: 40px;
    color: #000;
}

.frm-cnt-presu a.politica-privacidad:hover{
    color: var(--white);
}

.frm-cnt-presu .btn-primary{
    font-size: 20px;
    text-transform: uppercase;
}

.frm-cnt-presu .btn-primary:hover,
.frm-cnt-presu .btn-primary:active{
    background-color: #d6d6d6 !important;
    color: var(--main-gris) !important;
}


.respuesta-correo-presu {
    color: var(--main-verde);
    font-size: 16px;
    font-weight: 500;
}

/*
.div-oculto{
    transition: all 2s;
    visibility: hidden !important;
    display: none !important;
}

.div-mostrado{
    transition: all 2s;
    visibility: inherit !important;
    display: inherit !important;
}*/

@keyframes fade-in {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

.div-show {
    /*opacity: 1;
    transition: opacity 2s linear;*/
    display: inherit !important;
    animation: fade-in 1s;
}
.div-hidden {
    /*opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;*/
    display: none !important;
    animation: fade-out 1s;
}


/*** Dudas ***/

a.icono-dudas i{
    font-size: 40px;
}

a.icono-dudas{
    color: var(--main-gris);
    transition: all .5s ease-out;
}

a.icono-dudas:hover{
    color: var(--main-verde-oscuro);
}

.accordion-dudas .accordion-item{
    border: none;
    border-bottom: 1px solid var(--main-gris-claro);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.accordion-dudas .accordion-body {
    padding: 1rem 0.5rem;
}

.accordion-dudas .accordion-button{
    color: var(--main-gris);
    padding: 1rem 0.2rem;
}

.accordion-dudas .accordion-button:not(.collapsed) {
    color: var(--main-gris);
    background-color: transparent;
    box-shadow: none;
}

.accordion-dudas .accordion-button .accordion-button::after {
    width: 1.75rem;
    height: 1.75rem;
    background-size: 1.75rem;
}





/*** Form contacto ***/

#contacto form .bg-light {
    background-color: #e5e5e5 !important;
}

#contacto .form-control:focus {
    border-color: var(--main-verde-oscuro);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(101,193,115,0.25);
}

#cargandoEnviar {
    font-size: 28px;
    font-weight: bold;
    color: var(--main-gris);
}

.respuesta-correo {
    font-weight: bold;
    font-size: 22px;
    color: var(--main-gris);
    text-align: center;
}

.validacion-campos {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.error-correo,
.error-campos {
    color: var(--main-rojo);
}


/*** Footer ***/
#footer{
    background-color: var(--secondary);
    padding: 25px 0;
}


#footer img.img-footer{
    height: 50px;
}

#footer a.link-footer{
    font-weight: 700;
}

#footer a.link-footer:hover{
    color: var(--white);
}