@import url("https://use.typekit.net/cbi4ckp.css");

html {
    font-family: "articulat-cf", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #1e1e1e; 
    line-height: 1.4rem; 
}

body {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

h1 {
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 0.9em;
}

h2 {
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 0.9;
}

h5 {
    font-size: 16px;
    font-weight: 900;
    line-height: 0.9em;
}

header {
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    align-items: flex-end;
    transition: 2s all ease;
    z-index: 2;
}

header img {
    width: 196px;
    height: 93px;
}

header nav {
    min-height: 93px;
    display: flex;
    align-items: flex-end;
}

header nav ul li {
    margin-right: 15px;
}

header nav ul li:last-child {
    margin-right: 10px;
}

header ul {
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}

header a {
    color: #1e1e1e;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.6rem;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
}

header a:hover {
    color: #c12127;
    transition: 0.3 all ease;
}

header a[href="#fale-conosco"] {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -12px;
    border: #c12127 solid 1px;
    border-radius: 50px;
    color: #c12127;
    width: 175px;
    height: 48px;
    font-size: 1.42rem;
    box-sizing: border-box;
    
}

header a[href="#fale-conosco"]:hover {
    background-color: #c12127;
    color: #ffffff;
    border: transparent;
    transition: 1s all ease;
}

header > div:last-child {
    display: flex;
    height: 93px;
    align-items: center;
}

header button {
    border: none;
    background: #c12127;
    color: #ffffff;
    border-radius: 50px;
    height: 48px;
    width: 157px;

    display: flex;
    align-items: center;
    font-size: 1.42rem;
    font-weight: 700;
    box-sizing: border-box;

    cursor: pointer;
}

header button > svg {
    display: flex;
    justify-self: flex-start;
    margin-left: 15px;
}

header button > span {
    display: flex;
    justify-self: center;
    margin-left: 30px;
}

section {
    min-width: 100%;
    min-height: 100vh;
}

#carrossel {
    margin-top: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

#recursos {
    display: flex;
    justify-content: center;
    align-items: flex-start;

    
}

#recursos > div {
    max-width: 1024px;
    height: 100%;
    border-bottom: #cccccc solid 0.5px;
}

#recursos > div > div:first-child {
    display: flex;
    justify-content: center;
}

#recursos h1 { 
    width: 825px;
    text-align: center; 
}

#recursos h1 > span { color: #c12127; }

#recursos > div > div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#recursos .card {
    margin-top: 12px;
    width: 300px;
    display: flex;
    padding: 8px;
    box-sizing: border-box;
}

#recursos .card > div:first-child {
    display: flex;
    align-items: baseline;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 20px;
}

#recursos .card > div:last-child {
    padding-left: 8px;
    box-sizing: border-box;
}

#explain {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.4em;
}

#explain h5 {
    font-size: 1.6rem;
}

#explain > div {
    max-width: 1024px;
    width: 100%;
    height: 100%;
}

#explain .card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#explain .card:nth-child(even) {
    flex-direction: row-reverse;
}

#explain .card > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    max-width: 500px;
}

#explain .lottieplayer {
    max-width: 500px;
    max-height: 500px;
}


#fale-conosco {
    color: #ffffff;
    background-color: #3a4e9d;
    width: 100%;
    min-height: 650px;
    bottom: 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: -250px;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

#fale-conosco > div {
    width: 100vw;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 180px;
}

#fale-conosco > div > div {
    width: 300px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

#fale-conosco button {
    width: 300px;
    margin-top: 24px;
    font-family: "articulat-cf", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #3a4e9d;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    justify-content: space-between;
    border-radius: 50px;
    height: 48px;     
}

#fale-conosco button > span {
    margin-left: 19px;
}

