a:hover,
a:focus,
input[type="text"]:hover,
input[type="text"]:active,
input[type="number"]:hover,
input[type="number"]:active,
input[type="email"]:hover,
input[type="email"]:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
textarea:focus,
textarea:hover,
textarea:active,
input[type="submit"]:focus {
  text-decoration: none;
  outline: none !important;
}
input[type="checkbox"] {
   line-height: 2.1ex;
}
label{
	width: 100%;
}
input[type="submit"]{
	background: #E10016;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(125,125,125,.3);
	border: 0;
	padding: 5px;
	width: 50%;
	transition: .5s;
}
input[type="submit"]:hover{
	background: #fff;
	color: #E10016;
}
.w-15 {
    width: 15%!important;
}

#productos h5{
	color: #404040;
	font-family: "Choplin Light", Sans-serif;
	font-size: 25px;
}
#searchform{
	border: 1px solid #CED4DA;
	border-radius:5px;
	display: flex;
	justify-content: space-between;
	padding: 4px;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgb(125 125 125 / 20%);
	background: #fff;
}

#searchform .text:focus{
	box-shadow: none;
}
#searchform button{
	background:#E10016;
	border-color: #E10016;
	border-radius: 10px;
	padding: 3px 6px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form{
	background: #fff;
	padding: 15px 35px 0px 35px;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgb(125 125 125 / 30%);
}
.form h5{
	color: #E10016;
	text-align: center;
	font-family: "Choplin Light", Sans-serif;
	padding-bottom: 10px;
	font-weight: 600;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	background: #fff;
}
header{
	background: #F9F9F9;
}
nav{
	background: #000 !important;
}
nav ul li a{
	font-family: "Choplin Light", Sans-serif;
}
.text-white{
  color: #fff;
}
#topbar{
	border-bottom: 1px solid #979797;
	padding: 0px;
}
#topbar ul{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
#topbar ul li{
    padding: 0 10px;
    color: #43295E;
}
#block-17 ul li:first-child{
    padding-left: 25px !important;
}
#block-15 ul li{
    padding: 0 25px;
    border-right: 1px solid #43295E;
}
#block-17 a{
    vertical-align: text-bottom;
}
.dropdown-toggle::after {
  display: none;
}
/* MENÚ */
header{
	box-shadow: 0 0 5px 0 rgba(125,125,125,.5);
}
nav{
  padding: 0 !important;
}
nav ul li a{
  color: #fff !important;
  font-size: .95rem;
  font-weight: 500;
}
nav ul li a:hover{
  background: #323232;	
  border-bottom: 4px solid #E10016;
}



nav ul li.btn_menu a:hover{
  transition: .5s;
  background: #fff !important;
  color: #E10016 !important;
}
.navbar-default{
  width: 100%;
  box-shadow: 0px 2px 6px 0px rgba(125,125,125.5);
}
.dropdown-menu {
  background: #532F74 !important;
  margin: 0;
  border: 0;
  box-shadow: 0 3px 5px 0px rgba(0,0,0,.2);
  padding: 0;
  border-radius: 0;
}
.dropdown-menu li a {
  color: #fff !important;
  border-bottom: 1px solid #43295E;
  font-weight: 300;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #43295E;
  color: #fff !important;
  border-bottom: 4px solid #F4B728;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
  background-color: #43295E;
  color: #fff !important;
}
.dropdown-menu .nav-link {
  margin: 0 auto;
  padding: 4px 10px;
}
.dropdown-menu li a{
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus {
  color: #B47034 !important;
  background-color: #fff !important;
}

/* CUSTOM */
.buscador {
/*     width: 38px;
    height: 30px;
    float: right; */
    cursor: pointer;
    text-align: center;
/*     margin-left: 33px; */
/*     margin-top: 17px; */
	float: right;
    width: 18%;
    background: #D3D3D3;
    padding: 3px;
}
#search {
/*     margin-left: -28px;
    width: 0px;
    float: right; */
	width: 82%;
    float: left;
    background: #D3D3D3;
    border: 0;
    padding: 3px 10px;
}
#search:focus{
    outline: none;
}
#products .elementor-widget-wrap .elementor-widget-button{
	opacity: 0;
	transition: .5s ease-in-out;
}
#products .elementor-widget-wrap:hover .elementor-widget-button{
	transition: .5s ease-in-out;
	opacity: 1;
}
.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav{
  flex: auto !important;
}
.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav ul li{
  text-align: left;
}
.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav ul{
  box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
}
/* .acepto label{
  padding: 15px 0 15px 0;
} */
.wpcf7-list-item{
  margin: 0;
}
.acepto label{
	font-size: 13px;
}
.acepto label span{
  font-weight: 200;
  color: #656565;
  text-decoration: 
}
.acepto label a{
  color: #707070;
  font-weight: 600;
  text-decoration-line: underline;
}
.acepto label a:hover{
  color: #656565;
  font-weight: 600;
}
#valores .elementor-element-populated:hover{
    border: 1px solid #65B232;
    transition: .5s;
    transform: scale(1.05);
}
.navbar-brand{
  padding: 0;
  margin: 0;
  line-height: 0;
}
.navbar-brand figure{
    margin: 0;
}
figcaption{
  padding-top: 10px;
}
#products_services_section .elementor-widget-wrap:hover .caption{
  background: #59A82A;
  transition: .5s ease-in-out;
}
#products_services_section .elementor-widget-wrap:hover .caption .img .elementor-widget-container{
  background: #65B233;
  transition: .5s ease-in-out;
}
#products_services_section .elementor-widget-wrap:hover .caption .img .elementor-widget-container img{
  filter: brightness(0) invert(1);
  transition: .5s ease-in-out;
}

