
body {
    font-family: 'Barlow', sans-serif;
	font-weight: 300;
	color: #868686;
	font-size: 18px;
}

header.masthead {
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow', sans-serif;
}

h1, h2, h3 {
	font-weight: 700;
}

h2 {
    font-weight: 700;
    color: #0d0d0d;
	margin-bottom: 1em;
}

h3 {
    font-weight: 600;
    margin: 1em 0 .5em;
}

h3 a {
    color: #224692!important;
}

.btn {
    padding: .75em 1.5em;
    border-radius: 0;
    text-transform: none;
    font-weight: normal;
}

/* colores */

.bg-primary {
	background-color: #c8d769 !important;
}

.bg-black {
    background: #333;
}

.bg-green {
    background: #004615;
}

.text-primary {
    color: #c8d769 !important;
}

a:hover {
	text-decoration: none;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover,
body:not(.home ) #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
body:not(.home ) #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #224690 !important;
    background-color: #fff;
}

body:not(.home ) #mainNav .navbar-nav > li.nav-item > a.nav-link {
    color: #fff;
}


hr {
    border-color: #eee;
    max-width: 100%;
    border-width: 1px;
}

a {
    color: #224690;
}

a:hover,
a:focus {
    color: #9e65cc;
}

.btn-primary {
    background-color: #224690;
    border-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #999 !important;
}


.portfolio-box .portfolio-box-caption {
	background: rgba(51, 153, 204, 0.9);
}

.btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 153, 204, 0.5) !important;
}

@media (max-width: 992px) {
	.navbar-brand {
		margin-left: 15px;
	}
}

@media (min-width: 992px) {
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, 
	#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
		color: #fff;
	}
	
}

/* MOBILE MENU */

#toggle {
  display: block;
  width: 32px;
  height: 30px;
  margin: 25px 15px 0px;
  float: right;
  position: absolute;
  right: 0;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 1px;
}
#toggle + #menu { display:none;}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}


/****** MENU PRINCIPAL - Mobile ******/

span.menu-btn {
    font-size: 2.5em;
    cursor: pointer;
    color: #4fa0ca;
}

span.menu-btn-in{
    font-size: 1.8em;
	margin-right: 10px;
    cursor: pointer;
    color: #fff;
}

.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -300px;
    background-color: #214590;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    -webkit-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    z-index: 9999;
}

.sidenav.show {
	left: 0;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #4fa0ca;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    opacity: 1;
    font-size: 36px;
}

.sidenav .closebtn:hover,
.sidenav .closebtn:focus {
    opacity:0.7;
    text-decoration:none;
}

.sidenav ul.navbar-nav {
    padding: 0;
    list-style: none;
    display: block;
}

.sidenav ul.navbar-nav li {
	text-align: center;
	margin-bottom: 0;
	line-height: 48px;
	width: 100%;
}

.sidenav ul.navbar-nav li a {
    color: #fff!important;
    display: block;
    letter-spacing: 2px;
    font-weight: 500!important;
}

.sidenav ul.navbar-nav li.current-menu-item a,
#mainNav .sidenav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff!important;
    background: rgba(157,100,205,1)!important;
}
.sidenav ul.navbar-nav li a:hover,
.sidenav ul.navbar-nav li a:focus,
.sidenav ul.navbar-nav li.featured-menu a {
	text-decoration:none;
	background: #815dbf!important;
	color: #fff!important;
}

.sidenav ul.navbar-nav li.current-menu-item a {
	background: #4FA0CA;
	color: #fff;
}



/**/



#mainNav {
	background: rgb(33,69,143);
	background: linear-gradient(270deg, rgba(33,69,143,1) 25%, rgba(157,100,205,1) 100%);
	width: 100%;
    display: flex;
    flex-flow: wrap column;
	padding: 0;
}


.home nav#mainNav {
    background: transparent;
}

.home nav#mainNav.navbar-shrink {
	background: rgb(33,69,143);
	background: linear-gradient(270deg, rgba(33,69,143,1) 25%, rgba(157,100,205,1) 100%);
}


.navbar-brand img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 60px;
}
.navbar-shrink .navbar-brand img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 40px;
}


img.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}

img.alignright {
    float: right;
    margin: 10px 0 10px 20px;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, 
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
	font-weight: 300;
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #fff;
	font-size: .85em;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
	color: #eee;
}

