#page-top {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.content {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
}

#canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* The color is applied via JS, we don't need fixed attachment for a color overlay */
}

.inicio {
    position: relative;
    background-image: url('../imagenes/background4.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

html,
body {
    background-color: #ffffff;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden !important;
}

h1,
h2 {
    margin: 0px;
}

section {
    padding-top: 110px;
    padding-bottom: 60px;

}

.mask {
    -webkit-transition: all 1.1s linear;
    -moz-transition: all 1.1s linear;
    -o-transition: all 1.1s linear;
    -ms-transition: all 1.1s linear;
    transition: all 1.1s linear;
}

#Beneficios {
    background-image: url('../imagenes/_parallax1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#Descargas {
    background-image: url('../imagenes/_parallax2.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#Problemas {
    background-image: url('../imagenes/_parallax3.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.mask-1 {
    opacity: 0;
}

.mask-2 {
    opacity: 1;
}

div[opac='0']:hover+div {
    z-index: 0;
}

.btn-outline {
    background-color: black;
    border: 2px solid transparent;
    color: rgb(250, 150, 0) !important;
    transition: all .5s;
    border-radius: 10%;
}

.btn-default.btn-outline {
    color: rgb(0, 0, 0);
}

.btn-default.btn-outline:hover {
    background-color: transparent;
    border: 2px solid black;
    color: black !important;
}

a.thumbnail {
    border: 0px;
}

.carousel-control {
    padding-top: 10%;
    width: 5%;
    opacity: 1 !important;
    border: 2px solid black !important;
}

@media (min-width: 768px) {
    .carousel-control {
        padding-top: 150px;
        width: 5%;
    }

}

@media (min-width: 992px) {
    .carousel-control {
        padding-top: 9%;
        width: 5%;
    }
}

@media (min-width: 1200px) {
    .carousel-control {
        padding-top: 10%;
        width: 5%;
    }
}

.serv {
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
}

.social-red {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
}

.social-red:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.client {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+, IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
    border-top-style: none;
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.client:hover {
    filter: none;
    -webkit-filter: grayscale(0%);

}

.span-line {
    font-family: Breeze;
    font-size: 40px;
    color: black;
}

/*.span-line::after{
    border-top: 1px solid #d1d1d1;
    content: "";
    height: 1px;
    position:absolute;
    top: 34px;
    width: 25px;
    right:-30%;

}
.span-line::before{
    border-top: 1px solid #d1d1d1;
    content: "";
    height: 1px;
    position: absolute;
    top: 34px;
    width: 25px;
    left:-25px;

}*/
.navbar {
    background-color: #000000;
    border-color: black;
    border-bottom-width: 2px;

}

.navbar .navbar.nav-link {
    color: white;
    font-weight: bold;
    font-family: 'Britannic Bold'

}

ul.dropdown-menu>li>a {
    color: white;
    font-weight: bold;
    font-family: 'Britannic Bold'
}

.navbar .navbar-nav>li.dropdown:hover>ul.dropdown-menu {
    display: block;
    /* background-image:url("../imagenes/_nav_fondo4.png"); */
    background-color: #000000;
    font-family: 'Britannic Bold';
    color: white;
}

.navbar .navbar-nav>li.dropdown:hover>ul.dropdown-menu>li>a:hover {
    background-color: rgba(0, 0, 0, 0.14);
    color: #ffaa00;

}

.navbar .navbar.nav-link:hover,
.navbar .navbar.nav-link:focus {
    color: #ffaa00;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.2);

}

.navbar .navbar-toggler {
    border-color: white;
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus {
    background-color: rgba(255, 255, 255, 0.4);
}

.navbar .navbar-collapse,
.navbar .navbar-form {
    border-color: #909090;
}

.navbar-brand>img {
    height: 100%;
    padding: 8px;
    width: 100%;
}

.navbar-brand {
    height: 75px;
}

.nav-link {
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 17px;
}

.navbar-toggler {
    padding: 10px;
    margin: 25px 15px 25px 0;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 25px;
}

.icono {
    font-size: 30px;
    color: white;
    text-align: center;
    transition: color 0.5s linear 0s;
}

.div-icon {
    padding: 3px;
    width: 70px;
    display: inline-block;
}

/*@keyframes change-color{
    from {color: white;}
    to {color: rgba(0,0,89,0.2);}
}*/
.icono:hover>.text-icon,
.icono:hover {
    color: rgb(255, 149, 0);
    /*animation-name: change-color;
      animation-duration: 1s;*/

}

.text-title {
    font-family: Breeze;
    font-size: 40px;


    display: block;
    color: black;
    transition: color 0.5s linear 0s;
}

.text-icon {
    font-family: Breeze;
    font-size: 15px;
    padding: 5px;
    display: block;
    color: white;
    transition: color 0.5s linear 0s;
}

.text-letter {
    font-family: Breeze;
    font-size: 35px;
    color: black;
    padding: 0px;
    margin: 0px;
    height: 45px;
    padding-right: 1%;
}

#header_logo {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 5px;
}

#header_nav {
    border-radius: 10px 10px 10px 10px;
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    padding: 5px;
}

.row_padding {
    padding-top: 3%;
}

#p0 {
    color: rgb(0, 0, 0);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fca325;
    z-index: 9999;

}

#status {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../imagenes/_cargando.gif");
    background-color: #fca325;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;



}

.list-group-item.active {
    background-color: black !important;
    /* Cambia el color de fondo a naranja */
    color: white;
    /* Cambia el color del texto si es necesario */
    border-color: #ffaa00;
}
.icon-descarga-orange {
    color: orange;
    font-size: 16px;
    margin-left: 5px;
    display: inline-block;
}
@media (max-width: 767px) {

    .collapsing,
    .in {
        background-color: black;
    }

    /**/
    .collapsing ul li a,
    .in ul li a {
        color: #009719;
    }

    /**/
    .collapsing ul li a:hover,
    .in ul li a:hover {
        color: #fb0606;
    }

    /**/
    .icono {
        font-size: 30px;
        color: white;
        padding-top: 20px;
        /*-webkit-transform:translateX(-30%);*/
    }

    .text-icon {
        font-size: 15px;
    }

    .div-icon {
        padding: 2px;
        width: auto;
        display: inline-block;
    }

    .text-letter {
        font-size: 25px;
    }

    #header_logo {
        text-align: right;
        padding-top: 20px;
    }

    .net1,
    .net2 {
        display: none;
    }

    #Beneficios .col-4, #Problemas .col-4 {
        width: 45% !important;
    }

    #Beneficios .col-8, #Problemas .col-8 {
        width: 55% !important;
    }

}

