* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.div-btn-zap {
    position: fixed;
    z-index: 99;
    right: 2%;
    bottom: 2%;
}

.btn-zap-fixed {
    background-color: green;
    transition: all 0.5s;
    color: white;
    width: 75px;
    height: 75px;
    border-radius: 999px;
    font-size: 30px;
}

.btn-zap-fixed:hover {
    background-color: white;
    color: green;
}

header {
    width: 100vw;
    position: fixed;
    z-index: 99;
}

html {
    scroll-behavior: smooth;
}

.row-before-nav {
    background-color: #333;
    color: #d2d2d5;
    display: flex;
    align-items: center;
    width: 100%;
    height: 5vh;
    font-size: 12px;
    letter-spacing: 2px;
    z-index: 99;
}

.row-before-nav a {
    text-decoration: none;
    color: #d2d2d5;
}

.navbar {
    transition: all 0.5s;
    letter-spacing: 2px;
    font-size: 14px;
}

.nav-link,
.navbar-brand {
    cursor: pointer;
}

.navbar a {
    color: white !important;
    transition: all 0.5s;
}

.navbar a:hover {
    color: #ef4134 !important;
}

.navbar-brand {
    padding: 30px 0px;
}

.navbar img {
    height: 60px;
}

#section-home {
    width: 100%;
    height: 100vh;
    background-image: url(/assets/home1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transition: 2s;
    transition-delay: 2s;
}

.div-section-home {
    background-image: linear-gradient(#00000090, #00000090);
}

.slogan-button-section-home {
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 100px;
    letter-spacing: 4px;
    width: 50%;
}

.btn-home-services {
    background-color: #ef4134;
    color: white;
    padding: 10px;
    font-size: 13px;
    transition: all 0.5s;
    letter-spacing: 2px;
}

.btn-home-about {
    background-color: white;
    color: black;
    padding: 10px;
    font-size: 13px;
    transition: all 0.5s;
    letter-spacing: 2px;
}

.btn-home-services:hover {
    background-color: white;
    color: #ef4134;
}

.btn-home-about:hover {
    color: #ef4134;
}

#section-about {
    width: 100%;
    height: 100vh;
}

.div-section-about {
    background-color: #d2d2d5;
}

.col-row-main-section-about {
    padding-top: 15vh;
}

.swiperAbout {
    width: 60%;
    height: 80%;
}

.item-about img {
    border-radius: 9px;
    width: 100%;
    height: 100%;
}

#section-services {
    width: 100%;
    height: 100vh;
}

.div-section-services {
    background-color: #333;
}

.div-title {
    display: flex;
    flex-direction: column;
    padding-top: 15vh;
    height: 25%;
}

.div-services {
    height: 75%;
    width: 100%;
}

.row-services {
    height: 60%;
    width: 100%;
}

.col-services img {
    border-radius: 9px;
    width: 100%;
    height: 100%;
    object-fit: fill !important;
}

.title-col-services {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ef4134dc;
    color: white;
    height: 57px;
    margin-top: -5px;
    font-size: 12px;
    letter-spacing: 2px;
}

.col-services {
    transition: all 0.5s;
    cursor: pointer;
}

.col-services:hover {
    transform: scale(1.1);
}

.modal-header {
    background-color: #ef4134dc;
    color: white;
}

.col-img-modal-lite {
    position: absolute;
    right: 0;
}

.ul-modal{
    min-height: 300px;
}

.col-img-modal img {
    border-radius: 10px;
}

.btn-close-modal {
    transition: all 0.5s;
    color: white;
    background-color: red;
}

.btn-close-modal:hover {
    background-color: rgba(255, 0, 0, 0.8);
}

.modal-body img {
    width: 70%;
    height: 80%;
}

.modal-body {
    height: auto;
}

.modal-title{
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-content {
    border: 0 !important;
    background-color: #d2d2d5;
    position: relative;
}

.modal-content {
    border: none !important;
}

#section-projects {
    width: 100%;
    height: 100vh;
}

.div-section-projects {
    background-color: #d2d2d5;
}

