@charset "utf-8";
/* CSS Document */

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #37302a;
	background: #fff;
	font: normal 100%/1.4 sans-serif;
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif !important;
	position: relative;
	text-transform: none !important;
	font-size:14px !important;
	-webkit-user-select: text !important;
}
a:active, a:hover {
  outline: 0;
}
a {
    color: #FFA529;
}
a:hover {
    color: #DE8407;
}
a.link {
 color: #FFF896;
}
p {
    width: 90%;
    margin: 0 auto;
}
ul, ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.menu-item a:hover {
    color: #FFEFBC;
}
a.logo {
    background: url(/im/fotoc/main/logo_main.png) center left no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	text-decoration: none;	   
}

section#home {
	padding-top: 47px;
}
.container_menu {    
    margin: auto;
    position: relative;
	font-size: 18px;
	padding: 18px 0;
	overflow: auto;
}

.container-menu-inner{
	display: flex;
	align-items: center;
}

.container-menu-inner .container_cart{
	margin-top: 0px;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 850px) {	

	section#home {
    padding-top: 65px;
	 } 	

	.menu-cart {
		border:none;		
	}
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */
section {
    /*border-bottom: 1px solid #999;*/
    text-align: center;
    /* padding: 56px 0 0; */
    /* min-height: 400px; */
    width: 100%;
    clear: both;
	max-width: 2000px;
}

h1 {
  margin-bottom: .5em;
}

p {
  width: 90%;
  margin: 0 auto;
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  /*background: #54B820;*/
  position: fixed;
  z-index: 5100;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: 2px solid #fff;
}

.header-fixed{
	background:rgba(0,0,0, .8);	
}

@media screen and (min-width: 850px) {
	.js .nav-collapse {
	  position: relative;
	}
	.js .nav-collapse.closed {
	  max-height: none;
	}
	.nav-toggle {
	  display: none;
	}
  }
  

/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .8);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;

}

@media screen and (min-width: 850px) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.header-splash{
	background-color: #000000;
	border-bottom: #fff solid 3px!important;
}

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;  
}

.container_menu{
	width: 100%!important;
	max-width: 76rem;
}

.container_menu_left{
	/* width: 190px; */
	height: 54px;
	float: left;
	margin-left: 20px;
}

.container_menu_right{
	float: right;
	margin-left: auto;	
}

@media screen and (min-width: 850px) {
	.nav-collapse {
	  float: right;
	  width: auto;
	}
}


.header-desktop{
	display: none;		
}

@media screen and (min-width: 850px) {

	.header-mobile{
		display: none;	
	}

	.header-desktop{
		display: block;		
	}
	

	header {
	/*border-top: 6px solid #fff !important;*/
	border-bottom: none !important;
	}
}

.nav-collapse li {
  float: left;
  width: 100%;

}

@media screen and (min-width: 850px) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse-desktop{
	margin-top: 20px
}

.nav-collapse-desktop ul li{
	float: left
}

.nav-collapse-desktop a{
	color: #fff;
	text-decoration: none;
	padding: 0.7em 1em;
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  /* background: #f4421a; */
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;
}

.nav-collapse a:hover{
	color: #FFA529;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #b73214;
  background: #FFFFFF;
  color: #FFA529;
}



@media screen and (min-width: 850px) {
  .nav-collapse a {
    /* border-left: 2px solid rgba(0,0,0,0); */
    padding: 1.3em 20px;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 850px) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.js-nav-active .container_menu{
	padding-bottom: 0px;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 45px;
  float: left;
  top: -4px;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}



/* CART */
.container_cart {
	float: right;
	margin: 0px 30px 0 30px;
}

.menu-cart i.fas {
	font-size: 25px;
	color: white;
}
.menu-cart {
	position: relative;
}
#cartItemCounter {
	position:absolute;
	right: -15px;
	top: -10px;
	background:#00be9c;
	color:#fff;
	border:#fff solid 2px;
	border-radius:50%;
	font-size:14px;
	font-weight:600;
	padding:4px;
	width: 25px;
	height: 25px;
	z-index: 10;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--------------------*/
/*NEW MENU ELEMENTS*/
/*-------------------*/
div.c-search{
	background-color: #fff;
	display: flex;
	align-items: center;
	border-radius: 10px;
	padding: 3px 10px 3px 0px;
	margin-left: auto;
	float: right;
	width: 100%;
	max-width: 525px;
}

div.input-container{
	width: 88%;
}

div.c-search .icon{
	padding: 0 0 0 10px;
	color: #939393;
}

.input-container form input{
	border: none;
	padding-left: 5px;
	font-size: 16px;
	margin-top: 2px
}

.input-container form input:focus{
	outline: none;
}

/*SEARCH SUGGESTIONS*/
.search-suggestions-container {
	max-width: 532px;
	max-height: 330px;
	overflow: auto;	
	z-index: 5100;
	background: #fff;
  }
  
  .search-suggestions-container .search-suggestions {
	padding: 15px;
  }

  .search-suggestions-container .search-suggestions .c-search {
	display: none;
  }
   
  .search-suggestions-container .search-suggestions section {
	text-align: left;
	padding: 10px;
	border-bottom: #eaeaea solid 1px;
	width: auto;
  }
  
  .search-suggestions-container .search-suggestions section .section-title, .search-suggestions-container .search-suggestions section .mas-populares .section-title {
	margin-bottom: 5px;
  }
  
  .search-suggestions-container .search-suggestions section .section-title h5, .search-suggestions-container .search-suggestions section .mas-populares .section-title h5 {
	text-transform: uppercase;
	font-size: 14px;
  }
  
  .search-suggestions-container .search-suggestions section .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 10px;
  }
  
  .search-suggestions-container .search-suggestions section .item .poster {
	max-width: 40px;
	margin-right: 10px;
  }
  
  .search-suggestions-container .search-suggestions section .item .poster img {
	max-width: 100%;
	height: auto;
  }
  
  .search-suggestions-container .search-suggestions section .item .item-info {
	color: #2b2b2b;
	font-weight: bold;
  }
  
  .search-suggestions-container .search-suggestions section .item .item-info h6 {
	font-size: 18px;
  }
  
  .search-suggestions-container .search-suggestions section .item .item-info span {
	font-size: 14px;
  }
  
  .search-suggestions-container .search-suggestions section .item:hover {
	background-color: #fafafa;
	cursor: pointer;
  }
  
  .search-suggestions-container .search-suggestions section .item-actor img {
	border-radius: 50%;
  }
  
  .search-suggestions-container .search-suggestions section .item-actor h6 {
	line-height: 1;
  }
  
  .search-suggestions-container .search-suggestions section.mas-populares {
	border-bottom: none;
  }
  
  .search-suggestions-container .search-suggestions section.mas-populares .wrapper-thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
  }
  
  .search-suggestions-container .search-suggestions section.mas-populares .wrapper-thumbs a {
	margin: 0 5px 5px 0;
  }
  
  .search-suggestions-container .search-suggestions section.mas-populares .wrapper-thumbs img {
	max-width: 40px;
	height: auto;
  }