#Beneficios .card-title, #Problemas .card-title {
    font-size: clamp(16px, 4vw, 22px) !important;
}

#Beneficios .card-text, #Problemas .card-text {
    font-size: clamp(12px, 2.5vw, 16px) !important;
    line-height: clamp(16px, 3.5vw, 20px) !important;
}

@media (max-width: 450px) {

    .div-icon {
        padding: 0px;
    }

    .icono {
        font-size: 15px;
        padding-top: 0px;

    }

    .text-title {
        color: black;
    }

    .text-icon {
        font-size: 10px;
    }

    .text-letter {
        font-size: 17px;
        color: black;
    }

    .inicio {
        background-image: url('../imagenes/background.png');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .net1,
    .net2 {
        display: none;

    }

    #Problemas, #Beneficios, #Descargas {
        background-image: url('../imagenes/background.png') !important;
        background-attachment: fixed !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }
    .social-red {
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(0%);
        /* Chrome 19+ & Safari 6+ */
        transition: all .6s ease;
        /* Fade to color for Chrome and Safari */
    }

    .social-red:hover {
        filter: none;
        -webkit-filter: grayscale(100%);
    }

    .client {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        /* Firefox 3.5+, IE10 */
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(0%);
        /* Chrome 19+ & Safari 6+ */
        -webkit-transition: all .6s ease;
        /* Fade to color for Chrome and Safari */
        -webkit-backface-visibility: hidden;
        /* Fix for transition flickering */
        border-top-style: none;
        max-width: 100%;
        max-height: 80px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .client:hover {
        filter: none;
        -webkit-filter: grayscale(100%);

    }

}

@media (max-height: 500px) {
    .row-space-portrait {
        padding-bottom: 0px !important;
    }

    #navbar .nav-link {
        font-size: 16px !important;
        /* Ajusta el tamaño de fuente aquí */
        padding-top: 10px !important;
    }

    #header_logo img {
        height: 100px;
        width: 100px;
    }

    .text-title {
        font-family: Breeze;
        font-size: 30px;


        display: block;
        color: black;
        transition: color 0.5s linear 0s;
    }

    .text-letter {
        font-family: Breeze;
        font-size: 15px;
        color: black;
        padding: 0px;
        margin: 0px;
        height: 15px;
        padding-right: 1%;
    }

    #googleImg {
        display: none;
    }

    #iosImg {
        display: none;
    }

    #Problemas, #Beneficios, #Descargas {
        background-image: url('../imagenes/background.png') !important;
        background-attachment: fixed !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }
    .social-red {
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(0%);
        /* Chrome 19+ & Safari 6+ */
        transition: all .6s ease;
        /* Fade to color for Chrome and Safari */
    }

    .social-red:hover {
        filter: none;
        -webkit-filter: grayscale(100%);
    }

    .client {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        /* Firefox 3.5+, IE10 */
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(0%);
        /* Chrome 19+ & Safari 6+ */
        -webkit-transition: all .6s ease;
        /* Fade to color for Chrome and Safari */
        -webkit-backface-visibility: hidden;
        /* Fix for transition flickering */
        border-top-style: none;
        max-width: 100%;
        max-height: 80px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .client:hover {
        filter: none;
        -webkit-filter: grayscale(100%);

    }

}

