/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

img.logo.img-responsive{
  width: auto !important;
}
.banner-main img{
	width: 100% !important;
}

.block-flex{
	display: flex;
	flex-direction: row;
}
.block{
	width: 50%;
}
.container.block-flex{
	margin-top: 64px;
	margin-bottom: 64px;
	background: white !important;
	flex-wrap: wrap;
	align-items: center;
}
#innovadeluxe{
	background: white !important;
}
#innovadeluxe h2{
	color: #e11167;
	text-transform: uppercase;
}
.block-group{
	display: flex;
    flex-direction: row;
    margin-top: 64px;
    margin-bottom: 64px;
}
.cms1,
.cms2{
	width: 100% !important;
}
.cms2 a,
.cms1 a{
	height: 300px;
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 800;
}
.cms1 a{
	background: #07c1fd;
	color: white !important;
}
.cms2 a{
	background: #b1e3f3;
	color: white !important;
}
.cms2 a:hover,
.cms1 a:hover{
	opacity: 0.8;
}
.block-2-colum{
	padding: 0 24px;
}
.block-text{
	padding: 36px;
}
@media (max-width: 980px){
	.block-text{
		width: 100%;
	}
	.block-img{
		width: 100% !important;
	    justify-content: center;
		align-items: center;
		display: flex;
	}
	.block-group{
		flex-direction: column;
	}
	.cms2 a,
	.cms1 a{
		width: 100%;
	}
	.block-2-colum{
		flex-direction: column;
	}
}
/*.header-top .add button,
.top-menu a.dropdown-item{
padding: 6px 20px;
background: #ff0069;
color: white !important;
animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@media (min-width: 992px){
	.container {
		width: 1024px !important;
	}
}
#custom-text{
	padding: 0px !important;
}
.header-top > .container > .row{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px){
	#header .header-nav .top-logo {
	    line-height: 50px;
	    vertical-align: middle;
	    width: 200px;
	    margin: 0 auto;
	}
}
@media (max-width: 767px){
	#header .header-nav .top-logo a img {
		margin: 0 auto;
		display: block;
	}
}

iframe{
	margin-top: 24px;
}*/
#custom-text{
	padding: 0px !important;
}
.go-product{
    background: #ff0074;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%;
    display: block;
    padding: 16px;
    letter-spacing: 1.2px;
    transition: all 0.5s;
}
.go-product:hover,.go-product:focus{
	background: #84003c;
	letter-spacing: 1.6px;
	color: white;
	animation: none !important;
}

#carousel .direction{
	display: none !important;
}

.carousel .carousel-inner{
	height: auto !important;
}

.go-product{
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.3; }
  100% { opacity: 1.0; }
}
.featured-products h2{
	display: none;
}
.instrucciones{
	display: flex;
	flex-direction: row;
	margin-bottom: 32px;
}
@media (max-width: 668px){
 .instrucciones{
	flex-direction: column;
 }
}
.top-menu{
	margin-bottom: 0px !important;
}
@media (min-width: 669px){
	.header-top .container .row{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
}

.block-demo{
	text-align: center;
    border: 4px solid #2fb5d2;
    padding: 24px 0px;
    background-color: white;
    margin-bottom: 24px !important;
    border-radius: 16px;
}

.block-demo p{
	margin-bottom: 8px !important;
	font-size: 20px;
    color: #2fb5d2;
}

.property {
	margin-top: 40px;
	margin-bottom: 40px;
}

.property .title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px;
}