.container_cart_home{
	/* margin-left: auto; */
}

.no-cart .c-fav{
	float: right;
	margin-left: auto;
}

.container_menu .icon{
	font-size: 24px;
	color: #fff;
	padding: 0 12px;
}

.container_menu a.icon:hover{
	color: #000;
}

.header-int-mobile{
	display: none;
}



/*Internal menu mobile*/
@media screen and (max-width: 960px) {
	.header-int-desktop{
		display: none;
	}

	.header-int-mobile{
		display: flex;		
	}

	.header-int-mobile .container_menu_left{
		width: 160px;
		height: auto!important;
		float: none;
		margin-left: auto;
		margin-right: initial;	
	}

	.header-int-mobile .container_menu_left{
		max-width: 100%;
		height: auto
	}

	.c-search-mobile{
		background: #fff;
		border-radius: 50%;
		padding: 10px;
		width: 30px;
		height: 30px;
		margin-right: 10px;
		text-align: center;
		margin-left: 5px;
	}

	.c-search-mobile .icon{
		color: #000;
		padding: 0 4px;
	}

	.header-int-mobile .container_menu{
		padding: 5px 0;
		display: flex;
	}

	.header-int-mobile .container_cart{	
		margin-top: 14px;
		position: relative;
		right: auto;
		top: auto;
		margin-right: 30px;
	}

	.search-suggestions-container .search-suggestions .c-search{
		display: flex;
		border: #66acbd solid 1px;
		margin: 10px;
		max-width: inherit;
		float: none;
		width: auto
	}

	.c-search .icon{
		color: #66acbd!important;
		font-size: 19px;
	}


	

	

}




.big-menu{
	padding: 20px 0 27px 0;	
}

.container{
	width: 100%;
	max-width: 76rem;
}

.c-menu{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: left;
}

.c-menu h4{
	text-transform: uppercase;
	color: #498796;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
    padding-left: 23px;
    background: #fff;
    position: relative;
    left: -1px;
    padding-bottom: 15px;
}

.options{
	width: 20%;
	position: relative;
	z-index: 5;
}

.tabs-nav{	
	
}

.tabs-nav a {    
    border-right: #f0f1f2 solid 1px;
    color: #272727;
    display: block;
    font-size: 14px;    
    height: 40px;
    line-height: 44px;   
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 23px;
  
}

.tabs-nav .tab-active a {    
    border-right: #fff solid 1px;  
	cursor: default;
	border-bottom: #66acbd solid 4px;
}

.content-tab{
	display: flex;
}
.tabs-stage {
    position: relative;
    width: 79.9%;
    border-left: #f0f1f2 solid 1px;
    left:0px;
    position: relative;
    z-index: 1;
}

.section{
	width: 20%;
}

.big-submenu{
	
}

