/* GERAL */

* {
    list-style: none;
    margin: 0;
    padding: 0;
}

header {
    margin-bottom: 40px;
    padding-top: 30px;
    background: linear-gradient(to bottom, #00b2ff12 0, #ffffff 50%);
}

header h1 {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    overflow: hidden;
    text-indent: -9999em;
}

header .borda {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
}
  
header .icon {
    background-color: var(--cor-principal);
    width: 12px;
    height: 12px;
}
  
header .linha {
    flex-grow: 1;
    height: 2px;
    background-color: #DCDCDC;
}

#rd-form-joq3m2m5i .bricks-form__label {
	display: initial !important;
}

/* Mobile */
@media only screen and (min-width: 320px) {
    /* Estilos para smartphones */
    
    /* HEADER */

    header div.dobra-1 {
        margin-top: 20px;
    }

    header div.dobra-1 strong {
        font-size: 12px;
        font-family: "Roboto", serif;
        letter-spacing: 14px;
        font-weight: 400;
        text-transform: uppercase;
		margin-bottom: 20px;
		display: block;
    }

    header div.dobra-1 h2 {
        font-size: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
    }

    header div.dobra-1 h2 b {
        clear: both;
        float: left;
    }

    header div.dobra-1 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        line-height: 1.5;
        font-weight: 300;
    }

    header div.dobra-1 .box-caixa {
        display: flex;
    }

    header div.dobra-1 .box-caixa img {
        width: 133px;
        height: 188px;
        border-radius: 10px 0 0 10px;
        display: block;
    }

    header div.dobra-1 .box-caixa .caixa {
        background-color: #EAF2FF;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 10px;
        margin: 0 0 75px 0;
        border-radius: 0 16px 16px 0;
    }
	
	header div.dobra-1 .box-caixa .caixa p {
		font-size: 16px;
        line-height: 1.2;
	}

    header div.dobra-1 .box-caixa .caixa span {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 600;
        margin-bottom: 20px;
    }

    header div.dobra-1 .box-caixa .caixa ul {
        margin: 0;
        padding-left: 20px;
    }

    header div.dobra-1 .box-caixa .caixa ul li {
        list-style: disc;
		font-size: 13px;
    }

    header div.dobra-1 .box-caixa .caixa ul li p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        margin-bottom: 0;
    }

    header div.dobra-1 .form {
        position: relative;
    }

    header div.dobra-1 .form i.icone {
        background-color: var(--cor-principal);
        padding: 10px;
        position: absolute;
        right: 25px;
        top: -44px;
        float: left;
        border-radius: 5px 5px 0 0;
    }

    header div.dobra-1 .form .formulario {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
    }

    /*header div.dobra-1 .form .formulario #rd-form-joq3m2m5i .bricks-form__input:not(textarea) {
        height: 24px !important;
        padding: 19px 15px !important;
        border-radius: 5px !important;
    }*/

    header div.dobra-1 .form .formulario #rd-column-k1ujc7x1 > div {
        background-color: #EAF2FF !important;
        justify-content: center !important;
        border-radius: 15px !important;
        padding: 20px 40px !important;
    }

    header div.dobra-1 .form #rd-button-joq3m2m5a.bricks--component-button {
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        transition: background-image 0.9s ease-in-out;
    }

    header div.dobra-1 .form #rd-button-joq3m2m5a.bricks--component-button:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    header div.dobra-1 .toll-box {
        margin: 120px 0 160px 0;
        padding-top: 2px;
    }

    header div.dobra-1 .toll-box .top,
    header div.dobra-1 .toll-box .bottom {
        background-color: var(--cor-principal);
        height: 12px;
        width: 12px;
        float: left;
    }

    header div.dobra-1 .toll-box .bottom.esquerda {
        margin-top: 30px;
    }

    header div.dobra-1 .toll-box .top.direita {
        float: right;
    }

    header div.dobra-1 .toll-box .bottom.direita {
        float: right;
        margin-top: 30px;
    }

    header div.dobra-1 .toll-box .box {
        background-color: #EAF2FF;
        margin-top: 40px;
        padding: 30px 20px;
        border-radius: 15px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: space-around;
        align-items: center;
    }
    
    header div.dobra-1 .toll-box .box h3 {
        font-size: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
    }

    header div.dobra-1 .toll-box .box h3 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    header div.dobra-1 .toll-box .box p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    header div.dobra-1 .toll-box .box a {
        font-family: "Rubik", serif;
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        padding: 10px 30px;
        border-radius: 8px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin-top: 50px;
        transition: background-image 0.9s ease-in-out;
    }
    header div.dobra-1 .toll-box .box a:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    main section .borda_pontilhada {
        height: 1px;
        width: 100%;
        float: left;
        background: repeating-linear-gradient( to right, #444444 0, #444444 10px, transparent 10px, transparent 15px);
        margin-top: 45px;
        margin-bottom: 60px;
    }

    main section.dobra-2 h2 {
        font-size: 26px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 400;
        text-transform: uppercase;
        float: left;
        border-bottom: 2px solid #DCDCDC;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    main section.dobra-2 strong {
        font-size: 20px;
        font-family: "Rubik", serif;
        font-weight: bold;
        margin-bottom: 14px;
        display: block;
    }

    main section.dobra-2 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
    }

    main section.dobra-2 a {
        background-color: #000000;
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        font-family: "Roboto", serif;
        font-weight: 400;
        padding: 15px 20px;
        border-radius: 6px;
        text-decoration: none;
        margin-top: 40px;
        float: left;
        margin-bottom: 40px;
    }

    main section.dobra-2 ul {
        padding: 0;
    }

    main section.dobra-2 ul li {
        float: left;
        width: 100%;
        margin-bottom: 14px;
    }

    main section.dobra-2 ul li .icones {
        background-color: var(--cor-principal);
        padding: 10px;
        border-radius: 8px;
        height: 67px;
        width: 67px;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-2 ul li .lista {
        background-color: #EFEFEF;
        border-radius: 10px;
        margin-left: 80px;
        padding: 10px;
    }

    main section.dobra-2 ul li .lista {
        background-color: #EFEFEF;
        border-radius: 10px;
        margin-left: 80px;
        padding: 10px;
    }

    main section.dobra-2 ul li .lista strong {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: bold;
        margin-bottom: 0;
        display: block;
    }

    main section.dobra-2 ul li .lista p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 300;
        margin-bottom: 0;
        display: block;
    }

    main section.dobra-3 .video .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-3 .video .titulo i {
        background-color: var(--cor-principal);
        width: 12px;
        height: 12px;
        float: left;
    }

    main section.dobra-3 .video .titulo h2 {
        text-align: center;
        font-size: 20px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-3 .video iframe {
        width: 100%;
        height: 200px;
        border-radius: 20px;
    }

    main section.dobra-4 {
        margin-top: 80px;
    }

    main section.dobra-4 h2 {
        font-size: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    main section.dobra-4 h2 span.tag {
        background-color: #DFDFDF;
        font-family: "Rubik", serif;
        font-size: 13px;
        color: #838383;
        padding: 10px 10px;
        border-radius: 5px;
        position: relative;
        top: -7px;
    }

    main section.dobra-4 .calendario {
        /* width: 0; */
        float: left;
        margin-bottom: 30px;
        margin-right: 6px;
    }

    main section.dobra-4 .calendario strong {
        font-size: 14px;
        font-family: "Roboto", serif;
        letter-spacing: 10px;
        font-weight: 400;
        text-transform: uppercase;
        border-bottom: 2px solid #DCDCDC;
        display: block;
        padding-bottom: 15px;
    }
	
	.calendar-table th, .calendar-table td {
		width: 0;
		padding: 2px;
		font-size: 12px;
	}
	
	.calendar-table th {
		background-color: #f0f0f0;
		font-size: 12px;
	}
	
	.calendar-table td.highlight span {
		border: 2px solid var(--cor-principal);
		color: #000000;
		font-weight: bold;
		border-radius: 50%;
		width: 18px;
		height: 18px;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

    main section.dobra-4 .calendario img {
        width: 100%;
    }

    main section.dobra-4 .texto {
        margin-top: 0;
    }

    main section.dobra-4 .texto h3 {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: bold;
        margin-bottom: 20px;
        display: block;
    }

    main section.dobra-4 .texto p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 300;
        line-height: 28px;
        display: block;
    }

    main section.dobra-5 {
        float: left;
        width: 100%;
        margin-bottom: 90px;
    }

    main section.dobra-5 h2 {
        font-size: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-5 h2 .quadrado {
        width: 0;
        height: 0;
        display: block;
        margin-bottom: 0;
    }

    main section.dobra-5 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 32px;
    }

    main section.dobra-5 .descricao {
        background-color: #EEEEEE;
        border-radius: 15px;
        padding: 25px 15px;
    }

    main section.dobra-5 .descricao .foto {
        border-radius: 15px;
        position: relative;
        margin-bottom: 30px;
    }

    main section.dobra-5 .descricao .foto .borda {
        background-color: var(--cor-principal);
        position: absolute;
        top: -10px;
        left: 15px;
        width: 24px;
        height: 62px;
        border-radius: 5px 5px 0 0;
        float: left;
    }

    main section.dobra-5 .descricao .foto img {
        width: 100%;
        z-index: 9;
        position: relative;
		border-radius: 12px;
    }

    main section.dobra-5 .descricao h3 {
        font-size: 16px;
        font-family: "Rubik", serif;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
    }

    main section.dobra-5 .descricao p {
        color: #2F2F2F;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
		margin-bottom: 0;
    }

    main section.dobra-5 a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 50px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    main section.dobra-5 a:hover {
        background-color: #292929;
    }

    main section.dobra-6 {
        float: left;
        width: 100%;
        margin-bottom: 80px;
    }

    main section.dobra-6 .container-fluid {
        padding: 0 10px;
    }

    main section.dobra-6 .box {
        background-color: #EAF2FF;
        border-radius: 30px;
    }

    main section.dobra-6 .box img {
        width: 100%;
        border-radius: 15px;
    }

    main section.dobra-6 .box .texto {
        padding: 25px 20px;
    }

    main section.dobra-6 .box .texto h2 {
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 32px;
    }

    main section.dobra-6 .box .texto h4 {
        font-size: 24px;
        font-family: "Roboto", serif;
        color: var(--cor-principal);
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto ul {
        padding-left: 0;
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto ul li {
        float: left;
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    
    main section.dobra-6 .box .texto ul li .numero {
        background-color: var(--cor-principal);
        font-size: 16px;
        font-weight: bold;
        font-family: "Rubik", serif;
        color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        height: 40px;
        margin-right: 10px;
    }

    main section.dobra-6 .box .texto ul li h3 {
        font-size: 16px;
        font-weight: bold;
        font-family: "Roboto", serif;
        color: #2F2F2F;
    }

    main section.dobra-6 .box .texto ul li p {
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        color: #2F2F2F;
        margin: 0;
    }

    main section.dobra-6 .box .texto a {
        font-family: "Rubik", serif;
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        padding: 10px 30px;
        border-radius: 8px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        transition: background-image 0.9s ease-in-out;
        margin-left: 52px;
    }
    main section.dobra-6 .box .texto a:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    main section.dobra-7 .ajust {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    main section.dobra-7 .ajust .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-7 .ajust .titulo i {
        background-color: var(--cor-principal);
        margin-bottom: 10px;
        width: 12px;
        height: 12px;
        float: left;
    }

    main section.dobra-7 .ajust .titulo h2 {
        text-align: center;
        font-size: 29px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-7 .ajust .titulo h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-7 .box_area {
        padding: 0;
    }

    main section.dobra-7 .box_area .box_ai {
        border: 1px solid #DCDCDC;
        color: #ffffff;
        border-radius: 10px;
        font-weight: 600;
        padding: 10px;
    }

    main section.dobra-7 .box_area .box_ai:hover {
        border:1px solid var(--cor-principal);
    }

    main section.dobra-7 .box_area .box_ai .tag {
        background-color: var(--cor-principal);
        font-size: 16px;
        font-weight: bold;
        font-family: "Rubik", serif;
        color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        height: 40px;
        width: 40px;
        margin-right: 10px;
        float: left;
    }
	
	main section.dobra-7 .box_area .box_ai h3 {
        color: #363636;
        font-size: 14px;
        font-weight: bold;
        font-family: "Rubik", serif;
		margin-top: 10px;
    }

    main section.dobra-7 .box_area .box_ai .texto {
        margin: 21px;
        margin-top: 30px;
    }

    main section.dobra-7 .box_area .box_ai .texto strong {
        color: #C1C1C1;
        font-size: 10px;
        font-weight: bold;
        font-family: "Rubik", serif;
        margin-bottom: 10px;
        display: block;
    }

    main section.dobra-7 .box_area .box_ai .texto p {
        color: #2F2F2F;
        font-size: 14px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 16px;
    }

    main section.dobra-7 a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 50px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    main section.dobra-8 {
        margin-bottom: 150px;
    }

    main section.dobra-8 .titulo {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    main section.dobra-8 .titulo h2 {
        text-align: center;
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-8 .titulo h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-8 .titulo img {
        margin: 45px 0;
    }

    main section.dobra-8 .imagens img {
        width: 100%;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    main section.dobra-8 .texto {
        background-color: #EEEEEE;
        padding: 40px 30px;
        border-radius: 30px;
        float: left;
        height: 100%;
    }

    main section.dobra-8 .texto img {
        margin-bottom: 15px;
    }

    main section.dobra-8 .texto h2 {
        font-size: 24px;
        font-family: "Roboto", serif;
        color: var(--cor-principal);
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-8 .texto p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
    }

    main section.dobra-8 .texto .borda_pontilhada_texto {
        height: 1px;
        width: 100%;
        float: left;
        background: repeating-linear-gradient( to right, #BCBCBC 0, #BCBCBC 10px, transparent 10px, transparent 15px);
        margin: 10px 0 20px 0;
    }

    main section.dobra-8 .texto a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
    }

    main section.dobra-9 .box_ajust {
        padding: 0;
        border-bottom: 1px solid #353535;
        padding-bottom: 50px;
        margin-bottom: 60px;
    }

    main section.dobra-9 .box_ajust h2 {
        text-align: left;
        font-size: 27px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-9 .box_ajust p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
        text-align: left;
    }

    main section.dobra-9 .box_ajust .imagens {
        margin-top: 20px;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem {
        position: relative;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .bg {
        position: absolute;
        width: 100%;
		height: 240px;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto {
        position: relative;
        height: 240px;
        float: inherit;
        display: inherit;
        width: 100%;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto .logo {
        float: right;
        margin: 15px 15px 0 0;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto span {
        background-color: #ffffffbd;
        color: #2F2F2F;
        font-size: 12px;
        font-weight: bold;
        float: left;
        margin: 0;
        padding: 15px 30px;
        position: absolute;
        bottom: 15px;
    }

    main section.dobra-10 .pontos_top {
        margin-bottom: 90px;
    }

    main section.dobra-10 .pontos_bottom {
        margin-bottom: 100px;
    }

    main section.dobra-10 .pontos_top .top,
    main section.dobra-10 .pontos_bottom .bottom {
        background-color: var(--cor-principal);
        height: 12px;
        width: 12px;
        float: left;
    }

    main section.dobra-10 .pontos_bottom .bottom {
        margin-top: 40px;
    }

    main section.dobra-10 .pontos_top .top.esquerda {
        margin-right: 40px;
        margin-bottom: 40px;
    }

    main section.dobra-10 .pontos_top .top.direita {
        float: right;
        margin-left: 40px;
        margin-bottom: 40px;
    }

    main section.dobra-10 .pontos_bottom .bottom.esquerda {
        margin-right: 40px;
        margin-top: 40px;
    }

    main section.dobra-10 .pontos_bottom .bottom.direita {
        float: right;
        margin-left: 40px;
        margin-top: 40px;
    }

    main section.dobra-10 .texto {
        padding: 0 20px;
    }
    main section.dobra-10 .texto span {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        letter-spacing: 3px;
        color: #000000;
        text-transform: uppercase;
    }

    main section.dobra-10 .texto h2 {
        font-size: 31px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

    main section.dobra-10 .texto h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-10 .texto p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
    }

    main section.dobra-10 .texto a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
    }

    main section.dobra-10 .slider {
        margin-top: 90px;
        height: 520px;
        padding-bottom: 60px;
    }

    main section.dobra-10 .slider .swiper-slide img {
        width: 100%;
        height: 225px;
    }

    main section.dobra-11 {
        margin-bottom: 65px;
    }

    main section.dobra-11 .video .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-11 .video .titulo h2 {
        text-align: left;
        font-size: 29px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-11 .video .embed_video {
        position: relative;
        float: left;
        width: 100%;
    }

    main section.dobra-11 .video .embed_video i.audio {
        position: absolute;
        height: 67px;
        width: 67px;
        float: left;
        z-index: 9999999;
        background-color: var(--cor-principal);
        border-radius: 15px;
        right: 30px;
        top: -12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-11 .video .embed_video iframe {
        width: 100%;
        height: 206px;
        border-radius: 20px;
    }

    main section.dobra-12 {
        margin-bottom: 150px;
    }

    main section.dobra-12 .cabecalho {
        border-bottom: none;
        display: flex;
        padding: 0;
        align-items: flex-end;
        justify-content: flex-end;
        padding-bottom: 10px;
    }

    main section.dobra-12 .cabecalho h2 {
        text-align: center;
        font-size: 30px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
        text-align: left;
    }

    main section.dobra-12 .cabeca {
        display: flex;
        flex-direction: row-reverse;
    }

    main section.dobra-12 .cabeca strong {
        font-size: 12px;
        font-weight: 600;
        line-height: 10px;
        font-family: "Roboto", serif;
        margin-left: 20px;
    }

    main section.dobra-12 .corpo ul {
        padding: 0;
        margin: 0;
    }

    main section.dobra-12 .corpo ul li {
        float: left;
        margin-bottom: 40px;
        width: 100%;
    }

    main section.dobra-12 .corpo ul li .primeira {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    main section.dobra-12 .corpo ul li .primeira .comb {
        display: flex;
        background-color: inherit;
        padding: 0;
        border-radius: 10px;
        align-items: center;
        float: left;
        width: 85%;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto {
        width: 230px;
        margin-right: 30px;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto h4 {
        color: #171717;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 800;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto p {
        color: #171717;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 28px;
        margin: 0;
    }

    main section.dobra-12 .corpo .icon {
        border-radius: 5px;
        width: 39px;
        height: 39px;
        float: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-12 .corpo .icon img {
        width: 15px;
    }

    main section.dobra-12 .corpo .ico-x {
        background-color: #EBEBEB;
        margin-left: 0;
    }

    main section.dobra-12 .corpo .ico-v{
        background-color: var(--cor-principal);
    }

    main section.dobra-13 {
        background-color: #eaf2ff;
    }

    main section.dobra-13 .box {
        background-color: #EAF2FF;
        border-radius: 15px;
        padding-bottom: 100px;
    }

    main section.dobra-13 .position {
        position: relative;
    }

    main section.dobra-13 .box-azul {
        display: none;
        background-color: #EAF2FF;
        height: 100px;
        float: left;
        width: 100%;
        border-radius: 0 0 15px 15px;
    }

    main section.dobra-13 .texto i.ico-oculos {
        background-color: var(--cor-principal);
        border-radius: 12px;
        width: 67px;
        height: 67px;
        float: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        margin: -30px 0 0 25px;
    }

    main section.dobra-13 .texto span {
        font-size: 25px;
        line-height: 15px;
        font-family: "Rubik", serif;
        font-weight: 300;
        text-transform: uppercase;
        margin: 15px 0 0 105px;
        display: block;
    }

    main section.dobra-13 .slider-video {
        width: 90%;
        margin: auto;
        overflow: hidden;
        position: relative;
        margin-top: -45px;
    }

    main section.dobra-13 .slider-video.swiper {
        width: 100%;
        height: 100%;
      }
  
    main section.dobra-13 .slider-video  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  
    main section.dobra-13 .slider-video .swiper-slide img {
        display: block;
        width: 20px;
        height: 20px;
        object-fit: cover;
    }
  
    main section.dobra-13 .slider-video .swiper-slide {
        width: 190px;
    }
  
    main section.dobra-13 .slider-video .swiper-slide {
        padding-bottom: 35px;
        background: none;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        border-radius: initial !important;
    }

    main section.dobra-13 .slider-video .swiper-slide video {
        width: 100%;
        border-radius: 20px;
    }

    main section.dobra-13 .slider-video .swiper-slide .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--cor-principal);
        color: white;
        border: none;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        outline: none;
    }

    main section.dobra-13 .slider-video .swiper-slide .play-button img {
        margin-top: 3px;
        margin-left: 5px;
    }

    main section.dobra-13 .slider-video .swiper-slide .titulo-play {
        font-family: "Roboto", serif;
        font-weight: 600;
        position: absolute;
        bottom: 75px;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 18px;
        width: 285px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        outline: none;
    }
    
}

@media (min-width: 768px) {
    /* Estilos para smartphones */
    
    /* HEADER */

    header div.dobra-1 {
        margin-top: 20px;
    }

    header div.dobra-1 strong {
        font-size: 12px;
        font-family: "Roboto", serif;
        letter-spacing: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }

    header div.dobra-1 h2 {
        font-size: 38px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
    }

    header div.dobra-1 h2 b {
        clear: both;
        float: left;
    }

    header div.dobra-1 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        line-height: 1.8;
        font-weight: 300;
    }

    header div.dobra-1 .box-caixa {
        display: flex;
    }

    header div.dobra-1 .box-caixa img {
        width: 133px;
        height: 188px;
        border-radius: 10px 0 0 10px;
        display: block;
    }

    header div.dobra-1 .box-caixa .caixa {
        background-color: #EAF2FF;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 15px;
        margin: 20px 0 75px 0;
        border-radius: 0 16px 16px 0;
    }

	header div.dobra-1 .box-caixa .caixa p {
		font-size: 16px;
        font-family: "Roboto", serif;
        line-height: 1.8;
        font-weight: 300;
	}
	
    header div.dobra-1 .box-caixa .caixa span {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 600;
        margin-bottom: 20px;
    }

    header div.dobra-1 .box-caixa .caixa ul {
        margin: 0;
        padding-left: 20px;
    }

    header div.dobra-1 .box-caixa .caixa ul li {
        list-style: disc;
    }

    header div.dobra-1 .box-caixa .caixa ul li p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        margin-bottom: 0;
    }

    header div.dobra-1 .form {
        position: relative;
    }

    header div.dobra-1 .form i.icone {
        background-color: var(--cor-principal);
        padding: 10px;
        position: absolute;
        right: 25px;
        top: -44px;
        float: left;
        border-radius: 5px 5px 0 0;
    }

    header div.dobra-1 .form .formulario {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
    }

    /*header div.dobra-1 .form .formulario #rd-form-joq3m2m5i .bricks-form__input:not(textarea) {
        height: 24px !important;
        padding: 19px 15px !important;
        border-radius: 5px !important;
    }*/

    header div.dobra-1 .form .formulario #rd-column-k1ujc7x1 > div {
        background-color: #EAF2FF !important;
        justify-content: center !important;
        border-radius: 15px !important;
        padding: 20px 40px !important;
    }

    header div.dobra-1 .form #rd-button-joq3m2m5a.bricks--component-button {
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        transition: background-image 0.9s ease-in-out;
    }

    header div.dobra-1 .form #rd-button-joq3m2m5a.bricks--component-button:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    header div.dobra-1 .toll-box {
        margin: 120px 0 160px 0;
        padding-top: 2px;
    }

    header div.dobra-1 .toll-box .top,
    header div.dobra-1 .toll-box .bottom {
        background-color: var(--cor-principal);
        height: 12px;
        width: 12px;
        float: left;
    }

    header div.dobra-1 .toll-box .bottom.esquerda {
        margin-top: 30px;
    }

    header div.dobra-1 .toll-box .top.direita {
        float: right;
    }

    header div.dobra-1 .toll-box .bottom.direita {
        float: right;
        margin-top: 30px;
    }

    header div.dobra-1 .toll-box .box {
        background-color: #EAF2FF;
        margin-top: 40px;
        padding: 30px 20px;
        border-radius: 15px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: space-around;
        align-items: center;
    }
    
    header div.dobra-1 .toll-box .box h3 {
        font-size: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
    }

    header div.dobra-1 .toll-box .box h3 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    header div.dobra-1 .toll-box .box p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    header div.dobra-1 .toll-box .box a {
        font-family: "Rubik", serif;
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        padding: 10px 30px;
        border-radius: 8px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin-top: 50px;
        transition: background-image 0.9s ease-in-out;
    }
    header div.dobra-1 .toll-box .box a:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    main section .borda_pontilhada {
        height: 1px;
        width: 100%;
        float: left;
        background: repeating-linear-gradient( to right, #444444 0, #444444 10px, transparent 10px, transparent 15px);
        margin-top: 45px;
        margin-bottom: 60px;
    }

    main section.dobra-2 h2 {
        font-size: 26px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 400;
        text-transform: uppercase;
        float: left;
        border-bottom: 2px solid #DCDCDC;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    main section.dobra-2 strong {
        font-size: 20px;
        font-family: "Rubik", serif;
        font-weight: bold;
        margin-bottom: 14px;
        display: block;
    }

    main section.dobra-2 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
    }

    main section.dobra-2 a {
        background-color: #000000;
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        font-family: "Roboto", serif;
        font-weight: 400;
        padding: 15px 20px;
        border-radius: 6px;
        text-decoration: none;
        margin-top: 40px;
        float: left;
        margin-bottom: 40px;
    }

    main section.dobra-2 ul {
        padding: 0;
    }

    main section.dobra-2 ul li {
        float: left;
        width: 100%;
        margin-bottom: 14px;
    }

    main section.dobra-2 ul li .icones {
        background-color: var(--cor-principal);
        padding: 10px;
        border-radius: 8px;
        height: 67px;
        width: 67px;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-2 ul li .lista {
        background-color: #EFEFEF;
        border-radius: 10px;
        margin-left: 80px;
        padding: 10px;
    }

    main section.dobra-2 ul li .lista {
        background-color: #EFEFEF;
        border-radius: 10px;
        margin-left: 80px;
        padding: 10px;
    }

    main section.dobra-2 ul li .lista strong {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: bold;
        margin-bottom: 0;
        display: block;
    }

    main section.dobra-2 ul li .lista p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 300;
        margin-bottom: 0;
        display: block;
    }

    main section.dobra-3 .video .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-3 .video .titulo i {
        background-color: var(--cor-principal);
        width: 12px;
        height: 12px;
        float: left;
    }

    main section.dobra-3 .video .titulo h2 {
        text-align: center;
        font-size: 20px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-3 .video iframe {
        width: 100%;
        height: 390px;
        border-radius: 20px;
    }

    main section.dobra-4 {
        margin-top: 80px;
    }

    main section.dobra-4 h2 {
        font-size: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    main section.dobra-4 h2 span.tag {
        background-color: #DFDFDF;
        font-family: "Rubik", serif;
        font-size: 13px;
        color: #838383;
        padding: 10px 10px;
        border-radius: 5px;
        position: relative;
        top: -7px;
    }

    main section.dobra-4 .calendario {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

    main section.dobra-4 .calendario strong {
        font-size: 16px;
        font-family: "Roboto", serif;
        letter-spacing: 14px;
        font-weight: 400;
        text-transform: uppercase;
        border-bottom: 2px solid #DCDCDC;
        display: block;
        padding-bottom: 15px;
    }
	
	.calendar-table th, .calendar-table td {
        width: 14.28%;
        padding: 5px;
		font-size: 15px;
    }
	
	.calendar-table td.highlight span {
        border: 2px solid var(--cor-principal);
        color: #000000;
        font-weight: bold;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    main section.dobra-4 .calendario img {
        width: 100%;
    }

    main section.dobra-4 .texto {
        margin-top: 0;
    }

    main section.dobra-4 .texto h3 {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: bold;
        margin-bottom: 20px;
        display: block;
    }

    main section.dobra-4 .texto p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 300;
        line-height: 28px;
        display: block;
    }

    main section.dobra-5 {
        float: left;
        width: 100%;
        margin-bottom: 90px;
    }

    main section.dobra-5 h2 {
        font-size: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-5 h2 .quadrado {
        width: 0;
        height: 0;
        display: block;
        margin-bottom: 0;
    }

    main section.dobra-5 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 32px;
    }

    main section.dobra-5 .descricao {
        background-color: #EEEEEE;
        border-radius: 15px;
        padding: 25px 15px;
    }

    main section.dobra-5 .descricao .foto {
        border-radius: 15px;
        position: relative;
        margin-bottom: 0;
    }

    main section.dobra-5 .descricao .foto .borda {
        background-color: var(--cor-principal);
        position: absolute;
        top: -10px;
        left: 15px;
        width: 24px;
        height: 62px;
        border-radius: 5px 5px 0 0;
        float: left;
    }

    main section.dobra-5 .descricao .foto img {
        width: 100%;
        z-index: 9;
        position: relative;
    }

    main section.dobra-5 .descricao h3 {
        font-size: 16px;
        font-family: "Rubik", serif;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
    }

    main section.dobra-5 .descricao p {
        color: #2F2F2F;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
		margin-bottom: 0;
    }

    main section.dobra-5 a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 50px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    main section.dobra-5 a:hover {
        background-color: #292929;
    }

    main section.dobra-6 {
        float: left;
        width: 100%;
        margin-bottom: 80px;
    }

    main section.dobra-6 .container-fluid {
        padding: 0 10px;
    }

    main section.dobra-6 .box {
        background-color: #EAF2FF;
        border-radius: 30px;
    }

    main section.dobra-6 .box img {
        width: 100%;
        border-radius: 15px;
    }

    main section.dobra-6 .box .texto {
        padding: 25px 20px;
    }

    main section.dobra-6 .box .texto h2 {
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 32px;
    }

    main section.dobra-6 .box .texto h4 {
        font-size: 24px;
        font-family: "Roboto", serif;
        color: var(--cor-principal);
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto ul {
        padding-left: 0;
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto ul li {
        float: left;
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    
    main section.dobra-6 .box .texto ul li .numero {
        background-color: var(--cor-principal);
        font-size: 16px;
        font-weight: bold;
        font-family: "Rubik", serif;
        color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        height: 40px;
        margin-right: 10px;
    }

    main section.dobra-6 .box .texto ul li h3 {
        font-size: 16px;
        font-weight: bold;
        font-family: "Roboto", serif;
        color: #2F2F2F;
    }

    main section.dobra-6 .box .texto ul li p {
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        color: #2F2F2F;
        margin: 0;
    }

    main section.dobra-6 .box .texto a {
        font-family: "Rubik", serif;
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        padding: 10px 30px;
        border-radius: 8px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        transition: background-image 0.9s ease-in-out;
        margin-left: 52px;
    }
    main section.dobra-6 .box .texto a:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    main section.dobra-7 .ajust {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    main section.dobra-7 .ajust .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-7 .ajust .titulo i {
        background-color: var(--cor-principal);
        margin-bottom: 10px;
        width: 12px;
        height: 12px;
        float: left;
    }

    main section.dobra-7 .ajust .titulo h2 {
        text-align: center;
        font-size: 29px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-7 .ajust .titulo h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-7 .box_area {
        padding: 0;
    }

    main section.dobra-7 .box_area .box_ai {
        border: 1px solid #DCDCDC;
        color: #ffffff;
        border-radius: 10px;
        font-weight: 600;
        padding: 10px;
    }

    main section.dobra-7 .box_area .box_ai:hover {
        border:1px solid var(--cor-principal);
    }

    main section.dobra-7 .box_area .box_ai .tag {
        background-color: var(--cor-principal);
        font-size: 16px;
        font-weight: bold;
        font-family: "Rubik", serif;
        color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        height: 40px;
        width: 40px;
        margin-right: 10px;
        float: left;
    }

	main section.dobra-7 .box_area .box_ai h3 {
        color: #363636;
        font-size: 14px;
        font-weight: bold;
        font-family: "Rubik", serif;
		margin-top: 10px;
    }
	
    main section.dobra-7 .box_area .box_ai .texto {
        margin: 21px;
        margin-top: 30px;
    }

    main section.dobra-7 .box_area .box_ai .texto strong {
        color: #C1C1C1;
        font-size: 10px;
        font-weight: bold;
        font-family: "Rubik", serif;
        margin-bottom: 10px;
        display: block;
    }

    main section.dobra-7 .box_area .box_ai .texto p {
        color: #2F2F2F;
        font-size: 14px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 16px;
    }

    main section.dobra-7 a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 50px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    main section.dobra-8 {
        margin-bottom: 150px;
    }

    main section.dobra-8 .titulo {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    main section.dobra-8 .titulo h2 {
        text-align: center;
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-8 .titulo h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-8 .titulo img {
        margin: 45px 0;
    }

    main section.dobra-8 .imagens img {
        width: 100%;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    main section.dobra-8 .texto {
        background-color: #EEEEEE;
        padding: 40px 30px;
        border-radius: 30px;
        float: left;
        height: 100%;
    }

    main section.dobra-8 .texto img {
        margin-bottom: 15px;
    }

    main section.dobra-8 .texto h2 {
        font-size: 24px;
        font-family: "Roboto", serif;
        color: var(--cor-principal);
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-8 .texto p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
    }

    main section.dobra-8 .texto .borda_pontilhada_texto {
        height: 1px;
        width: 100%;
        float: left;
        background: repeating-linear-gradient( to right, #BCBCBC 0, #BCBCBC 10px, transparent 10px, transparent 15px);
        margin: 10px 0 20px 0;
    }

    main section.dobra-8 .texto a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
    }

    main section.dobra-9 .box_ajust {
        padding: 0;
        border-bottom: 1px solid #353535;
        padding-bottom: 50px;
        margin-bottom: 60px;
    }

    main section.dobra-9 .box_ajust h2 {
        text-align: left;
        font-size: 27px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-9 .box_ajust p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
        text-align: left;
    }

    main section.dobra-9 .box_ajust .imagens {
        margin-top: 20px;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem {
        position: relative;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .bg {
        position: absolute;
        width: 100%;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto {
        position: relative;
        height: 240px;
        float: left;
        display: block;
        width: 100%;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto .logo {
        float: right;
        margin: 15px 15px 0 0;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto span {
        background-color: #ffffffd1;
        color: #2F2F2F;
        font-size: 13px;
        font-weight: bold;
        float: left;
        margin: 0;
        padding: 15px 30px;
        position: absolute;
        bottom: 15px;
    }

    main section.dobra-10 .pontos_top {
        margin-bottom: 90px;
    }

    main section.dobra-10 .pontos_bottom {
        margin-bottom: 100px;
    }

    main section.dobra-10 .pontos_top .top,
    main section.dobra-10 .pontos_bottom .bottom {
        background-color: var(--cor-principal);
        height: 12px;
        width: 12px;
        float: left;
    }

    main section.dobra-10 .pontos_bottom .bottom {
        margin-top: 40px;
    }

    main section.dobra-10 .pontos_top .top.esquerda {
        margin-right: 40px;
        margin-bottom: 40px;
    }

    main section.dobra-10 .pontos_top .top.direita {
        float: right;
        margin-left: 40px;
        margin-bottom: 40px;
    }

    main section.dobra-10 .pontos_bottom .bottom.esquerda {
        margin-right: 40px;
        margin-top: 40px;
    }

    main section.dobra-10 .pontos_bottom .bottom.direita {
        float: right;
        margin-left: 40px;
        margin-top: 40px;
    }

    main section.dobra-10 .texto {
        padding: 0 20px;
    }
    main section.dobra-10 .texto span {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        letter-spacing: 3px;
        color: #000000;
        text-transform: uppercase;
    }

    main section.dobra-10 .texto h2 {
        font-size: 31px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

    main section.dobra-10 .texto h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-10 .texto p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
    }

    main section.dobra-10 .texto a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
    }

    main section.dobra-10 .slider {
        margin-top: 90px;
        height: 520px;
        padding-bottom: 60px;
    }

    main section.dobra-10 .slider .swiper-slide img {
        width: 100%;
        height: auto;
    }

    main section.dobra-11 {
        margin-bottom: 65px;
    }

    main section.dobra-11 .video .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-11 .video .titulo h2 {
        text-align: left;
        font-size: 29px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-11 .video .embed_video {
        position: relative;
        float: left;
        width: 100%;
    }

    main section.dobra-11 .video .embed_video i.audio {
        position: absolute;
        height: 67px;
        width: 67px;
        float: left;
        z-index: 9999999;
        background-color: var(--cor-principal);
        border-radius: 15px;
        right: 30px;
        top: -12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-11 .video .embed_video iframe {
        width: 100%;
        height: 390px;
        border-radius: 20px;
    }

    main section.dobra-12 {
        margin-bottom: 150px;
    }

    main section.dobra-12 .cabecalho {
        border-bottom: none;
        display: flex;
        padding: 0;
        align-items: flex-end;
        justify-content: flex-end;
        padding-bottom: 10px;
    }

    main section.dobra-12 .cabecalho h2 {
        text-align: center;
        font-size: 30px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
        text-align: left;
    }

    main section.dobra-12 .cabeca {
        display: flex;
        flex-direction: row-reverse;
    }

    main section.dobra-12 .cabeca strong {
        font-size: 15px;
        font-weight: 600;
        line-height: 17px;
        font-family: "Roboto", serif;
        margin-left: 20px;
    }

    main section.dobra-12 .corpo ul {
        padding: 0;
        margin: 0;
    }

    main section.dobra-12 .corpo ul li {
        float: left;
        margin-bottom: 40px;
        width: 100%;
    }

    main section.dobra-12 .corpo ul li .primeira {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    main section.dobra-12 .corpo ul li .primeira .comb {
        display: flex;
        background-color: inherit;
        padding: 0;
        border-radius: 10px;
        align-items: center;
        float: left;
        width: 88%;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto {
        width: 365px;
        margin-right: 30px;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto h4 {
        color: #171717;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 800;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto p {
        color: #171717;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 28px;
        margin: 0;
    }

    main section.dobra-12 .corpo .icon {
        border-radius: 5px;
        width: 39px;
        height: 39px;
        float: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-12 .corpo .icon img {
        width: 15px;
    }

    main section.dobra-12 .corpo .ico-x {
        background-color: #EBEBEB;
        margin-left: 0;
    }

    main section.dobra-12 .corpo .ico-v{
        background-color: var(--cor-principal);
    }

    main section.dobra-13 {
        background-color: #eaf2ff;
    }

    main section.dobra-13 .box {
        background-color: #EAF2FF;
        border-radius: 15px;
        padding-bottom: 100px;
    }

    main section.dobra-13 .position {
        position: relative;
    }

    main section.dobra-13 .box-azul {
        display: none;
        background-color: #EAF2FF;
        height: 100px;
        float: left;
        width: 100%;
        border-radius: 0 0 15px 15px;
    }

    main section.dobra-13 .texto i.ico-oculos {
        background-color: var(--cor-principal);
        border-radius: 12px;
        width: 67px;
        height: 67px;
        float: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        margin: -30px 0 0 25px;
    }

    main section.dobra-13 .texto span {
        font-size: 25px;
        line-height: 15px;
        font-family: "Rubik", serif;
        font-weight: 300;
        text-transform: uppercase;
        margin: 15px 0 0 105px;
        display: block;
    }

    main section.dobra-13 .slider-video {
        width: 90%;
        margin: auto;
        overflow: hidden;
        position: relative;
        margin-top: -45px;
    }

    main section.dobra-13 .slider-video.swiper {
        width: 100%;
        height: 100%;
      }
  
    main section.dobra-13 .slider-video  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  
    main section.dobra-13 .slider-video .swiper-slide img {
        display: block;
        width: 20px;
        height: 20px;
        object-fit: cover;
    }
  
    main section.dobra-13 .slider-video .swiper-slide {
        width: 200px;
    }
  
    main section.dobra-13 .slider-video .swiper-slide {
        padding-bottom: 35px;
        background: none;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        border-radius: initial !important;
    }

    main section.dobra-13 .slider-video .swiper-slide video {
        width: 100%;
        border-radius: 20px;
    }

    main section.dobra-13 .slider-video .swiper-slide .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--cor-principal);
        color: white;
        border: none;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        outline: none;
    }

    main section.dobra-13 .slider-video .swiper-slide .play-button img {
        margin-top: 3px;
        margin-left: 5px;
    }

    main section.dobra-13 .slider-video .swiper-slide .titulo-play {
        font-family: "Roboto", serif;
        font-weight: 600;
        position: absolute;
        bottom: 75px;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 18px;
        width: 285px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        outline: none;
    }
    
}

/* Tablet */
@media (min-width: 992px) {
    /* Estilos para tablets */
    
    /* HEADER */

    header div.dobra-1 {
        margin-top: 20px;
    }

    header div.dobra-1 strong {
        font-size: 12px;
        font-family: "Roboto", serif;
        letter-spacing: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }

    header div.dobra-1 h2 {
        font-size: 38px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
    }

    header div.dobra-1 h2 b {
        clear: both;
        float: left;
    }

    header div.dobra-1 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        line-height: 1.8;
        font-weight: 300;
    }

    header div.dobra-1 .box-caixa {
        display: flex;
    }

    header div.dobra-1 .box-caixa img {
        display: none;
    }

    header div.dobra-1 .box-caixa .caixa {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 66px;
        border-radius: 0 16px 16px 0;
    }

    header div.dobra-1 .box-caixa .caixa span {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 600;
        margin-bottom: 20px;
    }

    header div.dobra-1 .box-caixa .caixa ul {
        margin: 0;
        padding-left: 20px;
    }

    header div.dobra-1 .box-caixa .caixa ul li {
        list-style: disc;
    }

    header div.dobra-1 .box-caixa .caixa ul li p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        margin-bottom: 0;
    }

    header div.dobra-1 .form {
        position: relative;
    }

    header div.dobra-1 .form i.icone {
        background-color: var(--cor-principal);
        padding: 10px;
        position: absolute;
        right: 25px;
        top: -44px;
        float: left;
        border-radius: 5px 5px 0 0;
    }

    header div.dobra-1 .form .formulario {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
    }

    /*header div.dobra-1 .form .formulario #rd-form-joq3m2m5i .bricks-form__input:not(textarea) {
        height: 24px !important;
        padding: 19px 15px !important;
        border-radius: 5px !important;
    }*/

    header div.dobra-1 .form .formulario #rd-column-k1ujc7x1 > div {
        background-color: #EAF2FF !important;
        justify-content: center !important;
        border-radius: 15px !important;
        padding: 20px 40px !important;
    }

    header div.dobra-1 .form #rd-button-joq3m2m5a.bricks--component-button {
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        transition: background-image 0.9s ease-in-out;
    }

    header div.dobra-1 .form #rd-button-joq3m2m5a.bricks--component-button:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    header div.dobra-1 .toll-box {
        margin: 120px 0 160px 0;
        padding-top: 2px;
    }

    header div.dobra-1 .toll-box .top,
    header div.dobra-1 .toll-box .bottom {
        background-color: var(--cor-principal);
        height: 12px;
        width: 12px;
        float: left;
    }

    header div.dobra-1 .toll-box .bottom.esquerda {
        margin-top: 30px;
    }

    header div.dobra-1 .toll-box .top.direita {
        float: right;
    }

    header div.dobra-1 .toll-box .bottom.direita {
        float: right;
        margin-top: 30px;
    }

    header div.dobra-1 .toll-box .box {
        background-color: #EAF2FF;
        margin-top: 40px;
        padding: 30px 20px;
        border-radius: 15px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: space-around;
        align-items: center;
    }
    
    header div.dobra-1 .toll-box .box h3 {
        font-size: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
    }

    header div.dobra-1 .toll-box .box h3 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    header div.dobra-1 .toll-box .box p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    header div.dobra-1 .toll-box .box a {
        font-family: "Rubik", serif;
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        padding: 10px 30px;
        border-radius: 8px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin-top: 50px;
        transition: background-image 0.9s ease-in-out;
    }
    header div.dobra-1 .toll-box .box a:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    main section .borda_pontilhada {
        height: 1px;
        width: 100%;
        float: left;
        background: repeating-linear-gradient( to right, #444444 0, #444444 10px, transparent 10px, transparent 15px);
        margin-top: 45px;
        margin-bottom: 60px;
    }

    main section.dobra-2 h2 {
        font-size: 26px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 400;
        text-transform: uppercase;
        float: left;
        border-bottom: 2px solid #DCDCDC;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    main section.dobra-2 strong {
        font-size: 20px;
        font-family: "Rubik", serif;
        font-weight: bold;
        margin-bottom: 14px;
        display: block;
    }

    main section.dobra-2 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
    }

    main section.dobra-2 a {
        background-color: #000000;
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        font-family: "Roboto", serif;
        font-weight: 400;
        padding: 15px 20px;
        border-radius: 6px;
        text-decoration: none;
        margin-top: 40px;
        float: left;
        margin-bottom: 40px;
    }

    main section.dobra-2 ul {
        padding: 0;
    }

    main section.dobra-2 ul li {
        float: left;
        width: 100%;
        margin-bottom: 14px;
    }

    main section.dobra-2 ul li .icones {
        background-color: var(--cor-principal);
        padding: 10px;
        border-radius: 8px;
        height: 67px;
        width: 67px;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-2 ul li .lista {
        background-color: #EFEFEF;
        border-radius: 10px;
        margin-left: 80px;
        padding: 10px;
    }

    main section.dobra-2 ul li .lista {
        background-color: #EFEFEF;
        border-radius: 10px;
        margin-left: 80px;
        padding: 10px;
    }

    main section.dobra-2 ul li .lista strong {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: bold;
        margin-bottom: 0;
        display: block;
    }

    main section.dobra-2 ul li .lista p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 300;
        margin-bottom: 0;
        display: block;
    }

    main section.dobra-3 .video .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-3 .video .titulo i {
        background-color: var(--cor-principal);
        width: 12px;
        height: 12px;
        float: left;
    }

    main section.dobra-3 .video .titulo h2 {
        text-align: center;
        font-size: 20px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-3 .video iframe {
        width: 100%;
        height: 390px;
        border-radius: 20px;
    }

    main section.dobra-4 {
        margin-top: 80px;
    }

    main section.dobra-4 h2 {
        font-size: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    main section.dobra-4 h2 span.tag {
        background-color: #DFDFDF;
        font-family: "Rubik", serif;
        font-size: 13px;
        color: #838383;
        padding: 10px 10px;
        border-radius: 5px;
        position: relative;
        top: -7px;
    }

    main section.dobra-4 .calendario {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

    main section.dobra-4 .calendario strong {
        font-size: 16px;
        font-family: "Roboto", serif;
        letter-spacing: 14px;
        font-weight: 400;
        text-transform: uppercase;
        border-bottom: 2px solid #DCDCDC;
        display: block;
        padding-bottom: 15px;
    }

    main section.dobra-4 .calendario img {
        width: 100%;
    }

    main section.dobra-4 .texto {
        margin-top: 0;
    }

    main section.dobra-4 .texto h3 {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: bold;
        margin-bottom: 20px;
        display: block;
    }

    main section.dobra-4 .texto p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 300;
        line-height: 28px;
        display: block;
    }

    main section.dobra-5 {
        float: left;
        width: 100%;
        margin-bottom: 90px;
    }

    main section.dobra-5 h2 {
        font-size: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-5 h2 .quadrado {
        width: 0;
        height: 0;
        display: block;
        margin-bottom: 0;
    }

    main section.dobra-5 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 32px;
    }

    main section.dobra-5 .descricao {
        background-color: #EEEEEE;
        border-radius: 15px;
        padding: 25px 15px;
    }

    main section.dobra-5 .descricao .foto {
        border-radius: 15px;
        position: relative;
        margin-bottom: 30px;
    }

    main section.dobra-5 .descricao .foto .borda {
        background-color: var(--cor-principal);
        position: absolute;
        top: -10px;
        left: 15px;
        width: 24px;
        height: 62px;
        border-radius: 5px 5px 0 0;
        float: left;
    }

    main section.dobra-5 .descricao .foto img {
        width: 100%;
        z-index: 9;
        position: relative;
    }

    main section.dobra-5 .descricao h3 {
        font-size: 16px;
        font-family: "Rubik", serif;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
    }

    main section.dobra-5 .descricao p {
        color: #2F2F2F;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
		margin-bottom: 0;
    }

    main section.dobra-5 a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 50px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    main section.dobra-5 a:hover {
        background-color: #292929;
    }

    main section.dobra-6 {
        float: left;
        width: 100%;
        margin-bottom: 80px;
    }

    main section.dobra-6 .container-fluid {
        padding: 0 10px;
    }

    main section.dobra-6 .box {
        background-color: #EAF2FF;
        border-radius: 30px;
    }

    main section.dobra-6 .box img {
        width: 60%;
        border-radius: 15px;
        margin: 0 auto;
        display: block;
    }

    main section.dobra-6 .box .texto {
        padding: 25px 20px;
    }

    main section.dobra-6 .box .texto h2 {
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 32px;
    }

    main section.dobra-6 .box .texto h4 {
        font-size: 24px;
        font-family: "Roboto", serif;
        color: var(--cor-principal);
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto ul {
        padding-left: 0;
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto ul li {
        float: left;
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    
    main section.dobra-6 .box .texto ul li .numero {
        background-color: var(--cor-principal);
        font-size: 16px;
        font-weight: bold;
        font-family: "Rubik", serif;
        color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        height: 40px;
        margin-right: 10px;
    }

    main section.dobra-6 .box .texto ul li h3 {
        font-size: 16px;
        font-weight: bold;
        font-family: "Roboto", serif;
        color: #2F2F2F;
    }

    main section.dobra-6 .box .texto ul li p {
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        color: #2F2F2F;
        margin: 0;
    }

    main section.dobra-6 .box .texto a {
        font-family: "Rubik", serif;
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        padding: 10px 30px;
        border-radius: 8px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        transition: background-image 0.9s ease-in-out;
        margin-left: 52px;
    }
    main section.dobra-6 .box .texto a:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    main section.dobra-7 .ajust {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    main section.dobra-7 .ajust .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-7 .ajust .titulo i {
        background-color: var(--cor-principal);
        margin-bottom: 10px;
        width: 12px;
        height: 12px;
        float: left;
    }

    main section.dobra-7 .ajust .titulo h2 {
        text-align: center;
        font-size: 29px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-7 .ajust .titulo h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-7 .box_area {
        padding: 0;
    }

    main section.dobra-7 .box_area .box_ai {
        border: 1px solid #DCDCDC;
        color: #ffffff;
        border-radius: 10px;
        font-weight: 600;
        padding: 10px;
    }

    main section.dobra-7 .box_area .box_ai:hover {
        border:1px solid var(--cor-principal);
    }

    main section.dobra-7 .box_area .box_ai .tag {
        background-color: var(--cor-principal);
        font-size: 16px;
        font-weight: bold;
        font-family: "Rubik", serif;
        color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        height: 40px;
        width: 40px;
        margin-right: 10px;
        float: left;
    }
	
	main section.dobra-7 .box_area .box_ai h3 {
        color: #363636;
        font-size: 14px;
        font-weight: bold;
        font-family: "Rubik", serif;
		margin-top: 10px;
    }

    main section.dobra-7 .box_area .box_ai .texto {
        margin: 21px;
        margin-top: 30px;
    }

    main section.dobra-7 .box_area .box_ai .texto strong {
        color: #C1C1C1;
        font-size: 10px;
        font-weight: bold;
        font-family: "Rubik", serif;
        margin-bottom: 10px;
        display: block;
    }

    main section.dobra-7 .box_area .box_ai .texto p {
        color: #2F2F2F;
        font-size: 14px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 16px;
    }

    main section.dobra-7 a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 50px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    main section.dobra-8 {
        margin-bottom: 150px;
    }

    main section.dobra-8 .titulo {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    main section.dobra-8 .titulo h2 {
        text-align: center;
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-8 .titulo h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-8 .titulo img {
        margin: 45px 0;
    }

    main section.dobra-8 .imagens img {
        width: 100%;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    main section.dobra-8 .texto {
        background-color: #EEEEEE;
        padding: 40px 30px;
        border-radius: 30px;
        float: left;
        height: 100%;
    }

    main section.dobra-8 .texto img {
        margin-bottom: 15px;
    }

    main section.dobra-8 .texto h2 {
        font-size: 24px;
        font-family: "Roboto", serif;
        color: var(--cor-principal);
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-8 .texto p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
    }

    main section.dobra-8 .texto .borda_pontilhada_texto {
        height: 1px;
        width: 100%;
        float: left;
        background: repeating-linear-gradient( to right, #BCBCBC 0, #BCBCBC 10px, transparent 10px, transparent 15px);
        margin: 10px 0 20px 0;
    }

    main section.dobra-8 .texto a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
    }

    main section.dobra-9 .box_ajust {
        padding: 0;
        border-bottom: 1px solid #353535;
        padding-bottom: 50px;
        margin-bottom: 60px;
    }

    main section.dobra-9 .box_ajust h2 {
        text-align: left;
        font-size: 27px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-9 .box_ajust p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
        text-align: left;
    }

    main section.dobra-9 .box_ajust .imagens {
        margin-top: 20px;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem {
        position: relative;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .bg {
        position: absolute;
        width: 100%;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto {
        position: relative;
        height: 240px;
        float: left;
        display: block;
        width: 100%;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto .logo {
        float: right;
        margin: 15px 15px 0 0;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto span {
        background-color: #ffffff;
        color: #2F2F2F;
        font-size: 16px;
        font-weight: bold;
        float: left;
        margin: 0;
        padding: 15px 30px;
        position: absolute;
        bottom: 30px;
    }

    main section.dobra-10 .pontos_top {
        margin-bottom: 90px;
    }

    main section.dobra-10 .pontos_bottom {
        margin-bottom: 100px;
    }

    main section.dobra-10 .pontos_top .top,
    main section.dobra-10 .pontos_bottom .bottom {
        background-color: var(--cor-principal);
        height: 12px;
        width: 12px;
        float: left;
    }

    main section.dobra-10 .pontos_bottom .bottom {
        margin-top: 40px;
    }

    main section.dobra-10 .pontos_top .top.esquerda {
        margin-right: 40px;
        margin-bottom: 40px;
    }

    main section.dobra-10 .pontos_top .top.direita {
        float: right;
        margin-left: 40px;
        margin-bottom: 40px;
    }

    main section.dobra-10 .pontos_bottom .bottom.esquerda {
        margin-right: 40px;
        margin-top: 40px;
    }

    main section.dobra-10 .pontos_bottom .bottom.direita {
        float: right;
        margin-left: 40px;
        margin-top: 40px;
    }

    main section.dobra-10 .texto {
        padding: 0 20px;
    }
    main section.dobra-10 .texto span {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        letter-spacing: 3px;
        color: #000000;
        text-transform: uppercase;
    }

    main section.dobra-10 .texto h2 {
        font-size: 31px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

    main section.dobra-10 .texto h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-10 .texto p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
    }

    main section.dobra-10 .texto a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
    }

    main section.dobra-10 .slider {
        margin-top: 90px;
        height: 520px;
        padding-bottom: 60px;
    }

    main section.dobra-10 .slider .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    main section.dobra-11 {
        margin-bottom: 65px;
    }

    main section.dobra-11 .video .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-11 .video .titulo h2 {
        text-align: left;
        font-size: 29px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-11 .video .embed_video {
        position: relative;
        float: left;
        width: 100%;
    }

    main section.dobra-11 .video .embed_video i.audio {
        position: absolute;
        height: 67px;
        width: 67px;
        float: left;
        z-index: 9999999;
        background-color: var(--cor-principal);
        border-radius: 15px;
        right: 30px;
        top: -12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-11 .video .embed_video iframe {
        width: 100%;
        height: 395px;
        border-radius: 20px;
    }

    main section.dobra-12 {
        margin-bottom: 150px;
    }

    main section.dobra-12 .cabecalho {
        border-bottom: none;
        display: flex;
        padding: 0;
        align-items: flex-end;
        justify-content: flex-end;
        padding-bottom: 10px;
    }

    main section.dobra-12 .cabecalho h2 {
        text-align: center;
        font-size: 30px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
        text-align: left;
    }

    main section.dobra-12 .cabeca {
        display: flex;
        flex-direction: row-reverse;
    }

    main section.dobra-12 .cabeca strong {
        font-size: 8px;
        font-weight: 600;
        line-height: 10px;
        font-family: "Roboto", serif;
        margin-left: 20px;
    }

    main section.dobra-12 .corpo ul {
        padding: 0;
        margin: 0;
    }

    main section.dobra-12 .corpo ul li {
        float: left;
        margin-bottom: 40px;
        width: 100%;
    }

    main section.dobra-12 .corpo ul li .primeira {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    main section.dobra-12 .corpo ul li .primeira .comb {
        display: flex;
        background-color: inherit;
        padding: 0;
        border-radius: 10px;
        align-items: center;
        float: left;
        width: 100%;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto {
        width: 435px;
        margin-right: 30px;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto h4 {
        color: #171717;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 800;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto p {
        color: #171717;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 28px;
        margin: 0;
    }

    main section.dobra-12 .corpo .icon {
        border-radius: 5px;
        width: 39px;
        height: 39px;
        float: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-12 .corpo .icon img {
        width: 15px;
    }

    main section.dobra-12 .corpo .ico-x {
        background-color: #EBEBEB;
        margin-left: 0;
    }

    main section.dobra-12 .corpo .ico-v{
        background-color: var(--cor-principal);
    }

    main section.dobra-13 {
        background-color: #eaf2ff;
    }

    main section.dobra-13 .box {
        background-color: #EAF2FF;
        border-radius: 15px;
        padding-bottom: 100px;
    }

    main section.dobra-13 .position {
        position: relative;
    }

    main section.dobra-13 .box-azul {
        display: none;
        background-color: #EAF2FF;
        height: 100px;
        float: left;
        width: 100%;
        border-radius: 0 0 15px 15px;
    }

    main section.dobra-13 .texto i.ico-oculos {
        background-color: var(--cor-principal);
        border-radius: 12px;
        width: 67px;
        height: 67px;
        float: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        margin: -30px 0 0 25px;
    }

    main section.dobra-13 .texto span {
        font-size: 25px;
        line-height: 15px;
        font-family: "Rubik", serif;
        font-weight: 300;
        text-transform: uppercase;
        margin: 15px 0 0 105px;
        display: block;
    }

    main section.dobra-13 .slider-video {
        width: 90%;
        margin: auto;
        overflow: hidden;
        position: relative;
        margin-top: -45px;
    }

    main section.dobra-13 .slider-video.swiper {
        width: 100%;
        height: 100%;
      }
  
    main section.dobra-13 .slider-video  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  
    main section.dobra-13 .slider-video .swiper-slide img {
        display: block;
        width: 20px;
        height: 20px;
        object-fit: cover;
    }
  
    main section.dobra-13 .slider-video .swiper-slide {
        width: 47%;
    }
  
    main section.dobra-13 .slider-video .swiper-slide {
        padding-bottom: 35px;
        background: none;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        border-radius: initial !important;
    }

    main section.dobra-13 .slider-video .swiper-slide video {
        width: 355px;
        border-radius: 20px;
    }

    main section.dobra-13 .slider-video .swiper-slide .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--cor-principal);
        color: white;
        border: none;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        outline: none;
    }

    main section.dobra-13 .slider-video .swiper-slide .play-button img {
        margin-top: 3px;
        margin-left: 5px;
    }

    main section.dobra-13 .slider-video .swiper-slide .titulo-play {
        font-family: "Roboto", serif;
        font-weight: 600;
        position: absolute;
        bottom: 75px;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 18px;
        width: 285px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        outline: none;
    }

}

/* Desktop */
@media (min-width: 1200px) {
    /* Estilos para desktops/laptops normais */
    /* HEADER */

    header div.dobra-1 {
        margin-top: 55px;
    }

    header div.dobra-1 strong {
        font-size: 12px;
        font-family: "Roboto", serif;
        letter-spacing: 14px;
        font-weight: 400;
        text-transform: uppercase;
		margin-bottom: 15px;
        display: block;
    }

    header div.dobra-1 h2 {
        font-size: 26px;
        line-height: 26px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 500;
        text-transform: uppercase;
        display: block;
    }

    header div.dobra-1 h2 b {
        clear: both;
        float: left;
    }

    header div.dobra-1 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        line-height: 1.8;
        font-weight: 300;
    }

    header div.dobra-1 .box-caixa {
        display: flex;
    }

    header div.dobra-1 .box-caixa img {
        width: 212px;
        border-radius: 10px;
        display: block;
		height: 260px;
    }

    header div.dobra-1 .box-caixa .caixa {
		background-color: #EAF2FF;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 45px 25px;
        margin: 20px 0;
        border-radius: 0 16px 16px 0;
    }

    header div.dobra-1 .box-caixa .caixa span {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 600;
        margin-bottom: 20px;
    }

    header div.dobra-1 .box-caixa .caixa ul {
        margin: 0;
        padding-left: 20px;
    }

    header div.dobra-1 .box-caixa .caixa ul li {
        list-style: disc;
    }

    header div.dobra-1 .box-caixa .caixa ul li p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        margin-bottom: 0;
    }

    header div.dobra-1 .form {
        position: relative;
		width: 85%;
        float: right;
    }

    header div.dobra-1 .form i.icone {
        background-color: var(--cor-principal);
        padding: 10px;
        position: absolute;
        left: -46px;
        top: 32px;
        float: left;
        border-radius: 5px 0 0 5px;
    }

    header div.dobra-1 .form .formulario {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
    }

    /*header div.dobra-1 .form .formulario #rd-form-joq3m2m5i .bricks-form__input:not(textarea) {
        height: 24px !important;
        padding: 19px 15px !important;
        border-radius: 5px !important;
    }*/

    header div.dobra-1 .form .formulario #rd-column-k1ujc7x1 > div {
        background-color: #EAF2FF !important;
        justify-content: center !important;
        border-radius: 15px !important;
        padding: 20px 40px !important;
    }

    header div.dobra-1 .form #rd-button-joq3m2m5a.bricks--component-button {
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        transition: background-image 0.9s ease-in-out;
    }

    header div.dobra-1 .form #rd-button-joq3m2m5a.bricks--component-button:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    header div.dobra-1 .toll-box {
        margin: 120px 0 160px 0;
        padding-top: 2px;
    }

    header div.dobra-1 .toll-box .top,
    header div.dobra-1 .toll-box .bottom {
        background-color: var(--cor-principal);
        height: 12px;
        width: 12px;
        float: left;
    }

    header div.dobra-1 .toll-box .bottom.esquerda {
        margin-top: 30px;
    }

    header div.dobra-1 .toll-box .top.direita {
        float: right;
    }

    header div.dobra-1 .toll-box .bottom.direita {
        float: right;
        margin-top: 30px;
    }

    header div.dobra-1 .toll-box .box {
        background-color: #EAF2FF;
        margin-top: 40px;
        padding: 30px 20px;
        border-radius: 15px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: space-around;
        align-items: center;
    }
    
    header div.dobra-1 .toll-box .box h3 {
        font-size: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
    }

    header div.dobra-1 .toll-box .box h3 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    header div.dobra-1 .toll-box .box p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    header div.dobra-1 .toll-box .box a {
        font-family: "Rubik", serif;
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        padding: 10px 30px;
        border-radius: 8px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin-top: 50px;
        transition: background-image 0.9s ease-in-out;
    }
    header div.dobra-1 .toll-box .box a:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    main section .borda_pontilhada {
        height: 1px;
        width: 100%;
        float: left;
        background: repeating-linear-gradient( to right, #444444 0, #444444 10px, transparent 10px, transparent 15px);
        margin-top: 45px;
        margin-bottom: 60px;
    }

    main section.dobra-2 h2 {
        font-size: 26px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 400;
        text-transform: uppercase;
        float: left;
        border-bottom: 2px solid #DCDCDC;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    main section.dobra-2 strong {
        font-size: 20px;
        font-family: "Rubik", serif;
        font-weight: bold;
        margin-bottom: 14px;
        display: block;
    }

    main section.dobra-2 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
    }

    main section.dobra-2 a {
        background-color: #000000;
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        font-family: "Roboto", serif;
        font-weight: 400;
        padding: 15px 20px;
        border-radius: 6px;
        text-decoration: none;
        margin-top: 40px;
        float: left;
        margin-bottom: 40px;
    }

    main section.dobra-2 ul {
        padding: 0;
    }

    main section.dobra-2 ul li {
        float: left;
        width: 100%;
        margin-bottom: 14px;
    }

    main section.dobra-2 ul li .icones {
        background-color: var(--cor-principal);
        padding: 10px;
        border-radius: 8px;
        height: 67px;
        width: 67px;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-2 ul li .lista {
        background-color: #EFEFEF;
        border-radius: 10px;
        margin-left: 80px;
        padding: 10px;
    }

    main section.dobra-2 ul li .lista {
        background-color: #EFEFEF;
        border-radius: 10px;
        margin-left: 80px;
        padding: 10px;
    }

    main section.dobra-2 ul li .lista strong {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: bold;
        margin-bottom: 0;
        display: block;
    }

    main section.dobra-2 ul li .lista p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 300;
        margin-bottom: 0;
        display: block;
    }

    main section.dobra-3 .video .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-3 .video .titulo i {
        background-color: var(--cor-principal);
        width: 12px;
        height: 12px;
        float: left;
    }

    main section.dobra-3 .video .titulo h2 {
        text-align: center;
        font-size: 20px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-3 .video iframe {
        width: 100%;
        height: 308px;
        border-radius: 20px;
        margin: 0 auto;
        display: block;
    }

    main section.dobra-4 {
        margin-top: 80px;
    }

    main section.dobra-4 h2 {
        font-size: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    main section.dobra-4 h2 span.tag {
        background-color: #DFDFDF;
        font-family: "Rubik", serif;
        font-size: 13px;
        color: #838383;
        padding: 10px 10px;
        border-radius: 5px;
        position: relative;
        top: -7px;
    }

    main section.dobra-4 .calendario {
        width: 300px;
        float: left;
        margin-bottom: 50px;
        margin-right: 35px;
    }

    main section.dobra-4 .calendario strong {
        font-size: 16px;
        font-family: "Roboto", serif;
        letter-spacing: 14px;
        font-weight: 400;
        text-transform: uppercase;
        border-bottom: 2px solid #DCDCDC;
        display: block;
        padding-bottom: 15px;
    }
	
	.calendar-table td.highlight span {
        border: 2px solid var(--cor-principal);
        color: #000000;
        font-weight: bold;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
	
	.calendar-table th, .calendar-table td {
        width: 14.28%;
        padding: 5px;
		font-size: 15px;
    }

    main section.dobra-4 .calendario img {
        width: 100%;
    }

    main section.dobra-4 .texto {
        margin-top: 0;
    }

    main section.dobra-4 .texto h3 {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: bold;
        margin-bottom: 20px;
        display: block;
    }

    main section.dobra-4 .texto p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 300;
        line-height: 28px;
        display: block;
    }

    main section.dobra-5 {
        float: left;
        width: 100%;
        margin-bottom: 90px;
    }

    main section.dobra-5 h2 {
        font-size: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-5 h2 .quadrado {
        width: 0;
        height: 0;
        display: block;
        margin-bottom: 0;
    }

    main section.dobra-5 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 32px;
    }

    main section.dobra-5 .descricao {
        background-color: #EEEEEE;
        border-radius: 15px;
        padding: 25px 15px;
        min-height: 288px;
    }

    main section.dobra-5 .descricao .foto {
        border-radius: 15px;
        position: relative;
        margin-bottom: 0;
    }

    main section.dobra-5 .descricao .foto .borda {
        background-color: var(--cor-principal);
        position: absolute;
        top: -10px;
        left: 15px;
        width: 24px;
        height: 62px;
        border-radius: 5px 5px 0 0;
        float: left;
    }

    main section.dobra-5 .descricao .foto img {
        width: 100%;
        z-index: 9;
        position: relative;
		border-radius: 12px;
    }

    main section.dobra-5 .descricao h3 {
        font-size: 16px;
        font-family: "Rubik", serif;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
    }

    main section.dobra-5 .descricao p {
        color: #2F2F2F;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
		margin-bottom: 0;
    }

    main section.dobra-5 a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 50px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    main section.dobra-5 a:hover {
        background-color: #292929;
    }

    main section.dobra-6 {
        float: left;
        width: 100%;
        margin-bottom: 80px;
    }

    main section.dobra-6 .container-fluid {
        padding: 0 10px;
    }

    main section.dobra-6 .box {
        background-color: #EAF2FF;
        border-radius: 30px;
    }

    main section.dobra-6 .box img {
        width: 100%;
        border-radius: 15px 0 0 15px;
        margin: 0 auto;
        display: block;
    }

    main section.dobra-6 .box .texto {
        padding: 25px 20px;
    }

    main section.dobra-6 .box .texto h2 {
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 32px;
    }

    main section.dobra-6 .box .texto h4 {
        font-size: 24px;
        font-family: "Roboto", serif;
        color: var(--cor-principal);
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto ul {
        padding-left: 0;
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto ul li {
        float: left;
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    
    main section.dobra-6 .box .texto ul li .numero {
        background-color: var(--cor-principal);
        font-size: 16px;
        font-weight: bold;
        font-family: "Rubik", serif;
        color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        height: 40px;
        margin-right: 10px;
    }

    main section.dobra-6 .box .texto ul li h3 {
        font-size: 16px;
        font-weight: bold;
        font-family: "Roboto", serif;
        color: #2F2F2F;
    }

    main section.dobra-6 .box .texto ul li p {
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        color: #2F2F2F;
        margin: 0;
    }

    main section.dobra-6 .box .texto a {
        font-family: "Rubik", serif;
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        padding: 10px 30px;
        border-radius: 8px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        transition: background-image 0.9s ease-in-out;
        margin-left: 52px;
    }
    main section.dobra-6 .box .texto a:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    main section.dobra-7 .ajust {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    main section.dobra-7 .ajust .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-7 .ajust .titulo i {
        background-color: var(--cor-principal);
        margin-bottom: 10px;
        width: 12px;
        height: 12px;
        float: left;
    }

    main section.dobra-7 .ajust .titulo h2 {
        text-align: center;
        font-size: 29px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-7 .ajust .titulo h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-7 .box_area {
        padding: 0;
    }

    main section.dobra-7 .box_area .box_ai {
        border: 1px solid #DCDCDC;
        color: #ffffff;
        border-radius: 10px;
        font-weight: 600;
        padding: 10px;
		min-height: 265px;
    }

    main section.dobra-7 .box_area .box_ai:hover {
        border:1px solid var(--cor-principal);
    }

    main section.dobra-7 .box_area .box_ai .tag {
        background-color: var(--cor-principal);
        font-size: 16px;
        font-weight: bold;
        font-family: "Rubik", serif;
        color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        height: 40px;
        width: 40px;
        margin-right: 10px;
        float: left;
    }

    main section.dobra-7 .box_area .box_ai .texto {
        margin: 21px;
        margin-top: 30px;
    }

    main section.dobra-7 .box_area .box_ai .texto strong {
        color: #C1C1C1;
        font-size: 10px;
        font-weight: bold;
        font-family: "Rubik", serif;
        margin-bottom: 10px;
        display: block;
    }

    main section.dobra-7 .box_area .box_ai h3 {
        color: #363636;
        font-size: 14px;
        font-weight: bold;
        font-family: "Rubik", serif;
		margin-top: 10px;
    }

    main section.dobra-7 .box_area .box_ai .texto p {
        color: #2F2F2F;
        font-size: 14px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 16px;
    }

    main section.dobra-7 a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 50px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    main section.dobra-8 {
        margin-bottom: 150px;
    }

    main section.dobra-8 .titulo {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    main section.dobra-8 .titulo h2 {
        text-align: center;
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-8 .titulo h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-8 .titulo img {
        margin: 45px 0;
    }

    main section.dobra-8 .imagens img {
        width: 100%;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    main section.dobra-8 .texto {
        background-color: #EEEEEE;
        padding: 40px 30px;
        border-radius: 30px;
        float: left;
        height: 100%;
    }

    main section.dobra-8 .texto img {
        margin-bottom: 15px;
    }

    main section.dobra-8 .texto h2 {
        font-size: 24px;
        font-family: "Roboto", serif;
        color: var(--cor-principal);
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-8 .texto p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
    }

    main section.dobra-8 .texto .borda_pontilhada_texto {
        height: 1px;
        width: 100%;
        float: left;
        background: repeating-linear-gradient( to right, #BCBCBC 0, #BCBCBC 10px, transparent 10px, transparent 15px);
        margin: 10px 0 20px 0;
    }

    main section.dobra-8 .texto a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
    }

    main section.dobra-9 .box_ajust {
        padding: 0;
        border-bottom: 1px solid #353535;
        padding-bottom: 50px;
        margin-bottom: 60px;
    }

    main section.dobra-9 .box_ajust h2 {
        text-align: left;
        font-size: 27px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-9 .box_ajust p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
        text-align: left;
    }

    main section.dobra-9 .box_ajust .imagens {
        margin-top: 20px;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem {
        position: relative;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .bg {
        position: absolute;
        width: 100%;
        height: 238px;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto {
        position: relative;
        height: 240px;
        float: left;
        display: block;
        width: 100%;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto .logo {
        float: right;
        margin: 15px 15px 0 0;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto span {
        background-color: #ffffffad;
        color: #2F2F2F;
        font-size: 13px;
        font-weight: bold;
        float: left;
        margin: 0;
        padding: 15px 30px;
        position: absolute;
        bottom: 20px;
    }

    main section.dobra-10 .pontos_top {
        margin-bottom: 90px;
    }

    main section.dobra-10 .pontos_bottom {
        margin-bottom: 100px;
    }

    main section.dobra-10 .pontos_top .top,
    main section.dobra-10 .pontos_bottom .bottom {
        background-color: var(--cor-principal);
        height: 12px;
        width: 12px;
        float: left;
    }

    main section.dobra-10 .pontos_bottom .bottom {
        margin-top: 40px;
    }

    main section.dobra-10 .pontos_top .top.esquerda {
        margin-right: 40px;
        margin-bottom: 40px;
    }

    main section.dobra-10 .pontos_top .top.direita {
        float: right;
        margin-left: 40px;
        margin-bottom: 40px;
    }

    main section.dobra-10 .pontos_bottom .bottom.esquerda {
        margin-right: 40px;
        margin-top: 40px;
    }

    main section.dobra-10 .pontos_bottom .bottom.direita {
        float: right;
        margin-left: 40px;
        margin-top: 40px;
    }

    main section.dobra-10 .texto {
        padding: 0 20px;
    }
    main section.dobra-10 .texto span {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        letter-spacing: 3px;
        color: #000000;
        text-transform: uppercase;
    }

    main section.dobra-10 .texto h2 {
        font-size: 31px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

    main section.dobra-10 .texto h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-10 .texto p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
    }

    main section.dobra-10 .texto a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
    }

    main section.dobra-10 .slider {
        margin-top: 90px;
        height: 365px;
        padding-bottom: 60px;
    }

    main section.dobra-10 .slider .swiper-slide img {
        width: 100%;
        height: auto;
    }

    main section.dobra-11 {
        margin-bottom: 65px;
    }

    main section.dobra-11 .video .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-11 .video .titulo h2 {
        text-align: left;
        font-size: 29px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-11 .video .embed_video {
        position: relative;
        float: left;
        width: 100%;
    }

    main section.dobra-11 .video .embed_video i.audio {
        position: absolute;
        height: 67px;
        width: 67px;
        float: left;
        z-index: 9999999;
        background-color: var(--cor-principal);
        border-radius: 15px;
        right: 30px;
        top: -12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-11 .video .embed_video iframe {
        width: 100%;
        height: 305px;
        border-radius: 20px;
    }

    main section.dobra-12 {
        margin-bottom: 150px;
    }
	
	main section.dobra-12 .cabeca {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 15px;
    }
	
	main section.dobra-12 .cabeca strong {
        font-size: 17px;
        font-weight: 600;
        line-height: 17px;
        font-family: "Roboto", serif;
        margin-left: 20px;
    }

    main section.dobra-12 .cabecalho {
        border-bottom: 1px solid #DCDCDC;
        display: flex;
        padding: 0 50px;
        align-items: flex-end;
        justify-content: flex-end;
        padding-bottom: 10px;
    }

    main section.dobra-12 .cabecalho h2 {
        text-align: center;
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
        text-align: left;
    }

    main section.dobra-12 .cabecalho strong {
        width: 225px;
        font-size: 16px;
        font-family: "Roboto", serif;
    }

    main section.dobra-12 .corpo ul li {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }

    main section.dobra-12 .corpo ul li .primeira {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    main section.dobra-12 .corpo ul li .primeira .comb {
        display: flex;
        background-color: #EFEFEF;
        padding: 25px;
        border-radius: 10px;
        align-items: center;
        float: left;
		width: 87%;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto {
        width: 640px;
        margin-right: 40px;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto h4 {
        color: #171717;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 800;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto p {
        color: #171717;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 28px;
        margin: 0;
    }

    main section.dobra-12 .corpo .icon {
        border-radius: 12px;
        width: 67px;
        height: 67px;
        float: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-12 .corpo .ico-x {
        background-color: #EBEBEB;
        margin-left: 35px;
    }

    main section.dobra-12 .corpo .ico-v{
        background-color: var(--cor-principal);
    }

    main section.dobra-13 {
        background-color: #eaf2ff;
    }

    main section.dobra-13 .box {
        background-color: #EAF2FF;
        border-radius: 15px;
        padding-bottom: 100px;
    }

    main section.dobra-13 .position {
        position: relative;
    }

    main section.dobra-13 .box-azul {
        display: none;
        background-color: #EAF2FF;
        height: 100px;
        float: left;
        width: 100%;
        border-radius: 0 0 15px 15px;
    }

    main section.dobra-13 .texto i.ico-oculos {
        background-color: var(--cor-principal);
        border-radius: 12px;
        width: 67px;
        height: 67px;
        float: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        margin: -30px 0 0 25px;
    }

    main section.dobra-13 .texto span {
        font-size: 25px;
        line-height: 15px;
        font-family: "Rubik", serif;
        font-weight: 300;
        text-transform: uppercase;
        margin: 15px 0 0 105px;
        display: block;
    }

    main section.dobra-13 .slider-video {
        width: 90%;
        margin: auto;
        overflow: hidden;
        position: relative;
        margin-top: -45px;
    }

    main section.dobra-13 .slider-video.swiper {
        width: 100%;
        height: 100%;
      }
  
    main section.dobra-13 .slider-video  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  
    main section.dobra-13 .slider-video .swiper-slide img {
        display: block;
        width: 20px;
        height: 20px;
        object-fit: cover;
    }
  
    main section.dobra-13 .slider-video .swiper-slide {
        width: 27%;
    }
  
    main section.dobra-13 .slider-video .swiper-slide {
        padding-bottom: 35px;
        background: none;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        border-radius: initial !important;
    }

    main section.dobra-13 .slider-video .swiper-slide video {
        width: 355px;
        border-radius: 20px;
    }

    main section.dobra-13 .slider-video .swiper-slide .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--cor-principal);
        color: white;
        border: none;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        outline: none;
    }

    main section.dobra-13 .slider-video .swiper-slide .play-button img {
        margin-top: 3px;
        margin-left: 5px;
    }

    main section.dobra-13 .slider-video .swiper-slide .titulo-play {
        font-family: "Roboto", serif;
        font-weight: 600;
        position: absolute;
        bottom: 75px;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 18px;
        width: 285px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        outline: none;
    }
}

/* Monitores grandes */
@media (min-width: 1400px) {
    /* Estilos para telas muito grandes */

    /* HEADER */

    header div.dobra-1 {
        margin-top: 80px;
    }

    header div.dobra-1 strong {
        font-size: 16px;
        font-family: "Roboto", serif;
        letter-spacing: 14px;
        font-weight: 400;
        text-transform: uppercase;
		margin-bottom: 15px;
		display: block;
    }

    header div.dobra-1 h2 {
        font-size: 28px;
        line-height: 28px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 500;
        text-transform: uppercase;
        display: block;
    }

    header div.dobra-1 h2 b {
        clear: both;
        float: left;
    }

    header div.dobra-1 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        line-height: 1.8;
        font-weight: 300;
    }

    header div.dobra-1 .box-caixa {
        display: flex;
    }
	
	header div.dobra-1 .box-caixa img {
	    width: 210px;
    	border-radius: 10px;
		display: block;
		height: 300px;
	}

    header div.dobra-1 .box-caixa .caixa {
        background-color: #EAF2FF;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 45px 25px;
        margin: 20px 0;
        border-radius: 0 16px 16px 0;
    }

    header div.dobra-1 .box-caixa .caixa span {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 600;
    }

    header div.dobra-1 .box-caixa .caixa ul {
        margin: 0;
        padding-left: 20px;
    }

    header div.dobra-1 .box-caixa .caixa ul li {
        list-style: disc;
    }

    header div.dobra-1 .box-caixa .caixa ul li p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        margin-bottom: 0;
    }

    header div.dobra-1 .form {
        position: relative;
        width: 530px;
        float: right;
    }

    header div.dobra-1 .form i.icone {
        background-color: var(--cor-principal);
        padding: 10px;
        position: absolute;
        left: -44px;
        top: 32px;
        float: left;
        border-radius: 5px 0 0 5px;
    }

    header div.dobra-1 .form .formulario {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
    }

    /*header div.dobra-1 .form .formulario #rd-form-joq3m2m5i .bricks-form__input:not(textarea) {
        height: 24px !important;
        padding: 19px 15px !important;
        border-radius: 5px !important;
    }*/

    header div.dobra-1 .form .formulario #rd-column-k1ujc7x1 > div {
        background-color: #EAF2FF !important;
        justify-content: center !important;
        border-radius: 15px !important;
        padding: 20px 40px !important;
    }

    header div.dobra-1 .form #rd-button-joq3m2m5a.bricks--component-button {
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        transition: background-image 0.9s ease-in-out;
    }

    header div.dobra-1 .form #rd-button-joq3m2m5a.bricks--component-button:hover {
		background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    header div.dobra-1 .toll-box {
        margin: 120px 0 160px 0;
        padding-top: 2px;
    }

    header div.dobra-1 .toll-box .top,
    header div.dobra-1 .toll-box .bottom {
        background-color: var(--cor-principal);
        height: 12px;
        width: 12px;
        float: left;
    }

    header div.dobra-1 .toll-box .bottom {
        margin-top: 40px;
    }

    header div.dobra-1 .toll-box .top.esquerda {
        margin-right: 40px;
        margin-bottom: 40px;
    }

    header div.dobra-1 .toll-box .top.direita {
        float: right;
        margin-left: 40px;
        margin-bottom: 40px;
    }

    header div.dobra-1 .toll-box .bottom.esquerda {
        margin-right: 40px;
        margin-top: 40px;
    }

    header div.dobra-1 .toll-box .bottom.direita {
        float: right;
        margin-left: 40px;
        margin-top: 40px;
    }

    header div.dobra-1 .toll-box .box {
        background-color: #EAF2FF;
        margin-top: 40px;
        padding: 50px 200px;
        border-radius: 15px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: space-around;
        align-items: center;
    }
    
    header div.dobra-1 .toll-box .box h3 {
        font-size: 50px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
    }

    header div.dobra-1 .toll-box .box h3 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    header div.dobra-1 .toll-box .box p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    header div.dobra-1 .toll-box .box a {
        font-family: "Rubik", serif;
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        padding: 10px 30px;
        border-radius: 8px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin-top: 50px;
        transition: background-image 0.9s ease-in-out;
    }
    header div.dobra-1 .toll-box .box a:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    main section .borda_pontilhada {
        height: 1px;
        width: 100%;
        float: left;
        background: repeating-linear-gradient( to right, #444444 0, #444444 10px, transparent 10px, transparent 15px);
        margin-top: 125px;
        margin-bottom: 95px;
    }

    main section.dobra-2 h2 {
        font-size: 50px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 400;
        text-transform: uppercase;
        float: left;
        border-bottom: 2px solid #DCDCDC;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    main section.dobra-2 strong {
        font-size: 20px;
        font-family: "Rubik", serif;
        font-weight: bold;
        margin-bottom: 14px;
        display: block;
    }

    main section.dobra-2 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
    }

    main section.dobra-2 a {
        background-color: #000000;
        color: #ffffff;
        font-size: 16px;
        text-transform: uppercase;
        font-family: "Roboto", serif;
        font-weight: 400;
        padding: 15px 20px;
        border-radius: 6px;
        text-decoration: none;
        margin-top: 40px;
        float: left;
    }

    main section.dobra-2 ul {
        padding: 0;
    }

    main section.dobra-2 ul li {
        float: left;
        width: 100%;
        margin-bottom: 14px;
    }

    main section.dobra-2 ul li .icones {
        background-color: var(--cor-principal);
        padding: 10px;
        border-radius: 8px;
        height: 67px;
        width: 67px;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-2 ul li .lista {
        background-color: #EFEFEF;
        border-radius: 10px;
        margin-left: 80px;
        padding: 10px;
    }

    main section.dobra-2 ul li .lista {
        background-color: #EFEFEF;
        border-radius: 10px;
        margin-left: 80px;
        padding: 10px;
    }

    main section.dobra-2 ul li .lista strong {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: bold;
        margin-bottom: 0;
        display: block;
    }

    main section.dobra-2 ul li .lista p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 300;
        margin-bottom: 0;
        display: block;
    }

    main section.dobra-3 .video .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-3 .video .titulo i {
        background-color: var(--cor-principal);
        width: 12px;
        height: 12px;
        float: left;
    }

    main section.dobra-3 .video .titulo h2 {
        text-align: center;
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-3 .video iframe {
        width: 100%;
        height: 358px;
        border-radius: 20px;
    }

    main section.dobra-4 {
        margin-top: 190px;
    }

    main section.dobra-4 h2 {
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
    }

    main section.dobra-4 h2 span.tag {
        background-color: #DFDFDF;
        font-family: "Rubik", serif;
        font-size: 20px;
        color: #838383;
        padding: 10px 10px;
        border-radius: 5px;
        position: relative;
        top: -7px;
    }

    main section.dobra-4 .calendario {
        width: 45%;
        float: left;
        margin-right: 40px;
        margin-top: 20px;
    }
	
	.calendar-table td.highlight span {
		border: 2px solid var(--cor-principal);
		color: #000000;
		font-weight: bold;
		border-radius: 50%;
		width: 45px;
		height: 45px;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.calendar-table th, .calendar-table td {
		width: 14.28%;
		padding: 5px;
	}

    main section.dobra-4 .calendario strong {
        font-size: 16px;
        font-family: "Roboto", serif;
        letter-spacing: 14px;
        font-weight: 400;
        text-transform: uppercase;
        border-bottom: 2px solid #DCDCDC;
        display: block;
        padding-bottom: 15px;
    }

    main section.dobra-4 .texto {
        margin-top: 100px;
    }

    main section.dobra-4 .texto h3 {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: bold;
        margin-bottom: 20px;
        display: block;
    }

    main section.dobra-4 .texto p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 300;
        line-height: 28px;
        display: block;
    }

    main section.dobra-5 {
        float: left;
        width: 100%;
        margin-bottom: 150px;
    }

    main section.dobra-5 h2 {
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-5 h2 .quadrado {
        width: 12px;
        height: 12px;
        display: block;
        margin-bottom: 12px;
        background-color: var(--cor-principal);
    }

    main section.dobra-5 p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 32px;
    }

    main section.dobra-5 .descricao {
        background-color: #EEEEEE;
        border-radius: 15px;
        padding: 15px;
    }

    main section.dobra-5 .descricao .foto {
        border-radius: 15px;
        position: relative;
    }

    main section.dobra-5 .descricao .foto .borda {
        background-color: var(--cor-principal);
        position: absolute;
        top: -10px;
        left: 15px;
        width: 24px;
        height: 62px;
        border-radius: 5px 5px 0 0;
        float: left;
    }

    main section.dobra-5 .descricao .foto img {
        width: 100%;
        z-index: 9;
        position: relative;
		border-radius: 12px;
        height: 230px;
    }

    main section.dobra-5 .descricao h3 {
        font-size: 16px;
        font-family: "Rubik", serif;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
    }

    main section.dobra-5 .descricao p {
        color: #2F2F2F;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
		margin-bottom: 0;
    }

    main section.dobra-5 a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 50px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    main section.dobra-5 a:hover {
        background-color: #292929;
    }

    main section.dobra-6 {
        float: left;
        width: 100%;
        margin-bottom: 80px;
    }

    main section.dobra-6 .container-fluid {
        padding: 0 180px;
    }

    main section.dobra-6 .box {
        background-color: #EAF2FF;
        border-radius: 40px;
    }

    main section.dobra-6 .box img {
        width: 100%;
    }

    main section.dobra-6 .box .texto {
        padding: 50px;
    }

    main section.dobra-6 .box .texto h2 {
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto p {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 32px;
    }

    main section.dobra-6 .box .texto h4 {
        font-size: 24px;
        font-family: "Roboto", serif;
        color: var(--cor-principal);
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto ul {
        padding-left: 0;
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-6 .box .texto ul li {
        float: left;
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    
    main section.dobra-6 .box .texto ul li .numero {
        background-color: var(--cor-principal);
        font-size: 16px;
        font-weight: bold;
        font-family: "Rubik", serif;
        color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        height: 40px;
        margin-right: 10px;
    }

    main section.dobra-6 .box .texto ul li h3 {
        font-size: 16px;
        font-weight: bold;
        font-family: "Roboto", serif;
        color: #2F2F2F;
    }

    main section.dobra-6 .box .texto ul li p {
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        color: #2F2F2F;
        margin: 0;
    }

    main section.dobra-6 .box .texto a {
        font-family: "Rubik", serif;
        background-image: linear-gradient(to right, var(--cor-principal), color-mix(in srgb, var(--cor-principal), white 50%));
        padding: 10px 30px;
        border-radius: 8px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        transition: background-image 0.9s ease-in-out;
        margin-left: 52px;
    }
    main section.dobra-6 .box .texto a:hover {
        background-image: linear-gradient(to right, color-mix(in srgb, var(--cor-principal), white 50%), var(--cor-principal));
    }

    main section.dobra-7 .ajust {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        padding: 0 150px;
        text-align: center;
        margin-bottom: 50px;
    }

    main section.dobra-7 .ajust .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-7 .ajust .titulo i {
        background-color: var(--cor-principal);
        margin-bottom: 10px;
        width: 12px;
        height: 12px;
        float: left;
    }

    main section.dobra-7 .ajust .titulo h2 {
        text-align: center;
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-7 .ajust .titulo h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-7 .box_area {
        padding: 0 100px;
    }

    main section.dobra-7 .box_area .box_ai {
        border: 1px solid #DCDCDC;
        color: #ffffff;
        border-radius: 10px;
        font-weight: 600;
        padding: 10px;
		min-height: 280px;
    }

    main section.dobra-7 .box_area .box_ai:hover {
        border:1px solid var(--cor-principal);
    }

    main section.dobra-7 .box_area .box_ai .tag {
        background-color: var(--cor-principal);
        font-size: 16px;
        font-weight: bold;
        font-family: "Rubik", serif;
        color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        height: 40px;
        width: 40px;
        margin-right: 10px;
        float: left;
    }

    main section.dobra-7 .box_area .box_ai .texto {
        margin: 21px;
        margin-top: 30px;
    }

    main section.dobra-7 .box_area .box_ai .texto strong {
        color: #C1C1C1;
        font-size: 10px;
        font-weight: bold;
        font-family: "Rubik", serif;
        margin-bottom: 10px;
        display: block;
    }

    main section.dobra-7 .box_area .box_ai h3 {
        color: #363636;
        font-size: 14px;
        font-weight: bold;
        font-family: "Rubik", serif;
		margin-top: 10px;
    }

    main section.dobra-7 .box_area .box_ai .texto p {
        color: #2F2F2F;
        font-size: 14px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 16px;
    }

    main section.dobra-7 a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 50px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    main section.dobra-8 {
        margin-bottom: 150px;
    }

    main section.dobra-8 .titulo {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    main section.dobra-8 .titulo h2 {
        text-align: center;
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-8 .titulo h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-8 .titulo img {
        margin: 60px;
    }

    main section.dobra-8 .imagens img {
        width: 100%;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    main section.dobra-8 .texto {
        background-color: #EEEEEE;
        padding: 40px 30px;
        border-radius: 30px;
        float: left;
        height: 100%;
    }

    main section.dobra-8 .texto img {
        margin-bottom: 15px;
    }

    main section.dobra-8 .texto h2 {
        font-size: 24px;
        font-family: "Roboto", serif;
        color: var(--cor-principal);
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    main section.dobra-8 .texto p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
    }

    main section.dobra-8 .texto .borda_pontilhada_texto {
        height: 1px;
        width: 100%;
        float: left;
        background: repeating-linear-gradient( to right, #BCBCBC 0, #BCBCBC 10px, transparent 10px, transparent 15px);
        margin: 10px 0 20px 0;
    }

    main section.dobra-8 .texto a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
    }

    main section.dobra-9 .box_ajust {
        padding: 0 100px;
        border-bottom: 1px solid #353535;
        padding-bottom: 50px;
        margin-bottom: 60px;
    }

    main section.dobra-9 .box_ajust h2 {
        text-align: center;
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-9 .box_ajust p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
        text-align: center;
    }

    main section.dobra-9 .box_ajust .imagens {
        margin-top: 20px;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem {
        position: relative;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .bg {
        position: absolute;
        width: 100%;
		height: 240px;
		border-radius: 10px;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto {
        position: relative;
        height: 240px;
        float: left;
        display: block;
        width: 100%;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto .logo {
        float: right;
        margin: 15px 15px 0 0;
    }

    main section.dobra-9 .box_ajust .imagens .card-imagem .texto span {
        background-color: #ffffffd1;
        color: #2F2F2F;
        font-size: 13px;
        font-weight: bold;
        float: left;
        margin: 0;
        padding: 15px 30px;
        position: absolute;
        bottom: 20px;
    }

    main section.dobra-10 .pontos_top {
        margin-bottom: 90px;
    }

    main section.dobra-10 .pontos_bottom {
        margin-bottom: 185px;
    }

    main section.dobra-10 .pontos_top .top,
    main section.dobra-10 .pontos_bottom .bottom {
        background-color: var(--cor-principal);
        height: 12px;
        width: 12px;
        float: left;
    }

    main section.dobra-10 .pontos_bottom .bottom {
        margin-top: 40px;
    }

    main section.dobra-10 .pontos_top .top.esquerda {
        margin-right: 40px;
        margin-bottom: 40px;
    }

    main section.dobra-10 .pontos_top .top.direita {
        float: right;
        margin-left: 40px;
        margin-bottom: 40px;
    }

    main section.dobra-10 .pontos_bottom .bottom.esquerda {
        margin-right: 40px;
        margin-top: 40px;
    }

    main section.dobra-10 .pontos_bottom .bottom.direita {
        float: right;
        margin-left: 40px;
        margin-top: 40px;
    }

    main section.dobra-10 .texto {
        padding: 0 50px;
    }
    main section.dobra-10 .texto span {
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        letter-spacing: 3px;
        color: #000000;
        text-transform: uppercase;
    }

    main section.dobra-10 .texto h2 {
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

    main section.dobra-10 .texto h2 b {
        background-color: var(--cor-principal);
        color: #ffffff;
        padding: 0 5px;
        border-radius: 10px;
        font-weight: 600;
    }

    main section.dobra-10 .texto p {
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto", serif;
        line-height: 30px;
    }

    main section.dobra-10 .texto a {
        background-color: #000000;
        font-size: 15px;
        font-family: "Roboto", serif;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 8px;
        float: left;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
    }
	
	main section.dobra-10 .slider .swiper-slide img {
        width: 100%;
    }

    main section.dobra-10 .slider {
        margin-top: 90px;
		padding-bottom: 50px;
		height: 465px;
    }

    main section.dobra-10 .slider .carousell {
        width: calc((840px + 10px) * 2);
        overflow: hidden;
        position: relative;
        margin: auto;
    }
      
    main section.dobra-10 .slider .carousel-track {
        display: flex;
        transition: transform 0.5s ease;
    }
      
    main section.dobra-10 .slider .carousel-track img {
        width: 840px;
        height: 560px;
        margin-right: 10px;
    }
      
    main section.dobra-10 .slider .carousel-indicador {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
      
    main section.dobra-10 .slider .carousel-indicador button {
        width: 10px;
        height: 10px;
        border-radius: 2px;
        background-color: #D9D9D9;
        border: none;
        margin: 0 5px;
        cursor: pointer;
    }
      
    main section.dobra-10 .slider .carousel-indicador button.active {
        background-color: var(--cor-principal);
    }

    main section.dobra-11 {
        margin-bottom: 180px;
    }

    main section.dobra-11 .video .titulo {
        float: left;
        margin-bottom: 30px;
    }

    main section.dobra-11 .video .titulo h2 {
        text-align: center;
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
    }

    main section.dobra-11 .video .embed_video {
        position: relative;
        float: left;
        width: 100%;
    }

    main section.dobra-11 .video .embed_video i.audio {
        position: absolute;
        height: 67px;
        width: 67px;
        float: left;
        z-index: 9999999;
        background-color: var(--cor-principal);
        border-radius: 15px;
        right: 30px;
        top: -12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-11 .video .embed_video iframe {
        width: 100%;
        height: 358px;
        border-radius: 20px;
    }

    main section.dobra-12 {
        margin-bottom: 150px;
    }

    main section.dobra-12 .cabeca {
        float: left;
        width: 100%;
        margin-bottom: 20px;
		margin-top: 15px;
    }

    main section.dobra-12 .cabeca strong {
        float: right;
    }

    main section.dobra-12 .cabecalho {
        border-bottom: 1px solid #DCDCDC;
        display: flex;
        padding: 0 50px;
        align-items: flex-end;
        justify-content: flex-end;
        padding-bottom: 10px;
    }

    main section.dobra-12 .cabecalho h2 {
        text-align: center;
        font-size: 39px;
        font-family: "Rubik", serif;
        color: #171717;
        font-weight: 600;
        text-transform: uppercase;
        float: left;
        width: 100%;
        text-align: left;
    }

    main section.dobra-12 .cabecalho strong {
        width: 225px;
        font-size: 16px;
        font-family: "Roboto", serif;
    }

    main section.dobra-12 .corpo ul li {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }

    main section.dobra-12 .corpo ul li .primeira {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    main section.dobra-12 .corpo ul li .primeira .comb {
        display: flex;
        background-color: #EFEFEF;
        padding: 25px;
        border-radius: 10px;
        align-items: center;
        float: left;
		width: 90%;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto {
        width: 800px;
        margin-right: 40px;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto h4 {
        color: #171717;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 800;
    }

    main section.dobra-12 .corpo ul li .primeira .comb .texto p {
        color: #171717;
        font-size: 16px;
        font-family: "Roboto", serif;
        font-weight: 400;
        line-height: 28px;
        margin: 0;
    }

    main section.dobra-12 .corpo .icon {
        border-radius: 12px;
        width: 67px;
        height: 67px;
        float: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    main section.dobra-12 .corpo .ico-x {
        background-color: #EBEBEB;
        margin-left: 35px;
    }

    main section.dobra-12 .corpo .ico-v{
        background-color: var(--cor-principal);
    }

    main section.dobra-13 {
        position: relative;
    }

    main section.dobra-13 .box {
        background-color: #EAF2FF;
        border-radius: 15px;
        height: 850px;
    }

    main section.dobra-13 .position {
        position: relative;
    }

    main section.dobra-13 .box-azul {
        display: none;
        background-color: #EAF2FF;
        height: 100px;
        float: left;
        width: 100%;
        border-radius: 0 0 15px 15px;
    }

    main section.dobra-13 .texto i.ico-oculos {
        background-color: var(--cor-principal);
        border-radius: 12px;
        width: 67px;
        height: 67px;
        float: left;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        margin: -30px 0 0 25px;
    }

    main section.dobra-13 .texto span {
        font-size: 25px;
        line-height: 15px;
        font-family: "Rubik", serif;
        font-weight: 300;
        text-transform: uppercase;
        margin: 15px 0 0 105px;
        display: block;
    }

    main section.dobra-13 .slider-video {
        width: 90%;
        margin: auto;
        overflow: hidden;
        position: absolute;
        top: 0;
    }

    main section.dobra-13 .slider-video.swiper {
        width: 100%;
        height: 100%;
      }
  
    main section.dobra-13 .slider-video  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  
    main section.dobra-13 .slider-video .swiper-slide img {
        display: block;
        width: 20px;
        height: 20px;
        object-fit: cover;
    }
  
    main section.dobra-13 .slider-video .swiper-slide {
        width: 15%;
    }
  
    main section.dobra-13 .slider-video .swiper-slide {
        padding-bottom: 0;
        background: none;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        border-radius: initial !important;
    }

    main section.dobra-13 .slider-video .swiper-slide video {
        width: 100%;
        border-radius: 20px;
		height: 510px;
    }

    main section.dobra-13 .slider-video .swiper-slide .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--cor-principal);
        color: white;
        border: none;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        outline: none;
    }

    main section.dobra-13 .slider-video .swiper-slide .play-button img {
        margin-top: 3px;
        margin-left: 5px;
    }

    main section.dobra-13 .slider-video .swiper-slide .titulo-play {
        font-family: "Roboto", serif;
        font-weight: 600;
        position: absolute;
        bottom: 140px;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 18px;
        width: 285px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        outline: none;
    }
}

/* CALENDÁRIO */

.calendar {
	width: 100%;
	text-align: center;
	margin-top: 23px;
}

.calendar strong {
	margin-bottom: 20px;
}

.calendar-table {
	width: 100%;
	border-collapse: collapse;
}

.calendar-table th.dom {
	color: #c12813;
}

.calendar-table th.sab {
	color: #0765ff;
}

.calendar-table th {
	background-color: #f0f0f0;
}

/* FOOTER */

footer {
    margin-top: 60px;
    padding-bottom: 35px;
}

footer .linha {
    border-top: 2px solid #DCDCDC;
    padding-top: 35px;
    width: 100%;
    float: left;
}

footer p {
    color: #464646;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    font-family: "Rubik", serif;
    font-style: italic;
    margin: 0;
}