footer {
    color: #ffffff;
    background-color: #c12127;
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    margin-bottom: 0;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

footer > div:first-child {
    width: 100vw;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
    margin-top: 200px;
    
}

footer > div:first-child > div:first-child {
    width: 300px;
    height: 150px;
}

footer > div:first-child > div:first-child > div:first-child {
    display: flex;
    align-items: center;
}

footer > div:first-child > div:first-child > div:first-child div {
    padding: 0 10px;
}

footer #logo-makaw-branca {
    width: 152px;
    border-right: #ffffff solid 1px;
}

footer #logo-makaw-branca > img {
    width: 152px;
}

footer #definicao-makaw {
    display: flex;
    justify-content: flex-end;
}

footer #definicao-makaw > p {
    width: 268px;
}

footer > div:first-child > div:last-child {
    width: 300px;
    height: 250px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
}

footer > div:first-child > div:last-child > div {
    display: flex;
    align-items: center;
    box-sizing: border-box;    
} 

footer #redes-sociais {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer #redes-sociais > p {
    max-width: 185px;
    font-size: 1.15rem;
    font-weight: 900;
    display: block;
}

footer #fale-com-nossa-equipe > p {
    max-width: 185px;
    font-size: 1.15rem;
    font-weight: 900;
    display: block;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 4px 0;
}

footer a > span { margin-left: 8px; }

footer > div:last-child {
    display: flex;
    width: 100%;
    height: 40px;
    background-color: #1e1e1e;
    padding-left: 64px;
    box-sizing: border-box;
    margin-bottom: 0;
}

footer > div:last-child > p {
    max-width: 1024px;
    font-size: 0.85rem;

}

.modal:before {
    content: "";
    display: none; 
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.opened:before {
    display: block;
}

.opened .modal-dialog {
    transform: translate(0, 0);
    top: 20%;
}

.modal-dialog {
    background: #ffffff;
    border: #333333 solid 0px;
    border-radius: 5px;
    margin-left: -200px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: -100%;
    z-index: 11;
    width: 360px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    transform: translate(0, -500%);
    transition: transform 0.3s ease-out;
}

.modal-body {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.modal-header,
.modal-footer {
    padding: 10px 20px;
}

.modal-header {
    border-bottom: #eeeeee solid 1px;
}

.btn-close {
    color: #1e1e1e;
    font-size: 48px;
    text-decoration: none;
    padding: 10px;
    position: absolute;
    right: 7px;
    top: 0;
}

.btn-close:hover {
    color: #919191;
}

.modal-body > form > div {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.modal-body label {
    font-size: 1.14rem;
    line-height: 1.4em;
    font-weight: 700;
    padding-left: 10px;
}

.modal-body input {
    height: 48px;
    width: 300px;
    border-radius: 10px;
    border: #1e1e1e solid 0.5px;
    padding: 0 40px;
    box-sizing: border-box;
}



.modal-body button[type="submit"] {
    background-color: #c12127;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 48px;
    width: 250px;
    border: none;
    border-radius: 10px;
    font-size: 1.42rem;
    font-weight: 700;
    box-sizing: border-box;
    cursor: pointer;
}

.modal-body button[type="submit"] > svg {
    margin-left: 15px;
}

.modal-body button[type="submit"] > span {
    margin-left: 62px;
}

.modal-body input#email {
    background: transparent url('data:image/svg+xml, %3Csvg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E %3Cpath d="M17 19V17C17 15.9391 16.5786 14.9217 15.8284 14.1716C15.0783 13.4214 14.0609 13 13 13H5C3.93913 13 2.92172 13.4214 2.17157 14.1716C1.42143 14.9217 1 15.9391 1 17V19" stroke="rgba(30, 30, 30, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E %3Cpath d="M9 9C11.2091 9 13 7.20914 13 5C13 2.79086 11.2091 1 9 1C6.79086 1 5 2.79086 5 5C5 7.20914 6.79086 9 9 9Z" stroke="rgba(30, 30, 30, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E %3C/svg%3E') no-repeat 13px center;
    box-shadow: 0 0 0 0 transparent;
    outline: none;
    width: 100%;
}

.modal-body input#senha {
    width: 260px;
    background: transparent url('data:image/svg+xml, %3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E %3Cg clip-path="url(%23clip0_398_709)"%3E%3Crect width="20" height="20" fill="white"/%3E %3Cpath d="M17 9H3C1.89543 9 1 9.89543 1 11V18C1 19.1046 1.89543 20 3 20H17C18.1046 20 19 19.1046 19 18V11C19 9.89543 18.1046 9 17 9Z" stroke="rgba(30, 30, 30, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E %3Cpath d="M5 9V5C5 3.67392 5.52678 2.40215 6.46447 1.46447C7.40215 0.526784 8.67392 0 10 0C11.3261 0 12.5979 0.526784 13.5355 1.46447C14.4732 2.40215 15 3.67392 15 5V9" stroke="rgba(30, 30, 30, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id="clip0_398_709"%3E %3Crect width="20" height="20" fill="white"/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E') no-repeat 13px center ;
    border: 1px solid transparent;
}

.modal-body input#senha:focus,
.modal-body button#toggle-password {
    box-shadow: 0 0 3px 0 transparent;
    border-color: transparent;
    outline: none;
}