.big-submenu li a, .site-nav a {
	font-size: 14px;
	color: #272727;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}

.big-submenu li a:hover{
	background-color: #f4f4f4;
}

.categories{	
	width: 80%;
	padding-bottom: 30px;
	border-left: #f0f1f2 solid 1px;
	left:-1px;
	position: relative;
}

.categories h4{
	padding-left: 30px;
}
.categories.help h4{
	padding-left: 0px;
}
.site-nav {
	display:none;
}
/*Big menu responsive - Breackpoint: 990px*/
@media (max-width: 990px) {

	.c-menu{
		flex-direction: column;
	}

	.content-tab{
		flex-direction: column;
	}

	.options h4, .section h4{
		display: none;
	}

	.options{
		width: 100%;
		display: none;
	}

	.tabs-nav{
		padding-left: 20px;	
	}

	.tabs-nav li{
		float: left;
		margin-right: 10px;
		margin-bottom: 5px;
	}

	.tabs-nav a{
		border: none;
		background-color: #a9a9a9;
		color: #fff;
	}

	.tabs-nav .tab-active{
		margin-bottom: 0px;
	}

	.tabs-nav .tab-active a{
		border: none;
		background-color: #f4f4f4;
		color: #479fb4;
		padding-bottom: 10px;
	}
	
	.big-submenu{
		border-top: #66acbd solid 4px;
		margin-top: -4px;
	}
	.site-nav {
		position: relative;
		display:block;
	}
	.site-nav.tab-active a {
		color:#c90f38;		
	}
	.big-submenu li a,
	.site-nav a {
	    line-height: 45.5px;
	    border-bottom: 1px solid #c6c6c6;
	    padding: 10px 20px;
	}
	.big-submenu li a{
		background-color: #ebebeb;
	}
	.big-submenu li a:hover{
		background-color: #c2c2c2;		
	}

	.section, .tabs-stage{
		width: 100%;
		border-left: none;
	}

	.categories{
		width: 100%;
		padding-bottom: 0px;
	}

	.categories h4{
		padding: 28px 0 0 20px;
	}

	.c-swiper{		
		padding-left: 20px!important;
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.footer-menu .c-menu{
		flex-direction: row;		
	}

	.footer-menu .options{
		width: 40%;	
	}

	.footer-menu .options h4{
		display: block
	}

	.footer-menu .tabs-stage{
		width: 60%;
	}
	.footer-menu .categories{
		width: 100%;
		float: left;	
	}

	.footer-menu .categories h4{
		padding: 0px;
		padding-bottom: 10px;
	}

	.footer-menu .categories a icon{
		margin-left: 0;
		margin-right: 20px
	}

	.footer-menu .categories icon.first{
		margin-left: 0px!important;
	}

	.footer-menu .section{
		display: none;
	}
}
.site-nav i {
	float:right;
	top: 22px;
	position:absolute;
	font-size: 20px;
	right: 12px;
	-webkit-transition: transform .3s;
    transition: transform .3s;
}
.tab-active i {
	transform: rotate(-180deg);
}
/*end big menu responsive adjustments*/

/*SLIDER EN EL MENU*/
.c-swiper{	
	padding-left: 30px;
}

.swiper-container-menu{
	width: 100%;
	height: 100%;	
	margin-left: auto;
	margin-right: auto;
	max-height: 280px;	
	overflow: hidden
}
 
.swiper-container-menu .swiper-wrapper{

	flex-direction: row;
	width: 100%
}

.swiper-container-menu .swiper-slide{
	text-align: left;		
	background: #fff;
	height: calc((100% - 30px) / 2);
	font-size: 14px;
	color: #272727;
	padding: 0 0 10px 0;
	font-weight: normal;	
	flex-direction: column;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	/*background-color: greenyellow;	*/
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #e2e2e2;
}

.swiper-pagination-bullet-active {
	color: #fff;
	background:	#66acbd;
}
  

  .footer-menu{
	border-top: #f0f1f2 solid 1px;
	padding: 20px 0 30px 0;
  }

  .footer-menu .tabs-stage{
	  display: flex;
	  border: none	  
  }

  .footer-menu .categories{
	  padding-left: 30px;
	  border: none
	 }

  .footer-menu h4{
	  padding-bottom: 10px;
  }

  .footer-menu a{
	  color: #000;
	  text-decoration: none;
  }

  .footer-menu a:hover{
	  opacity: .5;
  }

  .footer-menu a icon{
	  /* font-size: 32px; */
	  margin-left: 20px;
	  font-size: 3em;
	 }

  .footer-menu .categories icon.first{	
	margin-left: 30px;
}




/* ------------------------------------------
RESPONSIVE
--------------------------------------------- */ 
@media (max-width: 850px) {
	body.splash{
		padding-top: 83px!important;
	}

	.header-splash .container{
		max-width: inherit;
		width: 100%;
	}

	.container_menu {
		display: block;
	} 
	
	.container_menu_left{
		/* margin: 0 auto; */
		/* width: 157px; */
		height: 45px;
		overflow: auto;
		float: none;
	}

	.container_menu_left img{
		max-width: 100%;
		height: auto;
	}

	.container_menu_right{
		float: left;
		margin-right: 0;
		margin-left: inherit;
		width: 100%;	
	}

	.nav-toggle{
		position: absolute;
    	top: 17px;
	}

	.nav-collapse.opened{
		margin-top: 25px;
	}

	.container_cart{
		position: absolute;
		right: 20px;
		margin-right: 0;
		top: 35px;
		margin-top: 0px;
	}

	
	
}



/* ------------------------------------------
LAYOUT
--------------------------------------------- */ 


.homeBlockSteps {
    padding: 66px 0;
    padding-bottom: 46px;
	background-color: #edeff5;
	display: -webkit-box;
}
.homeBlockStatic {
    padding: 66px 0;
    padding-bottom: 46px;
    background-color: #edeff5;
    display: -webkit-box;
    min-height: 300px;
}
.homeBlockStepsB {
    padding: 50px 0px 45px;
}
.homeBlockStepsB > .inner {
	overflow: hidden;
}
.inner, #footerInner, .block, .blSide {
    box-sizing: initial;
    max-width: 1028px;
    margin: 0 auto;
    /* padding: 0 15px; */
    position: relative;
    text-align:left;
    width: 95%;
    /*background-color: blueviolet;*/
}
.btn-link{
	color:#35b7c5;
	font-size: 21px;
	font-weight:300;
}
.homeBlockLeft {
    width: 50%;
    float: left;
    text-align: center;
}
.half {
    width: 90%;
    margin: 0 auto;
	text-align: left;
}
.video-text {
    padding-top: 15px;
}
div.top-content {
    text-align: center;
    margin: 0px;
}
div.top-content h3, .content h2.firstTitle,h3 {
    font-size: 50px;
    margin: 0;
    margin-bottom: 25px;
    color: #66acbd;
    font-weight: 300;
    padding: 0;
    text-align: center;
}
div.top-content p {
    margin: 0 0px;
    margin-bottom: 20px;
    line-height: 24px;
    text-align: left;
    /* color: #919191; */
    font-weight: 300;
    font-size: 18px;
    /* background-color: red; */
    width: 100%;
    /* text-align: center; */
}
.image-container {
	position: relative;
    height: 100%;
    max-height: 260px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}
@media (max-width: 560px) {
	.image-container {
		display: none;
	}
}
.video-container {
	position:relative;
	padding-bottom:50%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	background: url(/im/fotoc/main/im_main_2.jpg) center center no-repeat;
	background-size: 100%;
	border: 1px solid #d2d2d2;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.homeBlockRight{
	    padding-top: 0;
	    width: 49%;
	    float:right;
}
.homeDescription li { 
	background: no-repeat 0 0;
	padding-bottom: 12px;
}
.homeBlockSteps .title {
	font-size: 26px;
	color: #2eb8ec;
}
.homeBlockSteps .homeSteps { overflow: hidden; }
.homeBlockSteps .homeSteps li {
	margin-left: 12px;
	background: no-repeat 0 0;
	padding-top: 2px;
	padding-left: 80px;
	padding-bottom: 12px;
}
.numberCircle {
    width: 36px;
    height: 36px;
    padding: 5px;
    background: #66acbd;
    /* border: 6px solid #66abbb; */
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    float: left;
    margin: 5px 0px 0px 30px;
    box-sizing: content-box;
    line-height: 35px;
}
.homeBlockSteps .homeStepsCircle li { background-image:none !important;}
.homeBlockSteps .homeSteps li.step1 { background-image: url(/im/home_ico_step1.png); }
.homeBlockSteps .homeSteps li.step2 { background-image: url(/im/home_ico_step2.png); }
.homeBlockSteps .homeSteps li.step3 { background-image: url(/im/home_ico_step3.png); }
.homeBlockSteps .homeSteps li.step4 { background-image: url(/im/home_ico_step4.png); }
.homeBlockSteps .homeSteps h4 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 30px;
	color: #919191;
	font-weight: 400;
	text-transform: uppercase;
	text-align:left;
}
.homeBlockSteps .homeSteps p {
	margin: 0 5px;
	font-size: 14px;
	line-height: 23px;
}
/* */
.homeBlockColor-Green, .homeBlockColor-Green h3 {
    background-color: #66acbd;
    color: #fff !important;
}
.homeBlockColor-Blue, .homeBlockColor-Blue h3 {
    background-color: #3bbdca;
    color: #fff !important;
}
.homeBlockColor-Blue a {
	color: #f9f09e;
}
.homeBlockColor-Orange, .homeBlockColor-Orange h3 {
    background-color: #e77e22;
    color: #fff !important;
}
@media (max-width: 1000px){
	.numberCircle {
			margin: 0px 0px 0px 5px;
	}
	div.top-content h3, .content h2.firstTitle,h3 {
		font-size:40px
	}
	.homeBlockSteps {
		padding: 20px 0;
	}
	.inner, #footerInner, .block, .blSide {
		/* width: 90%; */
		/* background-color: blueviolet; */
	}
	.homeBlockLeft {
	  width: 100%;
	  border-right: none;
	  padding-bottom: 30px;
	  border-bottom: solid 1px #d8d8d8;
	}
	.homeBlockRight {
	  
	  padding-top: 35px;
	  width: 100%;
	}
	.homeBlockSteps .homeSteps li {
    margin-left: inherit;
    padding-left: 70px;
}
	
}
/* ===============================================
PREGUNTAS
=================================================*/
.block div.listado{
	/* padding: 0 37px; */
	margin-top: -7px;
}
#contentQuestions .block div.listado{
	padding-top:45px;
	margin-top: 0;
}
.block div.listado h4{
	font-size: 30px;
	margin: 0;
	margin-bottom: 13px;
	color: #2eb8ec;
	font-weight: 300;
	padding: 0;
}
div.circle{
	color:#fff;
	float:left;
	border-radius:50%;
	text-align:center;
	width:19px;
	height:19px;
	line-height:18px;	
}
div.circle-more{
	background:url(/im/circle-more.png) center center no-repeat;
}
div.circle-less{
	background:url(/im/circle-less.png) center center no-repeat;
}
.homeBlockColor-Blue .circle-more{
	background:url(/im/circle-more-blue.png) center center no-repeat;
}
.homeBlockColor-Blue .circle-less{
	background:url(/im/circle-less-blue.png) center center no-repeat;
}
.listado h5{
	font-size: 20px;
	text-align: left;
	padding-left: 21px;
	cursor: pointer;
}
.listado h5 p {
	text-align: left;
	font-weight:600;
	padding-left: 0px;
	font-size: 18px;
	padding-bottom: 9px;
	line-height: 19px;
}
.listado ul li {
    list-style-type: square;
}
.listado ul {
	padding-left: 49px;
}
.listado li p {
	background:url(img/pin-ball.png) 15px 8px no-repeat;
}
.listado li li p {
	/* background:none; */
}
div.listado .hide{
	display:none;	
}
div.listado .show{
	display:block;	
}
.listado hr {
    margin: 25px 0;
    clear: both;
    height: 1px;
    border: 0;
    background-color: #ddd;
    color: #ddd;
}
.listado ul {
   /* list-style-type: circle;*/
}
.listado ol, .listado ul {
    text-align: left;
    /* font-weight: 400; */
    padding-left: 140px;
    margin: 10px 0px;
}
.listado ol span, .listado ul span {
	font-weight:normal
}
p.storeAnswer {
   padding: 10px 0px 5px 5px;
	display: none;
}
@media (max-width: 1000px){
	p.storeAnswer {
	   padding-left: 5px;
	}
	.listado ol, .listado ul {
   		padding-left: 65px;
 }
	.block div.listado h5 {
	    padding-left:  	inherit;
	}
	.listado p {
   		width: 80%;
	}
	.listado hr {
		margin: 15px 0;
	}
}
/* LOGO */ 

