/**
* Template Name: Bell - v4.6.0
* Template URL: https://bootstrapmade.com/bell-free-bootstrap-4-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("../img/parallax-bg.jpg");
    min-height: 100%;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

p {
    line-height: 1.55;
    color: #333;
    font-size: 400;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 62px;
}

h2 {
    font-size: 30px;
    margin-bottom: 65px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

a {
    transition: 0.5s;
    text-decoration: none;
    color: #199EB8;
}

a:hover {
    color: #23c2e1;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #2B4A86;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #3D6BC1;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/* ==================================================
  Whatsapp Button
  ================================================== */

.whatsapp {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 15px;
    left: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    align-content: center;
    z-index: 99999;
    transition: all 0.4s;
}

.whatsapp i {
    width: 20px;
    height: 20px;
}

.whatsapp:hover {
    background: #4C9D56;
    color: #fff;
}


/* ==================================================
  Elements
  ================================================== */

.btn {
    background-color: #1F4B8B;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: #fff;
    padding: 15px 45px;
    border-radius: 50px;
    border: none;
    z-index: 1000;
}

.btn:hover {
    background-color: #2B4A86;
    color: #fff;
    border: none;
}

.btn:focus {
    color: #fff;
}

.btn-ghost {
    border: 3px solid #fff;
    background-color: transparent;
}

.btn-ghost:hover {
    background-color: #fff;
    color: #3D6BC1;
}

section {
    padding: 85px 0;
}

.card {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
}

a:hover {
    text-decoration: none !important;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: #000000;
    height: 70px;
}

#header #logo h1 {
    font-size: 32px;
    margin: 0;
    line-height: 0;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
}

.scrolled-offset {
    margin-top: 70px;
}


/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/

.header-social-links {
    margin: 0 0 0 30px;
}

.header-social-links a {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 8px;
    display: inline-block;
    line-height: 0px;
    transition: 0.3s;
}

.header-social-links a i {
    line-height: 0;
    font-size: 24px;
}

.header-social-links a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .header-social-links {
        margin: 0 15px 0 0;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    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: #fff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #555;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #199EB8;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.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 (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #555;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #199EB8;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #199EB8;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
    display: table;
    position: relative;
    background-image: url(../img/cover.jpg);
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    width: 100%;
    height: 100vh;
}

.hero .container {
    position: relative;
    z-index: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.hero:after {
    content: "";
    z-index: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero-brand {
    margin-bottom: 75px;
    display: inline-block;
}

.hero-brand:hover {
    opacity: 0.75;
}

.tagline {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 26px;
    margin: 45px 0 75px 0;
    color: #fff;
}


/************ Parallax **********/

.hero-parallax {
    display: table;
    position: relative;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    width: 100%;
    height: 100vh;
}

.hero-parallax .container {
    position: relative;
    z-index: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

section.hero-patallax {
    display: table-cell;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

div#content-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back-hero:after {
    content: "";
    z-index: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

div.image-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.video-hero {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.overlay-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 0;
}

div.logo-hero {
    position: absolute;
    top: 20ex;
    left: 38%;
    width: 25%;
    height: 25%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    z-index: 2;
}

div.text-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 2;
}

p#text-hero {
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translate(-50%);
}

div.btn-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 2;
}

a#btn-hero {
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translate(-50%);
}


/*--------------------------------------------------------------
# Stats
--------------------------------------------------------------*/

.stats-row {
    margin-top: 65px;
}

.stats-col .circle {
    display: inline-block;
    width: 160px;
    height: 160px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #666;
    border: 6px solid #1F4B8B;
    border-radius: 50%;
    padding: 55px 25px 0 25px;
    position: relative;
}

