/*
Theme Name: NEW Modern Butlers Theme
Theme URI: http://www.modernbutlers.es/
Version: 1.0
Description: Tema creado por Winds&Waves Multimedia
Author: Xavi HC
Author URI: https://windswaves.com/
Template: twentytwenty
*/

@import url("../twentytwenty/style.css");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*-------------------------------SCROLLBAR--------------------------------*/
/* width */
::-webkit-scrollbar {
     width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
     background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
     background: #444;
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
     background: #222;
}

/*----------------- Empieza a añadir cambios aquí abajo -------------------------------*/

:root {
	--main-color: #99013e ;
}

html {
	font-size:16px; scroll-behavior: smooth;
}
body {
	font-size:1rem;
	font-family: 'Montserrat', sans-serif;
	background-color: #ffffff;
}

p { font-size:18px; font-family: 'Montserrat', sans-serif; }

a { color:#000000; text-decoration: none; }
a:hover { text-decoration: underline; }

#pre-header {
	background-color: #333333;
	color: #ffffff;
	font-size: 17px;
	padding:10px 40px;
	max-height: 44px;
}

#pre-header > .row {
    max-width: 1800px;
    margin: auto;
}
#pre-header #pre-header-contact > .row > div { padding-left: 30px; padding-right: 30px; }
#pre-header #pre-header-contact > .row > div:first-child { padding-left: 0px; }
#pre-header #pre-header-contact > .row > div:last-child { padding-right: 0px; }

#pre-header #pre-header-contact span {
	display: block ruby;
}

#pre-header i {
	font-size: 26px;
	color:var(--main-color);
	margin-right: 8px;
}
.link-email {
	color:#ffffff;
	text-decoration: none;
}
.link-email:hover {
	color:#ffffff;
	text-decoration:underline;
}

.net-icon {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color:var(--main-color);
	margin: 0 3px;
	color:#ffffff;
	display: flex;
    align-items: center;
    justify-content: center;
}
.net-icon a {
	width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
	border-radius: 50%;
}
.net-icon a:hover {
	background-color: #ffffff;
}

#pre-header .net-icon i {
	color:#ffffff;
	font-size: 16px;
	margin: 0;
}

#pre-header .net-icon a:hover i { color:var(--main-color); }

/*---------------------HEADER---------------------- */

#site-header { padding: 0; }
#site-header .header-inner { padding: 0; max-width:1800px; width:calc(100% - 60px); height: 140px; }
#site-header .header-inner .header-titles-wrapper { margin: 0; width: 23.5%; max-width: 424px; }
#site-header .header-inner .header-navigation-wrapper { width: 63%; }
#site-header .header-inner  #events-btn { width:13.5%; max-width: 240px; text-align: center; }

#site-header .header-inner .header-titles { margin:0; }
#site-header .header-inner .header-titles #site-title { margin: 0; }
#site-header .header-inner .header-titles #site-title img { width: 100%; max-width: 424px; padding: 6px 0 4px; }

/*---------------------MENÚ PRINCIPAL---------------------- */

#site-header .header-inner .header-navigation-wrapper .primary-menu { margin: 0; gap:5px; }
#site-header .header-inner .header-navigation-wrapper .primary-menu li { margin: 0 auto; cursor: default; }
#site-header .header-inner .header-navigation-wrapper .primary-menu li.current-menu-item a { color:var(--main-color); }
#site-header .header-inner .header-navigation-wrapper .primary-menu li .icon { display: none; }
#site-header .header-inner .header-navigation-wrapper .primary-menu li > a { text-transform: uppercase; color:#000000!important; font-size: 16px;
	margin: 0 auto; padding: 0; }
#site-header .header-inner .header-navigation-wrapper .primary-menu li ul.sub-menu:before { border-bottom-color: #333333; }
#site-header .header-inner .header-navigation-wrapper .primary-menu > li > ul:after { border-bottom-color: #333333; }
#site-header .header-inner .header-navigation-wrapper .primary-menu li ul.sub-menu { background-color: #333333; border-radius: 0; }
#site-header .header-inner .header-navigation-wrapper .primary-menu > li > ul.sub-menu { top: calc(100% + 1rem); }
#site-header .header-inner .header-navigation-wrapper .primary-menu li ul.sub-menu li { margin:0 auto; }
#site-header .header-inner .header-navigation-wrapper .primary-menu li ul.sub-menu li a { color:#ffffff!important; font-size: 16px; padding: 10px 20px; }
#site-header .header-inner .header-navigation-wrapper .primary-menu li ul.sub-menu li.current-menu-item a {  }
#site-header .header-inner .header-navigation-wrapper .primary-menu li ul.sub-menu li.current-menu-item a:hover { text-decoration: underline; }

#site-header .header-inner .header-navigation-wrapper .primary-menu li.globe_icon { }
#site-header .header-inner .header-navigation-wrapper .primary-menu li.globe_icon > a { color:transparent!important; line-height:0; margin:0;}
#site-header .header-inner .header-navigation-wrapper .primary-menu li.globe_icon > a:before { background-image:url('images/globe_icon.png'); background-size: 32px 32px; width:32px; height:32px; display: inline-block; content: ""; filter:invert(1); margin-top: -8px; }

#site-header .header-inner .header-navigation-wrapper .primary-menu ul ul { right: calc(100% + 1.5rem); }
#site-header .header-inner .header-navigation-wrapper .primary-menu ul ul::before { border-left-color: #333333;
    bottom: 0;
    height: auto;
    left: auto;
    right: -1.5rem;
    top: 0;
    width: 1.5rem;
}
#site-header .header-inner .header-navigation-wrapper .primary-menu ul ul::after { border-left-color: #333333; }

#site-header .header-inner .header-navigation-wrapper .primary-menu li.menu-item-has-children > ul { pointer-events: none; }
#site-header .header-inner .header-navigation-wrapper .primary-menu li.menu-item-has-children:hover > ul { pointer-events: all; }

