.hidden{
	display: none;
}

.t-form__donebox-wrapper{
	background: #165e43;;
}

.my-t-input-block{
	margin-bottom: 5px;
}


/* The Modal (background) */
.my-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 3000; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0,0,0,0.4); /* Black with opacity */
	font-family: 'Inter-VariableFont';
}

/* Modal Content */
.my-modal .modal-content {
	background-color: #f8f9fb;
	margin: 5% auto; /* 15% from the top and centered */
	/*padding: 20px;*/
	border: 1px solid #888;
	width: 50%; /* Width can be changed */
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	animation-name: animatetop;
	animation-duration: 0.4s;
	border-radius: 10px;
}

.my-modal .tilda-modal-header{
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 20px 20px 0 0;
	color: rgb(62 62 62 );
}

/* Add Animation */
@keyframes animatetop {
	from {top: -300px; opacity: 0;}
	to {top: 0; opacity: 1;}
}

/* The Close Button */
.my-modal .close, .my-modal .phone_close {
	color: #aaa;
	float: right;
	font-size: 45px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 25px;
 	margin-top: 5px;
}

@media (max-width: 768px) {
	.my-modal .modal-content{
		margin: 25% auto; 
		width: 95%;
	}

	.my-modal .close, .my-modal .phone_close {
		font-size: 25px;
		margin-right: 10px;
 		margin-top: 20px;
	}
}

.my-modal .close:hover, .my-modal .close:focus, .my-modal .phone_close:hover, .my-modal .phone_close:focus {
	color: black;
	text-decoration: none;
}

/* Modal Header */
.my-modal .modal-header {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}

/* Modal Body */
.my-modal .modal-body {
	padding: 2px 16px;
}

/* Modal Footer */
.my-modal .modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}

.my-modal .my-modal-1{
	text-align: center;
	margin: 25px;
}

.my-modal .my-modal-1 h2{
	color: #117dda;
	margin-bottom: 5px;
}

.my-modal .my-modal-1 p{
	color: rgb(75 85 99);
}

.my-modal .my-modal-2{
	background-color: #FFFFFF;
	padding: 25px;
	margin-bottom: 25px;
}
.my-modal .my-modal-2 p{
	margin-bottom: 5px;
	color: rgb(55 65 81);
	line-height: 25px;
}

.my-modal .my-modal-3{
	background-color: #FFFFFF;
	padding: 25px;
	margin-bottom: 25px;
}

.my-modal .my-modal-3 h2{
	color: rgb(62 62 62 );
	margin-bottom: 15px;
}

.my-modal .my-modal-3 p{
	margin-bottom: 5px;
	color: rgb(55 65 81);
	line-height: 25px;
}

.my-modal .my-modal-3 ul li{
	color: rgb(55 65 81);
	line-height: 25px;
}

.my-modal .my-modal-3 ul li span{
	color: #117dda;
	font-size: 100%;
	font-weight: bold;
}

.my-modal .my-modal-4{
	background-color: rgb(240 253 244);
	padding: 25px;
	margin-bottom: 25px;
}

.my-modal .my-modal-4 h2{
	color: rgb(39 78 19);
	margin-bottom: 15px;
}

.my-modal .my-modal-4 ul li{
	color: rgb(55 65 81);
	line-height: 25px;
}

.my-modal .my-modal-5{
	background-color: rgb(254 242 242);
	padding: 25px;
	border-radius: 0 0 20px 20px;
}

.my-modal .my-modal-5 h2{
	color: rgb(223 63 64);
	margin-bottom: 15px;
}

.my-modal .my-modal-5 ul li{
	color: rgb(55 65 81);
	line-height: 25px;
}

.my-modal .my-modal-6{
	padding: 20px;
}

.my-modal .my-modal-6 label{
	color: rgb(6, 48, 77);
 	font-weight: 900;
 	font-family: 'Inter-VariableFont',Arial,sans-serif;
 	font-size: 20px;
}

.my-modal .my-modal-6 input{
	color: #06304d;
	background-color: #ffffff;
	border-radius: 5px;
	font-family: 'Inter-VariableFont';
	font-weight: 400;

	-webkit-appearance: none;
	border: 1px solid #aaa;
	box-sizing: border-box;
	font-size: 100%;
	font-size: 18px;
	height: 60px;
	line-height: 1.33;
	margin: 0;
	margin-top: 20px;
	outline: none;
	padding: 0 20px;
	width: 100%;
	padding-left: 40px;
}

.my-modal-7 {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 20px;background-color: #ffffff;
}

