body {
    font-family: "Kufam", serif;
    font-weight: 400;
    font-style: normal;
    color: #0b1e32 !important;
    font-size: 15px;
}
.fw-semi {
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kufam", serif;
    letter-spacing: -1px;
    font-weight: 600;
}
.kufam {
    font-family: "Kufam", serif;
}
h1 {
    font-size: 21px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 32px;
}
#servicios p {
    font-size: 15px;
}
#equipos a {
    text-decoration: none;
}
.card-custom {
    background: #d8efdd !important;
    border-radius: 20px;
    border: 0;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.card-custom p {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.card-custom .icon-img {
    max-height: 75px;
}
.card-custom .icon-img-small {
    max-height: 60px;
}
.card-custom:hover {
    background: #0b1e32 !important;
    border-radius: 20px;
}
.card-custom:hover p {
    color: #3aaf54 !important;
}


/* menú segun si es home o paginas internas */
.home-nav-menu, .mobile-home-nav-menu{
    display: none;
}
.home .home-nav-menu{
    display: block;
}
.pages-nav-menu{
    display: block;
}
.home .pages-nav-menu{
    display: none;
}




.nav-tabs .nav-item {
    background-color: #d8efdd !important;
    border-radius: 20px;
    margin-right: 8px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}
.nav-tabs .nav-item .nav-link {
    background: transparent;
    border: none;
    color: #3aaf54 !important;
    width: 100%;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.nav-tabs .nav-item:hover {
    background-color: #3aaf54 !important;
}
.nav-tabs .nav-item:hover .nav-link {
    color: white !important;
}
.nav-tabs .nav-item.active-tab {
    background-color: #3aaf54 !important;
}
.nav-tabs .nav-item.active-tab .nav-link {
    color: white !important;
}
.item-equipos p {
    text-align: justify;
    font-size: 13px;
}
.tab-pane {
    scroll-margin-top: 300px;
}
.text-dark {
    color: #0b1e32 !important;
}
.text-primary {
    color: #3aaf54 !important;
}
.text-secondary {
    color: #172b3f !important;
}
.bg-black {
    background: #000 !important;
}
.bg-dark {
    background: #0b1e32 !important;
}
.bg-primary {
    background: #3aaf54 !important;
}
.bg-primary-light {
    background: #d8efdd !important;
}
.bg-secondary {
    background: #172b3f !important;
}
.border-bottom-primary {
    border-bottom: 1px solid #3aaf54 !important;
    margin-bottom: 10px;
    margin-right: 15px;
}
.border-bottom-dark {
    border-bottom: 1px solid #0b1e32 !important;
    margin-bottom: 10px;
    margin-right: 15px;
}
.navbar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-scrolled {
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding: 10px 20px;
}
.navbar-scrolled .container {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.home .navbar-brand {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 3rem;
}
.home .navbar-scrolled .navbar-brand {
    opacity: 1;
    width: auto;
    padding-top: 0;
}
.nav-link {
    color: white !important;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.nav-link:hover {
    color: #ddd !important;
}
.navbar-nav {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home .navbar-nav {
    margin: auto;
}
.navbar-scrolled .navbar-nav {
    margin-left: auto;
    margin-right: 0;
}
.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1050;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.fullscreen-menu.show {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 992px) {
    ul.nav {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
}
.brand {
    height: 26px;
}
.video-background {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 700px;
    height: 70vh;
    overflow: hidden;
}
.vh-container {
    height: 70vh;
}
@media (max-height: 770px) and (min-width: 1000px) {
    .video-background {
        min-height: 100vh;
    }
}

@media (max-width: 768px) {
    .video-background {
        min-height: 25vh;
        height: 25vh;
        margin-top: 57px;
    }
}

@media (min-width: 769px) and (max-width: 1000px){
    .vh-container {
        height: 50vh;
    }
    .video-background {
        min-height: 400px;
        height: 50vh;
    }
}
.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-filter: grayscale(0.25);
    filter: grayscale(0.25);
}
.video-foreground {
    height: 300%;
    top: -100%;
}
.intro {
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.robot-img {
    position: relative;
    z-index: 1;
}
.deco-robot-img {
    position: absolute;
    top: 15%;
    left: 0px;
    z-index: 2;
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.recording-dot {
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
}
.numbers {
    font-family: "Six Caps", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 250px !important;
    line-height: 208px !important;
    color: rgba(58, 175, 84, 0.5);
}
.deco-carousel {
    background-image: url(../images/carousel.png);
    height: 259px;
    width: 100%;
    -webkit-animation: deco_carousel 80s linear infinite;
    animation: deco_carousel 80s linear infinite;
    background-position: 0px center;
}
@-webkit-keyframes deco_carousel {
    0% {
        background-position: 0px center;
    }
    100% {
        background-position: -4000px center;
    }
}
@keyframes deco_carousel {
    0% {
        background-position: 0px center;
    }
    100% {
        background-position: -4000px center;
    }
}
.custom-border {
    border: 2px solid #172b3f;
    border-radius: 10px;
    padding: 15px;
}
footer p {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}
footer a {
    font-size: 14px;
    text-decoration: none;
}
.logo-cipp {
    width: 90px;
}
.logo-dica {
    width: 55px;
}
.logo-punto-agua {
    width: 119px;
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.floating {
    -webkit-animation: floating 1s ease-in-out infinite;
    animation: floating 1s ease-in-out infinite;
}
.circle-container {
    width: 400px;
    height: 400px;
}
.circle-4,
.circle-3,
.circle-2,
.circle-1 {
    border-radius: 50%;
    border: 2px solid #0b1e32;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.circle-4 {
    width: 100%;
    height: 100%;
}
.circle-3 {
    width: 91%;
    height: 91%;
}
.circle-1 {
    width: 45%;
    height: 45%;
    background: #172b3f;
}
.line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0b1e32;
}
.a90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.a45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.a-45 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.circle-brand {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}
.circle-brand img {
    width: 100px;
    height: 50px;
}
.circle-3 {
    -webkit-animation: giro_circle linear 10s infinite;
    animation: giro_circle linear 10s infinite;
}
@-webkit-keyframes giro_circle {
    0% {
        rotate: 0deg;
    }
    100% {
        rotate: 45deg;
    }
}
@keyframes giro_circle {
    0% {
        rotate: 0deg;
    }
    100% {
        rotate: 45deg;
    }
}
.circle-2 {
    width: 65%;
    height: 65%;
    position: absolute;
    -webkit-animation: size_circle 10s infinite ease-in;
    animation: size_circle 10s infinite ease-in;
}
@-webkit-keyframes size_circle {
    0% {
        width: 40%;
        height: 40%;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        width: 91%;
        height: 91%;
    }
}
@keyframes size_circle {
    0% {
        width: 40%;
        height: 40%;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        width: 91%;
        height: 91%;
    }
}
.water-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    bottom: 4%;
    -webkit-animation: water_circle 5s ease-in-out infinite;
    animation: water_circle 5s ease-in-out infinite;
}
.water-circle img {
    width: 52%;
}
@-webkit-keyframes water_circle {
    0%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes water_circle {
    0%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@media (max-width: 480px) {
    .circle-container {
        width: 260px;
        height: 260px;
    }
}
@media (min-width: 481px) and (max-width: 720px) {
    .circle-container {
        width: 350px;
        height: 350px;
    }
}
@media (max-width: 992px) {
    .navbar {
        background-color: #1a1a1d !important;
        padding: 10px 0;   
    }
    .navbar-brand {
        padding-top: 0 !important;
        /* opacity: 1 !important;
        overflow: initial !important; */
    }

    .home-nav-menu .navbar{
        display: none !important;
    }
    .mobile-home-nav-menu{
        display: block;
    }
    h3 {
        font-size: 18px;
    }
    .numbers {
        font-size: 200px !important;
        line-height: 167px !important;
    }
    .circle-brand img {
        width: 70px;
        height: 40px;
    }
    .logo-cipp {
        width: 130px;
    }
    .logo-dica {
        width: 90px;
    }
    .logo-punto-agua {
        width: 180px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .nav-tabs .nav-item {
        font-size: 12px;
        line-height: 15px;
    }
}
@media (max-width: 720px) {
    .video-foreground {
        height: 300% !important;
        top: -100% !important;
    }
    .deco-carousel {
        -webkit-animation: deco_carousel 40s linear infinite;
        animation: deco_carousel 40s linear infinite;
    }
}