#menu-item-7649,
#menu-item-6725,
#menu-item-7225,
#menu-item-83 { /*display:none;*/ }

#events-btn { }
#events-btn a {
	background-color:var(--main-color);
	color:#ffffff;
	padding:13px 18px;
	text-transform: uppercase;
	line-height: 1.4;
	font-size: 16px;
	display: inline-block;
	float: right;
	text-decoration: none;
}
#events-btn a:hover {
	background-color:#333333;
}

.menu-bottom { padding: 0; }

/*---------------------SLIDER---------------------- */

#slider {
	width: 100%;
	/*max-width:1920px;*/
	height: calc(100vw / 2.418136);
}
#slider .carousel-indicators { margin-bottom: 10px; }
#slider .carousel-inner { max-height: 794px; }
#slider .carousel-inner .item {}
#slider .carousel-inner .item { position: relative; height:100%; display:flex; justify-content:center; }
#slider .carousel-inner .item img { margin: auto; }
#slider .carousel-inner .item .caption {
	position: absolute;
    width: calc(100% - 80px);
    max-width: 1200px;
    left: 0;
    right: 0;
    bottom:72px;
    margin: auto;
    text-align: center;
}
#slider .carousel-inner .item .caption h3 { text-transform: uppercase; font-size:64px; color: #ffffff; text-shadow: 0 2px 4px rgba(0,0,0,0.5); margin: 0 0 20px;
	letter-spacing: normal;
}
#slider .carousel-inner .item .caption p { font-size:20px; color: #ffffff; margin-bottom: 24px; text-shadow:0 2px 2px rgba(0,0,0,0.5); }
#slider .carousel-inner .item .caption a { font-size:20px; color: #ffffff; text-transform: uppercase; background-color:var(--main-color); text-decoration: none;
	padding:9px 24px; display: inline-block; font-weight:500; }
#slider .carousel-inner .item .caption a:hover { background-color:#333333; }

/*---------------------MENU MODAL MOBILE---------------------- */

.menu-modal {  }
.menu-modal .menu-wrapper { width:100%; overflow-x: hidden; }
.menu-modal .menu-wrapper .menu-top {}
.menu-modal .menu-wrapper .menu-top .btn-container { display: flex; justify-content: flex-end; background-color: #333333; }
.menu-modal .menu-wrapper .menu-top .btn-container .close-nav-toggle { padding:14px 20px; width:56px; height:44px; filter:invert(1); margin-right:8px; }

.menu-modal nav.mobile-menu { padding: 20px; }
.menu-modal nav.mobile-menu ul.modal-menu { width: 100%; left: 0; }
.menu-modal nav.mobile-menu ul.modal-menu li.menu-item { border:none; }
.menu-modal nav.mobile-menu ul.modal-menu li.menu-item a { font-size: 18px; padding: 14px 0; color:#000000; text-transform: uppercase; font-weight: 500; }
.menu-modal nav.mobile-menu ul.modal-menu li.menu-item .ancestor-wrapper button.sub-menu-toggle { border:none; padding-right: 10px; }
.menu-modal nav.mobile-menu ul.modal-menu li.menu-item .ancestor-wrapper button.sub-menu-toggle:hover { color:var(--main-color); }

.menu-modal nav.mobile-menu ul.modal-menu li.menu-item ul.sub-menu { padding-left: 20px; }
.menu-modal nav.mobile-menu ul.modal-menu li.menu-item ul.sub-menu li {  }
.menu-modal nav.mobile-menu ul.modal-menu li.menu-item ul.sub-menu li a { font-size: 14px; padding: 10px 0; }

.menu-modal nav.mobile-menu ul.modal-menu li.menu-item.menu-item-83 { display: none; }

.menu-modal nav.mobile-menu ul.modal-menu li.menu-item.globe_icon > .ancestor-wrapper > a { color:transparent!important; line-height:0; margin:0;}
.menu-modal nav.mobile-menu ul.modal-menu li.menu-item.globe_icon > .ancestor-wrapper > a:before { background-image:url('images/globe_icon.png'); background-size: 32px 32px; width:32px; height:32px; display: inline-block; content: ""; filter:invert(1); margin-top: -8px; }


/*---------------------CONTENT---------------------- */

article .entry-header,
article .post-inner,
article .section-inner { width: calc(100% - 60px); max-width: 1200px; margin: auto; }
article .post-inner .entry-content p { width:100%; }

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}

.entry-content { font-size:1.125rem; font-family: 'Montserrat', sans-serif; padding-bottom: 8rem; }
h1, h1.entry-title { font-size:3.5rem; font-weight: 700; letter-spacing: 2px; }

.entry-content h2 { font-size:48px; margin: 3rem 0; }
.entry-content h3 { font-size:36px; }
.entry-content a { color:#000000; text-decoration: none; }
.entry-content a:hover { text-decoration: underline; }

#site-content .entry-content { }
#site-content .entry-content .columna_foto { width:50%; max-width:300px; float:left; }
#site-content .entry-content .columna_texto { width:calc(100% - 300px); float: right; }

span.firstletter { color:#000000!important; }
.singular .entry-header { padding: 5rem 0; }

.ficha_junta { border:none; }
.ficha_junta td { border:none; }
.ficha_junta .ficha_foto { width: 200px; display: flex; }

.section_home {}
.section_home .section-content { padding-left: 0; padding-right: 100px; margin-bottom: 30px; }
.section_home h2 { font-size:60px; margin:0 0 20px; letter-spacing: 2px; font-weight: 600; }
.section_home h3 { font-size:24px; margin:0 0 20px; color:var(--main-color); text-transform: uppercase; }
.section_home h5 { font-size:20px; margin:0 0 10px; color:var(--main-color); opacity: 0.5; font-weight: 400; }
.section_home p { font-size:18px; line-height: 1.75; }
.section_home a, .card-btn {
	font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: var(--main-color);
    text-decoration: none;
    padding: 9px 24px;
    display: inline-block;
    font-weight: 500;
}
.section_home a:hover, .card-btn:hover { background-color:#333333; }
.section_home img { margin:auto; }


#about_section {}
#about_section .container { width:calc(100% - 80px); max-width:1800px; padding: 0; }
#about_section h2 { font-weight:700; }

#highlight_section { padding:0; height:calc(100vw / 3.46); overflow: hidden; position: relative; }
#highlight_section .img-container { background-color: #000000;
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}
#highlight_section .img-container img { margin:inherit; opacity:0.5; width:100%; height:100%; object-fit:cover; }
#highlight_section .container { 
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	align-items: center;
    justify-content: center;
    display: flex;
}
#highlight_section.section_home .container h2 { color:#ffffff; font-style: italic; font-weight: 600; text-align: center; /*max-width: 1000px;*/ line-height: 2;
	margin-bottom: 0; max-width: 1280px;
}

#wwo_section {}
#wwo_section h2 { margin-bottom: 80px; }
#wwo_section .cards > div > .card { max-width: 570px; padding: 9px 8px; margin-bottom:64px; box-shadow: 5px 5px 0px #eeeeee;
	margin-left: 12px; margin-right:auto; }
