@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');

section#novo-breadcrumb {
    border: 1px solid #efefef;
    border-left: 0px;
    border-right: 0px;
    display: flex;
    justify-content: center;
}

section#novo-breadcrumb .breadcrumb {
    width: 1110px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    list-style-type: none;
    clear: both;
}

@media screen and (max-width: 1110px) {
    section#novo-breadcrumb {
        display: none;
    }
}

    body {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }


    .first-section {
        display: flex;
        flex-direction: column;
        margin: 44px 121px 0 121px;
    }

    .banner {
        background-image: url('../img/seguro/main-banner-contrato-seguros.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 600px;
    }

    .sobre-img {
        background-image: url('../img/seguro/sobre.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 863px;
    }

    .second-section {
        display: flex;
        flex-direction: column;
        margin: 70px 121px 0 121px;
        align-items: center;
    }

    .duvidas-content {
        display: flex;
        flex-direction: column;
        gap: 80px;
    }

    .duvidas-first-row, .duvidas-second-row {
        display: flex;
        gap: 35px;
    }

    .duvidas-second-row {
        padding-bottom: 128px;
    }

    .duvida-box {
        width: 344px;
        display: flex;
        flex-direction: column;
    }

    .duvida-box-content {
        height: 266px;
        width: 345px;
        background-color: #0A3B4D1A;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .duvida-title {
        font-family: 'Dosis', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        color: #0A3B4D;
        width: 281px;
        margin-bottom: 5px;
        margin-top: 20px;
    }

    .duvida-text {
        font-family: 'Dosis', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
        width: 281px;
    }

    .third-section {
        font-family: 'Dosis', sans-serif;
        display: flex;
        background-color: #0A3B4D;
    }

    .sobre-content {
        height: 672px;
        width: 622px;
        padding-left: 122px;
        display: flex;
        flex-direction: column;
    }

    .sobre-title {
        font-weight: 700;
        font-size: 48px;
        line-height: 60px;
        margin-top: 57px;
        margin-bottom: 7px;
        margin-block-end: 0;
        color: white;
        width: 380px;
    }

    .sobre-first-text {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        color: white;
        width: 466px;
    }

    .sobre-second-text {
        padding-top: 57px;
    }

    .sobre-third-text {
        padding-top: 40px;
        padding-bottom: 43px;
    }

    .sobre-second-text, .sobre-third-text {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: white;
        width: 466px;
    }

    .sobre-btn {
        border-radius: 41px;
        width: 383px;
        height: 41px;
        background-color: #00ADEF;
        color: white;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        border: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        text-align: center; 
    }

    .beneficios-content {
        font-family: 'Dosis', sans-serif;
        padding-top: 103px;
        padding-left: 126px;
        padding-bottom: 75px;
        padding-right: 126px;
        display: flex;
        gap: 50px;
    }

    .beneficios-title {
        font-weight: 700;
        font-size: 48px;
        line-height: 52px;
        color: #0A3B4D;   
    }

    .beneficios-list {
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
    }

    .fifth-section {
        display: flex;
        flex-direction: column;
        font-family: 'Dosis', sans-serif;
        background-color: #00ADEF;
        align-items: center;
    }

    .seguros-title {
        padding-left: 128px;
        margin-top: 50px;
        padding-bottom: 132px;
        align-self: flex-start;
    }

    .seguros-first-row, .seguros-second-row {
        display: flex;
        gap: 30px;
    }

    .seguros-second-row {
        padding-top: 135px;
    }

    .seguros-title p {
        color: white;
        font-weight: 700;
        font-size: 48px;
        line-height: 32px;
        margin-block-end: 0;
        padding-bottom: 14px;

    }

    .seguros-title span {
        color: white;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
    }

    .seguro-box {
        width: 345px;
        height: 253px;
        display: flex;
        flex-direction: column;
        border-radius: 40px;
        background-color: white;
        position: relative;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .seguro-box img {
        position: absolute;
        top: -25%;
        margin-block-end: 0;

    }

    .seguro-title {
        color: #0A3B4D;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        margin-block-end: 0;
        padding-top: 17px;
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .seguro-text {
        color: #000000;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        width: 281px;
    }

    .seguros-desc {
        align-self: center;
        text-align: center;
        width: 650px;
        color: white;
        font-weight: 700;
        font-size: 40px;
        line-height: 52px;
        padding: 55px 0 55px 0;
    }

    .sixth-section {
        display: flex;
        font-family: 'Dosis', sans-serif;
        margin: 0 64px 0 64px;
    }

    .contato-left-side {
        width: 500px;
    }

    .contato-content {
        margin: 75px 64px 30px 64px;
        display: flex;
        align-self: center;
        gap: 100px;
    }

    .contato-title {
        margin-block-end: 0;
        margin-block-start: 0;
        color: #0A3B4D;
        font-size: 48px;
        line-height: 52px;
        font-weight: 700;
    }

    .contato-subtitle {
        margin-block-end: 0;
        margin-block-start: 0;
        color: #0A3B4D;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
    }

    .contato-information {
        color: #0A3B4D;
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
    }

    .contato-form form{
        display: flex;
        flex-direction: column;
    }

    .contato-form form input{
        height: 44px;
        width: 496px;
        border-radius: 40px;
        margin-bottom: 30px;
        border: 1px solid #000000;
        padding-left: 10px;
    }

    .contato-form form label{
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        text-transform: uppercase;
        padding-left: 10px;
    }


    .contato-form form button{
        height: 64px;
        width: 486px;
        background-color: #0A3B4D;
        font-weight: 700;
        font-size: 26px;
        line-height: 52px;
        text-transform: uppercase;
        text-align: center;
        color: white;
        align-self: center;
    }

    .link-contato {
        display: flex;
        flex-direction: row;
        margin-top: 50px;
        text-decoration: none;
    }

    .link-contato img {
        margin-right: -40px;
        z-index: 1;
    }

    .link-contato-msg {
        text-decoration: none;
        border-bottom: none;
        height: 86px;
        width: 472px;
        background-color: #00ADEF;
        border-radius: 30px;
        color: white;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        padding-left: 50px;
        text-align: left;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .seventh-section {
        margin-top: 150px;
        margin-bottom: 117px;
        font-family: 'Dosis', sans-serif;
    }

    .banner-oferta {
        height: 324px;
        background-color: #0A3B4D1A;
        display: flex;
        gap: 41px;
        padding-left: 126px;
        align-items: center;
    }

    .banner-oferta span {
        width: 421px;
        font-weight: 700;
        color: #0A3B4D;
        font-size: 48px;
        line-height: 52px;
    }

    .spinner {
        width: 72px;
        height: 72px;
        display: grid;
        animation: spinner-plncf9 4s infinite;
    }
    
    @keyframes spinner-plncf9 {
        100% {
            transform: rotate(1turn);
        }
    }


    .spinner::before,
    .spinner::after {
        content: "";
        grid-area: 1/1;
        border: 11.5px solid;
        border-radius: 50%;
        border-color: #0A3B4D #0A3B4D #0000 #0000;
        mix-blend-mode: darken;
        animation: spinner-plncf9 1s infinite linear;
    }
    
    .spinner::after {
        border-color: #0000 #0000 #00ADEF #00ADEF;
        animation-direction: reverse;
    }

    .carregando, .alert {
        display: none;
        z-index: 10;
    }
    
    .carregando.show, .alert.show {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.2);
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .alert .content{
        background: #00ADEF;
        width: 30vw;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 40px;
        align-items: center;
        border-radius: 20px;
    }
    
    .alert p {
        color: #FFF;
        text-align: center;
        font-family: 'Dosis', sans-serif;
        font-weight: bold;
    }
    
    .alert button {
        font-family: 'Dosis', sans-serif;
        text-transform: uppercase;
        border-radius: 40px;
        background-color: #0A3B4D;
        border: none;
        color: white;
        font-size: 1em;
        font-weight: 700;
        line-height: 36px;
        margin-top: 37px;
        cursor: pointer;
        width: fit-content;
        padding: 2px 30px;
    }   

    .alert strong {
        text-transform: uppercase;
        font-weight: bolder;
        color: #0A3B4D;
    }

    .alert a, .aviso a {
        color: #0A3B4D;
    }

    .aviso {
        margin-top: 10px;
        text-align: center;
    }

    @media screen and (max-width: 1024px) {
    .first-section, .second-section, .third-section, .fifth-section, .sixth-section, .seventh-section {
        margin: 0px;
    }

    .beneficios-list ul {
        margin-left: 32px;

    }

    .duvidas-first-row, .duvidas-second-row, .seguros-first-row, .seguros-second-row {
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
        gap: 100px;
    }

    .duvidas-content {
        flex-direction: row;
        gap: 55px;
    }

    .banner {
        height: 450px;
        margin-bottom: 30px;
        margin-top: 100px;
    }

    .beneficios-content, .seguros-title, .seguros-first-row, .seguros-second-row, .contato-content {
        padding: 20px;
    }

    .sobre-content, .sobre-img, .duvida-box, .seguro-box, .contato-left-side {
        width: 100%;
    }

    .sobre-btn, .contato-form form input, .contato-form form button {
        width: 100%;
    }

    .sobre-content {
        padding-left: 61px;
        padding-right: 61px;
    }

    .banner-oferta {
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px;
        height: auto;
    }

    .banner-oferta span {
        width: 750px;
    }

    .beneficios-content {
        gap: 30px;
        padding-top: 50px;
        flex-direction: column;
    }

    .beneficios-title {
        width: 900px;
    }

    .seguro-box {
        width: 85%;
    }

    .contato-content {
        margin: 0px;
        flex-direction: column;
        gap: 50px;
    }

    .contato-form form input {
        width: 550px;
    }

    .contato-form form button {
        width: 550px;
        align-self: self-start;
    }
}

@media screen and (max-width: 768px) {
    html, body {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        overflow-x: hidden;
    }

    .first-section, .second-section, .third-section, .fifth-section, .sixth-section, .seventh-section {
        margin: 0px;
    }

    .banner {
        height: 400px;
        margin-bottom: 30px;
    }

    .duvidas-first-row, .duvidas-second-row, .seguros-first-row, .seguros-second-row {
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
        gap: 100px;
    }

    .beneficios-content {
        flex-direction: column;
        align-items: center;
    }

    .sobre-content {
        padding: 20px;
        text-align: center;
        align-items: center;
    }
    
    .sobre-title, .beneficios-title, .contato-title {
        font-size: 32px;
        line-height: 40px;
        max-width: 700px;
    }

    .sobre-img {
        display: none;
    }

    .banner-oferta {
        flex-direction: column-reverse;
    }

    .banner-oferta span {
        font-size: 32px;
        line-height: 40px;
        width: 650px;
    }

    .duvidas-content {
        flex-direction: row;
        gap: 55px;
    }

    .beneficios-content {
        gap: 30px;
        padding-top: 50px;
    }

    .contato-content {
        margin: 0px;
        flex-direction: column;
        gap: 50px;
    }

    .contato-form form input {
        width: 450px;
    }

    .contato-form form button {
        width: 450px;
        align-self: self-start;
    }
}

@media screen and (max-width: 480px) {
    .banner {
        height: 200px;
        margin-bottom: 30px;
    }

    .duvidas-content {
        flex-direction: column;
    }

    .sobre-title, .beneficios-title, .contato-title, .seguros-title p {
        font-size: 24px;
        line-height: 30px;
    }

    .sobre-first-text, .sobre-second-text, .sobre-third-text, .seguro-text, .contato-information {
        font-size: 16px;
        line-height: 24px;
        width: 300px;
    }

    .sobre-content {
        height: 600px;
    }

    .beneficios-title {
        width: 350px;
    }

    .seguro-box {
        width: 95%;
    }

    .seguros-desc {
        width: 350px;
        font-size: 30px;
    }

    .contato-content {
        width: 400px;
    }

    .contato-title, .contato-subtitle {
        font-size: 20px;
    }

    .link-contato-msg {
        font-size: 16px;
    }

    .link-contato {
        width: 325px;
    }

    .contato-form form input, .contato-form form button {
        width: 250px;
    }

    .banner-oferta {
        gap: 20px;
        padding: 10px;
    }
    .banner-oferta span {
        font-size: 24px;
        line-height: 30px;
        width: auto;
    }
}