/* Footer */
#footer {
	position: relative;
	font-size: 11px;
	background-color: #40474d;
	color: #cbcfd3;
}
#footer #footerInner {
	padding: 18px 0;
}
#footer ul {
	padding: 0;
	text-align: left;
	background:url(/im/fotoc/main/logo_main.png) left 38px no-repeat;
	padding-left: 257px;
	min-height: 104px;
}
#footer ul li {
	float: left;
	padding: 0 20px 0 20px;
	line-height: 2;
	font-size:11px;
	font-weight:400;
}
#footer ul li#footerNav{
	min-width:180px;
}
#footer ul li.footerNL{
	width: 263px;
}
#footer ul li h3 {
    font-weight: 400;
    font-size: 14px;
    padding-left: 36px;
    margin-bottom: 16px;
    color: #cbcfd3;
    text-align: left;
}
#footer ul li#footerNav h3{
	padding-left: 16px;
}
#footer ul li.footerNL h3{
	padding-left: 50px;
}
#footer ul ul {
	padding: 0;
	background:none;
}
#footer ul ul.footer-nav{
	padding-left:30px;
}
.listContainer1, .listContainer2{
	padding-bottom:17px;
	border-left:dotted 1px #656a6f;	
	min-height: 16px;
}
#footer ul ul li { 
	float: none;
	min-height: 0;
	padding: 0;
	border: none;
	background: none;
	font-weight: normal;
	text-transform: none;
	line-height: 12px;
}
#footer ul ul.footer-nav li{
	font-size: 12px;
	line-height: 14px;
}
#footer ul ul.footer-nav li a{
	font-size: 12px;
}
#footer li a {
	color: #a8afb6;
}
#footer li a:hover {
	color: #d5dbe0;
}
#footer ul.socialNetwork {
	padding-top: 20px;
	padding-left: 37px;
	border-left:dotted 1px #656a6f;	
	min-height: inherit;
}
#footer ul.socialNetwork li {
	float: left;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-right: 9px;
	padding: 0;
	text-transform: none;
}
#footer ul li.contact {
	background-position: 0 -124px;
	width: 34px;
	margin-right: 39px;
}
#footer ul li.contact a{
	width: 34px;
	height: 26px;
}
#footer ul li.first-child { width: auto; background: none; }
#footer ul li.soc_twitter {
	background-position: 0 -62px;
}
#footer ul li.soc_digg { background-position: 0 -25px; }
#footer ul li.soc_facebook {
	background-position: 0 0;
}
#footer ul li.soc_flickr { background-position: 0 -75px; }
#footer ul li.soc_rss { background-position: 0 -100px; }
#footerNav ul { 
	min-width: 120px;
	min-height: inherit;
}
#footer ul li.footerNL table{
	border-left:dotted 1px #656a6f;
	padding-left: 28px;	
}
#footer ul li.footerNL table td{
	vertical-align: middle;
	line-height: 16px;
	font-size: 12px;
	padding-bottom: 11px;
	color: #cbcfd3;
}
#footer ul li.footerNL table td:first-child{
	padding-right:7px;
}
#footer ul li.footerNL table td .fa{
	font-size: 16px;
}
#footer .translate{
	padding-left: 29px;
	padding-top: 25px;
	border-left: dotted 1px #656a6f;
	padding-bottom: 22px;
}
#footer .translate .goog-te-gadget-simple {
    background-color: transparent;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#footer .translate .goog-te-gadget-simple img{
    display:none;
}
#footer .ssl_certificate {
    padding-left: 29px;
    padding-top: 15px;
    border-left: dotted 1px #656a6f;
    padding-bottom: 5px;
}
#footer .ssl_certificate h3 {
    font-weight: 400;
    font-size: 14px;
    padding-left: 5px !important;
    margin-bottom: 6px !important;
    padding-top: 30px !important;
}
#footer .translate .goog-te-gadget-simple .goog-te-menu-value span {
  padding-right: 10px;
}
.goog-te-menu-frame {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#footer li .footerNewsletter li { padding: 2px 0; background: none; white-space: nowrap; }
.footerNewsletter input { width: 180px; padding: 5px 10px; border: 1px solid #ddd; background: #fefced; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-size: 11px; vertical-align: middle; }
.footerNewsletter input.formBt { width: 22px; height: 22px; margin: 0 0 0 -27px; padding: 0; border: none; background: url(img/bt_send_newsletter.png) no-repeat center center; text-indent: -5000px; cursor: pointer; }
#footer li .footerNewsletterLoad li { background: url(img/loadinfo.gif) no-repeat center center; line-height: 50px; text-indent: -9000px; }
#footer li .footerNewsletterMsg li { white-space: normal; }
#footer li .footerNewsletterMsg li a { font-weight: bold; }
.copyright {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #a8afb6;
	line-height: 3;
	background-color: #40474d;
	border-top:solid 1px #61676c;
	padding-top: 13px;
	text-indent: -50px;
}
.firma-inicio{
	position: absolute;
	bottom: 21px;
	left: 50%;
	margin-left: 161px;
}
.firma-inicio a{
	display:block;
	width:87px;
	height:19px;
	background:url(img/logo-fusionn.png) top no-repeat;
}
.payments {
    background-color: #d3d7e3;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
}
@media (max-width: 1022px){
	/* footer */
	#footer ul {
		padding: 0;
		padding-left: 0;
		padding-top: 80px;
		background-position: top center;
	}
	#footer ul li, #footer ul li.footerNL {
		padding: 0;
		width: 33.3333%;
		overflow: hidden;
	}
	.listContainer1, .listContainer2 {
		border-left: none;
	}
	#footer ul ul li {
		width: 100%;
	}
	
	/* form aduana */
	.form-aduana-tabla table th {
		font-size: 12px;
	}
	.form-aduana-tabla table td {
		padding: 10px;
		font-size: 12px;
	}
}
@media (max-width: 580px){
	/* footer */
	#footer ul li, #footer ul li.footerNL {
		width: 90%;
		margin: 0 auto;
		float: none;
		border-bottom: dotted 1px #656a6f;
		padding-bottom: 10px;
	}
	
	#footer ul.socialNetwork {
		padding-top: inherit;
	}
	#footer ul li.footerNL {
		border-bottom: none;
	}
	#footer ul li h3, #footer ul li#footerNav h3, #footer ul li.footerNL h3 {
		padding-left: 16px;
	}
	
	#footer ul ul.footer-nav li {
		margin-bottom: 0;
	}
	
	#footer ul.socialNetwork, #footer ul li.footerNL table {
		border-left: none;
	}
	#footer .ssl_certificate {
    	padding-left: 10px;
    	border-left: none;    
	}
	#footer .ssl_certificate img {
    	padding-left: 20px;    	
	}	
	.copyright {
		text-indent: 0;
		line-height: 18px;
	}
	.firma-inicio {
		position: relative;
		bottom: inherit;
		left: inherit;
		margin-left: auto;
		margin: 0 auto;
		width: 87px;
		padding: 20px 0;
	}	
	
	#footer .translate{
		border-left: none;
	}
	
	/* video */
	div.box iframe {
	  width: 100%;
	  min-height: 311px;
	}
	
	.payments img {
    	padding-top: 5px;
    	width: 95%;
	}
	.payments img.unaMenos {
    	width: 82%;
 	}
}
/* ===============================================
CONTACTO
=================================================*/
.contact_form {
    align-items: center;
    margin: auto;
    width: 60%;
	clear:both;
}
@media (max-width: 1000px){
	#contact_form_bottom, .contact_form {
    width: 100%;
	}
}
.descripcion {
    padding: 10px;
    /* float: left; */
    /* position: absolute; */
}
/* ===============================================
ENDCHECKOUT
=================================================*/
.endcheckout ul {
    text-align: left;
    font-weight: 300;
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: normal;
	padding-bottom: 30px;
}
.endcheckout li {
    list-style-type: square;
	margin-top: 10px;
}
.endcheckout h2 {
    background-color: #417380;
    border: 1px solid #396975;
}
.endcheckout h2 span {
    font-size:14px;
}
.changePayment {
    font-size: 20px;
    padding:15px 5px 5px 5px;
}
hr.dotted {
    padding: 10px;
    clear: both;
    border-bottom: 1px dotted #fff;
}
.destacado {
    font-weight: bold !important;
    background-color: #FFF896;
    padding: 1px 9px;
    color: #66acbd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.destacadoDos {
    font-weight: bold !important;
    padding: 1px;
    color: #ffffa3;	
}
.homeBlockColor-Blue .destacado {
    background-color: #0c6069;
    color: #54ccd8;
}
@media (max-width: 1000px){
	.endcheckout h2 span {
		display: block;
	}
}
/* ===============================================
MERCADOPAGO BOTON
=================================================*/
a#MPCheckout {
    background-color: #faaf3b;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    opacity: 1;
    border: none;
    border-bottom: solid 4px #de9b34;
    padding: 0px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    min-width: 340px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    background-image: none;
}
span.MP-arall {
    margin: 5px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid white;
}
/* ===============================================
Cambio direccion
=================================================*/
.single_column_form {
    align-items: center;
    margin: auto;
    width: 60%;
}
.single_column_white {
	background-color:white;
	padding:10px;
	margin: auto;
    width: 100%;
	color: #666;
    -webkit-border-radius: 12px; 
  	-moz-border-radius: 12px; 
  	border-radius: 12px; 
}
.single_column_white .homeBlockLeft, .single_column_white .homeBlockRight, .single_column_white .homeBlockFooter  {
	text-align:left;
	font-size: 14px;	
}
.single_column_white .homeBlockLeft p, .single_column_white .homeBlockRight p{
	padding:10px
}
.single_column_white .homeBlockLeft h2, .single_column_white .homeBlockRight h2 {
    color: #585858;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    padding: 10px;
}
.title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}
.clearfix {
    clear: both;   
}
.single_column_white label,.single_column_white .note,.single_column_white h2 {
	color: #5c5c5c;
}
.single_column_white select:disabled,.single_column_white input[type=text]:disabled {
	background: #d8d8d8;
	border: 1px solid #b9b9b9;
	color: #777777;
}
@media (max-width: 760px) {	
	.single_column_form {
		width: 90%;
	}
	.single_column_white #txFormComment, .single_column_white .note{
		width: 100%;
	}
	.single_column_white textarea {
		width: 90%;
	}
}
/* ===============================================
STEPS
=================================================*/
.steps {
	min-height: 90px;
	padding: 30px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	position: relative
}
.steps .steps-container {
	background: #DDD;
	height: 10px;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	margin: 0;
	list-style: none
}
.steps .steps-container li {
	text-align: center;
	list-style: none;
	float: left
}
.steps .steps-container li .step {
	/* padding: 0 50px */
}
.steps .steps-container li .step .step-image {
	margin: -14px 0 0 0
}
.steps .steps-container li .step .step-image span {
	background-color: #DDD;
	display: block;
	width: 37px;
	height: 37px;
	margin: 0 auto;
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	-ms-border-radius: 37px
}
.steps .steps-container li .step .step-current {
	font-size: 15px;
	/* font-style: italic; */
	color: #538897;
	margin: 8px 0 0 0;
}
.steps .steps-container li .step .step-description {
	font-size: 12px;
	/* font-style: italic; */
	color: #999;
}
.steps .steps-container li.activated .step .step-image span {
	background-color: #5DC177;
}
.stepsError .steps-container li.activated .step .step-image span, .stepsError .step-bar {
	background-color: red !important;
}
.stepsCancel .steps-container li.activated .step .step-image span, .stepsCancel .step-bar {
	background-color: black !important;
}
.steps .steps-container li.activated .step .step-image span:after {
	background-color: #FFF;
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	width: 27px;
	height: 27px;
	margin: 5px;
	border-radius: 27px;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	-ms-border-radius: 27px;
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.15)
}
.steps .step-bar {
	background-color: #5DC177;
	height: 10px;
	position: absolute;
	top: 30px;
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-ms-border-radius: 10px 0 0 10px
}
.steps .step-bar.last {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px
}
/* INI: estilos shipping selector */ 
.shippingMethods {
	clear:both;
}
.shippingMethods li {
	position:relative;
}
.shippingMethods .shippingTitle {
    color: white;
    width: 100%;
    display: block;
    padding:5px;
}
.shippingMethods li.shippingSelected .shippingTitle {
    background-color: #FFBE5A;
    color: #4c2e00;
}
.shippingMethods .shippingDescription {
	padding: 5px 0px 5px 28px;
	font-size: 12px;
}
.shippingMethods li.shippingSelected .shippingDescription {
	font-weight:bold;
}
.shippingMethods .shippingTitle {
    font-weight:bold;
}
.shippingMethods li.shippingSelected  {
	color: #401313;
	border-top: 2px solid #de9b34;
}
.shippingMethods label {
	height: 100%;
	z-index: 100;
    position: absolute;
    display: block;
	cursor: pointer;
    cursor: hand;
    width:100% !important;
}
.shippingMethods li {
	float: none;
	margin: 2px;
	display: table;
	width: 100%;
	margin-bottom:5px;
	font-size:14px;
	color: #000000;
	overflow:hidden;
	line-height: normal;
	font-weight: normal;
	border-top: 2px solid #417f8e;
}
@media (max-width: 1100px) {	
	.shippingMethods li{
		width:100% !important;
	}
	.shippingMethods  input {
    	width: auto !important;
	}
}
/* END: estilos shipping selector */ 
/* INI: estilos endCheckoutForm */
.notification_form textarea, .notification_form  input {
	float:left;
}
@media (max-width: 760px) {	
	.notification_form .formCont label {
		width: 100%;
		font-size: 14px;
		clear: both;
	}
	.notification_form textarea, .notification_form  input {
		width: 100% !important;
		padding: 5px 0 !important;
	}
	.notification_form .formCont {
		padding-bottom: 0px;
	}
	.uploadcare-widget, .uploadcare--widget {
    	width: 100%;
	}
}
.notification_form .uploadcare-widget, .notification_form .uploadcare--widget {
    width: 337px;
}
.notification_form .uploadcare-widget-text,.notification_form  .uploadcare--widget__text {
    font-weight: bold !important;
    background-color: #FFF896;
    padding: 1px 9px;
    color: #348d06;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
    clear:both;
    text-decoration:none;
}
.uploadcare-widget-text .uploadcare-widget-file-name, .uploadcare--widget__text .uploadcare-widget-file-name {
    border-bottom:none;
}
/* END: estilos endCheckoutForm */
/* INI: estilos tracking Form */
.homeBlockLeft #contact_form_bottom, .homeBlockLeft .contact_form, .homeBlockRight #contact_form_bottom, .homeBlockRight .contact_form {
	width:100%
}
.dualForm h3 {
	margin-bottom: 7px;
	font-size: 45px;
}
.dualForm .homeBlockRight,.dualForm .homeBlockLeft {
	text-align: left;
}
.dualForm .homeBlockRight{
	border-left: 1px dotted #ffe1c7;
}
.middle_line {
	width: 337px;
	text-align:center;
	border-bottom: 2px solid #fff;
	line-height:0.1em;
	margin:10px 0 20px;
	display: inline-block;
	color: #fff;
} 
.middle_line span {
	background: #e77e22;
}
.formInfo {
    color: #fff7ba;
    padding: 10px 0px 10px 115px;
}
.formMainInfo {
	margin-bottom: 30px;
	text-align: center;
}
.dualForm #contact_form_bottom {
	width:95%;
}
@media (max-width: 760px) {
	.dualForm #contact_form_bottom {
    	width: 100%;
	}	
	.dualForm label,.dualForm #contacto label {
    	width: 100% !important;
	}
	.formInfo {
		padding: 5px 0px 5px 0px;
	}
	.homeBlockRight{
		border-left: none;
	}
	.dualForm .homeBlockRight {
		border-left: none;
	}
}
.formNotificationError {
    background-color: #F71B1B;
    border: 1px solid #FFFDFC;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FBF9F9;
    font-weight: 400;
	display:none;
}
.formNotificationValid {
    background-color: #68de2b;
    border: 1px solid #FFFDFC;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FBF9F9;
    font-weight: 400;
}
/* END: estilos tracking Form */
/* INI: estilos tracking status */
.single_column_white hr {
	padding: 10px;
    clear: both;
    border-bottom: 1px dotted #b9b9b9;
    margin-bottom: 10px;
}
.stepFooterInfo, .stepFooterNote, .stepFooterLink, .stepsNote {
	display:none;
}
.destacadoStep {
	background-color: #797979;
    padding: 1px 9px;
    color: #efefef !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    margin: 1px 5px;
    font-size: 11px;
}
.homeBlockFooter p {
	padding: 10px;
	margin: initial;
}
.homeBlockFooter ol {
	padding-left:30px;
	margin: initial;
}
.stepsNote ul, .stepsNote ul li {
    margin-left: 15px; 
     padding-bottom:5px;
    list-style-type: square;
}
.stepsNote {
    font-size: 14px;
	margin-bottom: 15px;
}
.stepsNote p {
    width: 100%;
    margin: 0 auto;
    padding:10px
}
.stepFooterInfo {
    padding-bottom: 20px;
}
#content_tracking {
	display:none;
}
/* ----*/
.shippingDescriptionCombo {
	padding: 10px 0px 5px 122px;
	font-size: 12px;

	clear: both;
}
@media (max-width: 1100px) {	
	.shippingDescriptionCombo {
		padding: 10px 0px 5px 22%;
	}
}
/* ===============================================
Style FEATURES
=================================================*/
.column, .bloque-normal > .two-columns > .column {
  float: left;
  padding: 5px 0px;
  display: flex;
}
.column img {
	/* margin-left:2%; */
	float:left;
	border: 1px solid #c1c3ca;
	width: 463px;
	/*height: 266px;*/
}
.column img.imgLeft {
	display:none;
}
.text h4 {
	font-size: 30px;
	margin: 0;
	margin-bottom: 5px;
	color: #66acbd;
	font-weight: 400;
}
.text {
	align-self: center;
	padding: 0px 10px;
}
@media screen and (max-width: 700px) {
   .column, .one-columns .column {
		display:block;
		width: 100%;
		padding-bottom: 35px;
		}
  .column img,.column img.small {
		margin-left:0%;
		float:left;
		width:100%;
		height: auto;
	}
	.column img.imgLeft {
		display:block;

	}
	.column img.imgRight {
		display:none;
	}
}