.btn-send {
  background: #117dda;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(17, 125, 218, 0.3);
}

.btn-send:hover {
  background: #0f6bc6;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(17, 125, 218, 0.4);
}

.btn-close {
  background: transparent;
  color: #333;
  border: 2px solid #ddd;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-close:hover {
  border-color: #117dda;
  color: #117dda;
  transform: translateY(-1px);
}

.phone-input-wrapper {
	position: relative;
	display: inline-block; /* Keeps size tight */
	width: 100%; /* Or your desired width */
}

.phone-input-wrapper input {
	width: 100%;
	box-sizing: border-box;
}

.phone-plus {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
	font-size: 25px;
	color: #666;
	padding-top: 18px;
	pointer-events: none; /* Allows clicks to pass through to input */
	z-index: 1;
}

#whatsapp{
	z-index: 5000;
	color: #25d366;
	position: fixed;
	right: 25px;
	bottom: 15vh;
}

#whatsapp img{
	width: 5.65rem;
}

@media (max-width: 768px) {
	#whatsapp{
		right: 0;
		bottom: 75px;
	}

	#whatsapp img{
		width: 4rem;
	}
}

.cookies_container section {
   position: fixed;
   max-width: 28rem; /* max-w-md */
   padding: 1rem; /* p-4 */
   margin: 0 auto; /* mx-auto centers horizontally */
   background-color: #ffffff; /* bg-white */
   border: 1px solid #e5e7eb; /* border-gray-200 */
   /* dark mode styles would require a class toggle or prefers-color-scheme */
   border-radius: 1rem; /* rounded-2xl */
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* shadow-md */
   left: 0;
   bottom: 0;
   z-index: 9999; /* fixed position */
}

/* On large screens (≥ 1024px) adjust position */
@media (min-width: 1024px) {
   .cookies_container section {
      left: 3rem; /* lg:left-12 (12*0.25rem) */
      bottom: 4rem; /* lg:bottom-16 (16*0.25rem) */
   }
}

.cookies_container h2 {
   font-weight: 600; /* font-semibold */
   color: #1f2937; /* gray-800 */
   /* dark mode example: color: #fff; handled separately */
}

.cookies_container p {
   margin-top: 1rem; /* mt-4 */
   font-size: 0.875rem; /* text-sm */
   color: #4b5563; /* gray-600 */
}

.cookies_container a {
   color: #3b82f6; /* text-primary blue */
   text-decoration: none;
}

.cookies_container a:hover {
   text-decoration: underline;
}

.cookies_container .flex {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-top: 1rem; /* mt-4 */
   gap: 1rem; /* gap-x-4 */
   flex-shrink: 0;
}

.cookies_container button.permitir_todas {
   font-size: 0.75rem; /* text-xs */
   background-color: #3b82f6; /* bg-primary */
   font-weight: 500; /* font-medium */
   border-radius: 0.5rem; /* rounded-lg */
   color: white;
   padding: 0.625rem 1rem; /* py-2.5 px-4 */
   cursor: pointer;
   transition: background-color 0.3s;
   border: none;
   outline: none;
}

.cookies_container button.permitir_todas:hover {
   opacity: 0.9; /* hover:bg-opacity-90 */
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyEdgeMoreDetails a, #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a{
	color: #117dda !important;
}

#CybotCookiebotDialogPoweredbyCybot{
	display: none !important;
}

#CybotCookiebotDialogBodyButtonsWrapper button{
	background-color: #117dda !important;
	border-color: #117dda !important;
	border-radius: 5px !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive{
	border-bottom: 1px solid #117dda !important;
   color: #117dda !important;
}

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #117dda !important;
}

#CybotCookiebotDialog form input[type=checkbox][disabled]:checked+.CybotCookiebotDialogBodyLevelButtonSlider{
    background-color: #D6D6D6 !important;
}

@media (max-width: 600px) {
  div#CybotCookiebotDialog {
    scale: 70%;
    /*transform-origin: bottom;*/
  }
  #CybotCookiebotDialogBodyLevelWrapper{
  	display: none;
  }

  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{
  	margin-top: 0.45rem !important;
  }

  #CybotCookiebotDialogBodyContentText{
  	height: 4rem;
  }

  #CybotCookiebotDialogBodyButtonsWrapper{
  	flex-direction: row !important;
  }

  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection{
  	margin-right: 0.2rem !important;
  	margin-left: 0.2rem !important;
  }

  #CybotCookiebotDialog{
  	top: 45% !important;
  }
}
