﻿#navbarMain {
    padding: 20px 10px;
    background-color: rgba(255,255,255,0.8) !important;
}

    #navbarMain .nav-link {
        font-size: 16px;
        font-weight: 600;
        color: #00346a;
    }

#banner {
    /*padding-top: 100px;*/
    background: linear-gradient(180deg, #FFFFFF 0%, #D6F3FF 100%);
}
/*Css Carousel INICIO*/
#carouselMAW {
    background-image: url('../../../images/carousel/make_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left bottom;
}
.px-banner {
    padding-right: 9rem;
    padding-left: 9rem;
}
.container-carousel {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.carousel-control-prev-icon {
    background-image: url('../../../images/carousel/button_c_left.svg');
}
.carousel-control-next-icon {
    background-image: url('../../../images/carousel/button_c_right.svg');
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 3rem;
    width: 3rem;
}
/*Css Carousel FINAL*/
#offcanvasNavbar {
    background-color: #00346a;
    color: #ffff;
    width: 65%;
}
.h-85 {
    height: 85% !important;
}
.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 5;
}

#about {
    padding: 60px 30px;
    background-color: #0F456B;
    color: white;
    text-align: center;
}

#cards {
    padding: 20px 10px;
}

    #cards .card {
        border: none;
        background-color: #f9fafa;
        padding: 20px;
    }

    #cards img {
        height: 24px;
        width: 24px;
    }

.color-up {
    color: #1EE9B6;
}

#help {
    padding: 20px 10px;
}

    #help .image-container {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #00346a;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #help .image-container img {
            width: 50%;
            height: 50%;
            object-fit: cover;
        }

#start {
    padding: 20px 10px;
    background: linear-gradient(180deg, #FFFFFF 0%, #D6F3FF 100%);
}

    #start .app-content h1 {
        text-align: center;
    }

    #start .app-content .buttons-app {
        justify-content: center;
    }

    #start .btn-secondary {
        width: 80%;
    }

#contact {
    padding: 20px 10px;
    background: #D6F3FF;
}

    #contact .card {
        border: none;
        border-radius: 24px;
    }

    #contact textarea {
        border-radius: 25px;
        height: 100px;
        resize: none;
    }

    #contact .dropdown-toggle::after {
        display: none;
    }

    #contact .dropdown button {
        color: #00346A;
        padding-left: 45px;
    }

        #contact .dropdown button:hover {
            color: #00346A;
            padding-left: 45px;
        }

#contact h1 {
    text-align: center;
}

    #contact .dropdown ul {
        width: 100%;
        color: #00346A;
    }

        #contact .dropdown ul li {
            width: 100%;
            color: #00346A;
        }


    #about, #help, #start {
        scroll-margin-top: 80px;
    }

@media (max-width: 992px) {
    /* Estilos para dispositivos móviles */
    #carouselMAW {
        background-position: center center;
    }
    .px-banner {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .banner-text1 {
        font-size: 22px;
        font-weight: 400;
    }

    .banner-text2 {
        font-size: 32px;
        font-weight: 700;
    }

    .banner-text3 {
        font-size: 16px;
        font-weight: 400;
    }

    .col-padding-top {
        padding-top: 40px;
    }

    .banner-content {
        justify-content: center;
        text-align: center;
    }

    .banner-buttons {
        display: block;
    }

        .banner-buttons a {
            width: 100%;
            margin-bottom: 10px;
        }

    .title-card {
        font-size: 22px;
        font-weight: 400;
    }
}

@media (min-width: 992px) {
    /* Estilos para tablets */
    #navbarMain {
        padding: 20px 40px;
    }

    /*#banner {
        padding-top: 80px;
    }*/

    .banner-text1 {
        font-size: 30px;
        font-weight: 400;
    }

    .banner-text2 {
        font-size: 44px;
        font-weight: 700;
    }

    .banner-text3 {
        font-size: 20px;
        font-weight: 400;
    }

    .col-padding-top {
        padding-top: 40px;
    }

    .banner-buttons a {
        width: auto;
    }

    .title-card {
        font-size: 30px;
        font-weight: 400;
    }

    #help .text-help {
        font-size: 16px;
        font-weight: 400;
    }

    #start .app-content h1 {
        text-align: left;
    }

    #start .app-content .buttons-app {
        justify-content: start;
    }

    #start .btn-secondary {
        width: 400px;
    }

    #contact h1 {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .title-card {
        font-size: 32px;
        font-weight: 400;
    }
}
@media (max-width: 992px) {
    #imageBanner {
        display: none!important;
    }
}
@media (min-width: 1025px) {
    /* Estilos para laptops o PCs */
    .banner-text1 {
        font-size: 34px;
        font-weight: 400;
    }

    .banner-text2 {
        font-size: 48px;
        font-weight: 700;
    }

    .banner-text3 {
        font-size: 24px;
        font-weight: 400;
    }

    .break-line::after {
        content: "\A";
        white-space: pre;
    }

    .col-padding-top {
        padding-top: 0;
    }

    .banner-buttons {
        display: flex;
    }

    #about {
        padding: 60px 200px;
    }

    #cards {
        padding: 30px 30px 0 30px;
    }

    .title-card {
        font-size: 34px;
        font-weight: 400;
    }

    #help {
        padding: 50px;
    }

        #help .text-help {
            font-size: 20px;
            font-weight: 400;
        }

    #start {
        padding: 50px;
    }

    #contact {
        padding: 50px;
    }
}