.modal-body button#toggle-password {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url('data:image/svg+xml, %3Csvg width="24" height="18" viewBox="0 0 24 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E %3Cpath d="M1 9C1 9 5 1 12 1C19 1 23 9 23 9C23 9 19 17 12 17C5 17 1 9 1 9Z" stroke="rgba(30, 30, 30, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E %3Cpath d="M12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12Z" stroke="rgba(30, 30, 30, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E %3C/svg%3E') no-repeat center;
}

.modal-body button#toggle-password.hide {
    background: transparent url('data:image/svg+xml, %3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E %3Cpath d="M17.94 17.94C16.2306 19.243 14.1491 19.9649 12 20C5 20 1 12 1 12C2.24389 9.68192 3.96914 7.65663 6.06 6.06003M9.9 4.24002C10.5883 4.0789 11.2931 3.99836 12 4.00003C19 4.00003 23 12 23 12C22.393 13.1356 21.6691 14.2048 20.84 15.19M14.12 14.12C13.8454 14.4148 13.5141 14.6512 13.1462 14.8151C12.7782 14.9791 12.3809 15.0673 11.9781 15.0744C11.5753 15.0815 11.1752 15.0074 10.8016 14.8565C10.4281 14.7056 10.0887 14.4811 9.80385 14.1962C9.51897 13.9113 9.29439 13.572 9.14351 13.1984C8.99262 12.8249 8.91853 12.4247 8.92563 12.0219C8.93274 11.6191 9.02091 11.2219 9.18488 10.8539C9.34884 10.4859 9.58525 10.1547 9.88 9.88003" stroke="rgba(30, 30, 30, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E %3Cpath d="M1 1L23 23" stroke="rgba(30, 30, 30, 1)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E %3C/svg%3E') no-repeat center;
}

.alert-danger-makaw {
    list-style: none;
    padding: 10px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.form-group {
    display: flex;
    border: solid 1px #1e1e1e;
    border-radius: 10px;
}

.sticky {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9;
    background: #ffffff;
    transition: 2s all ease;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.reveal {
    opacity: 0;
    transform: translateY(150px);
    transition: 2s all ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

li.active {
    border-bottom: #c12127 solid 2px;
    transition: 0.3s all ease;
}

li.active a {
    color: #c12127;
}

li.fale-conosco.active {
    border-bottom: none;
    transition: 0.3s all ease;
}

li.fale-conosco.active a {
    color: #ffffff;
    background-color: #c12127;
    border-color: transparent;
    transition: 1s all ease;
}

.swiper {
    width: 100vw;
    height: 100vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
    display: flex !important; 
    justify-content: center;    
    align-items: center;       
    box-sizing: border-box;    
}

.swiper-slide > div {
    max-width: 1024px;
    width: 100vw;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

.swiper-slide > div > h1 {
    max-width: 500px;
    color: #1e1e1e;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
}


#slide-solucao-cloud {
    background: url("/images/landing-page-makaw-images/slides/solucao-cloud.jpg") center no-repeat;
    background-size: cover;

}

#slide-ordens-servico {
    background: url("/images/landing-page-makaw-images/slides/ordens-servico.jpg") bottom center no-repeat;
    background-size: cover;

}


#slide-comercial {
    background: url("/images/landing-page-makaw-images/slides/vendas.jpg") bottom center no-repeat;
    background-size: cover;

}


#slide-contratos {
    background: url("/images/landing-page-makaw-images/slides/contratos.jpg") center no-repeat;
    background-size: cover;

}