#products_services_section .elementor-widget-wrap:hover .caption .info .elementor-widget-container{
  color: #fff;
  transition: .5s ease-in-out;
}
.logo-menu{
  text-align: center;
}
.caret{
  color: #B47034;
}

.navbar-default {
  box-shadow: none;
  background: transparent;
  border: 0;
  /* margin-top: 30px; */
  border-radius: 0;
  margin-bottom: 0;
  min-height: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #727176 !important;
  font-weight: 400;
  text-transform: uppercase;
  /* font-size: 16px; */
}
.navbar-default .navbar-nav > li:last-child > a {
  border-right: 0;
}
.navbar-default .navbar-nav > li {
  padding: 10px 0;
}
.navbar-default {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease-in-out;
}
.item-child a:hover:before,
.item-child a:hover:after{
  display: none;
}
.navbar-default li a:hover:before {
  content: '';
  position: absolute;
  bottom: 0px !important;
  left: 0px;
  background: #B47034 !important;
  height: 3px;
  width: 50%;
}
.navbar-default li a:hover:after {
  content: '';
  position: absolute;
  bottom: 0px !important;
  left: 50%;
  background: #B47034 !important;
  height: 3px;
  width: 50%;
}

.navbar-default .navbar-toggle {
  border: 2px solid #ff0000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ff0000;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #000 !important;
  border: 2px solid #ff0000;
}
.nav>li>a {
    padding: 7px 12px !important;
}
#menu-servicios{
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
}
#menu-servicios .current-menu-item a{
    color: #fff;
}
#menu-servicios li{
    border-left: 4px solid transparent;
    padding: 12px;
}
#menu-servicios li a{
    color: #05111C;
}
#menu-servicios li.current-menu-item{
    border-left: 4px solid #05111C;
    padding: 12px;
    background-color: #65B233;
}
#menu-servicios .dropdown-toggle{
    white-space: normal;
}

/* FOOTER */
.widget.widget_block .wp-block-buttons{
    display: grid !important;
}
.wp-block-button__link{
    padding: 6px;
}
.col-1 .widgettitle{
  text-align: left;
  color: #43295E;
  font-size: 20px;
}
.col-3 .widgettitle{
  text-align: right;
  color: #B47034;
  font-size: 20px;
}
.textwidget h5{
  text-align: right;
  border-radius: 30px;
  color: #332f2e;
}
.enlaces-footer {
  background: #000000;
  padding: 40px 0 40px 0;
}
.widgettitle{
  text-align: left;
  font-size: 1.5rem;
  color: #43295E;
}
.footer-one:first-child ul{
  padding: 0;
  list-style: none;
  display: flex;
}
.footer-one:first-child ul li{
	padding: 0 10px;
}
.footer-one:first-child ul li:first-child{
	padding: 0;
}
.footer-one:nth-child(2){
	line-height: .6;
	color: #fff;
}
.footer-one a{
	color: #fff;
}
.footer-one .menu {
  justify-content: left !important;
  padding: 20px;
}
.footer-one .menu ul {
  justify-content: left !important;
  padding: 0px 15px;
}
.footer-one ul li::marker{
	color: #684489;
}

