 /*
Theme Name: La Patria Rooftop
Theme URI:
Author: Jose Salas
Author URL: https://buenavista.design/
Version: 1.0
Description: Plantilla personalizada para La Patria Rooftop
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-private
Text Domain: la-patria-rooftop
Domain Path: /languages/
*/


@font-face {font-family:'Roboto Slab'; font-style:normal; font-weight:400; src:url(fonts/RobotoSlab-Regular.ttf)}
@font-face {font-family:'Roboto Slab'; font-style:normal; font-weight:500; src:url(fonts/RobotoSlab-Medium.ttf)} 
@font-face {font-family:'Roboto Slab'; font-style:normal; font-weight:600; src:url(fonts/RobotoSlab-SemiBold.ttf)}
@font-face {font-family:'Roboto Slab'; font-style:normal; font-weight:700; src:url(fonts/RobotoSlab-Bold.ttf)}

@font-face {font-family:'Raleway'; font-style:normal; font-weight:500; src:url(fonts/Raleway-Medium.ttf)}
@font-face {font-family:'Raleway'; font-style:normal; font-weight:600; src:url(fonts/Raleway-SemiBold.ttf)}
@font-face {font-family:'Raleway'; font-style:normal; font-weight:700; src:url(fonts/Raleway-Bold.ttf)}
@font-face {font-family:'Bebas Neue'; font-style:normal; font-weight:400; src:url(fonts/BebasNeue-Regular.ttf)}




@keyframes fadeout{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		display: none;
	}
}

@keyframes fadein{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		
	
	}
}