@media (max-height: 300px) {
    .row-space-portrait {
        padding-bottom: 0px !important;
    }

    /* #nav-navegador {
        display: none !important;
    } */

    #header_logo img {
        height: 100px;
        width: 100px;
    }

    .text-title {
        font-family: Breeze;
        font-size: 30px;


        display: block;
        color: black;
        transition: color 0.5s linear 0s;
    }

    .text-letter {
        font-family: Breeze;
        font-size: 15px;
        color: black;
        padding: 0px;
        margin: 0px;
        height: 15px;
        padding-right: 1%;
    }

    #googleImg {
        display: none;
    }

    #iosImg {
        display: none;
    }

    #Problemas, #Beneficios, #Descargas {
        background-image: url('../imagenes/background.png') !important;
        background-attachment: fixed !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }
    .social-red {
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(0%);
        /* Chrome 19+ & Safari 6+ */
        transition: all .6s ease;
        /* Fade to color for Chrome and Safari */
    }

    .social-red:hover {
        filter: none;
        -webkit-filter: grayscale(100%);
    }

    .client {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        /* Firefox 3.5+, IE10 */
        filter: gray;
        /* IE6-9 */
        -webkit-filter: grayscale(0%);
        /* Chrome 19+ & Safari 6+ */
        -webkit-transition: all .6s ease;
        /* Fade to color for Chrome and Safari */
        -webkit-backface-visibility: hidden;
        /* Fix for transition flickering */
        border-top-style: none;
        max-width: 100%;
        max-height: 80px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .client:hover {
        filter: none;
        -webkit-filter: grayscale(100%);

    }
}

@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Breeze";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Breeze.ttf") format("truetype");
}

#arrow-container {
    position: fixed;
    bottom: 20px;
    /* Posiciona la flecha a 20px del fondo */
    left: 50%;
    transform: translateX(-50%);
    /* Centra horizontalmente */
    opacity: 0;
    /* Inicialmente invisible */
    animation: fadeIn 0.5s forwards;
    /* Animación de aparición */
    animation-delay: 1.5s;
    /* Espera 1.5 segundos antes de empezar la animación */
}

.arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid black;
    /* Color de la flecha */
    animation: bounce 1s infinite;
    /* Animación de movimiento */
}

@keyframes fadeIn {
    to {
        opacity: 1;
        /* Hace la flecha visible */
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
        /* En su posición original */
    }

    50% {
        transform: translateY(10px);
        /* Se mueve hacia abajo */
    }
}
/* Custom navbar separators */
.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .navbar-collapse {
        max-height: 80vh;
        overflow-y: auto;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-item:not(:last-child)::after {
        content: "|";
        color: white;
        font-family: Breeze;
        font-size: 22px;
        padding-left: 5px;
        padding-right: 5px;
        pointer-events: none;
    }
}

/* Networking interactive icons */
.networking-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.networking-icon-wrapper .networking-icon {
    font-size: 2rem;
    color: #495057;
    transition: all 0.3s ease;
}

.networking-icon-wrapper:hover,
.networking-icon-wrapper.active {
    background-color: #000000;
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.networking-icon-wrapper:hover .networking-icon,
.networking-icon-wrapper.active .networking-icon {
    color: #fd7e14; /* Bootstrap orange */
}

.text-orange {
    color: #fd7e14;
}