.div-projects {
    height: 75%;
    width: 100%;
}

.swiperProjects {
    height: 70%;
    width: 100%;
}

.item-project img {
    border-radius: 9px;
    width: 100%;
    height: 85%;
}

.title-item-project {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ef4134dc;
    color: white;
    height: 15%;
    margin-top: -5px;
    font-size: 12px;
    letter-spacing: 2px;
}

#section-clients {
    width: 100%;
    height: 40vh;
    background-color: white;
}

.div-title-clients {
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.swiperClients {
    height: 50%;
    width: 100%;
}

.item-client img {
    border-radius: 9px;
    width: 100%;
    height: 100%;
}

#section-contact {
    width: 100%;
    height: 130vh;
}

.div-title-contact {
    display: flex;
    flex-direction: column;
    padding-top: 15vh;
    height: 25vh;
}

.div-section-contact {
    background-color: #333;
}

.row-main-section-contact {
    height: 75vh;
}

.btn-submit-contact {
    background-color: #ef4134;
    color: white;
    width: 20%;
    transition: all 0.5s;
}

.btn-submit-contact:hover {
    color: #ef4134dc;
    background-color: white;
}

.name-contact {
    color: white;
}

.area-contact {
    color: #d2d2d582;
}

.div-contact-informations a {
    color: #ef4134dc;
}

.row-aditional-informations-contact {
    height: 25vh;
}

.div-insta-contact,
.div-face-contact {
    background-color: white;
    height: 50px;
    width: 50px;
    font-size: 30px;
    border-radius: 999px;
}

.div-insta-contact a,
.div-face-contact a {
    display: inline-block;
    transition: all 0.5s;
}

.div-insta-contact a {
    color: #e1306c;
}

#section-map {
    height: 45vh;
    width: 100%;
}

footer {
    width: 100%;
    height: 20vh;
    background-color: #333;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
}

@media (max-width: 950px) {
    .navbar {
        background-color: #343436 !important;
    }

    .row-before-nav {
        display: none;
    }

    .slogan-button-section-home {
        font-size: 20px;
        margin-bottom: 150px;
    }

    .div-buttons-section-home {
        flex-direction: column;
    }

    .div-buttons-section-home button {
        margin-top: 10px;
        font-size: 15px;
    }

    .btn-home-services {
        width: 200px;
    }

    #section-about,
    #section-services,
    #section-contact {
        height: auto;
    }

    .div-section-about {
        height: auto;
        font-size: 20px;
    }

    .col-row-main-section-about {
        padding-top: 5vh;
        width: 100vw;
    }

    .swiperAbout {
        height: 40vh;
        width: 100%;
        margin-bottom: 50px;
    }

    .div-section-services {
        height: auto;
    }

    .col-services {
        margin-bottom: 5vh;
    }

    .row-services {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        width: 100vw;
    }

    .col-img-modal {
        display: none !important;
    }

    .div-title {
        padding-top: 5vh;
    }

    .div-section-projects .div-title {
        height: auto;
    }

    #section-projects {
        height: 75vh;
    }

    .div-section-projects {
        height: 80%;
    }

    .div-projects {
        height: 100%;
    }

    .title-item-project {
        font-size: 20px;
    }

    .div-title-clients {
        height: auto;
        padding-top: 5vh;
    }

    #section-clients {
        height: 30vh;
    }

    .swiperClients {
        height: 60%;
    }

    .div-title-contact {
        padding-top: 5vh;
        height: auto;
    }

    .col-data-contacts {
        padding-left: 15px !important;
    }

    .row-main-section-contact {
        height: auto !important;
    }

    .row-main-section-contact .col-lg-6 {
        margin-bottom: 1rem !important;
    }

    .row-modal-to-pc {
        display: none;
    }

    .row-modal-to-mobile {
        display: block !important;
    }

    .modal-body{
        height: auto;
        padding: 1rem;
    }

    .col-topo-mobile{
        margin-left: 2rem;
    }

    .btn-submit-contact{
        width: 50%;
    }

    #section-clients{
        height: 45vh;
    }


}


   