.stats-col .circle .stats-no {
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: -25px;
    right: -15px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    background-color: #E04F00;
    position: absolute;
    border-radius: 50%;
    font-weight: 700;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 20px 0;
    background-color: #fafafa;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}


/* ==================================================
  Welcome Styling
  ================================================== */

.welcome {
    color: transparent;
    height: 500px;
    overflow: hidden;
    padding-top: 85px;
    background: url("../img/cover.jpg") center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.welcome h2 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.welcome p {
    color: #fff;
    margin-bottom: 45px;
}

.gadgets-img {
    width: 60%;
}


/******* Parallax *******/

.welcome-parallax {
    position: relative;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.welcome-parallax h2 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.welcome-parallax p {
    color: #fff;
    margin-bottom: 45px;
}

div#content-welcome {
    position: relative;
    width: 100%;
    height: 500px;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
    background-color: transparent;
    display: block;
    align-items: center;
    align-content: center;
    align-self: auto;
}

div.background-welcome {
    position: absolute;
    top: -80%;
    left: 0;
    width: 100%;
    height: 500%;
    background-repeat: repeat-y;
    background-position: bottom center;
    background-size: contain;
}

div.title-welcome {
    position: absolute;
    top: -7%;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

p#title-welcome {
    position: absolute;
    width: 100%;
    left: 50%;
}

div.text-welcome {
    position: absolute;
    top: -15%;
    right: 50%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

p#text-welcome {
    position: absolute;
    width: 100%;
    left: 50%;
}

div.image-welcome {
    position: absolute;
    top: 120%;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}


/* ==================================================
  About Styling
  ================================================== */

.about {
    position: relative;
    background-color: #fff;
}

.about h2 {
    color: #1F4B8B;
}

.hide_element {
    opacity: 0;
    transition: all 0.5s;
}

.transform_up {
    transform: translateY(20%);
}

.transform_down {
    transform: translateY(-20%);
}

.show_element {
    opacity: 1;
    transform: none;
}


/* ==================================================
  Features Styling
  ================================================== */

.features {
    position: relative;
    /*margin-top: 40%;*/
    background-color: #fff;
    padding-bottom: 45px;
}

.features h2 {
    color: #1F4B8B;
}

.feature-col {
    display: table;
    padding-bottom: 45px;
}

.feature-col>div>div {
    display: table-cell;
    vertical-align: middle;
}

.feature-col>div>div:last-child {
    padding-left: 20px;
}

.feature-col .feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    background: #1F4B8B;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.feature-col h3 {
    color: #242424;
}

.feature-col p {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #999;
}


/* ==================================================
  Call-to-action Styling
  ================================================== */

.cta {
    background-color: #6D6D6D;
    padding: 25px 0;
}

.cta h2 {
    margin-bottom: 5px;
}

.cta h2,
.cta p {
    color: #fff;
}

.cta p {
    margin-bottom: 0;
    opacity: 0.75;
}

.cta .btn-ghost {
    position: relative;
    top: 13px;
}


/* ==================================================
  Portfolio Styling
  ================================================== */

#portfolio::before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Ajusta opacidad aquí */
    z-index: 0;
    pointer-events: none;
}

.portfolio {
    background-color: #edf6ff;
    padding-bottom: 0;
}

.portfolio h2 {
    color: #1F4B8B;
    margin-bottom: 25px;
}

.portfolio-grid {
    margin-top: 65px;
}

.portfolio-grid .row {
    margin: 0;
}

.portfolio-grid .row>div {
    padding: 0;
}

.portfolio-grid .row>div .card img {
    width: 100%;
}

.portfolio-grid .row>div .card .portfolio-over {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.portfolio-grid .row>div .card .portfolio-over>div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-grid .row>div .card .portfolio-over .card-title {
    color: #fff;
    font-size: 30px;
}

.portfolio-grid .row>div .card .portfolio-over .card-text {
    color: #fff;
    opacity: 0.75;
    padding: 0 45px;
}

.portfolio-grid .row>div .card:hover .portfolio-over {
    opacity: 1;
    visibility: visible;
}


/* ==================================================
  Team Styling
  ================================================== */

.team h2 {
    color: #1533A8;
}

.team .col-sm-3 {
    padding: 0;
}

.team .card>a {
    display: block;
}

.team .card img {
    width: 100%;
}

.team .card h4 {
    color: #fff;
    text-transform: uppercase;
}

.team .card p {
    font-size: 11px;
    color: #fff;
    opacity: 0.75;
    margin: 0;
    padding: 0 35px;
}

.team .card .social-nav {
    margin-bottom: 45px;
}

.team .card .social-nav a {
    color: #fff;
    font-size: 16px;
    margin: 0 4px;
}

.team .card .social-nav a:hover {
    opacity: 0.75;
}

.team .card:hover .team-over {
    opacity: 1;
    visibility: visible;
}

.team .card:hover .card-title-wrap {
    background-color: #353535;
}

.team .card:hover .card-title-wrap .card-title,
.team .card:hover .card-title-wrap .card-text {
    color: #fff;
}

.team .team-over {
    padding-top: 45px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.team .card-title-wrap {
    padding: 15px 25px;
    position: relative;
    z-index: 9;
    background-color: #fff;
}

.team .card-title-wrap .card-title,
.team .card-title-wrap .card-text {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    display: block;
    margin: 0;
}

.team .card-title-wrap .card-title {
    font-size: 24px;
    color: #333;
}

.team .card-title-wrap .card-text {
    font-size: 18px;
    color: #999;
}


/* ==================================================
  Contact Section
  ================================================== */

#contact {
    background: #f7f7f7;
    padding: 80px 0;
}

#contact h2 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #2B4A86;
}

#contact .info i {
    font-size: 32px;
    color: #2B4A86;
    float: left;
    line-height: 0;
}

#contact .info p {
    padding: 0 0 10px 50px;
    line-height: 24px;
}

#contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

#contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    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: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

#contact .php-email-form .loading {
    display: none;
    background: #fff;
    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 #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
    background-color: #199EB8;
}

#contact .php-email-form button[type=submit] {
    background: #2B4A86;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

#contact .php-email-form button[type=submit]:hover {
    background: #365EAA;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    background-color: #111;
    padding: 0;
}

.site-footer h2,
.site-footer p {
    color: #fff;
}

