/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a {
    color: #0c67b2;
}

[type=button], [type=submit], button {
    color: #0c67b2;
    border: 1px solid #0c67b2;
    
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #0c67b2;
    text-decoration: none;
}

.icono-phv{
	filter: drop-shadow(2px 4px 10px #067eba82);
}

.btn_reservhd svg{
	height: 1.5em;
    width: 1.5em;
    margin-top: -13px;
    margin-bottom: -5px;
}

.btn_down_conset svg{
	height: 1.5em;
    width: 1.5em;
    margin-top: -13px;
    margin-bottom: -5px;
}

.woocommerce-checkout .col2-set .col-2 {
    background-color: #f1f9ff;
	padding: 8px 25px 20px;
    border-radius: 10px;
}

.page-id-3839 .col-1 h3{
	color: #09689B;
    font-family: "Quicksand", Sans-serif;
    font-weight: bold;
}

.page-id-3839 #order_review_heading{
	
	color: #09689B;
    font-family: "Quicksand", Sans-serif;
    font-weight: bold;
}

.page-id-3839 #openpay_cards h3{
	font-family: "Quicksand", Sans-serif;
	font-size: 17px;
    font-weight: bold;
}

.page-id-3839 #openpay_cards h5{
	font-family: "Quicksand", Sans-serif;
    font-weight: bold;
	font-size: 19px;
}

.page-id-3839 label{
	font-family: "Quicksand", Sans-serif;
}

.page-id-3839 input{
	font-family: "Montserrat", Sans-serif;
}

.page-id-3839 .page-header{
	display:none;
}

#order_review .cart-subtotal{
	display:none;
}

.woocommerce-checkout-payment{
	padding: 10px;
}

.woocommerce-checkout-payment button[type=submit]{
	margin-top:15px;
	border-radius: 50px;
    width: 100%;
    font-family: 'Quicksand';
    font-weight: bold;
    padding: 14px 10px;
    background-color: #09689b !important;
}

.woocommerce-checkout-payment .woocommerce-form__label-for-checkbox{
	display:block !important;
	line-height:18px !important;
}

.woocommerce-privacy-policy-text p{
	font-family: "Montserrat", Sans-serif;
	font-size: 11px;
    line-height: 15px;
    color: #6b6b6b;
}

.woocommerce-checkout-payment .woocommerce-form__input{
	width:18px;
	height:18px;
	cursor:pointer;
}

.wpcf7-form .wpcf7-form-control{
	border: none;
    box-shadow: 0px 0px 11px 0px #00000029;
}

.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
    color: #c0c0c0; /* Cambia este valor al color que prefieras */
	font-family:"Montserrat";
	font-weight: 400;
}

.wpcf7-form input, .wpcf7-form textarea{
	font-family:"Montserrat";
	    color: #0c67b2;
    font-weight: 500;
}

.wpcf7-form .wpcf7-submit{
	background: white !important;
    border-radius: 40px !important;
    border: none !important;
	padding: 12.5px 30px;
	font-family: "Quicksand", Sans-serif; 
	font-weight:bold;
}

.wpcf7-form .wpcf7-submit:hover{
	color: #09689B;
}

.dvrecaptcha{
	margin-bottom:15px;
	margin-top:0px;
	
}

.float-whatsapp {
    position: fixed;
    bottom: 3%;
    right: 1%;
    z-index: 9999;
    text-decoration: none;
    text-align: center;
    transition: bottom 0.3s;
}

.float-whatsapp span {
    display: block;
    background-color: white;
    color: #09689B;
    margin-bottom: 7px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 13px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.float-whatsapp img {
    width: 60px;
}

#place_order{
	color:white !important;
}