#slide-faturamento {
    background: url("/images/landing-page-makaw-images/slides/faturamento.jpg") center no-repeat;
    background-size: cover;

}

#slide-integracao-somaseg {
    background: url("/images/landing-page-makaw-images/slides/integracao.jpg") center no-repeat;
    background-size: cover;
}

#slide-integracao-somaseg > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#slide-integracao-somaseg svg {
    height: 128px;
    width: 501.26px;
    margin-top: -20px;
}

#recursos > div > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; 
}

#recursos > div >div:first-child > svg {
    height: 144px;
    margin-top: 48px;
    margin-bottom: -48px;
}

#icon-menu {
    display: none;
    color: #fff;
    cursor: pointer;
}

#icon-menu-close {
    animation: openMenu .4s ease-out;
    display: none;
    transform: scale(0.5);
    color: #fff;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 101;
    cursor: pointer;
}

.card-somaseg {
    color: #1E1E1E;
    text-decoration: none;
}

@keyframes openMenu {
    0% { top: -1000px; }
    100% { top: 0; }
}

.menu-mobile {
    animation: openMenu .4s ease-out;
    position: fixed;
    width: 100%;
    background-color: #C12127;
    border-radius: 0px 0px 45px 45px;
    background-image: url( '/images/landing-page-makaw-images/menu-mobile-background-makaw.svg' );
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 100;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.menu-mobile ul {
    padding: 20vh 8vw;
    width: 400px;
    display: flex;
    gap: 32px;
    flex-direction: column;
    justify-content: space-around;
    list-style: none;
}

.menu-mobile a {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    text-decoration: none;
}

.social-media-menu-mobile {
    display: flex;
    gap: 20px;
}

.social-media-menu-mobile-title {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 1;
}

@media (max-width: 1060px) {
    /* Monitores maiores */

    header {
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
    }

    header nav {
        display: none;
    }

    #icon-menu {
        display: block;
        transform: scale(0.5);
    }

    .swiper-slide > div {
        padding-left: 40px;
    }
    
    #recursos > div {
        max-width: 80vw;
        height: 100%;
        border-bottom: #cccccc solid 0.5px;
    }

    #explain .card, 
    #explain .card:nth-child(2n) {
        flex-direction: column;
        align-items: center;
    }

    .mobile-background-image {
        display: none;
    }

    #slide-contratos {
        background-position: 60%;
    }

    #slide-comercial {
        background-position: 75%;
    }

    #slide-ordens-servico {    
        background-position: 80%;
    }

    #slide-solucao-cloud {
        background-position: 75%;
    }

    #slide-integracao-somaseg {
        background-position: 60%;
        background-size: 1080px 1100px;
    }

    #slide-faturamento {
        background-position: 60%;
    }

    #fale-conosco {
        min-height: 550px;
        margin-bottom: -250px;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    }

    #fale-conosco > div {
        margin-top: 100px;
    }

    footer {
        color: #ffffff;
        background-color: #c12127;
        width: 100%;
        height: 400px;
        margin-bottom: 0;
        clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    }

    footer > div:first-child {
        margin-top: 80px;
        max-width: 90vw;
    }

    footer > div:first-child > div:last-child {
        margin-right: 20px;
        max-width: 100%;
    }
}