.navbar-nav li.featured a {
    background: #fff;
    color: #214590!important;
    border-radius: 3em;
    font-weight: 500!important;
	opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.navbar-nav li.featured a:hover {
	opacity: .7;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.sidenav ul.navbar-nav li.featured a {
    color: #214590!important;
	display: table;
    margin: auto;
    padding: .5em 2.5em!important;
}


@media (min-width: 992px) {
	.navbar-nav li.featured {
		margin-left: 1.5em;
	}
}

@media (min-width: 768px) {
	#mainNav .navbar-nav > li.nav-item > a.nav-link {
		padding: 0.5rem 1rem;
	}
}

/* HEADER */

body.admin-bar .fixed-top {
    top: 32px;
}

.topbar {
    width: 100%;
    background: #333;
    padding: 2px 0;
    font-size: 0.8em;
}

body:not(.home ) #mainNav .topbar .navbar-nav > li.nav-item > a.nav-link,
#mainNav .topbar .navbar-nav > li.nav-item > a.nav-link {
	color: #fff;
	font-weight: normal;
	text-transform: none;
	padding: .25rem 1rem;
	font-size: 1em;
}

#mainNav .topbar .navbar-nav > li.nav-item:after {
	content: "|";
	display: inline-flex;
	color: #fff;
	position: relative;
	top: 3px;
}

#mainNav .topbar .navbar-nav > li.nav-item {
    display: inline-flex;
}

#mainNav .topbar .navbar-nav > li.nav-item:last-child:after {
    display: none;
}

.topbar span.separador {
    color: #fff;
    margin: 0 15px 0 0;
}

.topbar span.cart-contents-count {
    background: #fff;
    width: 16px;
    display: inline-block;
    line-height: 10px;
    text-align: center;
    padding: 3px;
    border-radius: 15px;
    font-size: 11px;
    margin-left: 3px;
    top: 0px;
    position: relative;
    color: #333;
    font-weight: bold;
}

.topbar a.cart.menu-item {
    color: #fff;
}

.space-top {
    height: 110px;
}

.header-post {
    background: url(img/fondo-header.jpg) center right;
    height: 150px;
    align-items: flex-end;
}

.breadcrumb {
    background: #212529;
    border-bottom: 0;
    border-radius: 0;
    padding: 1.5em 0;
    font-size: 16px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: .1em;
}

.breadcrumb a {
	color: #c8d769;
}

/* TRABAJOS*/

.menu-internal {
    border: 1px solid #212529;
    padding: 5px;
    margin: 20px 0;
	width: 100%;
}

#filters {
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin: 0;
    list-style: none;
}

#filters li {
	float:left;
	margin:0 5px;
	padding: 5px 0;
	text-transform: uppercase;
}

#filters li span {
	display: block;
	padding: 0px 20px;
	text-decoration:none;
	color: #212529;
	cursor: pointer;
}
#filters li span:hover,	
#filters li span.active {
    background: #c8d769;
    color: #fff;
    border-radius: 5px;
}
 
#portfoliolist .trabajo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:none;
	float:left;
	overflow:hidden;
}

/* FOOTER*/

footer {
	background: #fff;
	border-top: 1px solid #004615;
}


.map-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

section#contacto {
    padding: 3em 0;
}

input:focus + label,
textarea:focus + label,
input:valid + label,
textarea:valid + label {
  font-size: 0.95em;
  color: #fff;
  top: -2.25rem;
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  padding: 1rem 0rem;
  font-weight: bold;
}

ul.wpfFilterVerScroll input:focus + label, 
ul.wpfFilterVerScroll textarea:focus + label, 
ul.wpfFilterVerScroll input:valid + label,
ul.wpfFilterVerScroll textarea:valid + label {
    top: 0!important;
}

.styled-input {
  float: left;
  width: 100%;
  margin: 2rem 0 0rem;
  position: relative;
}

.styled-input label {
  color: #999;
  padding: 1rem 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  pointer-events: none;
}