@keyframes expandir {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

@keyframes clickme{
	0%{
		transform: scale(0.8);
	}
	100%{
		transform: scale(1.2);
		
	
	}
}

@keyframes card_left{
	0%{
		opacity: 0;
		transform: rotate(-18deg) translate(-40%);
		
	}
	100%{
		transform: rotate(0deg) translate(0%);
		opacity: 1;
		
	
	}
}

@keyframes card_right{
	0%{
		opacity: 0;
		transform: rotate(18deg) translate(40%);
		
	}
	100%{
		transform: rotate(0deg) translate(0%);
		opacity: 1;
		
	
	}
}

@keyframes card_center{
	0%{
		opacity: 0;
		transform: translateY(50%);
		
	}
	100%{
		transform: translateY(0%);
		opacity: 1;
		
	
	}
}

@keyframes bg_text{
	0%{
		background-position: 101% 100%;
		
	}
	100%{
		background-position: 0% 100%;
	
	}
}

@keyframes entry_left{
	0%{
		opacity: 0;
		transform: translateX(-100%);
		
	}
	100%{
		opacity: 1;
		transform: translateX(0%);
	
	}
}

@keyframes entry_right{
	0%{
		opacity: 0;
		transform: translateX(100%);
		
	}
	100%{
		opacity: 1;
		transform: translateX(0%);
	
	}
}

@keyframes message{
	0%{
		opacity: 0;
		transform: scale(0);
	}
	50%{
		opacity: 1;
		transform: scale(1.2);
	}
	75%{
		opacity: 1;
		transform: scale(0.8);
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes button_arrow{
	0%{
		transform: translateX(-10px) translateY(10px) scale(0);
	}
	50%{
		transform:  translateX(-5px) translateY(5px) scale(0.5);
	}
	100%{
		transform:  translateX(0px) translateY(0px) scale(1);
	}
}

@keyframes color-change-2x{0%{background:#E5EC42}50%{background:#F1A884}100%{background: #32ade6;}}



@media screen and (min-width:0px){
	:root{
		--main-color-primary:#2b5f9f;
		--main-color-secundary:#00b2ff;
		--main-color-yellow:#FFB400;
		--main-color-yellow2:#FFDA00;

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


		--paragraph-font-size:1.6rem;
		--paragraph-line-height:3.15rem;
		/* --paragraph-text-align:center; */
		--paragraph-color:#151515;
		--paragraph-letter-spacing: 0.32px;
		--paragraph-font-style: normal;
		--paragraph-font-weight: 400;
		--paragraph-font-family: 'Manrope',sans-serif;

		--title-font-size:4rem;
		--title-line-height:6.4rem;
		--title-letter-spacing: 0.4px;

		--font-paragraph:
			var(--paragraph-font-style)
			var(--paragraph-font-weight)
			var(--paragraph-font-size)
			var(--paragraph-line-height)
			var(--paragraph-font-family);
	}



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

	/*=============== GENERAL ===============*/
	.wcbtn.btn-blue{background:var(--main-color-secundary);}
	.wcbtn.btn-red{background:#FF0000;}
	.wcbtn.btn-grey{background:rgba(0, 0, 0, 0.5);}
	.flex-column-center{display: flex; flex-direction: column; align-items: center; justify-content: center;}
	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{color:rgba(0, 0, 0, 0.5);}
	.pro-paragraph-inner p{font-family:inherit; font-size:inherit; line-height:inherit; font-weight:inherit; letter-spacing:inherit;}
	.loading::after{display:none !important; width:0; height:0;}
	.tpgb-plus-button a{transition:all .3s;}
	#main__wrapper article{overflow: hidden;}
	#main__wrapper .slick-track,
	#main__wrapper .splide__list{transition:unset;}
	#main__wrapper .slick-list{width: 100%; order: 1;}
	#main__wrapper .slick-dots{ width: 100%; display: flex; justify-content: center; list-style: none; order: 2;}
	#main__wrapper .slick-track{display: flex;}
	#main__wrapper .tpgb-plus-button a > span{display: flex; align-items: center;}
	#main__wrapper .tpgb-plus-button a > span img{padding-top: .1rem;}
	#main__wrapper .tpgb-section > .tpgb-section-wrap{max-width:160rem;}
	#main__wrapper .tpgb-section > .tpgb-section-wrap.tpgb-container-fluid{width:100%; max-width:100%;}
	#main__wrapper .tpgb-creative-img-wrap{line-height:0;}
	#main__wrapper .yoast-breadcrumbs span{display: flex; align-items: center; text-wrap: wrap;}
	#main__wrapper .yoast-breadcrumbs span a{font-family: "Lexend Deca", sans-serif; font-size: 1.8rem; font-weight: 400; line-height: 2.8rem; color: #38393F;}
	#main__wrapper .yoast-breadcrumbs span.breadcrumb_last{font-family: "Lexend Deca", sans-serif; font-size: 1.8rem; font-weight: 700; line-height: 2.8rem; color: #38393F;}

	/*========== WHATSAPP ==========*/
	#container__whatsapp {box-shadow: 0rem .4rem 6.2rem 0rem rgb(137, 125, 196, 47%); border-radius: 100rem;}
	#container__whatsapp *{margin:0; padding:0;}
	#container__whatsapp .texto{display:block;}

	/*========== SCROLL TOP ==========*/
	#scrollto__top{bottom:7rem; z-index: 9999;}
	#scrollto__top a#scrolltop__btn{width: 4.5rem; height: 4.5rem; display: flex; align-items: center; justify-content: center; border: .1rem solid #FFFFFF; background: #E46821;}
	#scrollto__top a#scrolltop__btn:hover{background: #c75f23;}
	#scrollto__top a#scrolltop__btn path{fill: #FFF;}

	/*=============== TEXTOS GLOBALES ===============*/
	/* #topbody h1,
	#topbody h2,
	#topbody h3,
	#topbody h4,
	#topbody p{font-family: 'Inter', sans-serif;} */

	/*========== GLOBAL STYLES ==========*/
  	.wp-block-outermost-icon-block .icon-container{width: fit-content !important;}
  	.wp-block-outermost-icon-block .icon-container svg{width: auto; height: auto;}
	
	.fade-in{opacity: 0; transition: opacity 0.5s;}
	.fade-in.active-animation{animation-name: fadein; animation-duration: 1s; animation-fill-mode: forwards;}

	.card_left-animation{opacity: 0; transform: rotate(-18deg) translate(-40%); transition: opacity 0.5s, transform 0.5s;}
	.card_left-animation.active-animation{animation-name: card_left; animation-duration: 1s; animation-fill-mode: forwards;}
	.card_right-animation{opacity: 0; transform: rotate(18deg) translate(40%); transition: opacity 0.5s, transform 0.5s;}
	.card_right-animation.active-animation{animation-name: card_right; animation-duration: 1s; animation-fill-mode: forwards;}
	.card_center-animation{opacity: 0; transform: translateY(50%); transition: opacity 0.5s, transform 0.5s;}
	.card_center-animation.active-animation{animation-name: card_center; animation-duration: 1s; animation-fill-mode: forwards;}

	.entry_left-animation{opacity: 0;transition: opacity 0.5s, transform 0.5s;}
	.entry_left-animation.active-animation{animation-name: entry_left; animation-duration: 1s; animation-fill-mode: forwards;}
	.entry_right-animation{opacity: 0; transition: opacity 0.5s, transform 0.5s;}
	.entry_right-animation.active-animation{animation-name: entry_right; animation-duration: 1s; animation-fill-mode: forwards;}

	.message_entry-animation{opacity: 0; transition: opacity 0.5s, transform 0.5s;}
	.message_entry-animation.active-animation{animation-name: message; animation-duration: 1s; animation-fill-mode: forwards;}
	
	.scroll-down{ animation: expandir 1.5s infinite alternate ease;}

	/*========== OFFCANVAS ==========*/
	#offcanvas{display: flex; flex-direction: column; justify-content: space-between; background:#5E1039; position:fixed; width: 100vw; height:100%; right:-200%; top:0; z-index:999999999; transition:all .4s ease; overflow:auto;}
	#offcanvas.active{right:0%;}
	#offcanvas *{color:#333333; transition: all .5s;}
	#offcanvas .content-close{display:flex; position:absolute; top: 2rem; right: 2.7rem;}
	#offcanvas #nav__offcanvas{display: flex; flex-direction: column; padding: 3.2rem 1.8rem 0rem;}
	#offcanvas #nav__offcanvas .content-logo img{max-width: 15.7rem;}
	#offcanvas #nav__offcanvas > ul.menu{display:flex; flex-direction: column; gap: 1.2rem; padding: 4.5rem 0rem 0rem 3.8rem; list-style: none;}
	#offcanvas #nav__offcanvas > ul.menu li a{width: fit-content; display:flex; align-items:center; position: relative; font-family: "Roboto Slab", sans-serif; font-size: 1.8rem; font-weight: 700; line-height: 2.8rem; letter-spacing: .45rem; color: #FFFFFF; text-transform: uppercase;}
	#offcanvas #nav__offcanvas > ul.menu li a::before{content: ''; width: 100%; height: .4rem; display: block; position: absolute; bottom: -.6rem; left: 0; background: url(images/bg-line-menu.webp) center / 100% 100%; opacity: 0; visibility: hidden; transition: all .3s ease;}
	#offcanvas #nav__offcanvas > ul.menu li:hover a::before{opacity: 1; visibility: visible;}
	#offcanvas #nav__offcanvas > ul.menu > li.menu-item-has-children > a span{font-size: 2.2rem; color: #0F5672; transform: rotate(0); transition: all .5s ease;}
	#offcanvas #nav__offcanvas > ul.menu > li.menu-item-has-children > a.active span{transform: rotate(180deg);}
	#offcanvas #nav__offcanvas > ul.menu > li.menu-item-has-children ul.sub-menu{width: 100%; list-style: none;}
	#offcanvas #nav__offcanvas > ul.menu > li.menu-item-has-children ul.sub-menu li{padding: 0rem 0rem 0rem 2rem;}
	
	#offcanvas .info_container{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; column-gap: 2rem; row-gap: 2rem; position: relative; margin-top: 2rem; padding: 3.8rem 4.2rem 5.8rem; border-top: .1rem solid #D2D0D0;}
	#offcanvas .info_container::before{content: ''; width: 100%; height: 3.3rem; display: block; position: absolute; bottom: 0rem; left: 0rem; background: url(images/bg-offcanvas-menu.webp) repeat-x left;}
	#offcanvas .info_container #social_links{width: fit-content;}
	#offcanvas .info_container #social_links #widget__info{display: flex; justify-content: center; align-items: center; gap: 1.2rem;}
	#offcanvas .info_container #social_links #widget__info figure a{width: 3.593rem; height: 3.593rem; display: flex; align-items: center; justify-content: center; border-radius: 100%; background: #E04564;}
	#offcanvas .info_container #phone-header{display: flex; align-items: center; column-gap: 2.2rem;}
	#offcanvas .info_container #phone-header #widget__info p strong{font-family: "Roboto Slab", sans-serif; font-size: 1.6rem; font-weight: 700; line-height: 2.6rem; letter-spacing: .45rem; color: #FFFFFF;}

	
	/*========== HEADER ==========*/
	#header.hiden{padding: 1rem 1rem 2rem; opacity: 0; visibility: hidden;}
	#header.activeup{opacity: 1; visibility: visible;}
	#header{width: 100%; padding: 1.5rem 0rem 2.1rem; position: fixed; top: 0rem; transition: all .4s ease; z-index: 99999; background: transparent;}
	#header .container__row{display:flex; align-items:center; width: min(89%, 119rem); max-width: 100%; margin: 0rem auto; justify-content:space-between;}
	#header .container__row #nav__header{display: flex; align-items: center; column-gap: 2.073rem;}
	#header .container__row #container__logo a,
	#header .container__row #nav__header #list__icons-header a{display: flex;}
	#header .container__row #container__logo a img{width: 100%; max-width: 12.6rem;}
	#header .container__row #nav__header ul.menu{display: none;}
	#header .container__row #nav__header #list__icons-header{list-style: none;}

	/*========== HOME ==========*/
	#hero_home{position: relative; max-height: 76.8rem; overflow: hidden;}
	#hero_home::before{content: ''; width: 100%; height: 100%; display: block; position: absolute; top: 0%; left: 0%; z-index: 1; background: linear-gradient(to bottom, rgb(0,0,0,81%)) ;}
	#hero_home .tpgb-gallery-list .grid-item{padding: 0rem;}
	#hero_home .tpgb-gallery-list .grid-item img{min-height: 50.1rem; object-fit: cover;}
	#hero_home .hero_top .splide__pagination{display: none;}
	#hero_home .hero_top{position: absolute; z-index: 2;}
	#hero_home .hero_top .tpgb-cont-in{position: relative; flex-direction: row; justify-content: space-between;}
	#hero_home .hero_top .tpgb-cont-in .hero_info .tpgb-heading-title .heading-title{color: #FFFFFF;}
	#hero_home .hero_top .tpgb-cont-in .hero_info .tpgb-heading-title .heading-title span.bebas{font-family: 'Bebas Neue',sans-serif;}
	#hero_home .hero_top .tpgb-cont-in .hero_info .tpgb-pro-paragraph{width: 100%; max-width: 57.9rem;}
	#hero_home .hero_top .tpgb-cont-in .hero_info .tpgb-pro-paragraph p{color: #FFFFFF;}
	#hero_home .hero_top .tpgb-cont-in .hero_info .tpgb-container-row{row-gap: 1.5rem; column-gap: 1rem;}
	#hero_home .hero_top .tpgb-cont-in .hero_info > .tpgb-plus-button a,
	#hero_home .hero_top .tpgb-cont-in .hero_info > .tpgb-plus-button a span i{color: #FFFFFF;}
	#hero_home .hero_top .tpgb-cont-in .hero_info > .tpgb-plus-button a > span{display: flex; flex-direction: column; align-items: center; justify-content: center; row-gap: 1rem;}
	#hero_home .hero_top .tpgb-cont-in .tpgb-social-icons .tpgb-social-list{display: flex; flex-direction: column-reverse; row-gap: 2.9rem;}
	#hero_home .hero_top .tpgb-cont-in .tpgb-social-icons .tpgb-social-list .social-icon-tooltip:first-child{transform: rotate(-90deg) translate(-2rem,-2rem);}
	#hero_home .hero_top .tpgb-cont-in .tpgb-social-icons .tpgb-social-list .social-icon-tooltip:not(:first-child) a{width: 3.2rem; height: 3.2rem; justify-content: center; border: unset; border-radius: 100%; background: #E04564; }
	#hero_home .hero_top .tpgb-cont-in .tpgb-social-icons .tpgb-social-list .social-icon-tooltip .tpgb-social-icn{padding: 0rem;}

	#celebracion_home{position: relative; background: #E7E1D3;}
	#celebracion_home::after{content: ''; width: 100%; height: 3.3rem; display: block; position: absolute; bottom: 0rem; left: 0rem; background: url(images/bg-celebracion-home.webp) repeat-x left;}
	#celebracion_home::before{content: ''; width: 13.4rem; height: 16.597rem; display: block; position: absolute; bottom: .7rem; left: -5rem; background: url(images/bg-celebracion-home-1.webp)no-repeat top/100%;}
	#celebracion_home .tpgb-cont-in{position: unset;}
	#celebracion_home .tpgb-cont-in::before{content: ''; width: 7.7rem; height: 8.3rem; display: block; position: absolute; top: .6rem; left: -1.2rem; background: url(images/bg-celebracion-home-2.webp)no-repeat top/100%;}
	#celebracion_home .tpgb-cont-in::after{content: ''; width: 14.2rem; height: 11.2rem; display: block; position: absolute; top: 5.9rem; right: -8.3rem; background: url(images/bg-celebracion-home-3.webp)no-repeat top/100%;}
	#celebracion_home .celebracion_top .tpgb-heading-title{width: 100%; max-width: 97.7rem;}
	#celebracion_home .celebracion_top .tpgb-heading-title span{font-weight: 700; color: #E04564;}
	#celebracion_home .celebracion_top .tpgb-pro-paragraph{width: 100%; max-width: 78.2rem;}
	#celebracion_home .celebracion_bottom .celebracion_container{display: flex; flex-wrap: wrap;}
	#celebracion_home .celebracion_bottom .celebracion_container .slick-arrow{width: 4.9rem; height: 4.9rem; display: flex; justify-content: center; align-items: center; padding: 0rem; border-radius: 100%; background: #5E1039;}
	#celebracion_home .celebracion_bottom .celebracion_container .slick-prev{margin-right: 1rem;}
	#celebracion_home .celebracion_bottom .celebracion_container .slick-list{margin-top: 2rem; overflow: hidden;}
	#celebracion_home .celebracion_bottom .celebracion_container .celebracion_item{display: flex; flex-direction: column; row-gap: 2.2rem;}
	#celebracion_home .celebracion_bottom .celebracion_container .celebracion_item .celebracion_img figure{display: flex;}
	#celebracion_home .celebracion_bottom .celebracion_container .celebracion_item .celebracion_img figure img{width: 100%; height: 13.5rem; object-fit: cover;}
	#celebracion_home .celebracion_bottom .celebracion_container .celebracion_item .celebracion_info{height: 100%; display: flex; justify-content: space-between; flex-direction: column; row-gap: 2.4rem;}
	#celebracion_home .celebracion_bottom .celebracion_container .celebracion_item .celebracion_info .celebracion_info-content{display: flex; flex-direction: column; row-gap: 2.1rem;}
	#celebracion_home .celebracion_bottom .celebracion_container .celebracion_item .celebracion_info .celebracion_info-content h3{font-family: 'Roboto Slab', sans-serif; font-size: 2rem; font-weight: 700; line-height: 2rem; letter-spacing: .15rem; color: #452668; text-transform: uppercase; text-align: center;}
	#celebracion_home .celebracion_bottom .celebracion_container .celebracion_item .celebracion_info .celebracion_info-content p{font-family: 'Raleway', sans-serif; font-size: 1.6rem; font-weight: 500; line-height: 2.6rem; letter-spacing: .01rem; color: #7E1D5D; text-align: center;}
	#celebracion_home .celebracion_bottom .celebracion_container .celebracion_item .celebracion_info .celebracion_info-btn{display: flex; justify-content: center; align-items: center;}
	#celebracion_home .celebracion_bottom .celebracion_container .celebracion_item .celebracion_info .celebracion_info-btn a{width: 100%; padding: 1.6rem 2.3rem; border-radius: 4.9rem; font-family: 'Roboto Slab', sans-serif; font-size: 1.6rem; font-weight: 500; line-height: 2rem; letter-spacing: .1rem; color: #FFFFFF; text-transform: uppercase; text-align: center; background: #E04564;}
	
	#escenario_home{position: relative;}
	#escenario_home::after{content: ''; width: 16.4rem; height: 19.597rem; display: block; position: absolute; top: -2.5rem; right: -5.8rem; transform: rotate(180deg); background: url(images/bg-celebracion-home-1.webp)no-repeat top/100%;}
	#escenario_home .escenario_top .tpgb-heading-title{width: 100%; max-width: 59.8rem;}
	#escenario_home .escenario_top .tpgb-heading-title span{font-weight: 700; color: #E04564;}
	#escenario_home .escenario_top .tpgb-pro-paragraph{width: 100%; max-width: 63.5rem;}
	#escenario_home .escenario_bottom .tpgb-container-row:nth-child(1) .escenario_info > *{width: 100%;}
	#escenario_home .escenario_bottom .tpgb-container-row:nth-child(1) .escenario_info .tpgb-stylist-list .tpgb-icon-list-items{display: grid; grid-template-columns: repeat(auto-fill,minmax(15rem,1fr)); grid-template-rows: auto; column-gap: 6.6rem; row-gap: 1.985rem;}
	#escenario_home .escenario_bottom .tpgb-container-row .tpgb-carousel{width: 100%; height: 28rem; overflow: hidden;}
	#escenario_home .escenario_bottom .tpgb-container-row .grid-item{padding: 0rem;}
	#escenario_home .escenario_bottom .tpgb-container-row .grid-item img{width: 100%; height: 25rem; object-fit: cover;}
	#escenario_home .escenario_bottom .tpgb-container-row .escenario_img .splide__pagination{bottom: 4.2rem; column-gap: 4.1rem;}
	#escenario_home .escenario_bottom .tpgb-container-row .escenario_img .splide__pagination button{width: .8rem; height: .8rem; display: flex; border: .1rem solid #FFFFFF; border-radius: 100%; background: transparent; box-shadow: unset; transition: all .3s ease;}
	#escenario_home .escenario_bottom .tpgb-container-row .escenario_img .splide__pagination button.is-active{background: #FFFFFF;}
	#escenario_home .escenario_bottom .tpgb-container-row .escenario_img div:has(.tpgb-carousel){width: fit-content; position: relative;}
	#escenario_home .escenario_bottom .tpgb-container-row .escenario_img div:has(.restobar)::before{content: ''; width: 100%; height: 3.3rem; display: block; position: absolute; bottom: 0rem; left: 0rem; background: url(images/bg-carousel-restobar-escenario.webp) no-repeat center; background-size: cover;}
	#escenario_home .escenario_bottom .tpgb-container-row:nth-child(2) .escenario_info > *{width: 100%;}
	#escenario_home .escenario_bottom .tpgb-container-row:nth-child(2) .escenario_info .tpgb-stylist-list .tpgb-icon-list-items{display: grid; grid-template-columns: repeat(auto-fill,minmax(20rem,1fr)); grid-template-rows: auto; column-gap: 6.4rem; row-gap: 1.985rem;}
	#escenario_home .escenario_bottom .tpgb-container-row .escenario_img div:has(.yards)::before{content: ''; width: 100%; height: 3.3rem; display: block; position: absolute; bottom: 0rem; left: 0rem; background: url(images/bg-carousel-yards-escenario.webp) no-repeat center; background-size: cover;}
	#escenario_home .escenario_bottom .tpgb-container-row:nth-child(3) .escenario_info .tpgb-pro-paragraph{width: 100%;}
	#escenario_home .escenario_bottom .tpgb-container-row:nth-child(3) .escenario_info .tpgb-stylist-list .tpgb-icon-list-items{display: grid; grid-template-columns: repeat(auto-fill,minmax(20rem,1fr)); grid-template-rows: auto; column-gap: 1.1rem; row-gap: 1.985rem;}
	#escenario_home .escenario_bottom .tpgb-container-row .escenario_img div:has(.cerra)::before{content: ''; width: 100%; height: 3.3rem; display: block; position: absolute; bottom: 0rem; left: 0rem; background: url(images/bg-carousel-cerra-escenario.webp) no-repeat center; background-size: cover;}
	
	#servicios_home .servicios_top .tpgb-heading-title{width: 100%; max-width: 88.2rem;}
	#servicios_home .servicios_top .tpgb-heading-title span{font-weight: 700; color: #E04564;}
	#servicios_home .servicios_top .tpgb-pro-paragraph{width: 100%; max-width: 78.2rem;}
	#servicios_home .servicios_bottom{display: grid; grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr)); grid-template-rows: auto; column-gap: 3.5rem; row-gap: 4.2rem;}
	#servicios_home .servicios_bottom > .tpgb-container-row{row-gap: 1rem; column-gap: 2.7rem;}
	#servicios_home .servicios_bottom > .tpgb-container-row .wp-block-outermost-icon-block svg{width: 8rem;}

	#eventos_home{position: relative;}
	#eventos_home::before{content: ''; width: 11.8rem; height: 12.2rem; display: block; position: absolute; top: 0rem; right: -.95rem; background: url(images/bg-eventos-home.webp) no-repeat top/100%; transform: rotate(12.75deg);}
	#eventos_home .eventos_top .tpgb-pro-paragraph{width: 100%; max-width: 43.8rem;}
	#eventos_home .eventos_bottom .carousel .splide__arrows{display: none;}
	#eventos_home .eventos_bottom .carousel .grid-item{max-width: 23.8rem;}

	#testimonios_home .testimonios_top .tpgb-heading-title{width: 100%; max-width: 80.7rem;}
	#testimonios_home .testimonios_top .tpgb-heading-title span{display: block; font-weight: 700; color: #E04564;}
	#testimonios_home .testimonios_bottom .testimonios_container{display: flex; flex-wrap: wrap;}
	#testimonios_home .testimonios_bottom .testimonios_container .slick-list{margin-top: 2rem;}
	#testimonios_home .testimonios_bottom .testimonios_container .testimonios_item{margin: 0rem .5rem 0rem; padding: 2.809rem 1.5rem 2.019rem; border-radius: 2rem; background: #FFFFFF;}
	#testimonios_home .testimonios_bottom .testimonios_container .testimonios_item .testimonios_info{height: 100%; display: flex; flex-direction: column; align-items: center; row-gap: 2rem;}
	#testimonios_home .testimonios_bottom .testimonios_container .testimonios_item .testimonios_info > *{width: 100%; max-width: 30.1rem;}
	#testimonios_home .testimonios_bottom .testimonios_container .testimonios_item .testimonios_info .testimonios_title h3{font-family: 'Raleway', sans-serif; font-size: 2.4rem; font-weight: 600; line-height: 3.4rem; color: #5E1039;}
	#testimonios_home .testimonios_bottom .testimonios_container .testimonios_item .testimonios_info .testimonios_info-content{height: 100%; display: flex; flex-direction: column; justify-content: space-between; row-gap: 1.55rem;}
	#testimonios_home .testimonios_bottom .testimonios_container .testimonios_item .testimonios_info .testimonios_info-content .testimonios_description p{font-family: 'Raleway', sans-serif; font-size: 1.6rem; font-weight: 500; line-height: 2.6rem; color: rgb(0, 0, 0,70%);}
	#testimonios_home .testimonios_bottom .testimonios_container .testimonios_item .testimonios_info .testimonios_info-content .testimonios_date span{font-family: 'Open Sans', sans-serif; font-size: 1.6rem; font-weight: 600; line-height: 2.6rem; color: #B9B9B9;}
	#testimonios_home .testimonios_bottom{position: relative;}
	#testimonios_home .testimonios_bottom .testimonios_container .slick-list{overflow: hidden;}
	#testimonios_home .testimonios_bottom .testimonios_container .slick-arrow{width: 4.8rem; height: 4.9rem; display: flex; justify-content: center; align-items: center; border-radius: 100%; padding: 0rem; background: #5E1039;}
	#testimonios_home .testimonios_bottom .testimonios_container .slick-prev{margin-right: 1rem;}


	#reserva_home{padding: 9.9rem 2rem 20.6rem; background: url(images/bg-reserva-home.webp) no-repeat center; background-size: cover;}
	#reserva_home .tpgb-cont-in{background: #FFFFFF;}
	#reserva_home .tpgb-cont-in .reserva_info{padding: 3.5rem 2.5rem;}
	#reserva_home .tpgb-cont-in .reserva_info > *{width: 100%;}
	#reserva_home .tpgb-cont-in .reserva_img .tpgb-creative-image:nth-child(1) img{width: 100%; height: 32.8rem; object-fit: cover;}

	/*========== ERROR 404 - MAINTENANCE ==========*/
	#error-404{width: min(95%,153.7rem); display: flex; flex-direction: column; margin: 0rem auto; padding: 10rem 0rem; background: url(images/bg-404-mobile.webp) no-repeat top/100%; background-size: cover;}
	#error-404 > div{width: 100%; display: flex; flex-direction: column;}
	#error-404 .container_img{align-items: center; justify-content: center;}
	#error-404 .container_img img{width: 100%; max-width: 15rem;}
	#error-404 .container_info{justify-content: center;} 
	#error-404 .container_info h1{display: flex; flex-direction: column; row-gap: 1.8rem; font-family: 'Raleway', sans-serif; font-size: 3.7rem; font-weight: 700; line-height: 4.5rem; color: #4D4D4D;}
	#error-404 .container_info h1 span{display: block; font-size: 5.7rem; line-height: 6.7rem;} 
	#error-404 .container_info p{width: 100%; padding-top: 3.3rem; font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 1.8rem; line-height: 2.8rem; color: #4D4D4D;}
	#error-404 .container_info p strong{font-weight: 800;}
	#error-404 .container_info div{display: flex; flex-direction: column; align-items: center; justify-content: center; column-gap: 5.4rem; row-gap: 2rem; padding-top: 3.3rem;}
	#error-404 .container_info div img{width: 100%; max-width: 13.7rem;}
	#error-404 .container_info div a{width: fit-content; padding: 1rem 3.5rem; border-radius: 5rem; font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 1.8rem; line-height: 2.4rem; text-align: center; color: #F9F9F9; background: #4EE4CD;}
	
	/* #error404, S
	#maintenance{padding:10rem 1rem;}
	#error404 .wccol-md-4,
	#maintenance .wccol-md-4{order:2;}
	#error404 .wccol-md-8,
	#maintenance .wccol-md-8{order:1;}
	#error404 h2{font-size:12rem; color:var(--main-color-primary); line-height:1;}
	#maintenance h2{font-size:4rem; color:var(--main-color-primary); line-height:1;}
	#error404 h4,
	#maintenance h4{font-size:5rem; line-height:1;}
	#error404 p,
	#maintenance p{margin:1rem 0; font-size:1.4rem;}
	#error404 a.wcbtn,
	#maintenance a.wcbtn{background:#000; color:#fff; padding:1rem 4rem;} */

	/*========== PRIVACY POLICY ==========*/


	/*========== FOOTER ==========*/
	#footer{width: 100%; position: relative; margin: 0rem auto; padding: 7.8rem 0rem 4.3rem; background: #452668;}
	#footer::before{content: ''; width: 100%; height: 2.8rem; display: block; position: absolute; top: 0rem; left: 0rem; background: url(images/bg-footer.webp) repeat-x left;}
	#footer .container__row{width: 100%; max-width: unset;}
	/* #footer .container__row{} */
	#footer .top .wcrow{width: min(89%, 119rem); max-width: 100%; align-items: center; margin: 0 auto; padding-bottom: 4.3rem;}
	#footer .top .wcrow #container__logo{height: 100%; display: flex; align-items: center; justify-content: center;}
	#footer .top .wcrow #container__logo img{max-width: 25.4rem;}
	#footer .top .wcrow .nav_container{display: flex; justify-content: center; align-items: start;}
	#footer .top .wcrow .nav_container > div{display: flex; flex-direction: column; row-gap: 1.45rem;}
	#footer .top .wcrow a{font-family: "Raleway", sans-serif; font-size: 1.6rem; font-weight: 600; line-height: 2.6rem; letter-spacing: .3rem; color: #FFFFFF; text-transform: uppercase;}
	#footer .top .wcrow ul.menu{display: flex; flex-direction: column; justify-content: center; align-items: center; row-gap: 1.5rem; list-style: none;}
	#footer .top .wcrow ul.menu li a{display: flex; align-items: center;}
	#footer .top .wcrow .text > div{height: 100%; display: flex; justify-content: center; align-items: center; padding: 2rem 0rem 3.3rem;}
	#footer .top .wcrow .text > div p{font-family: "Raleway", sans-serif; font-size: 2.8rem; font-weight: 700; line-height: 4.1rem; text-align: center; color: #FFFFFF;}
	#footer .bottom{border-top: .1rem solid #FFFFFF;}
	#footer .bottom .wcrow{width: min(85%, 118.8rem); max-width: 100%; align-items: center; margin: 0rem auto; padding: 3.2rem 0rem 0rem;}
	#footer .bottom .wcrow .nav_container{display: flex; flex-direction: column; justify-content: center; align-items: center;}
	#footer .bottom .wcrow .nav_container #copyright p{padding: 0rem 0rem 1.7rem 0rem; font-family: "Raleway", sans-serif; font-size: 1.5rem; font-weight: 600; line-height: 2.5rem; letter-spacing: .12rem; color: #FFFFFF; text-transform: uppercase;}
	#footer .bottom .wcrow .nav_container ul.menu{display: flex; flex-direction: column; justify-content: center; align-items: center; row-gap: 1.7rem; list-style: none;}
	#footer .bottom .wcrow .nav_container ul.menu li{display: flex;}
	#footer .bottom .wcrow .nav_container ul.menu li a{font-family: "Raleway", sans-serif; font-size: 1.5rem; font-weight: 600; line-height: 2.5rem; letter-spacing: .12rem; color: #FFFFFF; text-transform: uppercase;}
	#footer .bottom .wcrow .nav_container #buenavista p{padding: 1.7rem 0rem 0rem 0rem; font-family: "Raleway", sans-serif; font-size: 1.5rem; font-weight: 600; line-height: 2.5rem; letter-spacing: .12rem; color: #FFFFFF; text-transform: uppercase;}
	#footer .bottom .wcrow .social_links #widget__info{padding-top: 2.3rem; display: flex; justify-content: center; align-items: center; column-gap: 1.5rem;}
	#footer .bottom .wcrow .social_links #widget__info .wp-block-group{column-gap: 1.708rem;}
	#footer .bottom .wcrow .social_links #widget__info figure a{transform: scale(1); transition: all .3s ease;}
	#footer .bottom .wcrow .social_links #widget__info figure a:hover{transform: scale(1.2);}
	#footer .bottom .wcrow .social_links #widget__info img{width: 2.72rem;}


	
}
@media screen and (min-width:500px){
	
	/*========== HOME ==========*/
	#hero_retiro-subpage .hero_top .hero_info > .tpgb-pro-paragraph{max-width: 40.6rem;}
	#hero_retiro-subpage .hero_top .hero_info > .tpgb-pro-paragraph .pro-paragraph-inner{text-align: center;}

	#hero_retiro-subpage .hero_top .hero_info > .tpgb-plus-button{width: fit-content;}


	
	/*========== FOOTER ==========*/


}
@media screen and (min-width:768px){
	
	/*========== ERROR 404 - MAINTENANCE ==========*/

	#error-404{flex-direction: row; padding: 15rem 0rem 25rem; background: url(images/bg-404.webp) no-repeat top 9.5rem left/100%; background-size: contain}
	#error-404 > div{width: 50%;}
	#error-404 .container_info div{flex-direction: row; align-items: start; justify-content: start;}
	#error-404 .container_info h1{font-size: 5rem; line-height: 6.5rem;}
	#error-404 .container_info h1 span{font-size: 8.7rem; line-height: 9.7rem;}
	#error-404 .container_img img{max-width: 45rem;}
	#error-404 .container_info p{max-width: 68.4rem; font-size: 2.5rem; line-height: 3.5rem;}
	#error-404 .container_info div a{font-size: 2.5rem; line-height: 2.5rem;}






	/* #error404,
	#maintenance{background:url("images/404-background.png") no-repeat center 0; background-size:cover;}
	#error404 .wccol-md-4,
	#maintenance .wccol-md-4{order:1;}
	#error404 .wccol-md-4 img,
	#maintenance .wccol-md-4 img{margin:0 auto;}
	#error404 .wccol-md-8,
	#maintenance .wccol-md-8{order:2;}
	#error404 h2{font-size:15rem;}
	#maintenance h2{font-size:9rem;}
	#error404 h4,
	#maintenance h4{font-size:7rem;}
	#error404 p,
	#maintenance p{font-size:1.8rem;} */

	/*========== GLOBAL-STYLES ==========*/


	/*========== OFFCANVAS ==========*/
	#offcanvas #nav__offcanvas{padding: 3.2rem 6.7rem 0rem;}
	#offcanvas #nav__offcanvas .content-logo img{max-width: 17.6rem;}
	#offcanvas #nav__offcanvas > ul.menu{gap: 2.2rem; padding: 6.2rem 0rem 0rem;}
	#offcanvas .info_container{margin-top: 6.2rem; padding: 2.8rem 6.7rem 10.2rem;}





	
	/*========== HEADER ==========*/
	#header .container__row{width: min(95%, 119rem);}
	#header .container__row #container__logo a img{max-width: 18.4rem;}
	#header .container__row #nav__header a{font-family: "Roboto Slab", sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 2.4rem; color: #FFFFFF;}
	#header .container__row #nav__header ul.menu{display: flex; align-items: center; gap: 1.9rem; list-style: none;}
	#header .container__row #nav__header ul.menu li a{display: flex; align-items: center;}
	#header .container__row #nav__header ul.menu li.menu-item-has-children{position: relative;}
	#header .container__row #nav__header ul.menu li.menu-item-has-children > a span{font-size: 2.2rem; transform: rotate(0deg); transition: all .3s ease;}
	#header .container__row #nav__header ul.menu li.menu-item-has-children > a:hover span{transform: rotate(180deg);}
	#header .container__row #nav__header ul.menu li.menu-item-has-children ul.sub-menu{display: none; position: absolute; left: .1rem; list-style: none;}
	#header .container__row #nav__header ul.menu li.menu-item-has-children:hover ul.sub-menu{display: block;}
	#header .container__row #nav__header ul.menu li.btn-book-now a{display: flex; align-items: center; column-gap: 1rem; padding: .9rem 2rem .9rem 1.1rem; border-radius: 2.3rem; font-weight: 500; color: #FFFFFF; background: #E04564;}
	#header .container__row #nav__header ul.menu li.btn-book-now a svg{order: -1;}


	/*========== HOME ==========*/
	#hero_home .tpgb-gallery-list .grid-item img{min-height: 68.1rem;}
	#hero_home .hero_top .tpgb-cont-in .hero_info .tpgb-container-row{column-gap: 1.5rem;}

	#celebracion_home::before{width: 16.4rem; height: 19.597rem; left: -6rem;}
	#celebracion_home .tpgb-cont-in::before{width: 14.7rem; height: 16.3rem;}
	#celebracion_home .tpgb-cont-in::after{width: 17.2rem; height: 15.2rem; top: 7.9rem;}
	#celebracion_home .celebracion_bottom .celebracion_container{display: grid; grid-template-columns: repeat(auto-fill, minmax(23rem, 1fr)); grid-template-rows: auto; gap: 3.6rem;}
	#celebracion_home .celebracion_bottom .celebracion_container .celebracion_item .celebracion_info .celebracion_info-content h3{font-size: 1.6rem; line-height: 1.6rem;}

	#escenario_home::before{content: ''; width: 16.4rem; height: 19.597rem; display: block; position: absolute; bottom: -2.5rem; left: -6rem; background: url(images/bg-celebracion-home-1.webp)no-repeat top/100%;}
	#escenario_home .escenario_bottom .tpgb-container-row .tpgb-carousel{height: 43rem;}
	#escenario_home .escenario_bottom .tpgb-container-row .grid-item img{height: 40rem;}

	#servicios_home .servicios_bottom{grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr)); row-gap: 5.2rem; column-gap: 9.5rem;}
	#servicios_home .servicios_bottom > .tpgb-container-row .wp-block-outermost-icon-block svg{width: auto;}

	#eventos_home::before{width: 16.8rem; height: 18.2rem; top: 2.133rem; right: -.95rem;}
	#eventos_home::after{content: ''; width: 13.4rem; height: 23.7rem; display: block; position: absolute; bottom: 1.75rem; left: -2.223rem; background: url(images/bg-eventos-home-2.webp) no-repeat top/100%; transform: rotate(35.32deg);}
	#eventos_home .eventos_bottom .carousel .grid-item{max-width: unset;}
	#eventos_home .eventos_bottom .carousel .splide__arrows{display:flex;justify-content: space-between; position:absolute; top: 50%; left:50%; transform:translate(-50%, -50%); z-index: 9999; width:100%;}
	#eventos_home .eventos_bottom .carousel .splide__arrows .splide__arrow.splide__arrow--prev{position: unset;border-radius:0px 100px 100px 0px; background-color:#fff; opacity: 1; width:4.1rem; height:4.8rem;}
	#eventos_home .eventos_bottom .carousel .splide__arrows .splide__arrow.splide__arrow--next{position: unset;border-radius:100px 0px 0px 100px; background-color:#fff; opacity: 1; width:4.1rem; height:4.8rem;}
	#eventos_home .eventos_bottom .carousel .splide__arrows .splide__arrow span.icon-wrap{background:unset;}
	#eventos_home .eventos_bottom .carousel .splide__arrows .splide__arrow span.icon-wrap path{font-size: 2.6rem; color: #5E1039;}
	
	#testimonios_home .testimonios_bottom .testimonios_container .testimonios_item{margin: 0rem 2.5rem 0rem 0rem;}
	#testimonios_home .testimonios_bottom .testimonios_container .slick-arrow{position: absolute; z-index: 2; transform: translateY(50%);}
	#testimonios_home .testimonios_bottom .testimonios_container .slick-prev{top: 50%; left: 0%; transform: translateY(50%); margin-right: 0rem;}
	#testimonios_home .testimonios_bottom .testimonios_container .slick-next{top: 50%; right: 0%; transform: translateY(50%);}

	#reserva_home{padding: 9.9rem 5rem 20.6rem;}
	#reserva_home .tpgb-cont-in .reserva_info{padding: 0rem 1.5rem;}
	#reserva_home .tpgb-cont-in .reserva_info > *{max-width: 40.6rem;}
	#reserva_home .tpgb-cont-in .reserva_img .tpgb-creative-image:nth-child(1) img{max-width: 51.2rem; height: 42.8rem;}
	#reserva_home .tpgb-cont-in .reserva_img .tpgb-creative-image:nth-child(2){position: absolute; bottom: 0rem; left: -20rem; z-index: 1;}
	#reserva_home .tpgb-cont-in .reserva_img .tpgb-creative-image:nth-child(2) img{width: 100%; max-width: 41rem; height: 49.3rem;}




	/*========== FOOTER ==========*/
	/* #footer .container__row{width: min(95%, 119rem);} */
	#footer .top .wcrow{width: min(95%, 119rem); padding-bottom: 5.5rem;}
	#footer .top .wcrow #container__logo{justify-content: flex-start;}
	#footer .top .wcrow .text > div{padding: 0rem 0rem 0rem 4.6rem; justify-content: flex-start;}
	#footer .top .wcrow .text > div p{font-size: 2.6rem; line-height: 3.6rem; text-align: start;}
	#footer .top .wcrow .nav_container{justify-content: start;}
	#footer .top .wcrow ul.menu{justify-content: start; align-items: start;}

	
	#footer .bottom .wcrow{width: min(95%, 119rem);}
	#footer .bottom .wcrow .nav_container{flex-direction: row; justify-content: start;}
	#footer .bottom .wcrow .nav_container #copyright p{padding: 0rem 1.8rem 0rem 0rem; border-right: .1rem solid #FFFFFF; line-height: 1.6rem;}
	#footer .bottom .wcrow .nav_container ul.menu{flex-direction: row; justify-content: start; align-items: center;}
	#footer .bottom .wcrow .nav_container ul.menu li a{padding: 0rem 1.8rem; border-right: .1rem solid #FFFFFF; line-height: 1.6rem;}
	#footer .bottom .wcrow .nav_container #buenavista p{padding: 0rem 0rem 0rem 1.8rem; line-height: 1.6rem;}
	#footer .bottom .wcrow .social_links #widget__info{padding-top: 0rem; justify-content: start;}






}


@media screen and (min-width:1024px){



}


@media screen and (min-width:1025px){
	
	/*========== SCROLL TOP ==========*/
	#scrollto__top{bottom:8rem;}
	#scrollto__top a#scrolltop__btn{width: 5rem; height: 5rem;}
	.chatwith.rightpos .chatwith-mainbutton{width: 5rem; height: 5rem;}

	/*========== GLOBAL-STYLES ==========*/




	/*========== OFFCANVAS ==========*/
	#offcanvas{width: 50vw;}


	/*========== HEADER ==========*/


	/* #header .container__row #nav__header #list__icons-header{display: none;} */

	/*========== HOME ==========*/
	#hero_home .hero_top .splide__pagination{width: fit-content; display: flex; flex-direction: column; row-gap: 4rem; justify-content: flex-start; align-items: flex-end;}
	#hero_home .hero_top .splide__pagination button{width: .631rem; height: .631rem; border-radius: 100%; opacity: 1; background: #FFFFFF; transition: all .3s ease;}
	#hero_home .hero_top .splide__pagination button.is-active{width: 4.7rem; border-radius: 1.1rem; background: #FDCC4B;}
	
	#escenario_home .escenario_bottom .tpgb-container-row:nth-child(1) .escenario_info > *{max-width: 48rem;}
	#escenario_home .escenario_bottom .tpgb-container-row:nth-child(1) .escenario_info .tpgb-stylist-list{max-width: 52.4rem;}
	#escenario_home .escenario_bottom .tpgb-container-row .grid-item img{height: 100%;}
	#escenario_home .escenario_bottom .tpgb-container-row .tpgb-carousel{max-width: 53.5rem; height: 52.7rem;}
	#escenario_home .escenario_bottom .tpgb-container-row .escenario_img div:has(.restobar)::before{width: 54.8rem; height: 42.8rem; bottom: -2.5rem; left: -5.5rem; background: url(images/bg-carousel-restobar-escenario.webp) no-repeat top/100%;}
	#escenario_home .escenario_bottom .tpgb-container-row:nth-child(2) .escenario_info > *{max-width: 52.5rem;}
	#escenario_home .escenario_bottom .tpgb-container-row .escenario_img div:has(.yards)::before{width: 55.3rem; height: 53rem; top: -7.6rem; bottom: unset; left: unset; right: -5.1rem; background: url(images/bg-carousel-yards-escenario.webp) no-repeat top/100%;}
	#escenario_home .escenario_bottom .tpgb-container-row:nth-child(3) .escenario_info .tpgb-pro-paragraph{max-width: 39rem;}
	#escenario_home .escenario_bottom .tpgb-container-row .escenario_img div:has(.cerra)::before{width: 54.9rem; height: 50.6rem; top: -6.9rem; left: -4.6rem; background: url(images/bg-carousel-cerra-escenario.webp) no-repeat top/100%;}

	#servicios_home .servicios_bottom{grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));}
	
	#reserva_home{padding: 9.9rem 1.5rem 20.6rem;}
	#reserva_home .tpgb-cont-in .reserva_img .tpgb-creative-image:nth-child(1) img{height: 50.8rem;}


	/*========== FOOTER ==========*/
	#footer{padding: 9.4rem 0rem 3rem;}
	#footer .top .wcrow .nav_container{justify-content: flex-end;}
	#footer .top .wcrow .text > div p{font-size: 3.6rem; line-height: 4.6rem;}
	#footer .top .wcrow ul.menu{row-gap: 2rem;}
	#footer .top .wcrow ul.menu li:has(li.lang-item){display: block;}
	#footer .top .wcrow ul.menu li.menu-item-has-children{position: relative;}
	#footer .top .wcrow ul.menu li.menu-item-has-children > a span{font-size: 1.7rem;}
	#footer .top .wcrow ul.menu li.menu-item-has-children ul.sub-menu{display: none; position: absolute; left: .1rem; list-style: none;}
	#footer .top .wcrow ul.menu li.menu-item-has-children:hover ul.sub-menu{display: block;}




}

@media screen and (min-width:1050px){
	/*========== HEADER ==========*/
	#header .container__row #nav__header ul.menu{gap: 2.2rem;}



}


@media screen and (min-width:3000px){

	#scrollto__top{bottom:16rem;}
	#scrollto__top a#scrolltop__btn{width:10rem; height:10rem;}
	#scrollto__top a#scrolltop__btn .wcicon{font-size:7rem; line-height:10rem;}


	/*========== HEADER ==========*/

	/*========== HOME ==========*/


}