@media (max-width: 820px) {
    /* Tablets */

    .swiper-slide > div {
        padding-top: 10px;
    }

    #recursos h1 {
        max-width: 100%;
    }

    #fale-conosco > div {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 300px;
    }

    footer {
        width: 100%;
        height: 500px;
        margin-bottom: 0;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    }

    footer > div:first-child {
        flex-direction: column;
        align-items: center;
        gap: 80px
    }

    #fale-conosco {
        min-height: 550px;
        margin-bottom: -250px;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    }

    #fale-conosco > div {
        margin-top: 100px;
    }

    
    #explain .card > div:last-child {
        max-width: 90%;
    }

    #explain .card lottie-player {
        max-width: 70%;
        margin: 0 auto;
    }

    footer > div:first-child {
        flex-direction: column-reverse;
        gap: 0;
    }
}

@media (max-width: 749px) {
    /* Celulares */

    .swiper-slide > div {
        max-width: 100%;
    }

    .slide-faturamento-h1 {
        white-space: pre;
    }

    header img {
        width: calc(100% - 40px);
    }

    header button {
        border: none;
        background: #c12127;
        color: #ffffff;
        border-radius: 50px;
        height: 36px;
        width: 121px;
    
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
        box-sizing: border-box;
    
        cursor: pointer;
    }

    header button > svg {
        display: flex;
        justify-self: flex-start;
        margin-left: 5px;
    }
    
    header button > span {
        display: flex;
        justify-self: center;
        margin-left: 10px;
    }

    header > div:last-child {
        max-width: 50%;
    }

    .mobile-background-image {
        width: 150%;
        display: block;
        position: absolute;
        bottom: 150px;
        right: 20px;
    }

    .menu-mobile {
        height: 100%;
        border-radius: 0px;
        background-image: none;
    }

    .menu-mobile ul {
        position: relative;
        z-index: 100;
        width: 250px;
        padding: 20vh 20vw;
    }

    #icon-menu-close {
        right: 40px;
        top: 40px;
        z-index: 101;
    }
    #recursos .card:before {
        position: relative;
        left: 40.535px;
        top: 70px;
        z-index: -1;
        border-left: 2px dotted #D9D9D9;
        content: '';
    }

    #recursos .card:last-child:before {
        border-left: none;
    }

    #fale-conosco {
        min-height: 500px;
        margin-bottom: -75px;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    }

    #fale-conosco > div {
        flex-direction: column;
        align-items: center;
        justify-content: start;
        margin: 0;
        padding-top: 60px;
    }

    footer {
        width: 100%;
        height: 550px;
        margin-bottom: 0;
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    }

    footer > div:first-child {
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
    }

    .swiper-slide > div > h1 {
        max-width: 100%;
    }
}

@media (max-width: 660px) {

    #slide-integracao-somaseg > div {
        max-width: 100%;
        justify-content: flex-start;
    }

    .somaseg {
        display: none;
    }

    #slide-integracao-somaseg > div > h1::after {
        display: block;
        position: relative;
        left: 10px;
        top: 10px;
        z-index: -1;
        content: url('/images/landing-page-makaw-images/somaseg.svg');
    }

    .swiper-slide > div > h1 {
        font-size: 2.2rem;
        max-width: 80%;
        position: relative;
        bottom: 200px;
    }

    .opened .modal-dialog {
        transform: translate(20px, 0px);
    }

    footer > div:last-child > p {
        padding-bottom: 20px;
        max-width: 90%;
    }
}

@media (max-width: 525px) {

    #slide-solucao-cloud > div > h1 {
        color: #fff;
        text-shadow: none;
    }

    .modal-dialog {
        position: absolute;
    }

    #recursos > div >div:first-child > svg {
        width: 100%;
    }
    
    .swiper-slide > div > h1 {
        position: relative;
        top: -170px;
    }

    footer > div:last-child {
        height: 60px;
    }
}