input {
    padding: 0.5rem 0.5rem;
    border: 0;
    width: 100%;
    background: #e1dddb;
}
input + label + span, textarea + label + span {
  display: block;
  width: 0;
  height: 3px;
  background: #c8d769;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
input:focus, textarea:focus {
  outline: 0;
}
input:focus + label + span, textarea:focus + label + span {
  width: 100%;
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

.chatwith .chatwith-bubble {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    margin-bottom: 10px;
    min-width: 240px;
    width: 260px;
    background: #fff;
}

.whatapp-chat-textbox-input textarea {
    font-size: 0.75em;
    padding: .5em .5em 0;
    display: flex;
    height: 32px;
}

.whataapp-sent-message {
    font-size: 16px;
    padding: 15px!important;
}

input.wpcf7-form-control.wpcf7-submit {
	background: #212529;
	color: #fff;
}

footer .direccion p {
    font-size: 24px;
}

label {
    width: 100%;
}

input[type="checkbox"] {
    width: auto;
}

.wpcf7-form-control-wrap.politica span.wpcf7-list-item {
    margin: 0;
}

.cn-button.bootstrap {
    border: 1px solid #c8d769;
    background: #c8d769;
    border-radius: 0;
    text-shadow: none;
    color: #212529;
    font-weight: bold;
    box-shadow: none;
    text-transform: uppercase;
}

.cn-button.bootstrap:focus,
.cn-button.bootstrap:hover {
    background: #212529;
    color: #c8d769;
}

.wpcf7-form-control-wrap.politica + a {
    color: #212529;
    text-decoration: underline;
}

.woocommerce a.remove,
.woocommerce-mini-cart a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    text-align: center;
}

.woocommerce-mini-cart a.remove {
    padding-left: 5px;
}

ul.woocommerce-mini-cart  li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
}

ul.woocommerce-mini-cart  li.woocommerce-mini-cart-item img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}

/* HOME */

.back-home {
    position: absolute;
    right: 0;
    font-size: 36px;
    color: #212529;
    cursor: pointer;
}

.back-home:hover,
.back-home:focus {
    color: #c8d769;
}

h1.title-header {
    margin: 0;
    color: #fff;
    letter-spacing: 0.15em;
}

div#header-wrapper {
	width: 100%;
    height: 35vh;
    background-size: cover;
    background-position: center 26%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 136px;
}

section {
    padding: 5rem 0;
}

h2.title-section {
    color: #214590;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2.25em;
    margin-bottom: 0;
}

h3.subtitle-section {
    font-weight: 300;
    color: #214590;
    font-style: italic;
    margin: .25em 0 0;
}

section#catalogo h2.title-section {
    font-size: 32px;
    font-family: 'Merriweather', serif;
    color: #3d3c3f;
	margin-bottom: 1em;
}

.tienda-wrapper {
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
}
	
.texto-tienda p,
.texto-envios p {
    font-size: 24px;
    line-height: 1.6em;
    color: #131313;
}

.texto-envios p {
	color: #fff;
}

.texto-envios p a {
	font-weight: bold;
	color: #fff;
}

.envios-wrapper {
    margin-top: 20em;
    border: 3px solid #ffffff;
    padding: 20px;
    color: #fff;
}

.envios-wrapper h2 {
    font-size: 32px;
    font-family: 'Merriweather', serif;
    color: #fff;
}

.header-obrador {
    background: #c8d769;
    padding: 20px;
}

.header-obrador h3 {
    color: #67574c;
    font-family: 'Merriweather', serif;
    margin-bottom: 5px;
    font-size: 30px;
}

.header-obrador p {
    color: #67574c;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}


span.telefono {
    color: #67574c;
    border: 1px solid #67574c;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 500;
}

.obrador-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content-obrador {
    background: rgba(0,0,0,0.4);
    padding: 20px;
    color: #fff;
}

.content-obrador p {
    margin: 0;
}

.content-obrador h3 {
    font-family: 'Merriweather', serif;
    font-size: 16px;
}

section#obrador {
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 5em 0 35em;
}

section#obrador h2.title-section {
    letter-spacing: 0.15em;
    text-align: center;
    color: #fff;
    margin-bottom: 5rem;
}

.punto-venta {
    height: 370px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.info-punto-venta {
    width: 60%;
    padding: 30px;
    background: #f4ecd3;
    display: flex;
    min-height: 190px;
    align-items: center;
    flex-flow: wrap;
}

.info-punto-venta h3 {
    font-family: 'Merriweather', serif;
    font-weight: bold;
    font-size: 30px;
    color: #67574c;
}


.info-punto-venta p {
    color: #67574c;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
	width: 100%;
}

h2.title-section-2 {
    margin: 65px 35px 35px;
    font-weight: 300;
    color: #fff;
}

section#catalogo {
    width: 100%;
    padding: 2rem 0;
}

.slick-slide > div {
    margin: 0 10px;
}

.tipo-pan {
    padding: 15px;
    height: 360px;
	position: relative;
	background-size: cover;
}

