@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: Philosopher;
  src: url('../fonts/Philosopher-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Philosopher-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Philosopher-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Philosopher-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Philosopher-Regular.svg#svgPhilosopher-Regular') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: GochiHand;
  src: url('../fonts/GochiHand-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GochiHand-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GochiHand-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/GochiHand-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/GochiHand-Regular.svg#svgGochiHand-Regular') format('svg'); /* Legacy iOS */
}

body{
	font-size: 16px;
}
.wrapper {
    padding: 0px 0;
}
.text-primary{
	color: #E95095;
}
.text-beige {
	color: #ECD6C4;
}
.bg-primary{
	background-color: #E95095 !important;
}
.text-white a{
	color: #FFFFFF;
}
.text-font-philosopher {
	font-family: Philosopher;
}
.text-white a:hover{
	color: #E95095;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom: 20px;
}
a, a i{
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover{
	color: #E95095;
	text-decoration: none;
}

a.understrap-read-more-link {
    font-size: 16px;
    color: #E95095 !important;
	border: solid 1px #E95095 !important;
	border-radius: 5px;
	background-color: transparent;
}
a.understrap-read-more-link:hover{
	background-color: #C5247C;
	color: #FFF !important;
	
}
.vc_btn3{
	font-size: 16px !important;
}
.edit-link { display: none; }
input {
    outline: none !important;
}
/*input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], input[type=tel], textarea {
    padding: 10px !important;
    background-color: #FBFBFB !important;
    color: #333 !important;
    outline: 0 !important;
    border: 0 !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    font-weight: 300 !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
    border-radius: 5px !important;
    width: 100% !important;
}
input[type=submit] {
    background-color: #e95095 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 10px 90px !important;
	width: auto !important;
    height: auto !important;
    font-size: 20px !important;
}*/
/*input[type=submit]:hover{
	background-color: #BC3B82 !important;
}*/
.btn-outline-primary.focus, .btn-outline-primary:focus, .wpcf7 input.focus[type=submit], .wpcf7 input:focus[type=submit] {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus, .wpcf7 .show>input.dropdown-toggle:focus[type=submit], .wpcf7 input:not(:disabled):not(.disabled).active:focus[type=submit], .wpcf7 input:not(:disabled):not(.disabled):active:focus[type=submit] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner span.vc_icon_element-icon{
	font-size: 38px !important;
}

.header_site{
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

#jig2 {
	display: none !important;
}
/************************** Header Top ***************************/
.header_top{
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header_top i{
	font-size: 20px;
	color: #666;
}
.header_top a{
	margin-right: 7px;
}
.header_top a:last-child{
	margin-right: 0px;
}
.header_top a:hover{
	color: #E95095;
}
.header_top a i:hover{
	color: #E95095;
}
.top_menu ul{
	margin: 0;
	padding: 0;
}
.top_menu ul li{
	list-style: none;
	float: left;
	margin-right: 20px;
}
.top_menu i{
	font-size: 18px;
	position: relative;
    top: 2px;
}
.navbar-brand{
	font-size: 36px;
}
#mysticky-nav .myfixed{
	box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.2);
}

/************************** Menú Principal ***************************/
.menu_primary .nav li{
	font-size: 18px;
}
.menu_primary .nav li a {
	padding: 0 10px;
}
.menu_primary .nav li.active a{
	color: #E95095;
}
.dropdown-menu{
	border: none;
    border-radius: 0;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
	padding: 0;
}
.dropdown-menu li a{
	color: #333 !important;
}
.dropdown-menu li.active a {
    color: #ffffff !important;
    background-color: #E95095;
    border-radius: 0;
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #f8f9fa;
    border-radius: 0;
}
.dropdown-toggle::after {
    position: relative;
    top: 2px;
}

/************************** Footer ***************************/
.content_newsletter{
	background-color: #E95095;
	padding-top: 40px;
	padding-bottom: 22px;
}
.content_newsletter .wpcf7{
	max-width: 100%;
}
.content_newsletter .btn-outline-primary, .content_newsletter .wpcf7 input[type=submit] {
    color: #e95095 !important;
    background-color: #FFF !important;
    font-size: 16px !important;
    padding: inherit !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    max-width: 100%;
    min-width: 100%;
}
.content_newsletter .wpcf7 input[type=submit]:hover{
	background-color: #BC3B82 !important;
	color: #FFF !important;
	border-color: #BC3B82 !important;
}

.content_newsletter input{
	background-color: transparent !important;
	color: #FFF !important;
	border: solid 1px #FFF !important;
}
.content_newsletter input[type="email"]::-webkit-input-placeholder, .content_newsletter input[type="text"]::-webkit-input-placeholder, .content_newsletter input[type="email"]::placeholder, .content_newsletter input[type="text"]::placeholder{
	margin-bottom: 20px;
	color: #FFF;
	opacity: 1; /* Firefox */
}
.content_newsletter input[type="email"]:-ms-input-placeholder, .content_newsletter input[type="text"]:-ms-input-placeholder{
	color: #FFF;
}
.content_newsletter input[type="email"]::-ms-input-placeholder, .content_newsletter input[type="text"]::-ms-input-placeholder{
	color: #FFF;
}
.content_newsletter input:focus{
	box-shadow: none !important;
	border-color: #BC3B82 !important;
}

.footer_top{
	background: url(https://drive.google.com/uc?id=1e6ykMlarmPEJnKsSjH3muP6a1U82Zclq) no-repeat;
	padding-top: 85px;
	padding-bottom: 85px;
}
.footer_top .social_f i {
    font-size: 26px;
    padding-left: 10px;
    padding-right: 10px;
	color: #FFF;
}
.footer_top .social_f a i:hover{
	color: #E95095;
}
.footer_top hr {
    border-top: 1px solid #FFF;
    margin-top: 30px;
    margin-bottom: 30px;
	width: 70%;
}
.footer_bottom {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-internas {
	padding-top: 50px !important;
    padding-bottom: 30px !important;
    background-image: url(http://tiendavieja.com/wp-content/uploads/2019/06/bg-homeseccion6.jpg?id=97) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.footer_menu ul{
	margin: 0;
	padding: 0;
}
.footer_menu li{
	float: left;
	margin-right: 20px;
	list-style: none;
}
.footer_menu li:last-child{
	margin-right: 0;
}
/************************** Contact ***************************/
.social_contact a {
    display: inline-block;
    margin-right: 10px;
}
.social_contact i {
    color: #e95095;
    border: solid 2px #e95095;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    padding-top: 13px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social_contact a i:hover {
    background-color: #e95095;
    color: #fff;
}
.icons_form span {
    position: relative;
    display: block;
}
.icons_form span:before {
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 20px;
    color: #afafaf;
}
.icons_form input[type=email], .icons_form input[type=password], .icons_form input[type=search], .icons_form input[type=text], .icons_form input[type=url], .icons_form input[type=tel], .icons_form textarea {
    padding-left: 46px !important;
    margin-bottom: 0 !important;
}
.icons_form span.nombre:before {
    content: "\f007";
}
.icons_form span.email:before {
    content: "\f0e0";
}
.icons_form span.telefono:before {
    content: "\f095";
}
.icons_form span.mensaje:before {
    content: "\f044";
}

/************************** Blog ***************************/
.blog #index-wrapper {
	padding-bottom: 0px !important;
}
.internas-blog-title {
	padding-bottom: 55px !important;
    background-image: url(http://tiendavieja.com/wp-content/uploads/2019/07/banner-variostituares.jpg?id=256) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.titulo-blog-container {
	margin-top: 145px
}
#index-wrapper{
	padding-bottom: 30px;
}
#index-wrapper .entry-footer{
	display: none;
}
.title_section{
	background-color: #FFF;
	padding-top: 85px;
	padding-bottom: 65px;
}
img.wp-post-image{
	padding-bottom: 20px;
}
#index-wrapper .entry-meta{
	font-size: 14px;
    color: #b2b2b2;
    padding-bottom: 5px;
}
#index-wrapper .entry-meta a{
    color: #b2b2b2;
}
#index-wrapper article{
	padding-bottom: 40px;
	margin-bottom: 30px;
}
#single-wrapper{
	padding-bottom: 85px;
}
#single-wrapper article{
	padding-bottom: 40px;
}
#single-wrapper .entry-meta, #single-wrapper .entry-meta a{
	font-size: 14px;
    padding-bottom: 10px;
    color: #b2b2b2;
}
.the_champ_sharing_title, .the_champ_sharing_container{
	padding-bottom: 20px;
}
nav.post-navigation{
	padding-bottom: 20px;
}
.comments-area h2{
	font-size: 24px;
}
.comments-area .comment-metadata a {
    font-size: 14px;
    padding-bottom: 10px;
    color: #b2b2b2;
}
.widget-area .widget {
    margin-bottom: 30px;
    border: solid 1px #eaeaea;
}
.widget-area .widget ul {
    padding-left: 20px;
}
.widget-area .widget li{
	list-style: none;
	padding-bottom: 5px;
}
.widget-area h3.widget-title {
    background-color: #eaeaea;
    color: #333;
    font-size: 24px;
    padding: 10px;
}
.tags-links a{
	margin-left: 10px;
}
.header_site {
	position: absolute;
	width: 100%;
	z-index: 22;
	padding-top: 30px;
}
header p.site-title {
	margin-bottom: 0;
}
.menu_primary .nav li.active a {
	color: #c1a791;
}
.menu_primary .nav li a {
	font-family: Philosopher;
	background-image: url(../images/bg-btnmenu.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	color: #e0c1a3;
	font-size: 24px;
	line-height: 35px;
}
.header_site .text-right {
	position: relative;
	top: -5px;
}
.header_site .text-right #main-menu li {
	padding: 0 2.5px;
}
.ult-carousel-wrapper.slider-eventos {
	background-image: url(../images/bg-proximos.png);	
	visibility: visible;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.ult-carousel-wrapper.slider-eventos-page  {
	background-image: url(../images/bg-proximos-page.png);	
	visibility: visible;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 0px !important;
    padding-top: 63px !important;
    padding-right: 90px !important;
    padding-bottom: 62px !important;
    padding-left: 90px !important;
}
.col-slider-eventos-slider {
	margin-left: 50px !important;
}
.homesiguenos {
	background-image: url(../images/bg-homesiguenos.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 70px;
}
ul.siguenoshome {
	list-style: none;
	padding: 0;
	float: right;
	padding-top: 130px;
}
ul.siguenoshome li:first-child {
	margin-top: 30px;
}
ul.siguenoshome li span, ul.siguenoshome li {
	font-size: 39px;
	font-family: GochiHand;
	color: #e0c1a3;
}
ul.siguenoshome li span {
	width: 130px;
	display: inline-block;
	text-align: right;
	margin-right: 15px;
}
ul.siguenoshome li:last-child {
	border-top: 3px solid #e0c1a3;
	margin-top: 15px;
	padding-top: 11px;
}
a.servicio-box {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 251px 15px 15px;
	text-align: left;
	display: block;
	transition: background-size 1s ease-in;
	background-position: center center;
}

a.servicio-box span {
	font-family: GochiHand;
	color: #e0c1a3;
	font-size: 30px;
}
a.btn-cafe {
	font-family: Philosopher;
	background-image: url(../images/bg-btnmenu.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	color: #e0c1a3;
	font-size: 24px;
	line-height: 35px;
}
.post-institucional {
	display: block;
	background-color: rgba(45, 16, 8, 0.8);
	padding: 50px 15px 40px;
	min-height: 310px;
}
.post-institucional h3 {
	color: #e0c1a3;
	font-size: 35px;
	text-align: center;
	font-family: GochiHand;
	margin-bottom: 10px;
}
.post-institucional p {
	color: #fff;
	font-family: Philosopher;
	text-align: center;
	line-height: 20px;
}
.post-institucional a.btn-cafe {
	display: table;
	margin: 35px auto 0;
	padding: 0 15px;
}
h2.titulo-servicios {
	background-image: url(../images/bg-btnservicios.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	color: #e0c1a3;
	font-family: GochiHand;
	font-size: 70px;
	letter-spacing: 2px;
	display: table;
	margin: 0 auto 50px;
	width: 410px;
}
h2.titulo-reserva {
	background-image: url(../images/bg-btnservicios.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	color: #e0c1a3;
	font-family: GochiHand;
	font-size: 70px;
	letter-spacing: 2px;
	display: table;
	margin: 0 auto 15px;
	width: 410px;
}
h2.titulo-promociones {
	background-image: url(../images/bg-btnpromociones.png);
    background-size: 450px 81px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #e0c1a3;
    font-family: GochiHand;
    font-size: 70px;
    letter-spacing: 2px;
    display: table;
    margin: 0 auto 15px;
    width: 480px;
}
a.btn-vermasservicios {
	font-family: Philosopher;
	display: table;
	background-image: url(../images/bg-vermasservicios.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	color: #e0c1a3;
	font-size: 24px;
	line-height: 75px;
	width: 290px;
	margin: 35px auto 0;
}
a.btn-vermasreserva {
	font-family: Philosopher;
	display: inline-block;
	background-image: url(../images/bg-vermasreserva.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	/* border-radius: 5px; */
	color: #e0c1a3;
	font-size: 36px;
	line-height: 50px;
	width: 230px;
	margin: 0;
	height: 60px;
	/* float: left; */
	top: -5px;
	position: relative;
	left: -5px;
}
.home-seccion4 p, .home-seccion5 p {
	font-family: Philosopher;
	font-size: 20px;
}
.home-seccion-subtitle p {
	font-family: Philosopher;
	font-size: 31px;
}
.contact-seccion-subtitle p {
	font-family: Philosopher;
	font-size: 25px;
}

/* ROTAR SILLAS */
.sillas-box {
	position: relative;
	width: 195px;
	height: 360px;
	overflow: hidden;
	/* float: left; */
	display: table;
	margin: 0 auto !important;
}
.sillas-box .sillas-wrapper {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
}
.sillas-box .sillas-wrapper .imagen-rotar {
    display:block;
    position:relative;
    z-index:10;
    margin: 0;
}
.sillas-box .sillas-wrapper .imagen-rotar2 {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.sillas-box .sillas-wrapper .imagen-rotar2 {
    top:0;
    left:0;
    width:100%;
    height:100%;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
		
	-webkit-backface-visibility: hidden;

}
.sillas-box .sillas-wrapper .imagen-rotar {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
		
    -webkit-backface-visibility: hidden;
		
}
.sillas-box .sillas-wrapper:hover .imagen-rotar,.sillas-wrapper.hover .imagen-rotar {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.sillas-box .sillas-wrapper:hover .imagen-rotar2,.sillas-wrapper.hover .imagen-rotar2 {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}

.pic {
    /* border: 10px solid #fff; */
    /* float: left; */
    height: 361px;
    width: 196px;
    margin: 20px;
    overflow: hidden;
    /* -webkit-box-shadow: 5px 5px 5px #111; */
    /* box-shadow: 5px 5px 5px #111; */
}
.gadgetronicx_flip_container {
    width: 196px;
    height: 361px;
}
.gadgetronicx_flip {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
.gadgetronicx_flip_front, .gadgetronicx_flip_back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.gadgetronicx_flip_front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.gadgetronicx_flip_back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.gadgetronicx_flip_container:hover .gadgetronicx_flip {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* ROTAR SILLAS FIN*/

.texto-reservahome span {
	font-size: 60px;
	color: #e0c1a3;
}
.titulo-siguenos {
	font-family: GochiHand;
	font-size: 45px;
	color: #e0c1a3;
	letter-spacing: 2px;
}
.titulo-servicios {
    font-family: GochiHand;
    font-size: 41px;
    color: #e0c1a3;
    letter-spacing: 2px;
}
.patrocinadores-box ul {
	padding: 0;
	list-style: none;
	display: table;
	margin: 0 auto;
	padding-bottom: 50px;
	border-bottom: 1px solid #e0c1a3;
}
.patrocinadores-box ul li {
	display: inline-block;
	padding: 0 20px;
}
.nl-texto h3 {
	font-family: Philosopher;
	color: #c1976d;
	font-size: 40px;
	margin-bottom: 0;
	font-weight: bold;
}
.nl-texto h4 {
	font-family: Philosopher;
	color: #c1976d;
	font-size: 30px;
}
.nl-texto h5 {
	color: #c1976d;
	font-family: Philosopher;
}
.nl-texto a img {
	height: 30px;
}
.nl-box .wpcf7 .wpcf7-text, .nl-box .wpcf7 .wpcf7-submit {
	background: none !important;
	color: #c1976d !important;
	border: 1px solid #c1976d;
	border-radius: 10px;
	font-family: Philosopher;
	font-size: 22px;
}
.nl-box .wpcf7 .wpcf7-submit {
	line-height: 12px;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type="color"], .wpcf7 input:focus[type="date"], .wpcf7 input:focus[type="datetime-local"], .wpcf7 input:focus[type="datetime"], .wpcf7 input:focus[type="email"], .wpcf7 input:focus[type="file"], .wpcf7 input:focus[type="month"], .wpcf7 input:focus[type="number"], .wpcf7 input:focus[type="range"], .wpcf7 input:focus[type="search"], .wpcf7 input:focus[type="submit"], .wpcf7 input:focus[type="tel"], .wpcf7 input:focus[type="text"], .wpcf7 input:focus[type="time"], .wpcf7 input:focus[type="url"], .wpcf7 input:focus[type="week"], .wpcf7 select:focus, .wpcf7 textarea:focus {
	color: #c1976d !important;
	background-color: transparent !important;
	border-color: #c1976d;
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.nl-box .wpcf7 .wpcf7-text::placeholder {
	color: #c1976d;
}
.nl-box .wpcf7 {
	max-width: 100%;
	margin: 30px 0 0 0 !important;
}
.nl-box .wpcf7 input:hover[type="submit"] {
	border-color: #c1976d;
	background-color: #c1976d !important;
	color: #fff !important;
}
ul.enlaces-copy {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.enlaces-copy li {
	display: inline-block;
	margin-right: 15px;
	font-weight: 100;
}
.footer_bottom .col-md-5 {
	font-weight: 100;
}
ul.enlaces-copy li a:hover, .footer_bottom .col-md-5 a:hover {
	color: #c1976d;
}
.footer_bottom {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #42210b !important;
}
.baldosas-bn {
	padding: 120px 0;
	background-image: url(../images/bg-baldosas.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
}

.form-contact .wpcf7 .wpcf7-text, 
.form-contact .wpcf7 textarea,
.form-contact .wpcf7 .wpcf7-submit {
	background: rgba(56, 26, 12, 0.7) !important;
	color: #c1976d !important;
	border: 1px solid #c1976d;
	border-radius: 10px;
	font-family: Philosopher;
	font-size: 22px;
	margin-bottom: 15px;
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}
.form-reservas .wpcf7 .wpcf7-submit {
	background-image: url('https://www.tiendavieja.com/wp-content/uploads/2019/07/reservar-btn.png') !important;
}
.form-contact .wpcf7 .wpcf7-submit {
	background: none !important;
	border: none;
	font-family: Philosopher;
	display: table;
	background-image: url('../images/bg-vermasservicios.png') !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	border-radius: 5px;
	color: #e0c1a3 !important;
	font-size: 25px;
	padding: 25px 0px;
	line-height: 0px;
	width: 250px;
	margin: 15px auto 0px;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type="color"], 
.wpcf7 input:focus[type="date"], .wpcf7 input:focus[type="datetime-local"], 
.wpcf7 input:focus[type="datetime"], .wpcf7 input:focus[type="email"], .wpcf7 input:focus[type="file"], 
.wpcf7 input:focus[type="month"], .wpcf7 input:focus[type="number"], .wpcf7 input:focus[type="range"], 
.wpcf7 input:focus[type="search"], .wpcf7 input:focus[type="tel"], 
.wpcf7 input:focus[type="text"], .wpcf7 input:focus[type="time"], .wpcf7 input:focus[type="url"], 
.wpcf7 input:focus[type="week"], .wpcf7 select:focus, .wpcf7 textarea:focus {
	color: #c1976d !important;
	background: #452510 !important;
	border-color: #c1976d;
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.form-contact .wpcf7 .wpcf7-text::placeholder, .form-contact .wpcf7 textarea::placeholder  {
	color: #c1976d;
}
.form-contact .wpcf7 {
	max-width: 100%;
}
.form-contact .wpcf7 .wpcf7-not-valid-tip {
    color: #dc3545;
    margin-bottom: 9px;
    background: #fff;
    display: inline-block;
}
/*whatsapp*/
    .whatsapp_fix{
        position: fixed;
        bottom: 10%;
        right: 0px;
        z-index: 5000;
    }
    .whatsapp_fix a{
        background-color: #25d366;
        color: #fff;
        display:inline-block;
        padding: 10px 10px;
        box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
        border-radius: 10px 0px 0px 10px;
    }
    .whatsapp_fix a:active {
        color:#FFF !important;
    }

    .whatsapp_fix a:hover{
        color:#FFF !important;
    }

    .whatsapp_fix a i{
        display:block;
        text-align: center;
        font-size: 50px;
    }

    .txt_1_chat{
        display: block;
        font-size: 30px;
        line-height: 30px;
    }

    .txt_2_chat{
        display: block;
        font-size: 16px;
        line-height: 18px;
    }
@media(max-width:1024px) {  
    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
        line-height: 20px !important;
    }
}
@media(max-width:992px) {       

    .whatsapp_fix{

        top:80%;

    }

    .whatsapp_fix a i {

        font-size: 40px;

    }

    .txt_1_chat {

        font-size: 22px;

        line-height: 22px;

    }
}
@media(max-width:767px) {

    .whatsapp_fix{

        left: 0;

        bottom: 5%;

        top: inherit;

    }

    .whatsapp_fix a {

        width: 260px;

        bottom:20px;

        left: 0px;

        border-radius: 0px 10px 10px 0px;
        text-decoration: none;

    }

    .whatsapp_fix a i {

        display: inline-block;

        float: left;

        margin-right: 10px;

    }

    .txt_1_chat {

        display: inline-block;

        float: left;

    }

    .txt_2_chat {

        line-height: 18px;

        display: inline-block;

        float: left;

        font-size: 14px;

    }

    .pic {
	    text-align: center;
	    width: 100%;
	    margin: 0px;
	}
	.gadgetronicx_flip_container {
	    width: 100%;
	    height: 361px;
	}
	.gadgetronicx_flip_front, .gadgetronicx_flip_back {
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	}
}