@import url(https://hello.myfonts.net/count/4D0149);@font-face{font-family:futuraround;src:url("https://doe.worldanimalprotection.org.br/fonts/futuraround-normal.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:futuraround;src:url("https://doe.worldanimalprotection.org.br/fonts/futuraround-normal-italic.woff2") format("woff2");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:futuraround;src:url("https://doe.worldanimalprotection.org.br/fonts/futuraround-medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:futuraround;src:url("https://doe.worldanimalprotection.org.br/fonts/futuraround-medium-italic.woff2") format("woff2");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:futuraround;src:url("https://doe.worldanimalprotection.org.br/fonts/futuraround-bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:futuraround;src:url("https://doe.worldanimalprotection.org.br/fonts/futuraround-bold-italic.woff2") format("woff2");font-weight:700;font-style:italic;font-display:swap}

		* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
/*            background: linear-gradient(135deg, #EA6C11, #e68a48); */
			font-family: "futuraround", sans-serif !important;
			font-weight: 300;
			font-size: 22px;
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 20px;
			background: url(../recintodasoncas/bg.jpg) no-repeat top center;
    		background-size: 110% auto;
			background-attachment: fixed;
        }

header { width: -webkit-fill-available; height: fit-content; position: absolute; top: 0; left: 0; background: rgba(255,255,255,0.9); padding: 1rem 5rem 1.5rem 5rem; z-index: 99; }
	#header_title { display: inline-block; }