.tipo-pan h3 {
    font-family: 'Merriweather', serif;
    font-size: 30px;
    color: #fff;
}

.overly {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px;
    background: rgba(0,0,0,0.5);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    display: flex;
    flex-flow: wrap row;
    color: #fff;
}

.overly p {
	font-size: 13px;
	font-weight: 500;
}

.overly h3 {
    color: #fff;
}

.formatos {
    border-top: 1px solid #fff;
    padding-top: 15px;
    font-size: 13px;
    font-weight: 500;
}

.tipo-pan:hover .overly {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

button.slick-prev {
    background-color: transparent;
    background-image: url(img/left.png);
    background-position: center;
    font-size: 0px;
    border: 0;
    width: 50px;
    height: 50px;
    top: 50%;
    position: absolute;
    z-index: 10;
    left: -50px;
    margin-top: -21px;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

button.slick-next {
    background-color: transparent;
    background-image: url(img/right.png);
    background-position: center;
    font-size: 0px;
    border: 0;
    width: 50px;
    height: 50px;
    top: 50%;
    position: absolute;
    z-index: 10;
    right: -50px;
    margin-top: -21px;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

button.slick-prev:hover,
button.slick-next:hover {
	cursor:pointer;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

button.slick-prev:focus,
button.slick-next:focus {
	outline: none;
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.img-thumb-galeria {
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.img-thumb-galeria:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}


.tienda-wrapper a.tochatbe-whatsapp-button {
    background-image: url(img/buy_whatsapp.svg);
    background-repeat: no-repeat;
    background-position: 9px center;
    background-size: 21px;
    padding-left: 2em!important;
	font-weight: 600;
    position: relative;
	border-radius: 25px!important;
}

.tienda-wrapper a.tochatbe-whatsapp-button:after {
    content: "";
    display: block;
    background-image: url(img/cursor.svg);
    width: 22px;
    height: 24px;
    position: absolute;
	right: 2px;
    bottom: -12px;
	animation: btnanimation2 1s linear infinite;
	transform: rotate(-30deg);
}

.tochatbe-whatsapp-button {
  animation: btnanimation 1s linear infinite;
}

@keyframes btnanimation {  
  0% { opacity: 1; }
  50% { opacity: 0.75; }
}

@keyframes btnanimation2 {  
  0% { opacity: 0.3; }
  50% { opacity: 1; }
}



@media (max-width: 1279px) {
	button.slick-next { right: 15px;}
	button.slick-prev { left: 15px;}
}


/* MEDIA QUERIES*/

@media (min-width: 767px) {
	section#servicios h3 {
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (min-width: 1024px) {
	header.masthead {
		height: 90vh;
	}
}


@media (max-width: 1023px) {
	header.masthead,
	.carousel {
		height: 70vh;
	}
}



@media (max-width: 991px) {

	.logo-movil {
		display: block;
		opacity: 1;
		width: auto;
	}
	.navbar-brand img,
	.navbar-shrink .navbar-brand img{
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		height: 60px;
	}
}

@media (max-width: 767px) {
	header.masthead,
	.carousel {
		height: 60vh;
	}
	
	header.masthead h1 { 
		font-size: 1.8rem;
	}
	section#tienda {
		background-size: 170% auto;
	}
	.envios-wrapper {
		background: rgba(0,0,0,0.5);
		margin-top: 4em;
	}
	section#obrador {
		padding: 5em 0 15em;
	}
	.info-punto-venta h3 {
		font-size: 22px;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 1200px;
		width: 100%;
	}
}

@media (max-width: 576px) {
	button.slick-next {
		right: -13px;
		width: 32px;
		height: 32px;
	}
	
	button.slick-prev {
		left: -13px;
		width: 32px;
		height: 32px;
	}
	.tipo-pan {
		background-size: cover;
	}
}

@media all and (hover: none) { 
	.overly {
		opacity: 1!important;
	}
}

.grecaptcha-badge {
    display: none!important;
}

.btn-all-panes {
    background: #c8d769;
    border-radius: 0;
    color: #212529;
    text-transform: none;
    margin: 2em 0 0;
    padding: 1em;
}

.btn-all-panes:hover {
    color: #c8d769;
    background: #212529;
}


.modal-header {
    border-radius: 0;
    border: 0;
    background: transparent;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-body {
	padding-top: 0;
}


table.variations tr#Packaging,
table.variations tr#pa_packaging,
table.variations tr#pa_material_hoja,
table.variations tr#pa_material_mango,
table.variations tr#pa_largo_hoja,
table.variations tr#pa_largo_mm,
table.variations tr#pa_peso_gr,
tr.woocommerce-product-attributes-item--attribute_product_type,
tr.woocommerce-product-attributes-item--attribute_pa_packaging {
    display: none;
}


.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
	text-decoration: none;
}

/* PAGINAS */

h1.title-page {
    margin-bottom: .75em;
    color: #0d0d0d;
}

.single-product section#obrador {
    padding-bottom: 3em;
}

/* menu account*/

nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: .25em 0;
    text-transform: uppercase;
}

nav.woocommerce-MyAccount-navigation ul li a {
	background: #bbb;
    width: 100%;
    display: block;
    padding: 7px 12px;
    color: #fff;
    font-size: .9em;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: rgb(33,69,143);
    background: linear-gradient( 270deg, rgba(33,69,143,1) 25%, rgba(157,100,205,1) 100%);
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #9e65cc;
}

nav.woocommerce-MyAccount-navigation ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	margin-right: .75em;
	width: 25px;
    text-align: center;
}

nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before { content: "\f3fd" }
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before { content: "\f468" }
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before { content: "\f019" }
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before { content: "\f3c5" }
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before { content: "\f2bb" }
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before { content: "\f2f5" }
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before { content: "\f09d" }
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--inventario a:before { content: "\f1b3" }
nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--panel_control a:before { content: "\f201" }


nav.woocommerce-MyAccount-navigation .data-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

nav.woocommerce-MyAccount-navigation .data-box span.label {
    background: #224690;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: .8em;
    padding: .25em .5em;
}

nav.woocommerce-MyAccount-navigation .data-box span.value {
    width: 100%;
    background: #f6f6f6;
    text-align: center;
    padding: .5em;
    font-size: .8em;
    font-weight: 500;
}

.single-product .map-wrapper {
    display: none;
}

.single-product footer {
    border-top: 1px solid #212529;
}

/* productos */

.woocommerce-info {
    border-top-color: #c8d769;
}

th.woocommerce-product-attributes-item__label {
    text-transform: capitalize;
}

.woocommerce-info::before {
    color: #c8d769;
}
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 0;
    background: #224690;
    color: #fff;
	padding: .65em 1em .6em
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
    color: #fff;
}