#wwo_section .cards > div:nth-child(odd) > .card { box-shadow: -5px 5px 0px #eeeeee; margin-left:auto; margin-right: 12px; }

#wwo_section .card .img-container { 
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	max-height: 350px;
    overflow: hidden;
}
#wwo_section .card .card-body { padding:0; }
#wwo_section .card .card-body .card-title { color:#000000; border-bottom: 2px solid #eeeeee; font-size:28px; padding:24px 0; margin: 0 0 20px; }
#wwo_section .card .card-body .card-text { margin-bottom:42px; }
#wwo_section .card .card-body a { position: absolute; bottom:-22px; left:0; right:0; margin: auto; width:max-content; color:#ffffff; }
#wwo_section .card .card-body a:hover { text-decoration:none; }

#post-65 #wwo_section .card .card-body .card-title { letter-spacing:-1.5px; }

#testimonials_section { background: #333333; color:#ffffff; padding: 6rem 0; position: relative; z-index: 0; }
#testimonials_section .img-container { background-color: #000000; position: absolute; top: 0; left: 0; z-index:-1;
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}
#testimonials_section .img-container img { margin:inherit; opacity:0.5; width:100%; height:100%; object-fit:cover; }
#testimonials_section h2 { margin-bottom:70px; }
#testimonials_section #slider_testimonials { width:calc(100% - 100px); max-width: 800px; margin: auto; }
#testimonials_section #slider_testimonials .carousel-inner { display: flex; min-height: 440px; height: 440px; max-height: 440px; }
#testimonials_section #slider_testimonials .item { }
#testimonials_section #slider_testimonials .item img { border-radius: 50%; width: 84px; height: 84px; margin-bottom:64px; }
#testimonials_section #slider_testimonials .item .testimonial_text {margin-bottom: 0; font-style: italic; }
#testimonials_section #slider_testimonials .item .testimonial_stars i { opacity: 0.25; }
#testimonials_section #slider_testimonials .item .testimonial_stars.rate_0 i {  }
#testimonials_section #slider_testimonials .item .testimonial_stars.rate_1 i:nth-child(1),
#testimonials_section #slider_testimonials .item .testimonial_stars.rate_2 i:nth-child(1),
#testimonials_section #slider_testimonials .item .testimonial_stars.rate_2 i:nth-child(2),
#testimonials_section #slider_testimonials .item .testimonial_stars.rate_3 i:nth-child(1),
#testimonials_section #slider_testimonials .item .testimonial_stars.rate_3 i:nth-child(2),
#testimonials_section #slider_testimonials .item .testimonial_stars.rate_3 i:nth-child(3),
#testimonials_section #slider_testimonials .item .testimonial_stars.rate_4 i:nth-child(1),
#testimonials_section #slider_testimonials .item .testimonial_stars.rate_4 i:nth-child(2),
#testimonials_section #slider_testimonials .item .testimonial_stars.rate_4 i:nth-child(3),
#testimonials_section #slider_testimonials .item .testimonial_stars.rate_4 i:nth-child(4),
#testimonials_section #slider_testimonials .item .testimonial_stars.rate_5 i { opacity:1; color:#ffb956; }
#testimonials_section #slider_testimonials .item .testimonial_name { color:var(--main-color); font-style:italic; font-size: 24px; font-weight: 700; }
#testimonials_section #slider_testimonials .carousel-control { background: none; display: flex; padding: 0; width:50px; }
#testimonials_section #slider_testimonials .carousel-control.left { margin-left: -50px; }
#testimonials_section #slider_testimonials .carousel-control.right { margin-right: -50px; }
#testimonials_section #slider_testimonials .carousel-control img { width: 50px; height: 50px; }

#testimonials_section #slider_testimonials .carousel-indicators {bottom: -24px; }
#testimonials_section #slider_testimonials .carousel-indicators li { background-color: #ffffff; border: none; margin: 0 4px; width:12px; height: 12px; }
#testimonials_section #slider_testimonials .carousel-indicators li.active { background-color:var(--main-color); }


#customers_section {}
#customers_section #customers_slider { overflow: hidden; }
#customers_section #customers_slider > .row { flex-direction: row; flex-wrap: nowrap; }
#customers_section #customers_slider > .row > .customer { width:20%; }
#customers_section #customers_slider > .row > .customer > img { width: 100%; max-width:300px; }

#contact_section { background: #ffffff; position: relative; z-index:0; }
#contact_section .img-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#contact_section .img-container img {
    margin: inherit;
    opacity: 0.25;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#contact_section .contact-card {
	width: 100%;
	max-width:450px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
