@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat;
    scroll-behavior: smooth;
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
}
body .segenar-logo {
    position: relative;
    display: inline-block;
}
body main.main-page {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
body main.main-page .confirmation-mesage {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100vh;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}
body main.main-page .confirmation-mesage .card {
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #232b30;
    text-align: center;
    gap: 1rem;
    max-width: 500px;
    max-height: 500px;
    color: #9cea86;
    transition: 0.3s;
}
body main.main-page .confirmation-mesage .card h1,
body main.main-page .confirmation-mesage .card p {
    position: relative;
    bottom: 20px;
}
body main.main-page .confirmation-mesage .card h1 {
    font-size: 1.5em;
}
body main.main-page .confirmation-mesage .card .alert-logo {
    position: relative;
    max-width: 150px;
    height: auto;
    bottom: 10px;
}
body main.main-page .confirmation-mesage .card .ok-button {
    position: relative;
    display: inline-block;
    all: unset;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 80px;
    height: 30px;
    text-align: center;
    padding: 5px;
    background-color: #9cea86;
    color: #232b30;
    font-weight: bold;
    border: none;
    outline: none;
    align-self: center;
    margin-bottom: 20px;
    transition: transform 0.3s;
}
body main.main-page .confirmation-mesage .card .ok-button:hover {
    transform: scale(1.035);
}
body main.main-page .confirmation-mesage.visible {
    visibility: visible;
    opacity: 1;
}
body main.main-page #back-button {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background-color: #13181a;
    color: #9cea86;
    font-size: 1.2em;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    scale: 0;
}
body main.main-page section {
    position: relative;
    max-width: 100vw;
    width: 100vw;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
body main.main-page section.main-section {
    height: 100vh;
}
body main.main-page section.main-section .slider {
    position: absolute;
    width: inherit;
    height: inherit;
    margin: auto;
    overflow: hidden;
}
body main.main-page section.main-section .slider .slider-track {
    animation: slide-animation 15s linear infinite;
    animation-delay: 1s;
    display: flex;
    width: inherit;
    height: inherit;
    cursor: pointer;
}
body main.main-page section.main-section .slider .slider-track .slide {
    position: relative;
    width: inherit;
    height: inherit;
}
body
    main.main-page
    section.main-section
    .slider
    .slider-track
    .slide
    .service-image {
    position: relative;
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}
body main.main-page section.main-section .navegation-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    z-index: 2;
}
body main.main-page section.main-section .navegation-bar .logotype {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 100px;
}
body main.main-page section.main-section .navegation-bar ion-icon {
    display: none;
    color: #ffffff;
    font-size: 2rem;
    cursor: pointer;
    transition: 0.3s;
}
body main.main-page section.main-section .navegation-bar ion-icon:hover {
    color: #9cea86;
}
body main.main-page section.main-section .navegation-bar .nav {
    transition: 0.3s;
}
body main.main-page section.contact-us #form textarea{
    resize: none;
}
body
    main.main-page
    section.main-section
    .navegation-bar
    .nav
    .navegation-buttons {
    list-style: none;
    gap: 2rem;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body
    main.main-page
    section.main-section
    .navegation-bar
    .nav
    .navegation-buttons
    li {
    transition: 0.3s;
    cursor: pointer;
}
body
    main.main-page
    section.main-section
    .navegation-bar
    .nav
    .navegation-buttons
    li
    .nav-button {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
}
body
    main.main-page
    section.main-section
    .navegation-bar
    .nav
    .navegation-buttons
    li:hover
    .nav-button {
    transform: scale(1.05);
    color: #9cea86;
}
body
    main.main-page
    section.main-section
    .navegation-bar
    .nav
    .navegation-buttons
    #services-li:hover {
    color: #9cea86;
}
body
    main.main-page
    section.main-section
    .navegation-bar
    .nav
    .navegation-buttons
    .subnav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    font-size: 0.85em;
    padding: 5px;
    transition: 0.12s;
}
body
    main.main-page
    section.main-section
    .navegation-bar
    .nav
    .navegation-buttons
    .subnav
    .subnavegation-buttons {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 0.85rem;
}
body
    main.main-page
    section.main-section
    .navegation-bar
    .nav
    .navegation-buttons
    .subnav
    .subnavegation-buttons
    .subnav-button {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
}
body
    main.main-page
    section.main-section
    .navegation-bar
    .nav
    .navegation-buttons
    .subnav
    .subnavegation-buttons
    .subnav-button:hover {
    color: #9cea86;
    transform: scale(1.05);
}
body
    main.main-page
    section.main-section
    .navegation-bar
    .nav
    .navegation-buttons
    .subnav.visible {
    visibility: visible;
    opacity: 1;
}
body main.main-page section.main-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    background: linear-gradient(to top, transparent, #232b30);
    z-index: 1;
}
body main.main-page section.about-us {
    height: 100vh;
    background-color: #f0f7f2;
    display: flex;
    align-items: center;
    justify-content: center;
}
body main.main-page section.about-us #about {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px;
    width: 100%;
    min-height: 50vh;
}
body main.main-page section.about-us #about #about-title {
    position: relative;
    font-size: 2.25em;
    transition: 1s;
    scale: 0;
}
body main.main-page section.about-us #about #about-text {
    position: relative;
    font-size: 1.15em;
    max-width: 680px;
    margin-top: 30px;
    transition: 1.5s;
    scale: 0;
}
body main.main-page section.our-services {
    height: 100vh;
}
body main.main-page section.our-services #services {
    width: 100%;
    min-height: 100vh;
}
body main.main-page section.our-services #services .service {
    position: relative;
    display: flex;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
}
body main.main-page section.our-services #services .service .text {
    position: absolute;
    align-self: flex-end;
    color: #ffffff;
    font-size: 1.5em;
    padding-left: 30px;
    padding-bottom: 30px;
    z-index: 10;
}
body main.main-page section.our-services #services .service .text h1 {
    text-shadow: 0 0 10px #fff;
    bottom: 20px;
    transition: 0.3s;
}
body main.main-page section.our-services #services .service::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 10;
}
body main.main-page section.contact-us {
    height: 100vh;
    background-color: #232b30;
    align-items: center;
    justify-content: center;
}
body main.main-page section.contact-us .contact-form {
    position: relative;
    display: flex;
    width: 0px;
    height: 600px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
body main.main-page section.contact-us .contact-form h1 {
    color: #9cea86;
    font-size: 1.5em;
}
body main.main-page section.contact-us .contact-form .inputs {
    position: relative;
    margin-top: 20px;
    color: white;
    display: inherit;
    flex-direction: column;
}
body main.main-page section.contact-us .contact-form .inputs label {
    position: relative;
    font-size: 1em;
    margin-bottom: 10px;
}
body main.main-page section.contact-us .contact-form .inputs input {
    position: relative;
    padding: 5px;
    border: none;
    height: 30px;
    margin-bottom: 10px;
}
body main.main-page section.contact-us .contact-form .inputs input:focus {
    border: none;
    outline: none;
}
body main.main-page section.contact-us .contact-form .inputs textarea {
    padding: 5px;
}
body main.main-page section.contact-us .contact-form .inputs textarea:focus {
    border: none;
    outline: none;
}
body main.main-page section.contact-us .contact-form .inputs #name {
    max-width: 350px;
    min-width: 300px;
}
body main.main-page section.contact-us .contact-form .inputs #phone {
    max-width: 200px;
    min-width: 180px;
}
body main.main-page section.contact-us .contact-form .inputs #mail {
    max-width: 200px;
    min-width: 180px;
}
body main.main-page section.contact-us .contact-form .inputs #send-button {
    position: relative;
    display: inline-block;
    all: unset;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 80px;
    height: 30px;
    margin-top: 35px;
    text-align: center;
    background-color: #9cea86;
    color: #232b30;
    font-weight: bold;
    border: none;
    outline: none;
    align-self: center;
    transition: transform 0.3s;
}
body
    main.main-page
    section.contact-us
    .contact-form
    .inputs
    #send-button:hover {
    transform: scale(1.035);
}
body main.main-page section.contact-us footer {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
body main.main-page section.contact-us footer .segenar-logo {
    width: 150pxs;
}

.swiper {
    width: 100%;
    height: 100%;
}

:root {
    --swiper-navigation-size: 30px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-color: #7ffc72;
}

.swiper-button-prev,
.swiper-button-next {
    width: calc(var(--swiper-navigation-size) / 75 * 100) !important;
}
.swiper-wrapper picture img {
    width: 100%;
    height: 100%;
}
.fit-bg {
    object-fit: cover;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #131313;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
}

::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.paused {
    animation-play-state: paused;
}

@keyframes slide-animation {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-200%);
    }
}
@media screen and (max-width: 650px) {
    body .main-page form {
        padding: 3px;
    }
    body .main-page .confirmation-mesage .card {
        width: 300px;
        height: 300px;
    }
    body .main-page .confirmation-mesage .card .alert-logo {
        width: 100px;
        top: 3.5px;
    }
    body .main-page .main-section .navegation-bar {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    body .main-page .main-section .navegation-bar #open {
        position: fixed;
        top: 10px;
        right: 10px;
        transition: all 0.3s;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 8px;
    }
    body .main-page .main-section .navegation-bar .icon {
        position: absolute;
        display: block;
        right: 30px;
    }
    body .main-page .main-section .navegation-bar .nav {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        display: flex;
        align-items: start;
        background: #232b30;
        width: 75%;
        top: 0;
        left: 0;
        gap: 1rem;
        padding: 1rem;
        bottom: 0;
        flex-direction: column;
        top: 0px;
        left: 0px;
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.8);
        transition: 0.3;
    }
    body .main-page .main-section .navegation-bar .nav .close {
        display: block;
    }
    body .main-page .main-section .navegation-bar .nav .navegation-buttons {
        flex-direction: column;
    }
    body .main-page .main-section .navegation-bar .nav .navegation-buttons li {
        position: relative;
        top: 10px;
        left: 20px;
    }
    body
        .main-page
        .main-section
        .navegation-bar
        .nav
        .navegation-buttons
        li
        .nav-button::before {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 180%;
        height: 5px;
        transition: 0.3s;
        background: #fff;
    }
    body
        .main-page
        .main-section
        .navegation-bar
        .nav
        .navegation-buttons
        li:hover::before {
        background: #9cea86;
    }
    body .main-page .main-section .navegation-bar .nav.visible {
        opacity: 1;
        visibility: visible;
    }
    body .main-page .contact-form .inputs #name {
        width: 300px;
    }
    body .main-page .contact-form .inputs #phone {
        width: 300px;
    }
    body .main-page .contact-form .inputs #mail {
        width: 300px;
    }
} /*# sourceMappingURL=styles.css.map */