.woocommerce div.product form.cart .button.whatsapp,
.woocommerce a.button.whatsapp {
    background: #9d64cd;
    color: #fff;
	margin-left: 1em;
    height: 45px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #9d64cd;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #004615;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
	
}

@media (max-width: 1024px) {
	.woocommerce div.product form.cart .button.whatsapp,
	.woocommerce a.button.whatsapp {
		margin-left: 0em;
		margin-top: 1em;
		clear: left;
	}
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    font-size: 2em;
    font-weight: bold;
}

.variations select,
select.orderby {
    background: #e1dddb;
    border: 0;
    padding: .75em;
    margin-bottom: 1em;
}

.woocommerce-product-gallery__image {
    border: 1px solid #ddd;
}

h1.title-product {
    margin-bottom: 1em;
	color: #0d0d0d;
}

.woocommerce div.product form.cart .variations td {
    vertical-align: middle;
}

.woocommerce div.product p.price i, 
.woocommerce div.product span.price i {
    color: #ccc;
    font-size: 25px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background: #212529;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #dfdcde;
    color: #212529;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #224692;
	color: #fff;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 0;
    min-height: 40px;
    min-width: 150px;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th {
    background: #eee;
}

.form-row span.woocommerce-input-wrapper {
    width: 100%;
}

.select2-container .select2-selection--single span {
    border: 0;
    border-radius: 0;
	min-height: 35px;
}

.select2-container .select2-selection--single {
    border: 0;
    border-radius: 0;
    background: #e1dddb;
	min-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px;
}

hr.hr-color {
    border-color: #9e65ce;
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em;
    padding: 0;
}

.woocommerce div.products div.product,
.woocommerce-page div.products div.product {
    border: 1px solid #ddd;
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    text-align: center;
	padding: 1em .5em;
	height: 100%;
}

.woocommerce.logged-in div.products div.product,
.woocommerce-page.logged-in div.products div.product {
	padding: 1em .5em 60px;
}



.woocommerce div.products div.product a {
    text-decoration: none;
}

.woocommerce div.products div.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

.woocommerce div.products div.product .woocommerce-loop-category__title, 
.woocommerce div.products div.product .woocommerce-loop-product__title, 
.woocommerce div.products div.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}