.property ol {
    counter-reset: li; 
    list-style: none; 
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.property ol {
    margin: 0 0 0 2em; 
}

.property ol li{
    position: relative;
    display: block;
    padding: 16px 32px;
    font-size: 18px;
    *padding: .4em;
    margin: 16px 0px;
    background: #fff;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.property ol li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    color: white !important;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #08adff;
    height: 40px;
    width: 40px;
    line-height: 32px;
    border: .3em solid #f1f1f1;
    text-align: center;
    font-weight: 700;
    border-radius: 2em;
    transition: all .3s ease-out;
}
.new-alert:lang(es):after{
	content: "NUEVO";
    background: #fe0d8c;
    color: white!important;
    padding: 4px 8px;
    position: absolute;
    font-size: 10px;
    margin-left: 8px;
    border-radius: 4px;
}
.new-alert:lang(fr):after{
	content: "NOUVEAU";
    background: #fe0d8c;
    color: white!important;
    padding: 4px 8px;
    position: absolute;
    font-size: 10px;
    margin-left: 8px;
    border-radius: 4px;
}
.new-alert:lang(gb):after{
	content: "NEW";
    background: #fe0d8c;
    color: white!important;
    padding: 4px 8px;
    position: absolute;
    font-size: 10px;
    margin-left: 8px;
    border-radius: 4px;
}
.new-alert:lang(it):after{
	content: "NUOVO";
    background: #fe0d8c;
    color: white!important;
    padding: 4px 8px;
    position: absolute;
    font-size: 10px;
    margin-left: 8px;
    border-radius: 4px;
}
.new-alert:lang(pt):after {
    content: "NOVO";
    background: #fe0d8c;
    color: white!important;
    padding: 4px 8px;
    position: absolute;
    font-size: 10px;
    margin-left: 8px;
    border-radius: 4px;
}
.custom-block{
    background: #fddfed;
    padding: 40px;
    border: 4px solid #de0066;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}
.custom-block h3{
    font-size: 24px;
    color: #de0066;
}
.custom-block {
  font-size: 18px;
}
.important-alert:lang(es):after{
  content: "¡IMPORTANTE!";
    background: #fe9e0d;
    color: white!important;
    padding: 4px 8px;
    position: absolute;
    font-size: 10px;
    margin-left: 8px;
    border-radius: 4px;
}
.important-alert:lang(fr):after{
  content: "¡IMPORTANT!";
    background: #fe9e0d;
    color: white!important;
    padding: 4px 8px;
    position: absolute;
    font-size: 10px;
    margin-left: 8px;
    border-radius: 4px;
}
.important-alert:lang(gb):after{
  content: "¡IMPORTANT!";
    background: #fe9e0d;
    color: white!important;
    padding: 4px 8px;
    position: absolute;
    font-size: 10px;
    margin-left: 8px;
    border-radius: 4px;
}
.important-alert:lang(it):after{
  content: "!IMPORTANTE¡";
    background: #fe9e0d;
    color: white!important;
    padding: 4px 8px;
    position: absolute;
    font-size: 10px;
    margin-left: 8px;
    border-radius: 4px;
}
.important-alert:lang(pt):after {
    content: "IMPORTANTE";
    background: #fe9e0d;
    color: white!important;
    padding: 4px 8px;
    position: absolute;
    font-size: 10px;
    margin-left: 8px;
    border-radius: 4px;
}
.important-alert:before{
    background: #fe9e0d !important;
}

/*DEMO IDXSUSCRIPTIONREWARD*/
.idxrsuscriptionreward-form .checkbox-group .checkbox-group-option {
flex: 25% !important;
}

#idxrsuscriptionreward-content .banner img {
width: 100%;
}

.idxrsuscriptionreward-form .checkbox-group {
margin: 0px 0px 40px !important;
}
.idxrsuscriptionreward-form .checkbox-group .checkbox-group-option {
flex: auto !important;
border: solid 1px #f1f1f1 !important;
padding: 10px !important;
border-radius: 16px !important;
margin: 10px !important;
}

#idxrsuscriptionreward-content .btn.btn-primary {
background-color: #ff2063 !important;
}
#idxrsuscriptionreward-content form {
padding: 40px !important;
}

.idxrsuscriptionreward-form .checkbox label * {
float: left !important;
}

.idxrsuscriptionreward-form .checkbox label {
font-size: 16px !important;
font-weight: 600 !important;
color: #009ce6 !important;
}
.idxrsuscriptionreward-form [type=checkbox], [type=radio] {
-webkit-appearance: checkbox !important;
width: 20px !important;
height: 20px !important;
background: white !important;
border-radius: 5px !imporant;
border: 2px solid #555 !important;
margin-right: 10px !important;
}
#module-idxropc-order .carrier_logo{
	height: auto !important;
	max-height: 40px;
}

/*MODULO DE FILTROS*/
/*#idxradvancedfilters .row-flex .col-flex .item-filtro .item-radio span.checkbox.checked:after{
  color: #2fb5d2 !important;
}*/
.btn-warning {
  color: #fff !important;
  background-color: #ff9a52 !important;
  border-color: #ff9a52 !important;
}

/*IDXPRIVATECMS*/
#cms #result_box{
    background: white;
    padding: 32px 16px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
}
.lock-private-cms{
	text-align:center;
}

/*ADULT CONTENT*/

@media (max-width: 900px){
  #deluxe_adult_content div#adultcontent div#buttons {
    display: flex;
    flex-direction: column;
  }
  a#adultcontentnotOK {
    margin-left: 0px;
    margin-top: 5px;
  }
}