#contact_section .contact-card img { max-width:fit-content; margin-left:50%; transform:translateX(-50%); }
#contact_section .contact-card .contact-caption { background: var(--main-color); padding:30px; color:#ffffff; }
#contact_section .contact-card .contact-caption p { color:#ffffff; font-size: 16px; font-weight: 300; }
#contact_section .contact-card .contact-caption .phone-ring { width: 42px; height: 42px; }
#contact_section .contact-card .contact-caption span { display:block; }
#contact_section .contact-card .contact-caption span.phone-num { font-size:26px; font-weight: bold; }
#contact_section .form_caption { font-size:16px; text-align: center; margin-bottom: 32px; }

#contact_section .form-container {}
#contact_section .form-container .contact_captcha { display: flex; justify-content: center; margin-bottom: 24px; }
#contact_section .form-container input,
#contact_section .form-container textarea { font-size:17px; margin-bottom:24px; padding:16px 20px; border-radius:0; border-color:#9a9a9a; }
#contact_section .form-container input[type="submit"]{ margin: auto; display: block; padding:20px 30px; background-color: var(--main-color); }
#contact_section .form-container input[type="submit"]:hover { background-color: #333333; text-decoration: none; }

#clientes,
#clientes tr,
#clientes td { border:0; }

#clientes { border-top:1px solid rgba(0,0,0,.125); }
#clientes tr { border-bottom:1px solid rgba(0,0,0,.125); }

#otros_clientes, #otros_clientes td { font-size:16px; border:0; }

.entry-content .testimonio { font-style: italic; max-width: 66.666%!important; text-align: justify; margin-bottom: 60px; border: 1px solid rgba(0,0,0,.125);
	padding: 30px; }
.entry-content .testimonio:nth-child(odd) { margin-left: 0; box-shadow: -5px 5px 0px #eeeeee; }
.entry-content .testimonio:nth-child(even) { margin-right: 0; box-shadow: 5px 5px 0px #eeeeee; }

.alignright,
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright,
[class*="__inner-container"] > .alignright {
	position: inherit;
	margin: 0.3rem 0 2rem 2rem;
	max-width: 50%;
}
.alignleft,
.entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft {
	position: inherit;
    margin: 0.3rem 2rem 2rem 0;
	max-width: 50%;
}
/*---------------------GALLERY---------------------- */

#galeria { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; position: relative; display: inline-block; width: 100%; padding-top:16px; padding-bottom:4px; margin-bottom: 3em; }

ul.slides { margin:0 auto; width: 100%; max-width:1200px; }
ul.slides li { list-style:none; width:25%; max-width: 320px; float: left; text-align: center; padding: 0 10px 12px; box-sizing: border-box; margin: 0; }
ul.slides li > div { max-width: 300px; width:100%; margin: 0 auto; border-top: 4px solid transparent; border-bottom: 4px solid transparent; box-sizing: border-box;}
ul.slides li > div:hover { cursor:pointer; border-top-color: #99003f; border-bottom-color: #99003f; }
ul.slides li > div img { max-width:300px; width:100%; display: block; }
ul.slides li > div:hover img {  }
ul.slides li > div .over_black { display:none; position:fixed; width:100%; /*max-width:1200px;*/ margin:0 auto; height:100%; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,0.75); z-index: 99999; }
ul.slides li > div:hover .over_black { /*display:inherit;*/ }
ul.slides li > div .over_black .container_img { position:absolute;
	width: calc(100% - 120px);
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
ul.slides li > div .over_black .container_img img{ max-width:1200px; width:100%;}

ul.slides li > div .over_black p {
	position: absolute;
    bottom: 10px;
    z-index: 999999;
    color: #fff;
    background: #99003f;
    margin: auto;
    left: 0;
    right: 0;
	padding: 4px 0;
	padding: 4px 10px;
    border-top: 4px double #fff;
    border-bottom: 4px double #fff;
}

.slider_buttons {
	width:100%;
	height:100%;
	color:#fff;
	margin:auto;
	font-size:36px;
	position: absolute;
	cursor:auto;
    top: 0;
    }
.slider_buttons div { color:#fff; cursor:pointer; text-shadow: 5px 5px 10px rgba(0,0,0,1); }
.slider_buttons div img { width: 50px; height: 50px; opacity:0.75; }
.slider_buttons div:hover img { opacity:1; }
.slider_buttons div:nth-child(1) {
	position: absolute;
    left: -60px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    height: 50px; }
.slider_buttons div:nth-child(2) { 
    position: absolute;
    right: -60px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    height: 50px;
}


.slider_buttons .cruz {
	position:absolute;
	right:-5px;
	top:-5px;
	background: #000;
    border-radius: 50%;
	font-size:24px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border:2px solid #fff;
    text-shadow: none;
	box-shadow: 5px 5px 10px rgba(0,0,0,1);
}
.slider_buttons .cruz svg { width:30px; filter:invert(1);padding: 5px; }

.galeria_on { overflow-y:hidden; margin-right:17px; }

/*---------------------CONTACT PAGE---------------------- */

#contact_section { position:relative; }
#contact_section .contacto_left { width:50%; box-sizing: border-box; float:left; margin-top: 3rem; }

#contact_section .contacto_left div { position:relative; display:inline-block;  padding:30px; background-color: var(--main-color);
	width: 100%; color:#ffffff; max-width:450px; box-sizing: border-box; text-align: center;
}
#contact_section .contacto_left div h3 { font-size:32px; margin:3rem 0; }
#contact_section .contacto_left div img { margin: auto; }
#contact_section .contacto_left div a { color:#ffffff; }
#contact_section .contacto_right { width:50%; box-sizing: border-box; float:right; }

#contact_section .contacto_right input,
#contact_section .contacto_right textarea { box-sizing: border-box; }
#contact_section .contacto_captcha { margin-bottom:1.2em; overflow: hidden; }

#contact_section .nf-form-content nf-fields-wrap { display: flex;
    flex-wrap: wrap; gap:20px; }
#contact_section .nf-form-content nf-field { width:calc(50% - 10px);}
#contact_section .nf-form-content nf-field:nth-child(n+5) { width:100%; }
#contact_section .nf-form-content nf-field input,
#contact_section .nf-form-content nf-field textarea { margin-bottom: 0; }

#contact_section .nf-form-content nf-field input[type="button"] {
    margin: auto;
    display: block;
    padding: 20px 30px;
    background-color: var(--main-color);
}
#contact_section .nf-form-content nf-field input[type="button"]:hover {
    background-color: #333333;
    text-decoration: none;
}