.woocommerce div.products div.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
}

.woocommerce div.products div.product .button, 
.woocommerce-page div.products div.product .button {
    position: absolute;
    bottom: 10px;
}

.woocommerce-product-details__short-description {
    padding: 1em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.75em;
}

.woocommerce-product-details__short-description *:last-child {
    margin-bottom: 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #93898a;
}

.widget_shopping_cart_content > p {
    margin: 0;
}

section.related.products {
    padding: 2em 0 0;
    border-top: 1px solid #9d64cd;
    margin-top: 3em;
	width: 100%;
    float: left;
}

span.sku_wrapper, span.posted_in {
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    float: left;
    margin-bottom: .25em;
}

span.sku_wrapper span.sku {
    font-weight: normal;
    font-size: 15px;
    color: #999;
}

.product_meta {
    border-top: 1px solid #ddd;
    padding-top: 1em;
}

span.tagged_as {
    display: none;
}

span.posted_in a {
    font-weight: normal;
    border: 1px solid;
    padding: 1px 5px;
    margin-right: .5em;
}

.dropdown-menu {
    right: 0;
    left: auto;
    padding: 1em 2em;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0px 10px 10px 0px rgb(112 112 112 / 50%);
    -moz-box-shadow: 0px 10px 10px 0px rgba(112,112,112,0.5);
    box-shadow: 0px 10px 10px 0px rgb(112 112 112 / 50%);
}

.dropdown-menu:before {
    content: "";
    border: 15px solid transparent;
    position: absolute;
    top: -22px;
    border-bottom-color: #fff;
    right: 6px;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

ul.woocommerce-mini-cart li {
	padding: 4px 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin-bottom: .5em!important;
    flex-wrap: wrap;
}

.woocommerce ul.cart_list li.woocommerce-mini-cart-item img,
.woocommerce ul.product_list_widget li.woocommerce-mini-cart-item img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}

ul.woocommerce-mini-cart li span.quantity {
    width: 100%;
    font-size: 13px;
}

ul.woocommerce-mini-cart .remove {
    position: relative;
    margin-left: -25px;
}

.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: space-between;
}

.woocommerce-mini-cart__buttons.buttons .checkout {
	background: #212529;
	color: #fff;
}

.woocommerce-mini-cart__total.total {
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 11px;
}

.woocommerce-mini-cart__total.total strong {
    font-weight: bold;
    font-size: 13px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li.woocommerce-mini-cart-item a {
    display: flex;
}

.sidebar h3.widget-title {
    font-size: 1.25em;
    border-bottom: 1px solid #c8d769;
    padding-bottom: .25em;
    margin-bottom: 1em;
}

.sidebar .widget {
    margin-bottom: 2em;
}

.sidebar div#woocommerce_layered_nav-2 .woocommerce-widget-layered-nav-list {
    max-height: 200px;
    overflow-y: scroll;
}

.sidebar button.woocommerce-widget-layered-nav-dropdown__submit {
    background: #212529;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    width: 100%;
    padding: 1em;
    margin-top: 2em!important;
	cursor: pointer;
}

.woocommerce-account .addresses .title .edit {
    border: 1px solid;
    padding: .15em 1em .05em;
    float: left;
    margin: .5em 0 1em;
    clear: left;
    display: flex;
    align-items: center;
}

.woocommerce-account .addresses .title .edit i {
    margin-right: .25em;
    font-size: 14px;
    top: -1px;
    position: relative;
}

#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    margin-bottom: 1em;
}

#add_payment_method #payment ul.payment_methods li input, 
.woocommerce-cart #payment ul.payment_methods li input, 
.woocommerce-checkout #payment ul.payment_methods li input {
    width: auto;
    float: left;
    margin-top: 0.5em;
}

#add_payment_method #payment ul.payment_methods li input + label, 
.woocommerce-cart #payment ul.payment_methods li input + label, 
.woocommerce-checkout #payment ul.payment_methods li input + label {
    width: auto;
    padding: 0;
    margin: 0;
    color: #212529;
}

.widget_product_categories .product-categories {
	padding: 0; 
	list-style: none;
}

.widget_product_categories .product-categories li {
    margin-bottom: .5em;
}

.widget_product_categories .product-categories li .children {
	max-height: 0;
	overflow: hidden;
	height: auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	list-style: none;
}

.widget_product_categories .product-categories li.show .children {
	max-height: 1500px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	list-style: none;
}

