h2{
    color: #D9800E;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: left;
    font-family: 'velodroma';
	width: 100%;
    max-width: 500px;
}

main .section-content{
    max-width: 2400px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr ;
    
}
main .content-bottom{
    max-width: 2400px;
}

main .section-content .content-title{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

main .content-title .texto-cotas{
    width: 80%;
    margin-left: 14%;
}
main .formulario{
	width: 75%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main .formulario h2{
	margin-left: 25px;
}
main .video{
    width: 100%;
    overflow: hidden;
	max-width: 550px;
    margin: 0 auto;
}
main .video .slick-dots li button:before{
    color: white;
    opacity: 1;
    font-size: 15px;
}
main .content-bottom .book{
	width: 100%;
    margin: 50px auto 0px;
    grid-column: 1/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main .content-bottom .book h2{
	max-width: max-content;
    text-align: center;
    max-width: 1100px;
    margin-bottom: 30px;
}
	
}

main  .video .slick-dots li.slick-active button:before{
 color: #D9800E;
}
.slick-list.draggable{
    margin-bottom: 38px;
}
.slick-dots{
    height: 50px; 
}
.slick-slide{
    margin: 0 10px;
}
.texto-esquerda{
    position: absolute;
    left: 0;
    top: 0;
    width: 13%;
}

/*--------------Form-----------*/
.formulario{
    padding: 60px 0 10px 0;
	width: 69%;
	margin: 0 auto;
}
.mauticform_wrapper{
    width: 100%;
    margin: 0 !important;
}
.mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default{
    color: #fff !important;
    background-color: #D9800E !important;
    border: 0;
    width: 150px;
    border-radius: 17px;
    width: auto;
    height: 45px;
	padding:0 25px;
    font-size: 1.2rem;
	font-family: 'velodroma-wide';
}
#mauticform_formulariodefendaascotas_submit{
    display: flex !important;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
}
.mauticform-errormsg{
    color: #D9800E !important;
}
.mauticform-message{
	text-align: center;
}
.mauticform-selectbox, .mauticform-input, .mauticform-textarea{
	color: black;
    padding: 0.5em 0.5em !important;
	min-height: 31.5px;
	font-size: 16px;
}
.mauticform-error{
	text-align: center;
}
#mauticform_formulariodefendaascotas{
	display: flex;
    flex-direction: column-reverse;
	max-width: 500px;
	margin:0 auto;
}
.mauticform-button-wrapper .mauticform-button.btn-default:hover{
	background-color: #cf190f !important;
	transition: 500ms ease-out;
}

/*------ Embed-------*/

main .section-content .embed{
    width: 100%;
    min-height: 45vh;
    background-image: url('https://defendoascotas.org.br/wp-content/uploads/2022/05/Faixa_1-1.webp');
    background-size: cover;
    background-position: center;
}

main .section-content .embed .gif-cotas{
    width: 100%;
	height:80%;
}
/*--------- MAnifesto ---------------*/

.title-manifesto{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    
}
.manifesto {
    width: 80%;
    margin: 20px auto;
}
.manifesto h2{
    font-size: 1.2rem;
	margin: 0;
}

.manifesto p{
    font-size: 1.1rem;
    margin-bottom: 20px;
line-height: 1.5rem;}
.manifesto .texto2 {
   display:none;
}
.manifesto .texto3 {
    display:none;
}
.manifesto .leia-mais{
    background-color: #D9800E;
    width: 200px;
    height: 45px;
    font-size: 1.2rem;
	font-family: 'velodroma-wide';
    color: #fff;
    border: 0;
    border-radius: 20px;
    margin-top: 17px;
    font-weight: bold;
	cursor: pointer;
}
.manifesto .leia-mais:hover{
    background:#cf190f;
    transition: 500ms ease-out;
}
.manifesto .icone-cadeira{
    width: 87px;
    margin-left: -36px;

}
.slick-dotted.slick-slider {
    height: fit-content;
}
.video.slick-initialized.slick-slider.slick-dotted{
    position: relative;
}
.slick-prev, .slick-next{
    top: 41% !important;
	width: 35px !important;
	height: 35px !important;
}
.slick-next:before{
    content: url('https://defendoascotas.org.br/wp-content/themes/thema-cotas/svg/caret-left12.svg') !important;
}
.slick-prev:before{
    content: url('https://defendoascotas.org.br/wp-content/themes/thema-cotas/svg/caret-left11.svg') !important;
}
.slick-prev {
    left: 24px !important;
    z-index: 1 !important;
}
.slick-next {
    right: 24px !important;
    z-index: 1 !important;
}


@media screen and (min-width: 500px){
	h2{
		font-size: 2rem;
	}
}
@media screen and (min-width: 670px){
	h2{
		font-size: 2.3rem;
	}
	main .content-bottom .book{
		width: 80%;
	}
}
@media screen and (min-width: 1024px) {
	main .section-content .embed .gif-cotas{
    
		height:60%;
	}
    h2{
        font-size: 2.5rem;
    }
    .manifesto h2{
        font-size: 2.1rem;
    }
	.formulario{
		width: 75%;
	}
    main .section-content{
        grid-template-columns: 1fr 1fr;
    }
    main .section-content .content-title{
        align-items: baseline;
    }
    main .section-content .embed{
        min-height: max-content;
    }
    .manifesto .texto2 {
        display:block;
     }
     .manifesto .texto3 {
         display:block;
     }
     main .section-content .video{
        grid-column: 1/2;
        grid-row: 2/3; 
     }
     .content-bottom{
        margin-top: 50px;
        display: grid;
        grid-template-columns: 1fr 1fr;
     }
     .video{
        grid-column: 1/2;
        grid-row: 1/2;
     }
     .texto-esquerda{
        width: 10%;
        height: 70vh;
     }
     main .content-title .texto-cotas {
        max-width: 650px;
    }
	main .section-content .embed .gif-cotas{
		margin-top: 80px;
	}
    .slick-prev {
        left: 42px !important;
        z-index: 1;
    }
    .slick-next {
        right: 43px !important;
        z-index: 1;
    }
}

@media screen and (min-width: 1800px) {
	main .section-content .embed .gif-cotas{
		height:75%;
	}
}