/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1665027311
Updated: 2022-10-05 22:35:11

*/

/* Custom CSS*/

/*General*/

dl.variation {
    display: none;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
[type=button]:focus, [type=submit]:focus, button:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

/*Header*/

ul.sub-menu {
	height: fit-content;
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	border-left: 1px solid #A11E01;
	padding: 12px 0px !important;
}

/*Fin Header*/

/*Home*/

.scroll-btn {
    position: absolute;
    bottom: 100px;
}
.titulo-strong strong {
    font-family: 'Newslab';
    font-weight: 800;
}
.titulo-giftcard strong {
    color: #fff;
    text-transform: none;
    font-weight: 700;
    font-family: 'Newslab';
}
.cta-btn svg g {
    fill: #A11E01;
}
.cta-btn-w svg g {
    fill: #fff;
}
.blog-home .jet-posts__item div {
    height: 380px !important;
    border-radius: 20px;
}
.seccion_card_team {
    overflow: hidden !important;
}
.card_team_listing ul.jet-slick-dots {
    width: 1200px !important;
}
.blog-home .jet-posts__item div:before {
    content: '';
    width: 100%;
    height: 380px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.40) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.blog-home h4.entry-title {
    position: absolute;
    bottom: 60px;
    z-index: 1;
}
.blog-home .post-meta {
    position: absolute;
    top: 320px;;
}

/*Acerca de*/

.valores_card h3 {
    position: relative;
    top: -10px;
}

/*Términos y condiciones*/

.texto_tyc a {
    color: #117daa;
    text-decoration: underline;
}

/*Tour Virtual*/

.text_v p {
    position: relative;
    top: -3px;
}

/*Contáctanos*/

.contacto_list span.elementor-icon-list-icon {
    background: #BC1800;
    padding: 6px 4px;
    border-radius: 50%;
}
img.btn_contacto {
    width: 18px;
    margin-left: 10px;
}

/*Paquetes Internas*/

.cabana_icon img {
    position: relative;
    top: 2px;
}
.cabana_icon p {
    position: relative;
    top: -5px;
}
.precio_hassinger span.woocommerce-Price-amount.amount {
    font-size: 25px !important;
    font-weight: 800;
}

/*Footer*/

.footer-link a {
    text-decoration: none !important;
    color: #000 !important;
}
.footer-link a:hover {
    color: #BC1800 !important;
}
.contacto-footer ul li:nth-child(1) {
    text-decoration: underline;
}
.copyright span:before {
    content: 'Copyright © ';
}
.copyright span:after {
    content: ' Hassinger Ranch Oxapampa';
}

/*Checkout*/

.woocommerce .pedido table.shop_table {
    border: none !important;
}
.pedido th.product-name {
    border-width: 1px 0px 1px 1px !important;
    border-style: solid !important;
    border-color: #9E9E9E !important;
    border-radius: 19px 0px 0px 0px;
}
.pedido th.product-total {
    border-width: 1px 1px 1px 0px !important;
    border-style: solid !important;
    border-color: #9E9E9E !important;
    border-radius: 0px 19px 0px 0px;
}
.pedido td.product-name {
    border-width: 0px 0px 0px 1px !important;
    border-style: solid !important;
    border-color: #9E9E9E !important;
}
.pedido td.product-total {
    border-width: 0px 1px 0px 0px !important;
    border-style: solid !important;
    border-color: #9E9E9E !important;
}
.pedido tr.cart-subtotal th {
    border-width: 1px 0px 1px 1px !important;
    border-style: solid !important;
    border-color: #9E9E9E !important;
}
.pedido tr.cart-subtotal td {
    border-width: 1px 1px 1px 0px !important;
    border-style: solid !important;
    border-color: #9E9E9E !important;
}
.pedido tr.order-total th {
    border-width: 0px 0px 1px 1px !important;
    border-style: solid !important;
    border-color: #9E9E9E !important;
    border-radius: 0px 0px 0px 19px;
    color: #BC1800 !important;
    font-weight: bold !important;
    text-transform: uppercase;
}
.pedido tr.order-total td {
    border-width: 0px 1px 1px 0px !important;
    border-style: solid !important;
    border-color: #9E9E9E !important;
    border-radius: 0px 0px 19px 0px;
    color: #BC1800 !important;
    font-weight: bold !important;
}
.resumen-pedido {
    position: sticky !important;
    top: 0px !important;
    height: fit-content !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent !important;
}

/*Responsive*/

@media(min-width:1280px) {
.card_team_listing {
    width: 1600px !important;
    max-width: 1600px !important;
}
}
@media(min-width:1366px) {
.card_team_listing {
    width: 1600px !important;
    max-width: 1600px !important;
}
}
@media(min-width:1400px) {
.card_team_listing {
    width: 1620px !important;
    max-width: 1620px !important;
}
}
@media(min-width:1600px) {
.card_team_listing {
    width: 1750px !important;
    max-width: 1750px !important;
}
}
@media(min-width:1920px) {
.card_team_listing {
    width: 1950px !important;
    max-width: 1950px !important;
}
}
@media(max-width:1024px) {
.card_team_listing ul.jet-slick-dots {
    width: 100% !important;
}
}
@media(max-width:1024px) {
.resumen-pedido {
    position: static !important;
}
}
@media(max-width:1024px) {
ul#menu-1-077a7f0 {
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	overflow: hidden !important;
}
ul.sub-menu {
	padding: 0px !important;
}
.titulo-blog br {
    display: none;
}
}
@media(max-width:767px) {
.reservar {
    display: none !important;
}
}
@media(max-width:767px) {
br {
	display: none;
}
}