.widget_product_categories .product-categories li.show  ul li .children {
	max-height: 0;
}

.widget_product_categories .product-categories li ul li.show .children {
	max-height: 1500px;
}

.widget_product_categories .product-categories li .children li:first-child {
	margin-top: .5em;
}

.widget_product_categories .product-categories li .children li:last-child {
	margin-bottom: .5em;
}


a.more-cats {
    background: #212529;
    width: 14px;
    display: inline-block;
    text-align: center;
    margin: 0 .25em 0 0;
    line-height: 14px;
    border-radius: 24px;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: -1px;
}

a.more-cats.on {
    background: #c8d769;
}

a.more-cats .minus,
a.more-cats.on .plus {
	display:none;
}

a.more-cats.on .minus {
	display:block;
}

.marca-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.marca-wrapper a.marca {
	background: rgb(0 70 21 / 50%);
	display: block;
	padding: .25em .5em;
	font-size: .75em;
	color: #fff;
}

/** SLIDER HOME **/

.home-slider .slick-slide {
    height: 70vh;
    min-height: 700px;
}

.slick-initialized .slick-slide {
    display: flex;
}

.home-slider .slick-slide > div {
	margin: 0;
	width: 100%;
}

.home-slider .slide-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	display: flex!important;
	align-items: center;
	position: relative;
}

/*
.home-slider .slide-wrapper:before {
    background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
	z-index: 0;
	top: 0;
    left: 0;
}
*/

.home-slider .slide-wrapper > * {
	position: relative;
	z-index: 1;
}

.home-slider .slide-wrapper h2.title-slider {
    font-size: 2.75em;
    margin-bottom: .5em;
}

.home-slider .slide-wrapper .texto-wrapper {
    font-size: 1.5em;
}

.home-slider .slide-wrapper .btn-slider {
    color: #214590;
    text-transform: none;
    padding: .5em 1.75em;
    margin: 1em 0 0;
    border: 0;
    background: #fff;
    font-weight: 900;
    border-radius: 20px;
    font-size: 1em;
}

ul.slick-dots {
	display: flex;
	margin: auto;
	width: auto;
	padding: 0;
	list-style: none;
	justify-content: center;
	bottom: 40px;
	position: relative;
	z-index: 5;
}

ul.slick-dots li {
    margin: 0 .35em;
}

ul.slick-dots li button {
    border: 0;
    background-color: #fff;
    font-size: 0px;
    width: 35px;
    height: 3px;
    cursor: pointer;
    outline: none!important;
}

ul.slick-dots li.slick-active button {
    background-color: rgba(255,255,255,.5);
}

@media (max-width: 576px) {
	.home-slider .slide-wrapper h2.title-slider {
		font-size: 2em;
	}
	.home-slider .slide-wrapper .btn-slider {
		font-size: 14px;
		margin-top: .5em;
		padding: .35em 1.25em;
	}
}

body:not(.home) .wrapper {
    padding-top: 8em;
}

body:not(.home) .wrapper section {
    padding: 0 0 5em;
}

body:not(.home) .dgwt-wcas-search-form {
	margin-bottom: 1em;
}

@media (min-width: 768px) {
	.wrapper {
		min-height: calc(100vh - 60px);
	}
}

.ur-frontend-form {
    border: 0;
}

.ur-form-row span.input-wrapper {
    width: 100%;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin: 0;
}

.ur-field-item.field-checkbox.no-label .ur-label {
    display: none!important;
}

.ur-field-item.field-checkbox[data-field-id="desguaces"] li.ur-checkbox-list {margin: 0!important;}

.ur-field-item.field-checkbox[data-field-id="desguaces"] li.ur-checkbox-list label.ur-checkbox-label {font-weight: normal;}

.ur-field-item.field-checkbox[data-field-id="check_box_1643277564"] {margin-top: 1em!important;}

.ur-field-item.field-checkbox ul {
    padding: 0;
    font-weight: bold;
    width: 100%;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type=checkbox] {
    margin-top: -1px;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li label {
	color: #868686!Important
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    font-size: 16px;
    font-weight: bold;
    background: #214590;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    border-color: transparent  #214590 transparent;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before {
    border-right-color: #214590;
}


/* paginador */

.page-numbers {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.page-numbers li {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.page-numbers > li {
    display: inline;
}

.page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
    margin-left: 0;
}

span.page-numbers.current {
    background-color:#224690;
    border-color: #fff;
    color: #fff;
    border-radius: 0!important;
}

.page-numbers > li > a,
.page-numbers > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #595856;
    text-decoration: none;
}

.page-numbers > li > a:hover, .page-numbers > li > span:hover,
.page-numbers > li > a:focus, .page-numbers > li > span:focus {
    color: #224690;
    background-color: #eee;
    border-color: #fff;
    border-radius: 0!important;
    border: 0;
}


.woocommerce ul#shipping_method li label {
    color: #868686!important;
}

