/*!
Theme Name: Rio2Fly
Theme URI: http://underscores.me/
Author: Designlab
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rio2fly
*/

.logo img {
	border: 1px solid #571420;
}

.logo-footer {
	width: 177px;
}

.logo-footer img {
	width: 177px;
	border: 1px solid #571420;
}

.form-modal .wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.tabela-dePrecos{
    display: none;
}
.txt-agendamento {
  display: none;
}

@media(max-width: 991px) {
	.logo-mobile {
		width: 39px;
	}
}

@media(max-width: 768px) {
	.form-modal form {
		width: 100%;
	}
	body {
    	padding-top: 61px;
	}
}

.menu-mobile {
	height: auto !important;
	background: #1b1b1b;
	box-shadow: 0px -10px 10px 13px rgba(0, 0, 0, 0.4);
	padding-bottom: 0;
}

.menu-mobile ul > li a {
	background: #1b1b1b;
	color: #fff;
	border-bottom: 1px solid #000000;

}

.logos-footer img {
	margin: 0 auto;
	margin-bottom: 18px;
}
.form-form .your-telefone,
.form-form .your-whatsapp {
	position: relative;
}

/* .form-form .your-telefone:before,
.form-form .your-whatsapp:before  {
	content: '+';
	position: absolute;
	left: 10px;
	font-size: 24px;
	top: -12px;
} */

/* .form-form .your-telefone input,
.form-form .your-whatsapp input{
  padding-left: 30px !important;
} */

/* .form-form .your-telefone input::placeholder,
.form-form .your-whatsapp input::placeholder{
	font-size: 0;
	color: #fff;
} */

/*
@media(max-width: 768px) {
	.intl-tel-input .flag-container {
		width: 100%;
	}
	.intl-tel-input .selected-flag {
		width: 100%
	}
} */

.iti-mobile .intl-tel-input.iti-container {
	position: fixed;
	width: 80%;
	transform: translate(-50%,-50%);
	height: 80%;
	top: 50%;
	font-size: 12px;
	left: 50%;
	z-index: 99999;
}

.form-modal input[name=your-code] {
	width: 115px !important;
}


.content-mid .list-voos .price del {
  color: #000;
  font-size: 15px;
}

.content-mid .list-voos div:nth-child(3),
.infos-voo .text-voos div:nth-child(3) {
  background: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px;
  margin-left: 13px;
}

.content-mid .list-voos div:nth-child(3):before,
.infos-voo .text-voos div:nth-child(3):before {
  display: none;
}


.infos-voo .text-voos .price del {
	color: #000;
  font-size: 20px;
}

@media(max-width: 992px) {
	.content-mid .list-voos div:nth-child(3), .infos-voo .text-voos div:nth-child(3) {
		width: 90%;
	}
	.content-mid .list-voos h3, .content-mid .list-voos i, .content-mid .list-voos em, .content-mid .list-voos .price {
		font-size: 16px;
	}
}

/* 
.iti--allow-dropdown {
	width: 100%;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
	padding-right: 6px !important;
	padding-left: 52px !important;
} */

.btn-zapFlutuante {
	right: 10px;
	bottom: 100px;
}



.cfdb7-registros-grid {
	display: grid;
	grid-template-columns: 4fr 4fr 4fr 4fr; /* Ajuste conforme necessário para mais colunas */
	gap: 20px;
	margin-top: 20px;
}




.registro-item {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
	background-color: #f9f9f9;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	font-size: 13px;
}

.registro-campo {
	margin-bottom: 10px;
}

.registro-campo strong {
	font-weight: bold;
}

.paginacao {
	margin-top: 50px;
	text-align: center;
}

.paginacao a {
	padding: 10px 15px;
	background-color: #0073e6;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	margin: 0 5px;
	font-size: 14px;
}

.paginacao a:hover {
	background-color: #005bb5;
}

.tabela-registros {
	padding: 80px;
}


@media(max-width: 1280px) {
	.cfdb7-registros-grid {
		grid-template-columns: 2fr 2fr;
	}
}


@media(max-width: 650px) {
	.cfdb7-registros-grid {
		grid-template-columns: 1fr;
	}

	.tabela-registros {
		padding: 20px;
	}
	
}