/*
Theme Name: AGENCIA OIT
Theme URI: https://westcreativo.com/
Author: Santiago Aristizábal
Author URL: https://westcreativo.com/
Version: 1.0
Description: Plantilla personalizada para AGENCIA OIT
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-private
Text Domain: AGENCIA OIT
Domain Path: /languages/
*/

/*=============== FUENTES ===============*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wdth,wght@87.5,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/*=============== SÓLO MOVIL ===============*/
@media screen and (max-width:767px){
	.fdate-wrap.opened{left:4rem!important;}
}

/*=============== MOVIL ===============*/
@media screen and (min-width:0px){
	:root{
		--main-color-primary:#004475;
		--main-color-secundary:#005FA3;
		--main-color-tertiary:#2B5F9F;
		--main-color-blue-light:#F7F8FA;
		--main-color-grey-light:#6D7379;

		--video-ratio: calc(16 / 9);
		--video-container-max-width: 64rem;
		--video-container-x-padding-sum: 2rem;
	}

	::selection{background:rgba(0, 0, 0, 0.3);}

	/*=============== GENERAL ===============*/
	body {background:#FBFBFB;}
	.wcbtn.btn-grey{background:rgba(0, 0, 0, 0.5);}
	#main__wrapper iframe,
	#main__wrapper-single-product iframe{--video-container-width: calc(100vw - var(--video-container-x-padding-sum)); width:100%;height:calc(var(--video-container-width) / var(--video-ratio));}
	.wcflex {display:flex!important;}
	.container__tab-left{width: 100%;}
	.container__tab-left ul, .container__tab-left ol{list-style-type: none;}
	.container__tab-right{width: 100%;}
	.blue{color:var(--main-color-tertiary);}
	.bold{font-weight:700;}
	.italic{font-style:italic;}
	table{display:block; min-width:100%; width:100%; margin:2rem 0; border-radius:1rem; overflow-x:auto;}
	table thead tr th{background:rgba(0, 0, 0, 0.15); padding:1rem 1.5rem; text-transform:uppercase; font-weight:bold;}
	table tbody tr td{padding:0.5rem 1.5rem;}
	table tbody tr:nth-child(odd) td{background:rgba(0, 0, 0, 0.015);}
	table tbody tr:nth-child(even) td{background:rgba(0, 0, 0, 0.03);}
    table tbody tr:hover td{background:rgba(0, 0, 0, 0.09);}
    table tbody tr td{font-size:1.2rem; color:rgba(0, 0, 0, 0.5);}
	hr{background:rgba(0, 0, 0, 0.3); height:0.1rem; margin:1rem 0; border:0;}
	.fs-arrow{width: .4rem!important; height: .4rem!important; top:-1rem!important; transform: rotate(45deg)!important; transition: transform .18s ease!important; border-right: .1rem solid currentColor!important; border-bottom: .1rem solid currentColor!important; box-sizing: content-box; padding: .2rem!important; border-left:none!important; border-top:none!important;}
	.fs-open .fs-arrow, .fs-arrow.rotated{transform: rotate(-135deg)!important;}

	/*========== PRELOADER ==========*/
	#page__loader,
	#page__loader *{transition:none;}
	#page__loader{background:var(--main-color-secundary);}
	#page__loader #container__preloader img{max-width:25rem;}
	.loading::after{display:none !important;}

	/*========== SCROLL TOP ==========*/
	#scrollto__top{bottom:3rem;}
	#scrollto__top a#scrolltop__btn{background:#33658A; border-radius:.7rem !important;}
	#scrollto__top a#scrolltop__btn:hover{background:var(--main-color-secundary);}
	#scrollto__top a#scrolltop__btn .wcicon{font-size:2.5rem !important;}

	/*========== GENERALES ==========*/
	p,
	#header,
	#header *:not(.wcicon, .wcicon2),
	#offcanvas,
	#offcanvas *:not(.wcicon, .wcicon2), 
	input,
	textarea,
	select,
	button,
	a{font-family: 'Poppins', sans-serif; font-size:inherit; font-weight:inherit; font-family: inherit;}
	h1, h2, h3, h4, h5, h6{font-family:'Roboto', sans-serif;}
	#footer,
	#footer *{font-family: 'Roboto', sans-serif;}
	*{scroll-behavior:smooth;}
	
	/*========== OFFCANVAS ==========*/
	#offcanvas{background:var(--main-color-primary); position:fixed; width:30rem; height:100%; transform:translateX(150%); top:0; right:0; padding:0 !important; transition:all .8s ease; overflow-y: scroll; z-index:99999;}
	#offcanvas::-webkit-scrollbar{width:0 !important;}
	#offcanvas.active, .container__filtro-mobile.active{text-align:center; transform:translateX(0);}
	#offcanvas #nav__offcanvas *{font-size:1.6rem; color:#fff;}
	#offcanvas a#close__offcanvas{position:absolute; top:2rem; right:2rem;}
	#offcanvas a#close__offcanvas span{font-size:3rem;}
	#offcanvas #nav__offcanvas ul.menu{display:flex; flex-wrap:wrap; flex-direction:column; margin-top:8rem;}
	#offcanvas #nav__offcanvas ul.menu > li{display:flex; flex-wrap:wrap; justify-content:center; width:80%; margin:0 auto; border-bottom:.1rem solid #00498720;}
	#offcanvas #nav__offcanvas ul.menu > li > a{font-size:1.5rem; font-weight:700; color:rgba(255, 255, 255, 0.5); display:flex; flex-wrap:wrap; align-items:center; text-transform:uppercase; width:100%;  justify-content:center; padding:1.5rem 0;}
	#offcanvas #nav__offcanvas ul.menu > li > a .wcicon2{margin-right:0.5rem; color:rgba(255, 255, 255, 0.5);}
	#offcanvas #nav__offcanvas ul.menu > li.current-menu-item a{font-weight:700; color:#fff;}
	#offcanvas #nav__offcanvas ul.menu > li.current-menu-item > a .wcicon2{color:#fff;}
	#offcanvas #nav__offcanvas ul.menu li ul.sub-menu{width:100%;}
	#offcanvas #nav__offcanvas ul.menu li ul.sub-menu li{list-style:none;}
	#offcanvas #nav__offcanvas ul.menu li ul.sub-menu li a{font-size: 1.2rem; font-weight:700; text-transform:uppercase; color:var(--main-color-secundary);}
	#offcanvas #nav__offcanvas ul.menu li ul.sub-menu li.current-menu-item a{font-weight:600;}
	#offcanvas #nav__offcanvas ul.menu li.menu-item-has-children > a span.wcicon{transform:rotate(-180deg); transition: all 1s;}
	#offcanvas #nav__offcanvas ul.menu li.menu-item-has-children > a span.wcicon.active{transform:rotate(0deg);}
	#offcanvas .container__social #widget__social{display:flex; justify-content:center; padding:2rem; background:#002B4A; margin-top:3rem;}
	#offcanvas .container__social #widget__social aside{margin:0 1rem;}
	#offcanvas .container__social #widget__social ul li{filter:invert(1);}
	#offcanvas .container__social #widget__social *{display:flex; gap:1rem; font-size:2.5rem; color:#fff;}

	/*========== HEADER ==========*/
	/* TOPBAR */
	#header #topbar{background:var(--main-color-primary);}
	#header #topbar .container__row{display:flex; justify-content:space-around;}
	#header #topbar .container__row .tipo__cambio{padding:1.5rem 1rem; text-align:center;}
	#header #topbar .container__row .tipo__cambio p{font-family: "Poppins", sans-serif; font-size: 1.5rem; font-weight: 500; line-height: 2rem; color: #fff;}
	#header #topbar .container__row .container__sesion{display:flex;gap:2.6rem; padding:1.5rem 1rem; border-left:1px solid #fff;}
	#header #topbar .container__row .container__sesion a{display:flex; font-family: "Roboto", sans-serif; font-size: 1.4rem; font-weight: 600; line-height: 2.2rem; color: #fff;}
	#header #topbar .container__row .container__sesion a:nth-child(1){margin-left:2.9rem;}
	#header #topbar .container__row .container__sesion a img{margin-right:1.2rem!important;}
	#header #topbar .container__row .container__sesion{display:none;}

	/* BOTTOMBAR */
	#header #bottombar{background:var(--main-color-secundary); padding:2rem 1rem;}
	#header #bottombar *{color:#fff;}
	#header #bottombar .container__row-bottombar{display:flex; flex-wrap:wrap; align-items:center; max-width:140rem; margin:0 auto; gap:1rem;}
	#header #bottombar .container__row-bottombar #nav__main{margin-left:auto;}
	#header #bottombar .container__row-bottombar #nav__main ul.menu{display:flex; flex-wrap:wrap; align-items:center; gap:1rem;}
	#header #bottombar .container__row-bottombar #nav__main ul.menu li{display:block;}
	#header #bottombar .container__row-bottombar #nav__main ul.menu li a{position:relative; display:flex; flex-wrap:wrap; align-items:center; padding:1rem;}
	#header #bottombar .container__row-bottombar #nav__main ul.menu li.current-menu-item a::after{background:#fff; position:absolute; width:100%; height:0.3rem; bottom:-1.7rem; left:0; border-radius:0.5rem; content:'';}
	#header #bottombar .container__row-bottombar #nav__main ul.menu li.tickets_plans a{background:#fff; padding:0.5rem 1rem; color:var(--main-color-primary); border-radius:3rem;}
	#header #bottombar .container__row-bottombar #nav__main ul.menu li.tickets_plans a *{color:var(--main-color-primary);}
	#header #bottombar .container__row-bottombar #nav__main ul.menu li a .wcicon2{margin-right:0.5rem; font-size:2rem;}
	#header #bottombar .container__row-bottombar .container__responsive-icon{margin-left:auto;}
	#header #bottombar .container__row-bottombar .container__responsive-icon ul li{display:block;}

	/*========== MAIN CONTENT ==========*/
	/* SEARCH GENERAL */
	#section__search-general .tpgb-container-row .tpgb-cont-in{background:#fff; padding:2rem; border:0.1rem solid #DEDEDE; box-shadow:0 0.1rem 0.2rem rgba(0, 0, 0, 0.08); border-radius:2rem;}

	/* =============== HOME ================= */
	.tabs__blue-home .tpgb-tab-header.active .tab-icon-wrap img, .tabs__blue-home .tpgb-tab-header:hover .tab-icon-wrap img{filter: invert(1) brightness(2);}
	.tabs___subcategorias-home .tpgb-tabs-nav .tpgb-tab-li{border-bottom: .1rem solid #DEDEDE;}
	.tabs___subcategorias-home .tpgb-tabs-nav .tpgb-tab-li:nth-child(2){border-left: .1rem solid #DEDEDE; border-right: .1rem solid #DEDEDE; border-bottom: .1rem solid #DEDEDE;}
	.tabs___subcategorias-home .tpgb-tab-header.active .tab-icon-wrap img, .tabs___subcategorias-home .tpgb-tab-header:hover .tab-icon-wrap img{filter: invert(13%) sepia(42%) saturate(1926%) hue-rotate(180deg) brightness(71%) contrast(100%);}
	.top__circuito-europa img {filter: grayscale(1) brightness(1);}

	/* ================ HOME SEARCH ============ */
	/* ESTILOS DE BUSCADOR DE HOME */
	.container__search-home{max-width:90%; left:50%!important; bottom:-74rem!important; transform:translate(-50%, -50%); border-radius:3.5rem; box-shadow:0 .4rem .9rem 0 rgba(0,0,0,10%);}
	.container__search-homeTop{overflow:hidden;}
	.facetwp-facet.facetwp-facet-bsqueda .facetwp-icon{display:none!important;}
	.facetwp-facet{text-align:left;}
	.container__search-home .facetwp-facet.facetwp-facet-tour_precios{width:95%; margin-top:3rem;}
	.container__search-home .facetwp-search, .container__search-home .facetwp-date, .container__search-home .fs-label-wrap {padding:0!important; border:none!important;}
	.container__search-home .facetwp-search{min-width:auto!important;}
	.container__search-home .icon__movil{width:2rem; margin-right:1rem;}
	.facetwp-facet {margin-bottom:0!important;}
	.facetwp-date{cursor:pointer;}  
	.container__search-home .facetwp-facet.facetwp-facet-mes{margin-left:2rem; position:relative;}
	.container__search-home .facetwp-facet.facetwp-facet-mes::before{position:absolute; content:''; top:0; left:-3rem; width:2rem; height:2rem; background:url(https://newsiteagenciaoit.atc-onlinead.com/wp-content/uploads/2025/11/icon-mes-search.svg) no-repeat; background-size: contain;}
	.facetwp-facet-mes .facetwp-date-min.fdate-alt-input, .facetwp-facet-mes .facetwp-date-min.fdate-alt-input::placeholder{font-family: "Poppins", sans-serif; font-size: 1.6rem; line-height:2.6rem; font-weight: 500; color: #232323}
	.fdate-grid > div:hover {background-color:var(--main-color-secundary)!important; color:#fff;}
	.container__search-home .facetwp-facet.facetwp-facet-tour_duracion_lista_de_rango{position:relative; margin-left:2rem;}
	.container__search-home .facetwp-facet.facetwp-facet-tour_duracion_lista_de_rango::before{position:absolute; content:''; top:0; left:-3rem; width:2rem; height:2rem; background:url(https://newsiteagenciaoit.atc-onlinead.com/wp-content/uploads/2025/11/icon-recomendados-search.svg) no-repeat; background-size: contain;}
	.container__search-home .facetwp-facet.facetwp-facet-tour_duracion_lista_de_rango .fs-label{padding:0!important; font-family: "Poppins", sans-serif; font-size: 1.6rem; line-height:2.6rem; font-weight: 500; color: #232323}
	.container__search-home .fs-options{max-height:23rem!important; position:fixed; background: #fff; box-shadow: 0 1rem 2rem .1rem rgba(0, 0, 0, 10%);}
	.container__search-home .facetwp-facet.facetwp-facet-duracion_dia .fs-options {scrollbar-color: var(--main-color-tertiary) #f1f1f1; scrollbar-width: thin;}
	.container__search-home .facetwp-facet.facetwp-facet-duracion_dia .fs-option{padding:.1rem 1.5rem;}
	.container__search-home .fs-option:hover{background-color:var(--main-color-secundary);}
	.container__search-home .fs-options .fs-option-label{font-family: "Poppins", sans-serif; font-size: 1.4rem; line-height:2.6rem; font-weight: 400; color: #9AA7AF}
	.container__search-home .fs-dropdown .fs-search{display:none;}
	.container__search-home .fs-option:hover .fs-option-label{color:#fff;}
	.container__search-home .fs-options::-webkit-scrollbar-track, .fs-options::-webkit-scrollbar-thumb, .fs-options::-webkit-scrollbar-thumb:hover {background: #005FA3;}
	.container__search-home .noUi-handle{background:#fff!important; top:-1.4rem!important; width:3.8rem!important; height:3.8rem!important; border-radius:50%!important; box-shadow: 0 0 .6rem .4rem rgba(0, 0, 0, 5%);} 
	.facetwp-slider-reset{display:none!important;}
	.noUi-target{background:#dedede7d;}
	.container__search-home .facetwp-slider{border:none!important;}
	.container__search-home .fwp-submit{padding: 2.5rem 3rem 2.1rem 3.5rem; border-radius: 2.8rem;background:var(--main-color-secundary);}
	.container__search-home .container__submit-home{align-items:center;}
	.container__search-home .facetwp-slider-wrap .noUi-connect{background:rgba(13, 110, 253,10%);}
	.container__search-home .facetwp-facet.facetwp-facet-destino .fs-label{font-family: "Poppins", sans-serif; font-size: 1.6rem; line-height:2.6rem; font-weight: 500; color: #232323}
	.container__search-home .facetwp-facet.facetwp-facet-destino .fs-label-wrap{position: relative; margin-left:2rem; }
	.container__search-home .facetwp-facet.facetwp-facet-destino .fs-label-wrap::before{position:absolute; content:''; top:0; left:-3rem; width:2rem; height:2rem; background:url(https://newsiteagenciaoit.atc-onlinead.com/wp-content/uploads/2025/11/icon-recomendados-search.svg) no-repeat; background-size: contain;}
	.container__search-home .facetwp-facet.facetwp-facet-destino .facetwp-dropdown{padding:0; margin-left:-.5rem; font-family: "Poppins", sans-serif; font-size: 1.6rem; font-weight: 400; color: #000; border:none;}
	.container__search-home .fs-label-wrap .fs-label{padding:0!important;}
	.container__search-home .facetwp-facet.facetwp-facet-destino, .container__search-home .facetwp-facet .fs-wrap{width:100%;}
	.container__search-home .fs-option-label{overflow: hidden;}
	.container__search-home .facetwp-input-wrap{display:inline-flex;}
	.facetwp-input-wrap {display: inline-block; position: relative;}
	.facetwp-input-wrap.has-search-term{background-color: var(--main-color-secundary); padding:.2rem .5rem; border-radius:.5rem;}
	.facetwp-input-wrap.has-search-term *{background-color:transparent; font-size:1.3rem!important; color:#fff!important;}
	input[type=text]{transition:none;}
	.facetwp-slider-wrap{padding-bottom:0!important;}
	.facetwp-facet-bsqueda .clear-search-btn {margin-left:.3rem; cursor: pointer;}
	.noUi-handle {position: absolute!important;}
	.noUi-value-span {position: absolute; top: -3.9rem; left: 50%; transform: translateX(-50%); background-color:var(--main-color-tertiary); padding: .4rem .8rem; border-radius: .4rem; font-family: "Poppins", sans-serif; font-size: 1.4rem; line-height:2.6rem; white-space: nowrap; color: #fff; z-index: 2;}
	.container__filtro-mobile .noUi-value-span, .container__sidebar-searchTours .noUi-value-span{position: absolute; top: 2.2rem; padding: .2rem .4rem;}
	.facetwp-slider-label{display:none;}
	.container__search-home .noUi-handle.noUi-handle-lower::after{content:'<'; position:absolute; top:50%; left:50%; font-size:3rem; color:#0D6EFD; transform: translate(-50% , -50% );}
	.container__search-home .noUi-handle.noUi-handle-upper::after{content:'>'; position:absolute; top:50%; left:50%; font-size:3rem; color:#0D6EFD; transform: translate(-50% , -50% );}
	.container__more-options {opacity:0; transform: translateY(0); transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out; visibility: hidden; pointer-events: none;}
	.container__more-options.active {opacity: 1; transform: translateY(95%); visibility: visible; pointer-events: auto; box-shadow: 0 6.5rem 5rem 1rem rgba(0,0,0,5%);}
	.container__paises-searchHome .facetwp-facet, .container__ciudades-searchHome .facetwp-facet{max-height: 16rem; overflow-y: scroll; scrollbar-width:thin; scrollbar-color: var(--main-color-tertiary) #f1f1f1; width:-webkit-fill-available;}
	
	/* ============ TOUR CARD =========== */
	#lists__tours .item__tour{position: relative; width:100%; box-shadow: 0 .4rem 1.2rem 0 rgba(0, 0, 0, 10%); border-radius:2rem;}
	#lists__tours .wcrow{column-gap:3.5rem; row-gap:4.2rem;}
	#lists__tours .tour__card-image img{width:100%; height:27.8rem; object-fit:cover; border-radius: 2rem 2rem 0 0;}
	#lists__tours .message__important-float {position:absolute; top:2.5rem; left:1.9rem; padding: .4rem .8rem; background-color: #FFB400; font-family: "Roboto", sans-serif; font-size: 1.4rem; font-weight: 700; line-height: 2rem; color: #fff;  border-radius: 1rem;}
	#lists__tours .lists__items{flex-wrap:wrap;}
	#lists__tours .lists__items *{font-size:1.3rem; color:#5E6D77;}
	#lists__tours .lists__items .item:nth-child(2){padding:0 1rem; margin:0 1rem; border-left:.1rem solid #DEDEDE; border-right:.1rem solid #DEDEDE;}
	#lists__tours .lists__items .item{gap:.5rem;}
	#lists__tours .container__box{padding:2rem;}
	#lists__tours .container__box .categories img, #lists__tours .container__box > a img{width:1.4rem; height:1.4rem;}
	#lists__tours .container__box .categories a, #lists__tours .container__box > a{font-family: "Roboto", sans-serif; font-size: 1.4rem; font-weight: 400; line-height: 2.2rem; color: #5E6D77;}
	#lists__tours h2.title{margin:.6rem 0 01rem 0; min-height:auto; font-size:2rem; font-weight:700; line-height:2.6rem; color: #232323;}
	#lists__tours .container__precio-card{justify-content:space-around; margin-top: 1.7rem;}
	#lists__tours .title__price-from {width:15%; font-family: "Roboto", sans-serif; font-size:1.4rem; line-height:1.6rem;}
	#lists__tours .container__precio{width:60%; text-align:center;}
	body.home #lists__tours .container__precio{width:50%;}
	#lists__tours .container__precio .price{font-size:2.4rem; font-weight:800; line-height:2.4rem; color:var(--main-color-tertiary);}
	#lists__tours .container__precio .qty_price {font-size:1.4rem; font-weight:400; line-height:1.6rem; text-transform:lowercase; color:#5E6D77;}
	#lists__tours .item__date-checkout{width:25%; gap:.2rem;}
	body.home #lists__tours .item__date-checkout{width:35%;}
	#lists__tours .item__date-checkout *{font-size:1.4rem; line-height:1.6rem;}

	/*========== RESULTADOS DE BÚSQUEDA TOURS ==========*/	
	#lists__tours .wcrow{display:flex; flex-wrap:wrap; justify-content:flex-start;}
	.container__filtro-mobile{max-width: 32rem !important; position: fixed; width: 90%; height: 100%; transform: translateX(150%); top: 0; right: 0; padding: 0 !important; transition: all .8s ease; overflow-y: scroll; z-index: 99999; box-shadow: 0 0 1.6rem .5rem rgba(0, 0, 0, 22%);}
	.facetwp-template{width:100%;}
	#container__header-category {min-height:27.1rem; display:flex; align-items:center;}
	#container__header-category h1{font-family: "Poppins", sans-serif; font-size: 5rem; font-weight: 600; line-height: 3.6rem; color: #fff;}
	#container__archive-lists-tours {display:flex; gap:2.4rem; max-width:100%; margin:4rem auto 9.4rem; padding:0 2rem;}
	.container__sidebar-searchTours{display:none;}

	/* SIDE SEARCH TOURS */
	.container__sidebar-searchTours .facetwp-search, .container__filtro-mobile .facetwp-search{min-width:28rem!important; background-color: transparent;}
	.container__sidebar-searchTours #container__search-main{min-height:245rem;}
	.container__sidebar-searchTours .tpgb-accordion .tpgb-accor-wrap{box-shadow:0 .4rem 1.5rem 0 rgba(0,0,0,5%); border-radius:1.5rem;}
	.container__sidebar-searchTours .nxt-template-load{width:100%; position:sticky; top:7rem;}
	.container__sidebar-searchTours .accordion-toggle-icon{margin:0;}
	.container__results-searchTours{width:100%!important;}
	.container__sidebar-searchTours .tpgb-accordion{width:100%; max-width: -webkit-fill-available;}
	.container__sidebar-searchTours .tpgb-accordion .tpgb-accor-wrap .tpgb-accor-item:nth-child(2) .tpgb-accordion-content{padding:1.2rem 2.4rem 2.4rem;}
	.container__more-options .facetwp-checkbox, .container__sidebar-searchTours .facetwp-checkbox, .container__filtro-mobile .facetwp-checkbox{background: url(https://newsiteagenciaoit.atc-onlinead.com/wp-content/uploads/2025/11/icon-checklist.svg) 0 50% no-repeat; background-size:1.8rem; padding-left:2.5rem; text-align:left;}
	.container__more-options .facetwp-checkbox.checked, .container__sidebar-searchTours .facetwp-checkbox.checked, .container__filtro-mobile .facetwp-checkbox.checked{background: url(https://newsiteagenciaoit.atc-onlinead.com/wp-content/uploads/2025/11/icon-checklist-check.svg) 0 50% no-repeat; background-size:1.8rem;}
	.container__sidebar-searchTours .noUi-handle, .container__filtro-mobile .noUi-handle{background:#fff!important; top:-1rem!important; width:2.4rem!important; height:2.4rem!important; border-radius:50%!important; box-shadow: 0 0 .6rem .4rem rgba(0, 0, 0, 5%);} 
	.container__sidebar-searchTours .noUi-target, .container__filtro-mobile .noUi-target{height:.6rem;} 
	.container__sidebar-searchTours .noUi-connect, .container__filtro-mobile .noUi-connect{background:#0D6EFD;} 
	.container__sidebar-searchTours .container__acordeon-sidebar{padding:0 2.4rem; border-radius:2rem; box-shadow:0 0 1rem 0.1rem rgba(0,0,0,10%);}
	.container__sidebar-searchTours .container__acordeon-sidebar > div{padding:2.4rem 0;}
	.container__filtro-mobile .container__acordeon-sidebar{border-radius:0;}
	.container__sidebar-searchTours .slider-values-fixed, .container__sidebar-searchTours .slider__values-fixed-dias, .container__filtro-mobile .slider-values-fixed, .container__filtro-mobile .slider__values-fixed-dias{margin-top:1.6rem; column-gap:1rem;}
	.container__sidebar-searchTours .slider-values-fixed div, .container__sidebar-searchTours .slider__values-fixed-dias div, .container__filtro-mobile .slider__values-fixed-dias, .container__filtro-mobile .slider__values-fixed-dias div{flex-wrap:wrap; justify-content: center;}
	.container__filtro-mobile .slider__values-fixed-dias div, .container__filtro-mobile .slider-values-fixed div{flex-direction:column;}
	.container__sidebar-searchTours .slider-values-fixed div span, .container__sidebar-searchTours .slider__values-fixed-dias div span, .container__filtro-mobile .slider-values-fixed div span, .container__filtro-mobile .slider__values-fixed-dias div span{font-family: "DM Sans", sans-serif; font-size: 1.6rem; font-weight: 500; line-height: 2.4rem; color: #111;}
	.container__more-options .facetwp-checkbox{font-family: "Poppins", sans-serif; font-size: 1.5rem; font-weight: 400; line-height: 2.4rem; color: #555;}
	.container__more-options .facetwp-toggle{font-family: "Poppins", sans-serif; font-size: 1.4rem; font-weight: 600; line-height: 2.4rem; color: #555;}
	.container__sidebar-searchTours .facetwp-checkbox{font-family: "DM Sans", sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #555;}
	.container__sidebar-searchTours .facetwp-toggle{font-family: "DM Sans", sans-serif; font-size: 1.5rem; font-weight: 600; line-height: 2.4rem; color: #555;}
	.container__sidebar-searchTours .slider-values-fixed div span:nth-child(2), .container__sidebar-searchTours .slider__values-fixed-dias div span:nth-child(2), .container__filtro-mobile .slider-values-fixed  div span:nth-child(2), .container__filtro-mobile .slider__values-fixed-dias div span:nth-child(2){min-width:12.6rem; padding:.85rem 1.3rem; text-align:center;border:.1rem solid #eee; border-radius:.5rem;}
	.facetwp-facet.facetwp-type-number_range{display:flex; gap:1rem; margin-top:5rem;}
	.facetwp-facet.facetwp-type-number_range .facetwp-submit{padding: 0 1.3rem; border-radius: 50%;background:var(--main-color-secundary);}
	.container__sidebar-searchTours .noUi-value-span {top: 3.1rem; left: 50%; padding: .4rem .5rem; font-size: 1.2rem; line-height:1.5rem;}
	.facetwp-facet-borrar_filtros .facetwp-reset{background:var(--main-color-secundary); padding: 1rem; font-size: 1.2rem; font-weight: 400;}
	.facetwp-facet.facetwp-facet-borrar_filtros.facetwp-hidden{display:none!important;}
	.container__sidebar-searchTours .clear-search-btn, .container__filtro-mobile .clear-search-btn{display:none!important;}
	.container__acordeon-sidebar h2{display: flex; align-items: center; justify-content: space-between; position: relative; gap: .6rem; margin-bottom:1rem; font-family: "Outfit", sans-serif; font-size: 1.8rem; font-weight: 500; line-height: 2.6rem; color: #111; cursor: pointer;}
	.container__acordeon-sidebar h3{margin-bottom:1rem; font-family: "Outfit", sans-serif; font-size: 1.6rem; font-weight: 500; line-height: 2.6rem; color: #555;}
	.container__acordeon-sidebar h2 .accordion-icon {display: inline-block; width: .4rem; height: .4rem; margin-left: .6rem; transform: rotate(45deg);  transition: transform .18s ease; border-right: .1rem solid currentColor; border-bottom: .1rem solid currentColor; box-sizing: content-box; padding: .2rem;}
	.container__acordeon-sidebar h2 .accordion-icon.open {transform: rotate(-135deg);}
	.container__acordeon-sidebar h2 .accordion-icon {margin-left:.8rem;}
	.fwp-autocomplete-list {position: absolute; background: #fff; width: 100%; max-height: 32rem; overflow-y: auto; display: none; margin-top: .6rem; border-radius: .6rem;
    padding:.6rem 0; z-index: 9999;  border: .1rem solid rgba(0,0,0,.12); box-shadow: 0 .6rem 1.8rem rgba(0,0,0,.06);}
	.fwp-ac-item {display:flex; justify-content: space-between; align-items: center; padding: .8rem 1.2rem; cursor: pointer; font-size: 1.4rem;}
	.fwp-ac-item:hover, .fwp-ac-item.selected {background: rgba(0,0,0,.04);}
	.fwp-ac-item .fwp-ac-label {font-size: 1.2rem; opacity: .5; margin-left: 1rem;}
	.tpgb-accordion-content.active{display:block!important;}
	.facetwp-facet-paginacion .facetwp-pager{display:flex; justify-content:flex-start; align-items:center; margin-top:6.5rem;}
	.facetwp-facet-paginacion .facetwp-pager a{display:flex; justify-content:center; align-items:center; width:5.2rem; height:5.2rem; text-align:center; color:#0D1621!important; border:.1rem solid rgba(13,22,33, 10%); border-radius: 1rem;}
	.facetwp-facet-paginacion .facetwp-pager a.active, .facetwp-facet-paginacion .facetwp-pager a:hover{background-color: #03A9F4; color:#fff!important;}
	a.facetwp-page.prev {display: inline-block; width: 5.2rem; height: 5.2rem; background: url('https://newsiteagenciaoit.atc-onlinead.com/wp-content/uploads/2025/12/left-arrow.svg') no-repeat center; background-size: contain; text-indent: -9999px; overflow: hidden; white-space: nowrap;}
	a.facetwp-page.prev:hover {background-image: url('https://newsiteagenciaoit.atc-onlinead.com/wp-content/uploads/2025/12/left-arrow-hover.svg');}
	a.facetwp-page.next {display: inline-block; width: 5.2rem; height: 5.2rem; background: url('https://newsiteagenciaoit.atc-onlinead.com/wp-content/uploads/2025/12/left-arrow.svg') no-repeat center; background-size: contain; text-indent: -9999px; overflow: hidden; white-space: nowrap; transform:rotate(180deg);}
	a.facetwp-page.next:hover {background-image: url('https://newsiteagenciaoit.atc-onlinead.com/wp-content/uploads/2025/12/left-arrow-hover.svg'); transform:rotate(180deg);}
	.facetwp-pager .facetwp-page:nth-child(n+3):not(.active):not(.last):not(.first):not(.prev):not(.next) {display: none;}
	.facetwp-pager .facetwp-page.active, .facetwp-pager .facetwp-page.dots {display: flex !important;}
	.popup-overlay {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999; }
	
	/*========== TOUR SINGLE ==========*/
	.container__second-tour, .container__third-tour, .container__info-tour > div{width:auto!important; padding:0 2rem; overflow:hidden;}
	body.tours-template-default .carousel-remote-wrap .tpgb-carousel-dots {gap:.9rem;}
	body.tours-template-default .carousel-remote-wrap .tpgb-dots .tooltip-txt {display:block;}
	body.tours-template-default .carousel-remote-wrap .tpgb-carodots-item {width: auto;}
	body.tours-template-default .carousel-remote-wrap .tpgb-carodots-item.active {background-color:var(--main-color-secundary) ;}
	.salidas__tour .service-content{display:flex; align-items:center;}
	.salidas__tour .service-icon i{transform:rotate(-45deg);}
	.info__reserva .service-title{background-color:#FFB400; padding:.8rem 2rem; width:fit-content; border-radius:2rem;}
	.container__categories{font-family: "Roboto", sans-serif; font-size: 1.4rem; font-weight: 400; line-height: 2.2rem; color: #5E6D77!important;}
	.container__categories img{width:1.4rem;}
	.container__info-tour .tpgb-cont-in{align-content:center;}
	.container__info-tour .tpgb-cont-in  > *{display:flex!important; flex: 1 1 auto!important; min-width: 0!important; text-align: center!important;}
	.container__info-tour .tpgb-cont-in > *:last-child{width: auto;}
	.container__info-tour .tpgb-cont-in > *:last-child > div{align-items:center;}

	/* TAB INFORMACIÓN */
	.container__padre-galeria {max-width:100%; gap:1rem; flex-wrap:wrap;}
	.container__galeria-tour .tpgb-cont-in{margin:0;}
	.container__left-galeria {position: relative; width: 100%;}
	.container__left-galeria > img{width: 100%; height: 45.5rem;
	object-fit: cover; border-radius:1rem;}
	.open-galeria-popup {position:absolute; bottom:2rem; left:2rem;background-color: #fff; padding: .95rem 1.5rem; font-family: "Roboto", sans-serif; font-size: 1.2rem; font-weight: 600; line-height: 2rem; color: #2A2A2A;}
	.open-galeria-popup img{width:1.8rem; height:1.8rem;}
	.container__right-galeria {flex-wrap:wrap; gap:1rem; width:100%; height:45.5rem;}
	.container__right-galeria img:nth-child(n+5){display:none;}
	.galeria-imagen {max-width:calc(50% - .5rem); border-radius:1rem; object-fit:cover;}
	body.tours-template-default .tpgb-tabs-content-wrapper::before {content: ""; display: block; position: absolute; top: 30rem;width: 100vw; height: .1rem; background-color: #e1e2e3; margin-left: -50vw; left: 50%;}
	.container__tab-tour{margin-top:5rem; gap:5.2rem; flex-wrap:wrap;}
	.container__tab-tour h3{margin-bottom:2rem; font-family: "Poppins", sans-serif; font-size: 2.6rem; font-weight: 700; line-height: 3.12rem; color: #000;}
	.container__tab-tour .container__ruta{margin-bottom:1.6rem;}
	.container__mapa iframe{width: 100%;max-width: 827px;height: 480px;border: none;}
	.container__mapa{margin-bottom:3rem;}
	.container__paises, .container__ciudades{margin-bottom:2.8rem;}
	.container__paises p, .container__ciudades p{font-family: "Roboto", sans-serif; font-size: 1.8rem; font-weight: 400; line-height: 3rem; color: #565656;}
	.container__incluye {padding: 1.7rem 0 3rem; margin-left: 2rem; border-top: .1rem solid #e1e2e3; border-bottom: .1rem solid #e1e2e3;}
	.container__incluye > div{margin-bottom:1rem; align-items:center;}
	.container__incluye > div h4{margin:0 .5rem 0; font-family: "Roboto", sans-serif; font-size: 1.8rem; font-weight: 700; line-height: 3rem; color: #565656;}
	.container__incluye > div p{font-family: "Roboto", sans-serif; font-size: 1.8rem; font-weight: 400; line-height: 3rem; color: #565656;}
	.container__incluye > div img{margin-left:-2rem;}
	.informacion__incluye, .informacion__no-incluye{margin:2.3rem 0;}
	.informacion__incluye-right ul, .informacion__no-incluye ul {list-style-type: none; padding-left: 0;}
	.informacion__incluye ul li::before {content: "✓"; font-weight: bold; margin-right: 1rem; font-size: 1.6rem; color:#000;}
	.informacion__no-incluye ul li::before {content: "x"; font-weight: bold; margin-right: 1rem; font-size: 1.6rem; color:#000;}
	.informacion__incluye h4, .informacion__no-incluye h4{font-family: "Roboto", sans-serif; font-size: 1.8rem; font-weight: 500; line-height: 3rem; color: #0A0A0A;}
	.informacion__incluye ul li span, .informacion__no-incluye ul li span{font-family: "Roboto", sans-serif; font-size: 1.7rem; font-weight: 400!important; line-height: 2.24rem; color: #565656;}
	.bloque__final-tour{flex-direction:column; gap:2.3rem; margin-top:2.3rem;}
	.bloque__final-tour .bloque__final-item > ul{margin-left:2rem;}

	/* TAB ITINERARIO */
	.itinerary__buttons{display:flex; gap:2rem;}
	.itinerary-btn{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:6.5rem}
	.itinerary-btn--word {display:inline-flex; background-color:#0D6EFD; padding:2rem 4rem; font-family: "Roboto", sans-serif; font-size: 1.6rem; font-weight: 400!important; line-height: 1.6rem; color: #fff!important; border-radius:1rem;}
	.itinerary-btn--pdf {display:inline-flex; background-color:#FF0000; padding:2rem 5rem; font-family: "Roboto", sans-serif; font-size: 1.6rem; font-weight: 400!important; line-height: 1.6rem; color: #fff!important; border-radius:1rem;}
	.itinerary__salidas{margin:1rem 0;}
	h4.itinerary__salidas-label {font-size: 1.9rem; font-weight: 700; line-height: 2.6rem; color: #000;}
	.itinerary__salidas-text{font-family: "Roboto", sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 2.24rem; color: #000;}
	.itinerary__heading{font-family: "Roboto", sans-serif; font-size: 2.6rem; font-weight: 700; line-height: 3.5rem; color: #000;}
	.itinerary__description{margin-bottom:1.5rem; font-family: "Roboto", sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #6E6E6E;}
	.tab-two-col {display:grid;grid-template-columns:70% 30%;gap:2.4rem;align-items:start}
	.ti-item__title{padding:1rem 0; width: 100%; justify-content: space-between; background: transparent; font-size: 1.6rem; font-weight: 500; color: #000;}
	.itinerary__item-title{flex-wrap:nowrap; justify-content: space-between; background: transparent; padding:.7rem 0; width: 100%; font-size: 1.6rem; font-weight: 500; line-height:2rem; color: #000;}
	.itinerary__item-title-text{text-align:left;}
	.ti-item{padding:1rem; border-bottom: .1rem solid #E4E4E4;}
	.itinerary__item{padding:2.6rem 0 1.65rem; border-bottom: .1rem solid #E4E4E4;}
	.itinerary__item-content{padding-top: 1.65rem;}
	.ti-item__title-text{font-family: "Roboto", sans-serif; font-size: 1.6rem; font-weight: 600; line-height: 1.6rem; color: #000;}
	.day-label{color:#0D6EFD;}
	.itinerary__item-icon, .ti-item__icon{font-size:2.3rem; transition:transform .2s ease;}
    .itinerary__item.open .itinerary__item-icon, .ti-item.open .ti-item__icon{transform:rotate(90deg)}

	/* TAB DESTINOS */
	.ti-item__content .wcflex{gap:1.8rem;}
	.tour-accordion__media{width:34%; height:18.9rem;}
	.tour-accordion__media img{width:100%; height:100%; object-fit:cover;}
	.tour-accordion__content{width:66%;}
	
	/* TAB HOTELES */
	.hotel__container{border-bottom: .1rem solid #C9C8C9;}
	.hotel__container .hotel__left{width:6.2rem; padding:1.3rem; text-align:end; border-right: .1rem solid #C9C8C9;}
	.hotel__container .hotel__right{padding:1.3rem;}
	.container__hoteles > p{margin-bottom:2rem;font-family: "Roboto", sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #6E6E6E;}
	.hotel__info > p{font-family: "Roboto", sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #242424;}

	/* TAB FAQ */
	.itinerary__item.item__faq.open{padding: 2rem; box-shadow: 0 0 1.6rem 2.4rem rgba(0, 0, 0, 4%);}

	/* TOUR SIDEBAR  */
	.container__contacto {padding: .7rem 3.2rem 2.9rem; box-shadow: 0 2rem 3.5rem 0 rgba(0, 0, 0, 0.1);}
	.container__content-sidebar .container__precio h3 {margin-bottom:0;}
	.container__salidas, .container__vigencia {align-items:center; gap:1rem; padding: 1.5rem 0; font-family: "Roboto", sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 1.6rem; color: #5E6D77; border-bottom: .1rem solid #E5E5E5;}
	.container__salidas h4, .container__vigencia h4{font-size: 1.4rem; font-weight: 600; line-height: 1.6rem; color: #232323;}
	.container__precio-card:has(.price-amount[data-base-currency="COP"]) {justify-content: center; gap: 1rem;}
	.container__content-sidebar .price-container {text-align:center;}
	.container__content-sidebar .container__precio-card {padding-top:.9rem; justify-content: space-between; align-items:flex-start;}
	.container__content-sidebar .container__precio-card {justify-content: center; gap:1rem;}
	.container__content-sidebar .price-amount {font-family: "Roboto", sans-serif; font-size: 3.1rem; font-weight: 800; line-height: 2.6rem; color: #2B5F9F;}
	.container__content-sidebar .price-amount[data-base-currency="EUR"] {font-size: 2.5rem;}
	.container__precio-card:has(.currency-switcher) .price-amount[data-base-currency="COP"] {font-size: 2rem;}
	.container__precio-card:not(:has(.currency-switcher)) .price-amount[data-base-currency="COP"] {font-size:3.1rem;}
	.container__content-sidebar .title__price-from {font-family: "Roboto", sans-serif; font-size: 1.4rem; font-weight: 400; line-height: 1.6rem; color: #5E6D77;}
	.container__content-sidebar .tabs-container {margin-top: 2rem; border-top: .1rem solid #ddd;border-radius: .5rem; overflow: hidden;}
	.container__content-sidebar .tabs-header {gap:3rem;}
	.container__content-sidebar .tab-header {flex: 1; padding:1.35rem 0;  text-align: center; cursor: pointer; font-family: "Roboto", sans-serif; font-size: 1.4rem; font-weight: 500; line-height: 2.38rem; color: #929292;}
	.container__content-sidebar .tab-header:nth-child(1){text-align:right;}
	.container__content-sidebar .tab-header:nth-child(2){text-align:left;}
	.container__content-sidebar .tab-header.active {font-weight: bold;}
	.container__content-sidebar	.tab-content {display: none; padding:0;}
	.container__content-sidebar	.tab-content.active {display: block;}
	.container__content-sidebar .tab-header span {border-bottom: .1rem solid #E1E1E1;}
	.container__content-sidebar .tab-header.active {color: #242424;} 
	.container__content-sidebar .tab-header.active span {border-bottom: .1rem solid #2B5F9F;} 
	.container__content-sidebar .frm_form_fields input {border-radius:0;}

	/* TOOLTIP */
	.tooltip .info-icon {cursor: pointer;}
	.tooltiptext::after {content: ""; position: absolute; top: 100%; left: 50%; margin-left: -.5rem;border-width: .5rem; border-style: solid; border-color: #555 transparent transparent transparent;}
	.tooltip-container {position: relative; display: inline-block; cursor: pointer;}
	.tooltip-container .tooltiptext {visibility: hidden; width:20rem; background-color: #005FA3; color: #fff; text-align: center;border-radius:.6rem; padding:.8rem; position: absolute; bottom: 125%; left: 50%; margin-left: -10rem; opacity: 0; transition: opacity 0.3s; font-size:1.4rem; line-height:1.4; z-index: 1000;}
	.tooltip-container:hover .tooltiptext {visibility: visible; opacity: 1;}
	.tooltiptext::after {content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid;border-color: #555 transparent transparent transparent;}

	/* SWITCH */	
	.currency-switcher {display: flex; align-items: center;}
	.switch {position: relative; display: inline-block; width: 5rem; height: 2.4rem; margin-right: 1rem;}
	.switch input {opacity: 0; width: 0; height: 0;}
	.slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .4s; border-radius: 2.4rem;}
	.slider:before {position: absolute; content: ""; height: 1.6rem; width: 1.6rem; left: .4rem; bottom: .4rem; background-color: white; transition: .4s; border-radius: 50%;}
	input:checked + .slider { background-color: #0073aa;}
	input:checked + .slider:before {transform: translateX(1.6rem);}
	.currency-label {font-size: 1.4rem; color: #666;}
	.container__content-sidebar form .frm_submit{flex-wrap:nowrap!important; align-items: flex-start!important;}
	.container__content-sidebar form .frm_submit button{margin:0!important;}

	/* TOUR FORM */
	.container__content-sidebar .frm_fields_container .frm_button_submit{background:#2B5F9F!important; justify-content:center; width:100%!important; padding:1.8rem 2.7rem !important; border-radius:0!important;}
	.container__content-sidebar .frm_fields_container textarea{border-radius:0;}
	.container__content-sidebar .frm_fields_container .frm_inline_box{background: transparent; border: none; box-shadow: none!important;}
	.container__content-sidebar #frm_field_22_container {order:200;}
	
	/* TAGS */
	.container__etiquetas{display:flex;flex-direction:column; row-gap:2rem; margin:7.7rem 0 3rem; text-align:left;}
	.tags-container{display:flex; flex-direction:row; row-gap:1rem; column-gap:2rem; flex-wrap:wrap;}
	.tags-container a{padding:.28rem 1.38rem; border:.1rem solid #9A9A9A; border-radius:2rem; font-family: "Roboto", sans-serif; font-size: 1.2rem; font-weight: 400; line-height: 1.68rem; color: #9A9A9A;}

	/* VIAJES RECOMENTADOS */
	.tours-recomendados-container {margin-top: 4.3rem; padding: 2.5rem 2rem 2.3rem; background-color: #fff; border-radius: 8px; box-shadow: 0 2.4rem 2rem rgba(0, 0, 0, 0.1);}
	.tours-recomendados-container h3 {margin-top: 0; padding-bottom: 1rem; font-size: 1.8rem;  color: #333;}
	.tours-recomendados {display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 1.5rem;}
	.tour-recomendado {background-color: #fff; overflow: hidden; transition: transform 0.3s ease;}
	.tour-recomendado:hover {transform: translateY(-.5rem);}
	.tour-recomendado a {display: flex; gap:3rem;text-decoration: none; color: #333;}
	.tour-image{max-width: 10rem; height: 12.6rem;}
	.tour-image img{width: 100%; height: 100%; object-fit: cover;}
	.tour-info {display:flex; flex-direction:column; gap:1rem; justify-content:space-between; text-align:left;}
	.tour-info h4 {font-family: "Poppins", sans-serif; font-size: 2rem; font-weight: 400; line-height: 2.5rem; color: #555;}
	.tour-category {display: flex; color: #666; font-size: 1.4rem; align-items: center;}
	.tour-price-container {display: inline-block; padding: 1.05rem 1.75rem; background:linear-gradient(90deg, #2B5F9F, #5192E2); color: #fff; border-radius: 2rem;}
	.tour-price-container .tour-price {margin: 0; font-family: "Roboto", sans-serif; font-size: 1.4rem; font-weight: 700; line-height: 1.4rem; color: #fff;}
	.tour-price-container .tour-price span{font-size: 1.2rem; font-weight: 400;}

	/*========== BLOG ==========*/
	.post-loop-inner .grid-item	.tpgb-cont-in{flex-direction:column!important;}

	/* BLOG SIDEBAR */
	.container__sidebar-post{max-width:43.8rem; padding: 6.2rem 4rem 6.9rem; background: #fff; box-shadow: 0 0 1rem .2rem rgba(0, 0, 0, 5%);} 
	.container__sidebar-post h2{margin-bottom:2.8rem; font-family: "Poppins", sans-serif; font-size: 1.9rem; font-weight: 700; line-height: 2.47rem; color: #0D1621;} 
	.container__sidebar-post .search-form{position:relative;}
	.container__sidebar-post .search-form input{padding-left:5rem;}
	.container__sidebar-post .search-submit{position:absolute; top: 50%; left:0; background:transparent; transform:translateY(-50%);}
	.container__sidebar-post .recent__posts-section{margin-top:3rem;} 
	.container__sidebar-post .recent-post{display:flex; flex-direction:column; gap:2.5rem; margin-bottom:3rem;} 
	.container__sidebar-post .recent-post img{width: 100%; height: 10rem; object-fit:cover;} 
	.container__sidebar-post .recent-post .post-content{width:100%} 
	.container__sidebar-post .recent-post .post-title{font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.9rem; font-weight: 700; line-height: 2.47rem; color: #0D1621;}
	.container__sidebar-post .post-categories a{text-transform:uppercase; font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.3rem; font-weight: 500; line-height: 1.6rem; color: #0D1621;}
	.container__sidebar-post .post-categories span.post-date{text-transform:capitalize; font-family: "Roboto", sans-serif; font-size: 1.3rem; font-weight: 500; line-height: 1.6rem; color: #969A9F;}
	.wp-block-categories-list, .categories-list {display: flex; flex-wrap: wrap; gap: .6rem; list-style:none;}
	.wp-block-categories-list li, .categories-list li{padding:.8rem 1.9rem .9rem; border:.1rem solid #C8D8E2; border-radius:1.1rem;}
	.wp-block-categories-list li a, .categories-list li a{font-family: "Roboto", sans-serif; font-size: 1.3rem; font-weight: 400; line-height: 1.7rem; color:var(--main-color-grey-light);}
	.tpgb-post-listing .tpgb-pagination{display:flex; justify-content:center;}
	.tpgb-post-listing .tpgb-pagination *{margin-right:.5rem;}
	.tpgb-post-listing .tpgb-pagination a, .tpgb-post-listing .tpgb-pagination span{width:5.2rem; height:5.2rem; color:#0D1621!important; border:.1rem solid rgba(13,22,33, 10%); border-radius: 1rem;}
	.tpgb-post-listing .tpgb-pagination span.current, .tpgb-post-listing .tpgb-pagination a:hover{background-color: #03A9F4; color:#fff!important;}
	a.prev.page-numbers {display: inline-block; width: 5.2rem; height: 5.2rem; background: url('https://newsiteagenciaoit.atc-onlinead.com/wp-content/uploads/2025/12/left-arrow.svg') no-repeat center; background-size: contain; text-indent: -9999px; overflow: hidden; white-space: nowrap;}
	a.prev.page-numbers:hover {background-image: url('https://newsiteagenciaoit.atc-onlinead.com/wp-content/uploads/2025/12/left-arrow-hover.svg');}
	a.prev.page-numbers {padding: 0; margin: 0 .5rem; line-height: 0;}

	/* POST SINGLE */
	.container__post-single .tpgb-post-content h2{font-family: "Poppins", sans-serif; font-size: 2.4rem; font-weight: 700; line-height: 3.4rem; letter-spacing:-.05rem; color: #2B5F9F;}
	.container__post-single .tpgb-post-content h3{padding-left:2rem; font-family: "Poppins", sans-serif; font-size: 1.8rem; font-weight: 500; line-height: 2.8rem; letter-spacing:-.05rem; color: #447cc0;}
	.container__post-single .tpgb-post-content p{margin:0 0 3.6rem; font-family: "Roboto", sans-serif;font-size: 1.7rem; font-weight: 400; line-height: 2.75rem; letter-spacing:.01rem; color: var(--main-color-grey-light);}
	.container__post-single .wp-block-categories-list li:nth-child(n+4) {display:none;}
	body.wp-singular.post-template-default .taxonomy-category a{background:#00B2FF; padding:.5rem 1.7rem .6rem; font-family: "Roboto", sans-serif; font-size: 1.1rem; font-weight: 500; line-height: 1.4rem; letter-spacing:0.08rem; color: #fff; text-transform:uppercase; border-radius:1rem;}
	.post__listing-plus .tpgb-post-featured-img {height:30.2rem;}
	.post__listing-plus .tpgb-post-featured-img img{height:100%; object-fit:cover;}
	.post__listing-plus .dynamic-list-content .tpgb-content-bottom{background:transparent; padding:0;}
	.post__listing-plus .dynamic-list-content .tpgb-content-bottom .tpgb-post-metro-category-top a{margin:1.699rem 0 1.129rem;}
	.image__post-blog img{width:100%!important; aspect-ratio:3 / 2; object-fit:cover;}

	/* RESULTADOS DE BÚSQUEDA EN BLOG */
	.tpgb-no-posts-found{background:var(--main-color-secundary);}

	/*========== CONTACTO ==========*/
	.section__map{height:19rem;}
	.section__contact .frm_fields_container .frm_form_field input:not([type=radio]){padding:1.5rem 2.2rem 3rem; border-radius:0;}
	.section__contact .frm_fields_container textarea{border-radius:0;}
	.section__contact .frm_fields_container .frm_form_field input::placeholder, .section__contact .frm_fields_container .frm_form_field textarea::placeholder, .section__contact .frm_fields_container .frm_form_field input[type=radio]{font-family: "Roboto", sans-serif; font-size: 1.5rem; font-weight: 400; color: #4e4e4e;}
	.section__contact .frm_radio a{font-family: "Roboto", sans-serif; font-size: 1.5rem; font-weight: 400; color: #4285F4;}
	.section__contact .frm_submit button{padding:1.5rem 7.5rem!important; background-color:#2B5F9F!important; font-family: "Roboto", sans-serif; font-size: 1.3rem; font-weight: 700; color: #fff; text-transform:uppercase; border-radius:0!important;}

	/*========== PQRS ==========*/
	.section__form-pqrs .frm_fields_container .frm_form_field label, .section__form-pqrs h3{font-family: "Poppins", sans-serif; font-size: 1.56rem; font-weight: 700; line-height:1.84rem; color: #000;}
	.section__form-pqrs .frm_fields_container .frm_form_field .frm_radio label{font-family: "Roboto", sans-serif; font-size: 1.56rem; font-weight: 500; line-height:1.84rem; color: #000;}
	.section__form-pqrs .frm_fields_container .frm_form_field input:not([type=radio]){padding:1.5rem 2.2rem 2rem; border-radius:0;}
	.section__form-pqrs .frm_fields_container textarea, .section__form-pqrs select{border-radius:0;}
	.section__form-pqrs select{padding:1.5rem 2.2rem; font-family: "Roboto", sans-serif; font-size: 1.73rem; line-height:2.4rem; font-weight: 500; color: #141414;}
	.section__form-pqrs .frm_form_field textarea::placeholder{font-family: "Roboto", sans-serif; font-size: 1.53rem; line-height:1.84rem; font-weight: 500; color:#959595;}
	.section__form-pqrs .frm_radio a{font-family: "Roboto", sans-serif; font-size: 1.5rem; font-weight: 400; color: #4285F4;}
	.section__form-pqrs input[type=radio]{border-radius:0!important;}
	.section__form-pqrs .frm_submit button{display:flex; justify-content:center; width:100%!important; padding:1.5rem 7.5rem!important; background-color:#2B5F9F!important; font-family: "Poppins", sans-serif; font-size: 1.3rem; font-weight: 700; color: #fff; text-transform:uppercase; border-radius:0!important;}

	/*========== FOOTER ==========*/
	/* TOPBAR */
	#footer #footertopbar{background:var(--main-color-blue-light); padding:4rem 1rem;}
	#footer #footertopbar .container__row{display:flex; flex-wrap:wrap; justify-content:center; gap:2rem;}
	#footer #footertopbar .container__row > *{width:calc(50% - 2rem);}
	#footer #footertopbar .container__row h3{padding-bottom:2rem; font-size:2rem; color:#232323; font-weight:700; text-decoration:underline; text-underline-offset:1.2rem;}
	#footer #footertopbar .container__row *{font-size:1.6rem; color:#444; font-weight:400;}
	#footer #footertopbar .container__row ul.menu li.menu-item{display:block;}
	#footer #footertopbar .footer-1-4 p{word-break:break-all;}

	/* MIDDLEBAR */
	#footer #footermiddlebar{background:#fff; padding:2rem 1rem;}
	#footer #footermiddlebar .container__row{display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:2rem;}
	#footer #footermiddlebar .container__row > *{width:calc(100% - 2rem); justify-items:center;}
	#footer #footermiddlebar .container__row .container__logo{max-width:max-content;}
	#footer #footermiddlebar .container__row .container__logo-puntoscolombia{text-align:center;}
	#footer #footermiddlebar .container__row ul.wp-block-social-links *{font-size:2.5rem;}
	#footer #footermiddlebar .container__row #widget__footer-social ul{display:flex; gap:2rem; list-style:none;}

	/* BOTTOMBAR - COPYRIGHT */
	#footer #footerbottombar{background:var(--main-color-primary); padding:1rem;}
	#footer #footerbottombar *{font-size:1.1rem; color:#fff; text-align:center;}
}

/*=============== TABLET ===============*/
@media screen and (min-width:768px){
	/* GENERAL */
	.container__tab-right{width: 60%;}
	table tbody tr td{font-size:1.6rem;}

	/* HEADER  */
	#header #topbar .container__row .tipo__cambio p{font-size: 1.5rem; font-weight: 700;}

	/* ================ HOME SEARCH ============ */
	/* ESTILOS DE BUSCADOR DE HOME */
	.container__search-home{max-width:95%; bottom:-20rem!important;}
	.facetwp-facet.facetwp-facet-mes{margin-left:0;}
	.container__search-home .container__submit-home{align-items:flex-end;}
	.container__more-options.active{transform: translateY(91%);}
	.container__search-home{bottom:-26rem!important;}

	/* ============ TOUR CARD =========== */
	#lists__tours .item__tour{width:47%;}
	#lists__tours h2.title{min-height:5.2rem;}

	/*========== TOUR SINGLE ==========*/
	.container__info-tour > div{width:100%!important;}

	/* SWITCH */	
	input:checked + .slider:before {transform: translateX(2.6rem);}

	/* TAB INFORMACIÓN */
	body.tours-template-default .tpgb-tabs-content-wrapper::before {top: 15rem;}
	.container__padre-galeria {flex-wrap:nowrap;}
	.container__left-galeria {position: relative; width: 66%;}
	.container__right-galeria {width:33%;}

	/*========== BLOG ==========*/
	/* BLOG SIDEBAR */
	.container__sidebar-post .recent-post{flex-direction:row;} 
	.container__sidebar-post .recent-post img{width: 10rem; height: 10rem;} 
	.container__sidebar-post .recent-post .post-content{width:calc(100% - 12.5rem);} 

	/*========== CONTACTO ==========*/
	.section__map{height:41rem;}
}

/*=============== TABLET ===============*/
@media screen and (min-width:1024px){

	/* GENERAL */
	.wcfullpc{display:none!important;}
	.wcmovil{display:block!important;}
	.container__tab-left{width: 68%;}
	.container__tab-right{width: 32%;}

	/* ================ HOME SEARCH ============ */
	/* ESTILOS DE BUSCADOR DE HOME */
	.container__search-home{bottom:-26rem!important;}

	/* ============ TOUR CARD =========== */
	#lists__tours .item__tour{width:31%;}
	#lists__tours .wcrow{column-gap:2rem; justify-content:flex-start;}
	#lists__tours .container__precio .price{font-size:2rem;}
	#lists__tours .lists__items .item:nth-child(2){padding:0 .5rem; margin:0 .2rem;}
	#lists__tours .container__box{padding:1rem;}

	/* TAB INFORMACIÓN */
	.container__tab-tour{flex-wrap:nowrap;}
	.container__tab-tour{margin-top:8.6rem;}

	/*========== BLOG ==========*/
	/* BLOG SIDEBAR */
	.blog__sidebar .nxt-template-load{position:sticky; top:6rem;}

	/*========== CONTACTO ==========*/
	.section__map{height:63.2rem;}

	/*========== FOOTER ==========*/
	/* TOPBAR */
	#footer #footertopbar .container__row > *{width:calc(25% - 2rem);}

	/* MIDDLEBAR */
	#footer #footermiddlebar .container__row > *{width:calc(33.33% - 2rem); justify-items:flex-start;}
	#footer #footermiddlebar .container__row .container__logo{max-width:100%;}
	#footer #footermiddlebar .container__row #widget__footer-social{margin-left:auto;}

}

/*=============== LAPTOP ===============*/
@media screen and (min-width:1280px){

	/* ================ HOME SEARCH ============ */
	/* ESTILOS DE BUSCADOR DE HOME */
	.container__search-home{max-width:114rem; bottom:-18rem!important;}
	.container__search-home .icon__movil{display:none;}
	.container__search-home .facetwp-facet.facetwp-facet-mes{margin-left:0;}
	.container__search-home .facetwp-facet.facetwp-facet-mes::before, .container__search-home .facetwp-facet.facetwp-facet-tour_duracion_lista_de_rango::before, .container__search-home .facetwp-facet.facetwp-facet-destino .fs-label-wrap::before{display:none;}

	/* ============ TOUR CARD =========== */
	#lists__tours .item__tour{width:31%;}
	#lists__tours .wcrow{column-gap:2rem;}
	#lists__tours .container__precio .price{font-size:1.8rem;}

	/* TAB INFORMACIÓN */
	body.tours-template-default .tpgb-tabs-content-wrapper::before {top: 9.6rem;}

	/*========== RESULTADOS DE BÚSQUEDA TOURS ==========*/	
	.container__sidebar-searchTours .btn__closer{display:none;}
	.container__sidebar-searchTours{display:block; width:31rem!important; align-content:flex-start!important; position:sticky; top:5rem;}
	.container__results-searchTours{width:calc(100% - 31rem)!important; padding:0;}
	.container__sidebar-searchTours .facetwp-search{min-width:25.5rem!important;}

	/* GENERAL */
	.wcfullpc{display:block!important;}
	.wcmovil{display:none!important;}

}

/*=============== ESCRITORIO ===============*/
@media screen and (min-width:1800px){

	/* ============ TOUR CARD =========== */
	#lists__tours .item__tour{width:31.5%;}
	#lists__tours .wcrow{column-gap:3.5rem;}
	#lists__tours .container__precio .price{font-size:2.4rem;}
	#lists__tours h2.title{min-height:auto;}
	#lists__tours .lists__items .item:nth-child(2){padding:0 1rem; margin:0 1rem;}
	#lists__tours .container__box{padding:2rem;}

	/*========== RESULTADOS DE BÚSQUEDA TOURS ==========*/	
	#container__archive-lists-tours {max-width:167rem!important; padding:0;}
	.container__sidebar-searchTours{width:32rem!important;}
	.container__sidebar-searchTours .facetwp-search{min-width:28rem!important;}
}