#contact_section .nf-form-content .nf-field-container { margin-bottom: 0; }

#contactus_form {}
#contactus_form input, #contactus_form textarea {
    font-size: 1.125rem;
    margin-bottom:0px;
    padding: 1rem 1.25rem;
    border-radius: 0;
    border-color: #9a9a9a;
}

#contactus_form .nf-form-content nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#contactus_form .nf-form-content nf-field {
    width: calc(50% - 10px);
}
#contactus_form .nf-form-content nf-field:nth-child(n+5) {
    width: 100%;
}
#contactus_form .nf-form-content .nf-field-container {
    margin-bottom: 0;
}

#contactus_form .nf-form-content nf-field input[type="button"] {
    margin: auto;
    display: block;
    padding: 20px 30px;
    background-color: var(--main-color);
}
#contactus_form .nf-form-content nf-field input[type="button"]:hover {
	background-color: #333333;
    text-decoration: none;
}

#contactus_form .nf-form-fields-required { font-size:1rem; margin-bottom: 1rem; }


/*---------------------TIENDA PAGE---------------------- */

#banda_formas_pago { display: flex; justify-content: space-around; margin: 24px 0; }
#banda_formas_pago img { margin: 0 10px; height: 50px; width: auto; }

table.table_tienda { font-size:18px; border:0; border-top: 1px solid rgba(0,0,0,.125); font-family: 'Montserrat', sans-serif; }
table.table_tienda td { padding:10px 20px; border:0; border-bottom: 1px solid rgba(0,0,0,.125); }
table.table_tienda td:nth-child(2) { font-size:16px; padding:10px; }
table.table_tienda td:nth-child(3),
table.table_tienda td:nth-child(4) { padding: 2px; }
table.table_tienda td.u15{ width:15%;}
table.table_tienda td.u55{ width:55%;}
table.table_tienda .boton_tienda { position: relative; display: flex; flex-direction: row; }
table.table_tienda .boton_tienda a {
	padding:8px 10px;
	text-align: center;
	background: var(--main-color);
	width:100%;
	margin: 0 auto;
	font-size:14px;
	color:#fff;
}
table.table_tienda .boton_tienda a img{ float: right; padding:0; }
table.table_tienda .boton_tienda a:hover{ background: #333333; text-decoration:none;}

.align_center { text-align:center; }

.bt_2 { float:right; }

/*---------------------NEWSLETTER---------------------- */

.year_newsletter {     
	
	text-align: center;
	position: relative;
	margin-bottom: 0.6em;
}
.year_newsletter h2{ font-size: 28px; font-weight: normal; color: #373737; text-align: center; display: inline-block; margin: 0 auto; background: #fff; position: relative; padding:0 10px; }
.year_newsletter:before {
	border-bottom: 1px solid #99003f;
    content: '.';
    color: transparent;
    position: absolute;
    top:18px;
    height: 1px;
    width: 100%;
    left: 0;
}

.newsletter-list { float:none; vertical-align: top; padding: 20px; }
.newsletter-list ul { margin-left:0; margin-bottom: 0; }
.newsletter-list ul li {  }
.newsletter-list ul li a { color: #373737; }
.newsletter-list ul li a:hover { color:var(--main-color); }

.newsletter_navigation { margin-bottom:2em; text-align:center; }
.newsletter_navigation ul { list-style: none; margin:0; text-align: center;
	border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    display: flex; justify-content:space-evenly; align-items: center; flex-wrap: wrap;
	padding: 0 14px;
}
.newsletter_navigation ul li { display:inline-block; font-size:20px; float: left; margin:0; }
.newsletter_navigation ul li a {}
.newsletter_navigation ul li a:hover { color: #cd2653; }
.newsletter_navigation ul span { padding:6px; float: left; font-size: 26px; }
.newsletter_navigation ul span:last-child { display:none; }


figcaption, .wp-caption-text{ font-size:12px; margin-top: 0.5rem; }


/*---------------------PAGINATION---------------------- */

.author-bio { background-color: #eeeeee; padding: 3rem; padding-left: 12rem; max-width:100%; }
.author-bio .author-link { font-size:1.125rem; }
.author-bio .author-link:hover { color: #cd2653; }
.author-bio .author-title { font-size:2rem; }
.author-bio .author-description p { font-size:1.125rem; }
.author-bio .avatar { left: 2rem; top: 3rem; }

.post-meta { font-size: 1rem; }
.post-meta li a { font-size:1rem; }

.pagination-single { padding:5rem 0 4rem; }
.pagination-single hr { display:none; }
.pagination-single a { font-size:1.125rem; color:#cd2653; }
.pagination-single a:hover { color:#cd2653; }

.entry-categories {}
.entry-categories a { border-bottom-color: transparent; font-size:1.3rem; }
.entry-categories a:focus,
.entry-categories a:hover { border-bottom-color:#cd2653; text-decoration: none; color:#cd2653; }

.archive-title { font-size:2.5rem; }
.archive-title .color-accent { font-size:2rem; font-weight: 500; }
.archive-title .vcard { font-size:2.5rem; }

.archive-header-inner { background-color: #eeeeee; padding: 2rem 3rem 3rem; } 
h2.entry-title { font-size:3.2rem; }
.section-inner.medium { max-width: 1200px; }

.alignleft { margin-left: 0;}

#rent-a-butler { border:none;}
#rent-a-butler td { padding:1rem; font-size:1.25rem; text-align: center; border:none; width: 20%; }
#rent-a-butler td br {  }
#rent-a-butler td img { margin: auto; border-radius:50%; max-width: 150px; width: 100%; }

/*---------------------FOOTER---------------------- */

#site-footer {
	background-color: #000000;
	color:#ffffff;
	padding: 78px 0 0;
}
#site-footer .footer-section {}
#site-footer .footer-section h3 { font-size:22px; margin: 0; font-weight: 600; position: relative; margin-bottom:24px; }
#site-footer .footer-section h3:after {
	content:'';
	width:45px;
	height: 3px;
	background-color:var(--main-color);
	position: absolute;
    bottom:-20px;
    left: 0;
}
.contact-footer {
	font-size:16px;
}
.contact-footer p { position: relative; padding-left:32px; }
.contact-footer i {
	font-size:22px;
	position: absolute;
	left: 0;
}
.contact-footer .email-footer i {
	font-size:20px;
}
.contact-footer .redes-footer { display: flex; position: relative; padding: 0; }
.contact-footer .redes-footer a { position: relative; margin-right: 24px; }
.contact-footer .redes-footer a i { position: relative; color:#ffffff; }
.contact-footer .redes-footer a:hover i { color:var(--main-color); }

ul.menu-footer {
	list-style:none;
	margin: 0;
}
ul.menu-footer li {
	font-size: 17px;
	margin: 0 0 12px;
}
ul.menu-footer li a { color:#ffffff; }
.footer-credits {
	padding: 24px 0 12px;
	border-top: 1px solid #383838;
}
.footer-credits .footer-copyright {
	font-size: 16px; font-weight: 400;
}
.footer-credits a {
	color:#ffffff;
	text-decoration: none;
	font-size: 16px;
}

.footer-credits .legal-links a:nth-child(2){ margin-left: 26px; }

/*---------------------RESPONSIVE---------------------- */

@media (min-width: 700px){
	/*section { padding: 7rem 0; }*/
}

@media (min-width: 992px) {
	.section_home .section-content { padding-right:30px; }
	.section_home h2 { font-size:42px; }
	.section_home h3 { font-size:18px; }
	.section_home h5 { font-size:14px; }
	.section_home p { font-size:14px; }
	.section_home a { font-size: 14px; }
	
	#wwo_section .card .card-body .card-title { font-size:22px; }
	#wwo_section .card .card-body .card-text { font-size:16px; }
}

@media (min-width: 1000px) {
	#site-header .header-inner { width:calc(100% - 40px); }

	#site-header .header-inner .header-navigation-wrapper .primary-menu li a,
	#site-header .header-inner .header-navigation-wrapper .primary-menu li ul.sub-menu li a { font-size: 12px; }
	#site-header .header-inner .header-navigation-wrapper .primary-menu > li > a { letter-spacing: -1.5px; }
	#events-btn a { font-size: 12px; }
	#pre-header { font-size: 12px; padding-left:20px; padding-right:20px; }
	#pre-header i { font-size: 20px; }
	#slider .carousel-inner .item .caption h3 { font-size: 36px; }
	#slider .carousel-inner .item .caption p { font-size: 18px; }
	#slider .carousel-inner .item .caption a { font-size: 18px; }
	
	.section_home { padding:6rem 0; }
	#wwo_section .card .card-body .card-title { font-size:24px; }
}

@media (min-width: 1200px) {
	#site-header .header-inner { width:calc(100% - 40px); }
	#site-header .header-inner .header-navigation-wrapper .primary-menu li a,
	#site-header .header-inner .header-navigation-wrapper .primary-menu li ul.sub-menu li a { font-size: 14px; }
	#site-header .header-inner .header-navigation-wrapper .primary-menu > li > a { letter-spacing: -1px; }
	#events-btn a { font-size: 15px; }
	#pre-header { font-size: 15px; }
	#pre-header i { font-size: 23px; }
	#slider .carousel-inner .item .caption h3 { font-size:48px; }
	
	.section_home { padding:7rem 0; }
	.section_home .section-content { padding-right:50px; }
	.section_home h2 { font-size:48px; }
	.section_home h3 { font-size:20px; }
	.section_home h5 { font-size:18px; }
	.section_home p { font-size:16px; }
	.section_home a { font-size: 16px; }
	
	#wwo_section .card .card-body .card-title { font-size:26px; }
	#wwo_section .card .card-body .card-text { font-size:18px; }
}

@media (min-width: 1400px) {
	#site-header .header-inner { width:calc(100% - 60px); }
	
	#events-btn a { font-size: 16px; }
	#pre-header { font-size: 17px; }
	#pre-header i { font-size: 26px; }
	#slider .carousel-inner .item .caption h3 { font-size:64px; }
	#slider .carousel-inner .item .caption p { font-size: 20px; }
	#slider .carousel-inner .item .caption a { font-size: 20px; }
	
	.section_home h2 { font-size:60px; }
	.section_home h3 { font-size:24px; }
	.section_home h5 { font-size:20px; }
	.section_home p { font-size:18px; }
	.section_home a { font-size: 18px; }
	
	#wwo_section .card .card-body .card-title { font-size:28px; }
	
}

@media (min-width: 1440px) {
	#site-header .header-inner .header-navigation-wrapper .primary-menu li a,
	#site-header .header-inner .header-navigation-wrapper .primary-menu li ul.sub-menu li a { font-size: 15px; }
	#site-header .header-inner .header-navigation-wrapper .primary-menu > li > a { letter-spacing:-0.5px; }
}

@media (min-width:1000px) and (max-width:1199px) {
#site-header .header-inner .header-navigation-wrapper .primary-menu li ul.sub-menu { width:15rem; }
}

@media (max-width: 999px) {
	.container { max-width:calc(100% - 40px); }
	#pre-header { padding-left:20px; padding-right:20px; font-size: 12px; }
	#pre-header #pre-header-contact > .row > div { padding-left:15px; padding-right:15px; }
	#pre-header i { font-size: 20px; }
	
	#site-header .header-inner { align-items: center; display: flex; justify-content: space-between; width: calc(100% - 40px); height: 120px; }
	#site-header .header-inner .header-titles-wrapper {  width:calc(50% - 40px);  max-width:226px; padding: 0; }
	.mobile-nav-toggle { background: none; /*position:absolute; left:0; right:0; margin:0 auto;*/ }
	.mobile-nav-toggle .mobile-nav-icon {
		background-image: url('images/list.svg'); background-size:32px; width:32px; height:32px; display:block;
	}
	
	#site-header .header-inner #events-btn { width:calc(50% - 40px); max-width:210px; }
	#site-header .header-inner #events-btn a { font-size:14px; }
	
	#slider .carousel-inner .item .caption { bottom:50px; }
	#slider .carousel-inner .item .caption h3 { font-size: 32px; }
	#slider .carousel-inner .item .caption p { font-size: 16px; }
	#slider .carousel-inner .item .caption a { font-size: 16px; }
	
	.footer-credits .footer-copyright { font-size: 14px; }
	.footer-credits a { font-size: 14px; }
}

@media (max-width: 991px) {
	#highlight_section { height:350px; }
	#highlight_section.section_home .container h2 { font-size:42px; max-width:775px; }
	
	#wwo_section .card .card-body .card-title { font-size:22px; }
	.section_home, #testimonials_section.section_home { padding: 5rem 0; }
	.section_home h2 { font-size:48px; }
	.section_home h3 { font-size:20px; }
	.section_home h5 { font-size:18px; }
	.section_home p { font-size: 16px; }
	.section_home a { font-size: 16px; }
	
	.entry-content h2 { font-size:42px; }
	.entry-content h3 { font-size:32px; }
	
	#customers_section #customers_slider > .row > .customer { width:25%; }
	
	ul.slides li { width:33.333%;}
	
	table.table_tienda .boton_tienda a { padding: 8px 6px; }
	table.table_tienda .boton_tienda a b { font-size:12px; }
	table.table_tienda td:nth-child(2) { font-size:14px; }
}

@media (max-width: 900px) {
	
	#slider { height: 66vh; max-height: 400px; }
	#slider .carousel-inner { height: 66vh; max-height: 400px; position: relative; }
	#slider .carousel-inner .item { position: relative; height:100%; display:flex; justify-content:center; }
	#slider .carousel-inner .item img { height: 100%; width: 100%; object-fit: cover; }
	
	#pre-header #pre-header-contact > .row > div { padding-left:8px; padding-right:8px; }
	
	.footer-credits .footer-copyright { font-size: 12px; }
	.footer-credits a { font-size: 12px; }
}

@media (max-width:767px) {
	#pre-header #pre-header-contact { display: none; }
	#pre-header #pre-header-contact > .row > div > span { /*display: none;*/ width: 0; height:20px; overflow:hidden; transition: 0.333s; }
	#pre-header #pre-header-contact > .row > div > i:hover + span { width: 100%; }
	#site-header .header-inner #events-btn a { font-size: 12px; }
	
	.section_home { padding: 4rem 0; }
	.section_home .section-content { padding-right:50px; }
	.section_home h2 { font-size:42px; }
	.section_home h3 { font-size:20px; }
	.section_home h5 { font-size:18px; }
	.section_home p, .entry-content p, p, li { font-size:16px; }
	.section_home a { font-size: 16px; }
	
	#highlight_section.section_home .container h2 { font-size:36px; max-width:625px; }
	
	#wwo_section h2 { margin-bottom: 56px; }
	#wwo_section .cards > div > .card { margin-left:auto; margin-right:auto; }
	#wwo_section .cards > div:nth-child(odd) > .card {  margin-left:auto; margin-right:auto; }
	
	#testimonials_section.section_home {	padding: 5rem 0; }
	
	#customers_section #customers_slider > .row > .customer { width:33.333%; }
	
	h1, h1.entry-title { font-size:42px; }
	.entry-content h2 { font-size:32px; }
	.entry-content h3 { font-size:26px; }
	#site-content .entry-content .columna_foto { width:100%; max-width:100%; float:left; }
	#site-content .entry-content .columna_foto img { margin: auto; }
	#site-content .entry-content .columna_texto { width:100%; float: right; }
	
	ul.slides li { width:50%;}
	.singular .entry-header { padding:4rem 0; }
	.post-inner { padding-top:0rem; }
	
	.entry-content h2 { font-size:32px; }
	
	.entry-content .testimonio { max-width:75%!important; }
	
	#banda_formas_pago img { height: 40px; }
	
	table.table_tienda { font-size:16px; }
	
	table.table_tienda .boton_tienda a b { display: none; }
	table.table_tienda .boton_tienda a img { float: inherit; margin: auto; }
	
	.entry-categories a { font-size:1.2rem; }
	
	.newsletter-list { padding-right:0; }
	.post-meta .post-author .meta-icon svg { width: 1.333rem; height: 1.5rem; }
	.post-meta .post-date .meta-icon svg { width: 1.416rem; height: 1.5rem; }
	.post-meta .post-comment-link .meta-icon svg { width: 1.5rem; height: 1.5rem; }
	.post-meta li { font-size:14px; }
	.post-meta li a { font-size:16px; }
	
	#rent-a-butler td { font-size:1rem; }
	
}

@media (max-width:699px) {
	.author-bio { padding-left:3rem; }
}

@media (max-width:575px) {
	html { font-size:14px; }
	#pre-header { padding: 5px 20px; }
	.menu-modal .menu-wrapper .menu-top .btn-container .close-nav-toggle { padding: 9px 20px; height: 34px; }
	
	#site-header .header-inner { height:100px; }
	#site-header .header-inner #events-btn a { padding: 13px 12px; }
	
	.section_home { padding: 3rem 0; }
	.section_home .section-content { padding-right:30px; }
	.section_home h2 { font-size:32px; }
	.section_home h3 { font-size:18px; }
	.section_home h5 { font-size:14px; }
	.section_home p, .entry-content p, p, li { font-size:14px; }
	.section_home a { font-size: 14px; }
	
	#about_section .container { width:calc(100% - 60px); }
	
	#highlight_section { height:300px; }
	#highlight_section.section_home .container h2 { font-size:28px; max-width:475px; }
	
	#wwo_section h2 { margin-bottom: 50px; }
	#testimonials_section.section_home {	padding: 4rem 0; }
	
	#customers_section #customers_slider > .row > .customer { width:50%; }
	
	h1, h1.entry-title { font-size:32px; }
	.entry-content h2 { font-size:24px; }
	.entry-content h3 { font-size:20px; }
	
	ul.slides li > div .over_black .container_img { width: calc(100% - 80px); }
	.slider_buttons div:nth-child(1) { left: -40px; }
	.slider_buttons div:nth-child(2) { right: -40px; }
	
	.singular .entry-header { padding: 3rem 0; }
	
	.ficha_junta tr { display: flex; flex-direction: column; align-items: center; }
	.ficha_junta .ficha_foto { justify-content: center; }
	.ficha_junta h2 { margin:0 0 2rem; text-align: center; }
	
	.entry-content .testimonio { font-size:16px; text-align: left; }
	
	#clientes tr { display:flex; flex-wrap: wrap; }
	#clientes td { width: 50%; }
	
	#otros_clientes tr { display:flex; flex-wrap: wrap; }
	#otros_clientes td { width:100%; }
	
	#banda_formas_pago { flex-wrap: wrap; margin-bottom: 14px; }
	#banda_formas_pago img { margin: 0 10px 10px;}
	
	table.table_tienda { font-size:14px; }
	table.table_tienda td.u55 { padding-left: 0; width:50%; }
	table.table_tienda td.u15 { width:10%; }
	table.table_tienda td:nth-child(2) { width:30%; }
	
	.entry-categories a { font-size:1rem; }
	
	blockquote { margin: 2rem 0; }
	
	.author-bio { padding:2rem; }
	.author-bio .author-title { font-size:1.5rem; }
	.author-bio .author-description p { font-size:1rem; }
	.author-bio .author-link { font-size:1rem; }
	
	.ficha_junta { margin: 0 0 2rem; }
	
	.archive-title { font-size:2rem; }
	.archive-title .color-accent { font-size:1.5rem; }
	.archive-title .vcard { font-size:2rem; }
	
	h2.entry-title {font-size:2.5rem; }
	
}

@media (max-width:479px) {
	button.mobile-nav-toggle { padding:0; }
	#site-header .header-inner #events-btn { display:none; }
	#site-header .header-inner .header-titles-wrapper { width: calc(75% - 40px); max-width:240px; }
	#site-header .header-inner .header-titles #site-title img {	max-width:240px; }
	
	#testimonials_section h2 { margin-bottom: 50px; }
	#testimonials_section #slider_testimonials .item img { margin-bottom:50px; }
	#testimonials_section #slider_testimonials { width: calc(100% - 60px); }
	#testimonials_section #slider_testimonials .carousel-control.left { margin-left: -50px; }
	#testimonials_section #slider_testimonials .carousel-control.right { margin-right: -50px; }
	
	#site-content .entry-content { padding-left: 0; padding-right: 0; padding-bottom: 4rem; }
	#galeria { padding-left:0; padding-right: 0; }
	
	article .entry-header,
	article .post-inner,
	article .section-inner {
		width: calc(100% - 40px);
	}
	.ficha_junta td {  padding: 20px 0; }
	
	.container { max-width: calc(100% - 24px); }
}

@media (max-width:425px) {
	#slider, #slider .carousel-inner { height:calc(100vh - 134px); max-height: 400px; }
	#slider .carousel-inner .item .caption p { display:none; }
	#site-footer {}
	#site-footer .footer-section { width:100%; }
	
	#highlight_section { height: 240px; }
	#highlight_section.section_home .container h2 { font-size:22px; max-width:360px; }
	
	#wwo_section .card .card-body .card-title { font-size:20px; }
	
	h1, h1.entry-title { font-size: 32px; }
	
	ul.slides li > div .over_black .container_img { width: calc(100% - 40px); }
	.slider_buttons div:nth-child(1) { left: -20px; }
	.slider_buttons div:nth-child(2) { right: -20px; }
	
	p { font-size:1rem; }
	
	.entry-content .testimonio { max-width:100%!important; font-size:16px; text-align: left; }
	
	#contact_section .contact-card .contact-caption { padding: 24px; }
	#contact_section .contact-card .contact-caption span.phone-num { font-size:22px; }
	
	.post-meta li { min-width: 180px; }
	
	.alignright,
.entry-content > .alignright,
.entry-content > p .alignright,
.entry-content > .wp-block-image .alignright,
[class*="__inner-container"] > .alignright { max-width:100%; margin: 1rem auto; float: inherit; }
.alignleft,
.entry-content > .alignleft,
.entry-content > p .alignleft,
.entry-content > .wp-block-image .alignleft { max-width:100%; margin: 1rem auto; float: inherit; }
	
	#rent-a-butler tr { display: flex; flex-wrap: wrap; }
	#rent-a-butler td { width: 33.333% }
	
	.archive-header-inner { padding: 2rem 1.5rem; }
	
	.archive-title { font-size:1.5rem; }
	.archive-title .color-accent { font-size:1rem; }
	.archive-title .vcard { font-size:1.5rem; }
}

@media (max-width:320px) {
	#about_section .container { width:calc(100% - 40px); }
}