.site-footer p {
    opacity: 0.75;
    line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
    margin-bottom: 25px;
}

.site-footer .social-nav a {
    color: #fff;
    opacity: 0.25;
}

.site-footer .social-nav a:hover {
    opacity: 1;
}

.site-footer .bottom {
    background-color: #000;
    padding: 20px 0;
}

.site-footer .bottom .list-inline,
.site-footer .bottom p {
    margin: 0;
}

.site-footer .bottom .list-inline {
    position: relative;
    top: 5px;
}

.site-footer .bottom .list-inline a {
    color: #fff;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
    color: #199EB8;
}

.site-footer .credits {
    color: #ddd;
}

.site-footer .credits a {
    color: #199EB8;
}


/* ==================================================
  Responsive Styling
  ================================================== */

@media (max-width: 61.9em) {

    section,
    .block,
    .cta {
        padding: 35px 0;
    }

    .features {
        padding-bottom: 5px;
    }

    p,
    .block p {
        margin: 0;
    }

    .hero-brand {
        margin-bottom: 35px;
    }

    .tagline {
        margin: 35px 0;
    }

    h1 {
        font-size: 32px;
        margin: 0;
    }

    h2,
    .tagline {
        font-size: 24px;
    }

    h2 {
        margin-bottom: 25px;
    }

    h3 {
        font-size: 14px;
    }

    .hero {
        padding: 75px 0;
    }

    .stats-col {
        margin-bottom: 25px;
    }

    .block {
        height: auto;
    }

    .feature-col {
        padding-bottom: 30px;
    }

    .portfolio-grid .card h3.card-title {
        font-size: 18px !important;
    }

    .portfolio-grid .card .card-text {
        font-size: 13px;
    }

    .team .team-over {
        padding-top: 20px;
    }

    .team .card .social-nav {
        margin-bottom: 15px;
        padding: 0;
    }

    .site-footer .social-nav {
        margin-bottom: 35px;
    }

    .site-footer .list-inline {
        text-align: center;
        padding-bottom: 15px;
    }

    .site-footer .list-inline li {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .block {
        padding-left: 30px;
        padding-right: 30px;
    }
}


/* ==================================================
  Whatsapp Button
  ================================================== */

.whatsapp-container {
    position: relative;
    display: inline-block;
}

.whatsapp-tooltip {
    visibility: hidden;
    width: 160px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /* Position the tooltip above the button */
    left: 50%;
    margin-left: -20px;
    /* Center the tooltip */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.whatsapp-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 12%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.whatsapp.show-tooltip .whatsapp-tooltip {
    visibility: visible;
    animation: fadeIn 1s forwards;
    animation-delay: 0s;
    /* animation-delay: 3s; */
}

.whatsapp-icon {
    animation: jump 1.5s ease-in-out infinite;
}

.whatsapp {
    animation: jump 1.5s ease-in-out;
    animation-delay: 3s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes jump {

    0%,
    100% {
        transform: translateY(0);
    }

    10% {
        transform: translateY(-10px);
    }

    20% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-5px);
    }

    40% {
        transform: translateY(0);
    }
}


/* ==================================================
  Main Loader
  ================================================== */

#main_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    transition: opacity 1s ease-out;
}

#main_loader.fade-out {
    opacity: 0;
}

.loader-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
}

.loader-image {
    position: relative;
    transform: scale(0.4, 0.4);
}


/* Animación de escala para la imagen */

@keyframes scale {

    0%,
    100% {
        transform: scale(8);
    }

    50% {
        transform: scale(5);
    }
}


/* Animación de rebote para la imagen */

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.loader-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-dots {
    position: absolute;
    bottom: -25px;
    left: 0;
    padding-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    z-index: 1;
}

.loader-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    animation: fill 1s infinite alternate;
}


/* Animación de llenado */

@keyframes fill {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.5);
    }

    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}


/* Aplicar retraso a cada punto */

.loader-dot:nth-child(1) {
    animation-delay: 0s;
}

.loader-dot:nth-child(2) {
    animation-delay: 0.25s;
}

.loader-dot:nth-child(3) {
    animation-delay: 0.5s;
}


/* ==================================================
  Carousel
  ================================================== */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(29%) sepia(99%) saturate(7472%) hue-rotate(202deg) brightness(91%) contrast(117%);
}

.carousel-control-prev,
.carousel-control-next {
    position: static;
    display: inline-block;
    width: auto;
}

.carousel-buttons {
    text-align: center;
}

.carousel-control-prev {
    margin-right: 20px;
}

.carousel-control-next {
    margin-left: 20px;
}


/* ==================================================
  General
  ================================================== */

.fixed-background {
    position: relative;
    background-image: url('assets/img/cover.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.text-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.no-select {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.cursor-pointer {
    cursor: pointer;
}

.feature-icon {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.feature-icon:hover {
    transform: scale(0.9);
    background-color: #0173ab;
}

.btn-over {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.btn-over:hover {
    transform: scale(1.05);
    background-color: #0173ab;
}

.modal-dialog {
    margin: auto;
}

#modal-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}