.woocommerce ul#shipping_method li input {
    width: auto;
    top: 4px;
    position: relative;
}

#shipping_method_0_local_pickup1:checked + label[for=shipping_method_0_local_pickup1]::after {
    display: block;
	font-weight: normal;
    content: "En caso de finalizar la compra en el punto de venta, utilizar el cupón: TRASPASOCLIENTE";
}

/** FORMULARIO CUPONES CLIENTE **/

.cupones_cliente_form_wrapper {
	border: 1px solid #ccc;
	padding: 1em;
}

.cupones_cliente_form_wrapper input.acf-button {
    width: auto;
    display: table!important;
    margin: 2em auto 1em!important;
    float: none;
}

.cupones_cliente_form_wrapper .acf-fields > .acf-field {
    border: 0!important;
    padding: 0 1em;
	margin-bottom: 1em;
}

.cupones_cliente_form_wrapper  .acf-field input[type=text], 
.cupones_cliente_form_wrapper .acf-field input[type=email] {
    background: #fff;
    border: 1px solid #ccc;
    padding: .5em .5em;
}

.cupones_cliente_form_wrapper  .acf-field .acf-label label {
    font-size: .9em;
    margin: 0!important;
}

.cupones_cliente_form_wrapper  .acf-field .acf-label {
    margin: 0;
}

.cupon {
    border: 1px solid #ccc;
    padding: 1em;
}

.cupon .codigo_wrapper {
    background: #eee;
    padding: 1em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
}

.cupon span.label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .8em;
}

.cupon .codigo_wrapper span.label {
    font-size: .75em;
}

.cupon .codigo_wrapper span.cupon_code {
    font-size: 2em;
	color: #214590;
    font-weight: bold;
}

@media (min-width: 576px) {
	#cupon-dialog .modal-dialog {
		max-width: 800px;
	}
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    width: 100%;
}

.__PrivateStripeElement {
    width: 100%;
    min-width: 300px;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: 0.5em 0.5em 0 0;
    position: relative;
}

.acf-field-61e95e64eb779 input[type="radio"] {
    width: auto;
}

.home-slider .slide-wrapper .video-slider-wrapper {
    z-index: 0!important;
    position: relative;
    height: 100%;
    width: auto;
}

.home-slider .slide-wrapper .video-slider-wrapper video {
    position: absolute;
}

.home-slider .slide-wrapper:after {
    content: "";
    background: rgba(0,0,0,.35);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0!important;
}

@media all and (orientation: portrait) { 

	.home-slider .slide-wrapper .video-slider-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.home-slider .slide-wrapper .video-slider-wrapper video {
		height: 100%;
	}

}

.wrapper-documentos {
    background: #eee;
    padding: 1em 1.5em;
}

.wrapper-documentos h3 {
    padding: 0;
    margin: 0 0 1em;
	color: #224690;
}

.wrapper-info {
    display: flex;
    align-items: center;
}

.wrapper-info .direccion p {
    margin-bottom: 0;
}

.wrapper-info span.icon {
    border: 3px solid #224690;
    color: #224690;
    font-size: 24px;
    width: 50px;
    text-align: center;
    border-radius: 50px;
    padding: 4px 10px;
    margin-right: .5em;
}

.wrapper-info .telefono {
    font-weight: bold;
    font-size: 1.5em;
}

form.search-form input#search {
    background: #fff;
    width: 100%;
    font-size: .65em;
    padding: .5em 1em;
    height: 40px;
}

form.search-form input[type="submit"] {
    width: 10%;
    min-width: 130px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #214590;
    font-size: 14px;
    padding: .5em;
    height: 40px;
	cursor: pointer;
}

body:not(.home) form.search-form input#search {
    border: 1px solid #ccc;
    font-size: 1em;
}

div#filter-wrapper {
    position: absolute;
    background: #fff;
    z-index: 1;
	opacity: 0;
    padding: 0em;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 65px;
    max-height: 0px;
    overflow: hidden;
}

div#filter-wrapper.show {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
    max-height: 1000px;
}