.footer-one ul li a {
  text-align: left;
  color: #332f2e;
  padding: 0;
  font-weight: 500;
  line-height: 1.5;
}
.footer-one ul li a i {
  width: 55%;
}
.copy {
  width: 100%;
  height: auto;
  padding: 0 15px 0 15px;
  overflow: hidden;
  background: #191E1E;
}
.copy span{
  color: #fff !important;
}
.copyr {
  float: left;
  padding-top: 13px;
  padding-bottom: 8px;
  color: #fff !important;
}
.copyr span{
  font-weight: 200;
}
.design{
  color: #fff !important;
}
.design a {
  color: #fff !important;
  text-decoration: none !important;
}
.texto-enlace > span {
  font-weight: 500;
  display: block;
}
.logos-footer {
  background: #ebebeb;
  border-top: 1px solid #222222;
  padding: 20px 0 0 0;
}

.logos-footer p {
  font-size: 11px !important;
  font-weight: bold;
}
.col-icons {
  padding: 0px;
  text-align: center;
}
footer.logos-footer {
  border-top: 1px solid #222222;
  padding: 20px 0 0 0;
}
footer ul li a {
  color: #333;
}
.footer-one:last-child{
	margin-top: -100px;
}
.footer-one ul{
	padding: 0 !important;
	list-style: none;
}
.footer-one img{
	height: auto;
    width: 90%;
}
.footer-one ul li{
	height: 40px !important;
}
.footer-one ul a{
	color: #fff !important;
	display: flex;
    align-items: center;
}
#container-owl{
	padding-bottom: 80px;
}
.owl-item h4,
#productos .item h4{
	/*font-family: "LASVALLES Vintage", Sans-serif;*/
	font-family: "Choplin Light", Sans-serif;
	font-size: 25px;
    margin-bottom: 15px;
    line-height: 0.9;
    padding: 0 15px;
	transition: .5s ease-in-out;
}
#productos .item:hover h4{
	color: #fff;
}
.owl-item.active,
.owl-item.active+.active+.active,
#productos .item{
	background-image: url('https://pruebasneuro.co/N-1009/wp-content/uploads/2021/09/bg-receta-inactive.jpg');
	background-size: cover;
	background-position: center center;
    text-align: center;
	border-radius: 35px;
	transition: .5s ease-in-out;
	box-shadow: 0 0 10px 0 rgb(125 125 125 / 50%);
}
.owl-item.active h4,
.owl-item.active+.active+.active h4{
	color: #333;
}
.owl-item.active+.active,
#productos .item:hover{
	background-image: url('https://pruebasneuro.co/N-1009/wp-content/uploads/2021/09/bg-receta-active2.jpg');
	background-size: cover;
	background-position: center center;
    text-align: center;
	border-radius: 35px;
	transition: .5s ease-in-out;
}
.owl-stage{
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-item+.active .img{
	width: 75% !important;
	margin: 0 auto;
	transition: .5s;
}
.owl-item.active+.active+.active .img{
	width: 75% !important;
	margin: 0 auto;
	transition: .5s;
}

.owl-item.active+.active .img{
	width: 100% !important;
	margin: 0 auto;
	transition: .5s;
}

.owl-item.active+.active h4{
	color: #fff;
}

.btn-receta{
	visibility: hidden;
	opacity: 0 !important;
	transition: .5s ease-in-out;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	width: 100%;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.owl-item:hover .btn-receta,
#productos .item:hover .btn-receta{
	visibility: inherit;
	opacity: 1 !important;
	transition: .5s ease-in-out;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	width: 100%;
    background: #E10016;
    color: #fff;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

#galeria .carousel-inner{
	border-radius: 15px;
}
.container-recetas{
	padding-top: 120px;
}
.single-receta .info h2{
	color: #fff;
	padding-bottom: 15px;
}
.single-receta .info .media-body{
	color: #fff;
	line-height: 1;
}
.single-receta .info .media-body h5{
	margin: 0;
	font-size: 14px;
}
.single-receta .info .media-body span{
	font-size: 20px;
}
.single-receta .info span{
	color: #fff;
	font-weight: 300;
	font-size: 15px;
}
.single-receta .info .share{
	color: #E10016;
}
.container-preparacion h2{
	color: #E10016;
	padding-bottom: 15px;
}
.container-preparacion h2 span{
	font-size: 25px;
}
.container-preparacion p{
	font-weight: 500;
	font-size: 14px;
}
.container-preparacion hr{
	width: auto;
    height: 100%;
    margin: 0;
    border: 0;
    border-right: 2px solid #B6B6B6;
}
#productos .item:hover .info{
	color: #fff;
	transition: .5s ease-in-out;
}
#productos .item:hover .info img{
	filter: invert(100%);
	transition: .5s ease-in-out;
}
.navbar-light .navbar-toggler{
	border: 1px solid #fff !important;
}
.navbar-dark .navbar-toggler{
	background: #E10016;
	border: 1px solid #E10016;
}
.navbar-dark .navbar-toggler:focus{
	outline: none;
}

