@charset "UTF-8";

.header-fixed{
	z-index: 99999;
}

.header-fixed.site-navigation-fixed{
	background-color: rgba(255,255,255,.95);
	/* -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 15%); */
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.15);
	-ms-box-shadow: 0 3px 5px rgba(0,0,0,.15);
	box-shadow: 0 3px 5px rgb(0 0 0 / 15%);
}

.site-navigation-fixed .logo-sitename a{
	color: #000000;
}

.site-navigation-fixed .primary-navigation a:hover, .site-navigation-fixed .primary-navigation a:link, .site-navigation-fixed .primary-navigation a:visited {
	color: #000000;
}

.site-navigation-fixed .logo-ppc {
	border-right: 1px solid #000000;
}

.logo-sitename{
	padding-left: 33px;
	top: 27px;
	position: absolute;
}

.logo-sitename a{
	color: #FFFFFF;
	text-decoration: none;
}

.logo-sticky{
	display: none;
}

.site-navigation-fixed .logo-sticky{
	display: block;
}

.site-navigation-fixed .logo-nosticky{
	display: none;
}

.search-btn{
	margin-left: 35px;
    padding-top: 6px;
}

.search-btn img{
	cursor: pointer;
}

/* The Modal (background) */
#modalSearch {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
#modalSearch .modal-content {
  margin: 7% auto; /* 15% from the top and centered */
  width: 35%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
#modalSearch .close {
  color: #aaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

#modalSearch .close:hover,
#modalSearch .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#modalSearch form label{
	display: none;
}

#modalSearch form input{
	margin: 0;
	border-radius: 7px;
}

#contenido-texto{
	padding-bottom: 50px;
}

#contenido-texto p {
	padding: 5px 0;
}

#contenido-texto p, #contenido-texto ul li{
	font-family: 'Montserrat', sans-serif;
	color: #7f7f7f;
	font-size: 18px;
}

#datos-comprar{
	padding: 50px 0;
}

#datos-contacto{
	padding: 50px 0;
}

#formulario-contacto{
	padding-bottom: 50px;
}

#formulario-contacto .content-form{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#formulario-contacto .content-form .col{
	width: 46%;
}

#formulario-contacto .content-form .col label{
	margin-bottom: 5px;
	margin-top: 10px;
}

#formulario-contacto .content-form .col input,
#formulario-contacto .content-form .col select{
		width: 100%;
}


#content-legal{
		padding: 50px 0;
}

#content-legal h1{
	font-family: 'Ropa Sans', sans-serif;
    color: #000000;
    font-size: 40px;
    margin-bottom: 20px;
}

#content-legal h2{
	color: #000000;
	margin-bottom: 10px;
}

#content-legal .content{
		font-family: 'Montserrat', sans-serif;
    color: #7f7f7f;
    font-size: 18px;
}

#content-legal .content p{
	padding-bottom: 20px;
}

#content-legal .content strong{
	color: #000000;
}


#datos-registro{
	padding: 50px 0;
}

#datos-registro .container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#datos-registro .container > div{
	width: 45%;
}

#datos-registro .btn{
	cursor: pointer;
	text-align: center;
	height: 64px;
	line-height: 64px;
	font-family: 'Ropa Sans', sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	padding: 0 50px;
	margin-right: 21px;
	transition: all .3s;
	cursor: pointer;
}

#datos-registro .btn.active{
	background-color: black;
}

#datos-registro .btn:hover{
	background-color: black;
}

/*.form-registro{
	display: none;
}*/

.form-registro .edwiser-bridge{
	max-width: 100% !important;
}

.form-registro .edwiser-bridge > div{
	flex-direction: column;
}

.form-registro .edwiser-bridge > div > div{
	width: 100%;
	max-width: 100% !important;
	top: 0;
}

.form-registro input{
	width: 100%;
}

.form-registro #rememberme{
	width: 25px;
}

.form-registro p{
	margin-top: 20px;
}

.form-registro p.aviso{
	font-size: 14px;
	color: #FF0000;
}

.eb-profile-row-block:has(#country), .eb-profile-row-block:has(#description) {
	display: none;
}

.activ-acomp{
	display: none;
}

input,
textarea,
select{
    border: 2px solid black !important;
}

label{
	   font-family: 'Ropa Sans', sans-serif;
    color: #000000;
    font-size: 22px;
}

.newsletter-input{
	position: relative;
}

.newsletter-input input{
	height: 44px;
	font-size: 14px;
	color: #7f7f7f;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid black !important;
}

.newsletter-submit{
	position: absolute;
	right: 0;
	top: 0;
	height: 42px;
	width: 40px;
}

.newsletter-submit input{
	position: absolute;
	right: -1px;
	top: 1px;
	height: 42px;
	width: 40px;
	border: none !important;
	background-image: url("assets/images/triangulo.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #bf0811 !important;
	font-size: 0;
	padding: 0;
}

.newsletter .wpcf7-not-valid-tip {
	font-size: 14px;
}

.newsletter .wpcf7-spinner{
	top: 10px;
	left: -55px;
}

.footer-top .wpcf7 form.invalid .wpcf7-response-output,
.footer-top .wpcf7 form.unaccepted .wpcf7-response-output,
.footer-top .wpcf7 form.payment-required .wpcf7-response-output,
.footer-top .wpcf7 form.failed .wpcf7-response-output,
.footer-top .wpcf7 form.aborted .wpcf7-response-output{
	font-size: 14px;
	margin: 1em 0 1em 0;
}

:focus-visible {
	outline: none;
}