/* ===============================================
IMAGE UPLOAD
=================================================*/
.contenedor_imageUpload .uploadcare-widget-button-open, .contenedor_imageUpload .uploadcare--widget {
	display: none !important;
}
.contenedor_imageUpload .uploadcare-widget-text, .contenedor_imageUpload .uploadcare--widget__button {
	display: none !important
}
.uploadcare-dialog-footer, .uploadcare--powered-by {
	display: none;
}

/* ===============================================
BUIDER EDITOR
=================================================*/

.btn-search.upload,
.btn-tool,
#ColorPickerTool,
#btn-add-measures,
#btn-add-favs,
#btn-share,
.btn-refresh
 {

    cursor: pointer;
    cursor: hand;
}

/* ===============================================
CHAT
=================================================*/

.chatContainer {
    background-color: #2d8da5 ;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0px;
    display: block;
    height: 55px;
    /* border-bottom: 1px solid red; */
}
.chat div {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    height: 32px !important;
    background-color: #2d8da5 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif !important;
    padding:10px 0px;
}

/* ===============================================
LIGHTBOX TUTORIAL ERROR
=================================================*/
#tutorial ul {
    overflow: initial;
}
.tuto-user-action.errortutorial {
    padding:0px;
    background-color: #feffd2;
    height: 800px;
}
.errortutorial .title {
     background-color:red;
     color:white;
     padding-bottom: 10px !important;
} 
.errortutorial .desc {
    padding-top: 10px !important;
    text-align:left;
}
.errortutorial .desc-center {
    padding: 10px 5px 0px 5px !important;
    text-align:center;
}
.errortutorial ol li{
    margin: 0px 10px;
    list-style-type: decimal !important;
    font-weight: bold;
}
.errortutorial ol {
	margin: 10px !important;
}
.errortutorial li span {
	font-weight: normal;
}
.errortutorial .img img {
	width:90%;
	border:1px solid gray;
	-webkit-border-radius: 10px; 
  	-moz-border-radius: 10px; 
  	border-radius: 10px; 
}
.errortutorial .line {
    border-bottom: solid 1px #dcc18c;
    margin: 5px;
}
.errortutorial .desc-url {
    font-weight: bold;
}


