/*
Theme Name:  Listopia Child Theme
Description: Tema hijo para hacer personalizaciones de código
Author:      Andrés
Author URL:  https://casasruralesasturias.com
Template:    listopia
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hestia-child
*/
@view-transition {
  navigation: auto;
}
.btn-form {
	background-color: #00B6BA !important;
	border-color: #00B6BA !important;
	width: 100% !important;
}
.btn-form:hover {
	color: white !important;
	background-color: #4f88f0 !important;
	border-color: #4f88f0 !important;
}
.price-table__title{
	text-align: center;
}
.wpcf7 input[type="email"]{
	border-color: #ccd7e6;
	min-height: 50px;
	background-color: #fff;
}
.wpcf7 input[type="text"]{
	border-color: #ccd7e6;
	min-height: 50px;
	background-color: #fff;
}
.wpcf7 textarea{
	border-color: #ccd7e6;
	background-color: #fff;
}
.grecaptcha-badge { 
    visibility: hidden;
}