header h1, header h2, header h3 { margin: 0.5rem 0 0rem 2rem; display: flex;  }
header h2 { color: #666; }
header h3 { font-size: 1.3rem; color: #FFF; background: #EA6C11; padding: 0.3rem 1.4rem; border-radius: 2rem; width: fit-content; }
header a { text-decoration: none; }

#logo_wap { width: fit-content; height: 9rem; text-align: center; display: flex; float: left; }
#logo_wap  img { height: 100%; }

rodape { display: block; width: -webkit-fill-available; height: fit-content; padding: 0.5rem; text-align:center; position: fixed; }
rodape { color: #000; font-size: 0.8rem; font-weight:100; bottom:0; left:0; background: rgb(255,255,255,0.9); }
rodape a { color: #000; }
rodape a:hover { color: #fff; }


#box_video {  display: flex; justify-content: center; align-items: center; width: 100%; max-width: 650px; height: auto; --aspect-ratio: 10/6; background: url(../recintodasoncas/alfa-video-thumb.jpg) no-repeat; background-size: cover; vertical-align:middle; border-radius: 2rem; margin: 2vh auto 2vh auto; }
#box_video::before { content: ""; height: 0; float: left; padding-bottom: calc( 100% / (var(--aspect-ratio)) ); }
#box_video::after { content: ""; display: block; clear: both; }

#compartilhe { font-size: 1rem; }
#compartilhe span { display: inline-flex; text-align: center; }
.btn_share_whatsapp { background: url(https://upload.wikimedia.org/wikipedia/commons/a/a7/2062095_application_chat_communication_logo_whatsapp_icon.svg); }
.btn_share_facebook { background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/2023_Facebook_icon.svg/240px-2023_Facebook_icon.svg.png); }
.btn_share_twitter { background: url(https://upload.wikimedia.org/wikipedia/commons/c/ce/X_logo_2023.svg); }
.btn_share_instagram { background: url(https://upload.wikimedia.org/wikipedia/commons/9/95/Instagram_logo_2022.svg); }

.btn_youtube { background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/YouTube_full-color_icon_%282017%29.svg/512px-YouTube_full-color_icon_%282017%29.svg.png); }

.btn_compartilhe, .btn_streaming { display: inline-block; vertical-align: text-top; width: 1rem; height: 1rem; margin: 0rem 0.2rem; padding: 1rem; background-position: 50% 50%; background-size: 90%; background-repeat: no-repeat; float: content; font-size:0rem; opacity: 0.8; webkit-transition: background-size 0.1s;
    -moz-transition: background-size 0.1;
    -o-transition: background-size 0.1;
    -ms-transition: background-size 0.1s;
    transition: background-size 0.1s; animation-iteration-count: 1; }
.btn_compartilhe:hover, .btn_streaming:hover { cursor: pointer; opacity: 1; background-size:100%; }
.btn_youtube { width:4rem; height:4rem; }

#streaming { display:inline-block; text-align:center; width: -webkit-fill-available; margin: 1vh auto 2vh; } 


        .container {
            border-radius: 1.4rem;
            width: fit-content;
        }
		.container.txt_intro { left: 5vw; }

		.container .blocos { background: rgba(255,255,255,0.99); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); padding: 1.5rem 2rem; border-radius: 1.4rem; margin-bottom: 2rem; }
		.donation_form { background: #FFF; }
				        
        .header {
/*            background: linear-gradient(160deg, #fceee3, #fff); */
            padding: 1.5rem 1rem 0.5rem;
            text-align: center;
        }
        
        h1 {
            font-weight: 700;
            margin-bottom: 0.4rem;
            font-size: 2rem;
			line-height: 2.2rem;
        }
		h2 { font-size: 1.5rem; }
		h1, h2, h3 { color: #EA6C11; }
		h3 { margin-top: 2rem; font-size: 1.3rem; }
		h3.appeal { text-transform: uppercase; font-weight: 800; }
		p:not(.description) { margin: 1.2rem 0; }

		ul { margin-block-start: 0; padding-inline-start: 1rem; list-style: none; padding-left: 2rem;}
		ul li::before { content: '🐾'; margin: 1rem 1rem 0 -2rem; width: 1rem; display: inline-block; }

        .description {
            font-size: 1.2rem;
			font-weight: 700;
			color: #333;
		}
        
        .form-container {
            padding: 0.5rem 1.6rem 1rem;
		/*	margin-bottom: 4rem; */
        }
        
        .form-group {
            margin-bottom: 0.5rem;
        }
        
        label {
            display: block;
            margin-bottom: 0.6rem;
            font-weight: 500;
            color: #EA6C11;
        }
        
        input[type="text"],
        input[type="email"],
        input[type="number"],
		textarea {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            transition: border-color 0.3s;
        }
		input.name { width: 100% !important; }
        
        input:focus {
            border-color: #EA6C11;
            outline: none;
        }
        
        .radio-container {
            display: flex;
            gap: 1.1rem;
            margin: 1rem 0;
        }
        
        .radio-option {
            flex: 1;
            text-align: center;
        }
        
        .radio-option input[type="radio"] {
            display: none;
        }
        
        .radio-option label {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 1rem;
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .radio-option label:hover {
            border-color: #EA6C11;
            background-color: #f8f9ff;
        }
        
        .radio-option input[type="radio"]:checked + label {
            border-color: #EA6C11;
            background-color: #fceee3;
        }
        
        .icon {
			font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 2rem;
            margin-bottom: 1rem;
            color: #EA6C11;
        }
        
        .option-title {
            font-weight: 700;
            font-size: 1.2rem;
            margin-bottom: 0.2rem;
            color: #EA6C11;
        }
        
        .option-description {
            font-size: 0.9rem;
            color: #666;
        }
        
        .donation-amount {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 0;
        }
        
        .amount-option {
            flex: 1;
            min-width: 80px;
        }
        
        .amount-option input[type="radio"] {
            display: none;
        }
        
        .amount-option label {
            display: block;
            padding: 0.8rem;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: 700;
        }
        
        .amount-option label:hover {
            border-color: #EA6C11;
            background-color: #f8f9ff;
        }
        
        .amount-option input[type="radio"]:checked + label {
            border-color: #EA6C11;
            background-color: #fceee3;
        }
        
        .custom-amount {
            display: flex;
            align-items: center;
            margin-top: 0.8rem;
        }
        
        .currency {
            padding: 0 1.5rem;
            font-weight: 700;
            color: #EA6C11;
        }


        
        .payment-methods {
            display: flex;
            gap: 20px;
			margin-top: 0.5rem;
        }
        
        .payment-option {
            flex: 1;
        }
        
        .payment-option input {
            display: none;
        }
        
        .payment-option label {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 25px 15px;
            background-color: #f9f9f9;
            border: 2px solid #ddd;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s;
            text-align: center;
            height: 100%;
        }
        
        .payment-option input:checked + label {
            background-color: rgba(234, 108, 17, 0.1);
            border-color: #EA6C11;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(44, 85, 48, 0.2);
        }
        
        .payment-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
            color: #EA6C11;
        }
        
        .payment-details {
            display: none;
            padding: 25px;
            background-color: #f9f9f9;
            border-radius: 10px;
            margin-top: 20px;
            animation: fadeIn 0.5s ease;
        }
        
		.value { color: #EA6C11; }



        .submit-btn {
            width: 100%;
            padding: 1rem;
            background: linear-gradient(to right, #EA6C11, #e68a48);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 1.2rem;
            font-weight: 800;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 0.6rem;
			text-transform: uppercase;
        }
        
        .submit-btn:hover {
            background: linear-gradient(to right, #e68a48, #d43302);
            transform: translateY(-2px);
            box-shadow: 0 5px 1.5rem rgba(0, 0, 0, 0.1);
        }
        
        .submit-btn:active {
            transform: translateY(0);
        }
        
        .result {
            margin-top: 25px;
            padding: 1.5rem;
            border-radius: 8px;
            text-align: center;
            font-weight: 500;
            display: none;
        }

        #card-element {
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background: white;
			width: 100%;
        }

        .success {
			text-align: center;
			width: 100%;
        }
        
        .error, .error-message {
            background-color: #ffe6e6;
            color: #e74c3c;
            border: 1px solid #ffcdcd;
			width: 100%;
			padding: 0.3rem 0.5rem;
            border-radius: 4px;
			display: none;
			margin-bottom: 4rem;
        }

#chavepixtxt { display: none; border: 1px solid #CCC; color: #333; font-size: 0.9rem; padding: 0.2rem 0.4rem; border-radius: 0.2rem; height: 5rem; }

#ctaform { display:block; position:fixed; bottom: 2.1rem; right: 0; padding: 0.6rem; font-size: 1rem; width: -webkit-fill-available; background: #AA0118; text-align:center; color: #fff; font-weight:800; text-transform:uppercase; box-shadow: 0 0 6px rgba(0,0,0,0.8); z-index:99; }
#ctaform:hover { background: #EA6C11;}

#logo_title { display: none; }

        @media (max-width: 800px) {
            .radio-container {
                flex-direction: column;
                gap: 10px;
            }
            
            .donation-amount {
                flex-direction: column;
            }
        }


@media only screen and (min-width: 801px) {
	.container {
 		position: absolute;
		top: 13.5rem
	}
	#compartilhe { float: right; margin-top: -1rem; }
	.container.donation_form { right: 2vw; width: 32vw; }
	.container.txt_intro { left: 2vw; width: 40vw; }
}
		
@media only screen and (max-width: 800px) {
	.no-mobile { display: none !important; }
	body { 	display: block;
			background-size: auto 112vh;
    		background-position-y: -12vh;
			background-attachment: fixed;
	}
	header { padding: 1rem; text-align: center; align-content: center; }
	header h1, header h2, header h3 { margin: 0 0 0.4rem 0; display: flex;  }
	header h1 { font-size: 1.8rem; }
	#logo_wap { width: fit-content; height: 4rem; overflow: hidden; display: inline-flex; float: inherit; }
	#logo_wap img { height: 5rem; margin-right: 0.5rem; }
	#header_title { }
	#logo_title { display: inline-block; text-transform: uppercase; font-weight: 400; margin-top: 1.2rem; }
	.container {
		display: inline-block;
		width: 100%;
        max-width: -webkit-fill-available;
	}
	#ctaform { bottom: 2.8rem; }
	.container.txt_intro { margin-top: 52vh; margin-bottom: 1rem;  }
	.container.donation_form { padding-bottom: 4rem; }

	#creditCardDetails { padding: 0; background-color: none; }
	#creditCardDetails .form-row { margin-bottom: 0; }
}



        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .payment-details.active {
            display: block;
        }
        
        .form-row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .form-group {
            flex: 1;
        }
        
        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #555;
        }
        
        input, select {
            width: 100%;
            padding: 14px;
            border: 2px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            transition: border-color 0.3s;
        }
        
        input:focus, select:focus {
            border-color: #2c5530;
            outline: none;
            box-shadow: 0 0 0 3px rgba(44, 85, 48, 0.1);
        }
        
        .half-width {
            flex: 0.5;
        }
        
        .card-icons {
            display: flex;
            gap: 10px;
            margin-top: 10px;
        }
        
        .card-icon {
            font-size: 2rem;
            color: #ccc;
            transition: color 0.3s;
        }
        
        .card-icon.active {
            color: #666;
        }
        
        .pix-instructions {
            padding: 20px;
            border-radius: 10px;
            margin-top: 15px;
            border-left: 4px solid #EA6C11;
        }
        



        .loading-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
			text-align: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s;
        }
        
        .loading-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        .loading-spinner {
            width: 70px;
            height: 70px;
            border: 5px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            border-top-color: #EA6C11;
            animation: spin 1s linear infinite;
			display: inline-block;
        }
        
        .loading-text {
            color: white;
			font-weight: 100;
            text-align: center;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }






        .validation-message {
            color: #e74c3c;
            font-size: 0.9rem;
            margin-top: 5px;
            display: none;
        }
        
        .validation-message.valid {
            color: #27ae60;
        }

