@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}
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;
}
.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: 31px;
    color: #2eb8ec;
    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; */
}

.video-container {
	position:relative;
	padding-bottom:50%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.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: 23px;

	background: no-repeat 0 0;
	padding-top: 9px;
	padding-left: 80px;
	padding-bottom: 12px;
}
.numberCircle {
    width: 36px;
    height: 36px;
    padding: 3px;
    background: #f2932d;
    border: 6px solid #ffcb06;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    float: left;
    margin-left: 22px;
    box-sizing: content-box;
}
.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: #54B820;
    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){
	
.homeBlockSteps {
padding: 20px 0;
}
.inner, #footerInner, .blSide /*,.block */{
    width: 90%;
    /* background-color: blueviolet; */
}

		.homeBlockLeft {
	  width: 90%;
	  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(https://www.fanatico.uy/im/etiquetoc/im/circle-more.png) center center no-repeat;	/* CDN */
	/*background:url(/im/circle-more.png) center center no-repeat;*/
}
div.circle-less{
	background: url(https://www.fanatico.uy/im/etiquetoc/im/circle-less.png) center center no-repeat;	/* CDN */
	/*background:url(/im/circle-less.png) center center no-repeat;*/
}

.homeBlockColor-Blue .circle-more{
	background: url(https://www.fanatico.uy/im/etiquetoc/im/circle-more-blue.png) center center no-repeat;	/* CDN */
	/*background:url(/im/circle-more-blue.png) center center no-repeat;*/
}
.homeBlockColor-Blue .circle-less{
	background: url(https://www.fanatico.uy/im/etiquetoc/im/circle-less-blue.png) center center no-repeat;	/* CDN */
	/*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: 300;
    padding-left: 90px;
    padding-bottom: 5px;
	font-weight:bold;
}
.listado ol span, .listado ul span {
	font-weight:normal
}
p.storeAnswer {
    padding-left: 45px;
}

@media (max-width: 1000px){
	p.storeAnswer {
    padding-left: 5px;
}
.listado ol, .listado ul {
    /*padding-left: 55px;*/
}
.block div.listado h5 {

    padding-left:  	inherit;
}

.listado p {
    width: 80%;
}
.listado hr {
    margin: 15px 0;
}

}

/* Footer */
#footer {
	position: relative;
	font-size: 11px;
	background-color: #40474d;
	color: #cbcfd3;
	clear: both;
}
#footer #footerInner {
	padding: 18px 0;
}
#footer ul {
	padding: 0;
	text-align: left;
	background: url(https://www.fanatico.uy/im/etiquetoc/im/logo_etiquetoc_mail.png) left 38px no-repeat;	/* CDN */
	/*background:url(/im/logo_etiquetoc_mail.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;
		background: url(/im/logo_etiquetoc_mail.png) top center no-repeat;
		padding-left: 0;
		padding-top: 80px;
	}
	#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_bottom, .contact_form {
    align-items: center;
    margin: auto;
    width: 60%;
	clear:both;
}
@media (max-width: 1000px){
	#contact_form_bottom, .contact_form {
    width: 100%;
	}
}


.descripcion {
    padding-top: 10px;
}

/* ===============================================
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: #348d06;
    border: 1px solid #7acb50;
}
.endcheckout h2 span {
    font-size:14px;
}
.changePayment {
    font-size: 20px;
    color: #E5F7DB;
}

hr.dotted {
    padding-top: 15px;
    margin-bottom: 15px;
    clear: both;
    border-bottom: 1px dotted #fff;
    background-color: inherit;
}
.destacado {
    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 */
}
.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 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;
	background-color: #ffe6bb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
.shippingMethods li.shippingSelected + li  {
	border-top: 2px solid transparent;
}
.promoPrice {
	display:none;
	font-weight: 700!important;
	color: #fff380;

}
.shippingMethods li.shippingSelected .promoPrice {
    display:none;
	color: black;
	font-weight: 700!important;
    background-color: #febd62;
    padding: 1px 9px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}	
.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: 325px;
    margin-bottom:5px;
    font-size:14px;
    color: #164000;
    overflow:hidden;
    line-height: normal;
    font-weight: normal;
    border-top: 2px solid #3b6925;
}

@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;
	}
}
.formNotificationError a {
	color:#fff57e;
	text-decoration:none
}
.formNotificationError.formNotificationErrorSoft {
	 background-color: #7b7878;
}
.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%;
	}
}


/* CHATBOT */

.formOneColumnContainer {
    width: 480px;
    margin: 0 auto;
}
@media (max-width: 760px) {	
    .LandbotLauncher {
    	display:none;
    }
}

/* SOPORTE */

.soporteContenedor {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0px;
}
.soporteLeft {
   width: 75%;
   display: flex;
   flex-direction: row;
}
.soporteRight {
  width: 25%;
}
.soporteContenedor:after {
  content: "";
  display: table;
  clear: both;
}
.column.soporteLeft im {
    float: left;
}
.seccionSoporte {
    background-color: #963b19;
}
h4 {
    color: #fbf7ba;
}
.soporteDetalle {
    text-align: left;
    padding-left: 25px;
}
.soporteDescripcion {
    color: white;
    font-size: 25px;
}
.botonSoporte a {
  background-color: #faaf3b;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  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: 170px;
  height: 50px;
  line-height: 51px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  box-sizing: border-box;
}

.botonSoporte {
    padding-top: 12px;
}
.stepPaymentNote p {
    width: 100%;
    padding: 10px 0px;
}
@media (max-width: 760px) {	
    .formOneColumnContainer {
		width: 100%;
	}
	.soporteContenedor {
        display: block;
 }
    .soporteLeft, .soporteRight {
       width: 95%;
       display: block;
       clear: both;
       margin: 0 auto;
    }
    .botonSoporte a {
    	width: 100%;
    }

}

.shipResultData {
    width: 72%;
    right: 0px;
    margin-left: auto;
    margin-right: 0;
    color: #fff;
    padding: 10px;
    background-color: #3e8022;
    border-radius: 7px;
    font-size: 14px;
}
.formSub {
    clear: both;
    padding-top: 10px;
}
.formSub .subtitle {
    padding: 8px 10px;
    color: #fff7c7;
}
input[type=text].required, input[type=number].required, select.required {
    background-color: red/*#fff598*/;
}
.alerta_roja {
    background-color: #fb0038;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    color:white;
}

.alerta_promocode {
	display: none;
    background-color: #fb0038;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    color:white;
}
.visible {
    display: inline
}


/* REVIEWS */

.reviewStars, .reviewPosted, .reviewVerify, .Rating {
	/* background: url(https://fanatico.fotoc.com.uy/im/lib/ranking/reviews_sprite.png)  0 0 no-repeat;	CDN */
	 background: url(/im/lib/ranking/reviews_sprite.png)  0 0 no-repeat;  /*  */
}
.reviewStars {
	height: 25px;
	padding-bottom: 10px;
	width: 105px;
}
.reviewStars.fiveStars { 
	background-position: -25px -175px; 
}
.reviewVerify {
	height: 15px;
	width: 25px;
	display: flex;
	margin-left: 5px;
}
.reviewItem {
	background-color: #f3f3f3;
	margin: 0 5px;
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.reviewTitle {
	display: flex;
	flex-wrap: nowrap;
	max-width: 100%;
	padding-bottom: 15px;
}
.reviewName {
	font-size:14px;
	line-height: 18px;
	font-weight: 700;
	display: flex;
	padding-bottom: 2px;
}
.reviewData {
	font-size: 12px;
    line-height: 14px;
	color: rgba(17, 17, 17, 0.5);
}
.useData {
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	/* min-width: 0px; */
	/* max-width: 100%; */
	width: 100%;
	padding-left: 10px;
}
.reviewText {
	position: relative;
	overflow: hidden;
	height: 125px;
	padding-bottom: 15px;
	line-height: 1.4;
	color: rgb(17, 17, 17);
	font-size: 16px;
	text-align: left;
}
@media (max-width: 1000px) {	
	.reviewText {
	   height: 100px;
	}	
}
@media (max-width: 580px) {	
	.reviewText {
	   height: 80px;
	}	
}

.reviewPosted {
	height:50px;
	width: 200px;
}
.PostedGoogle {
	background-position: -235px -100px; 
}
.PostedFacebook {
	background-position: -235px -150px; 
}
.reviewGral {
	background-color: #f3f3f3;
	margin: 0 5px;
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
}
.Rating {	
	height:50px;
	display: block;
	width: 200px;
}
.Rating.RatingGoogleFacebook {
	background-position: -225px -200px;
}
.Rating.RatingGoogle {
	background-position: -225px 0px;
}
.Rating.RatingFacebook {
	background-position: -225px -50px;
}
.reviewGralRating {
	display: flex;
    flex-wrap: nowrap;
}
.reviewGlobalScore {
	margin: 0px 8px 0px 12px;
	font-weight: 700;
    line-height: normal;
    font-size: 20px;
    color: rgb(17, 17, 17);
    word-break: normal !important;
}
.reviewCount {
    overflow: hidden;
    font-weight: 400;
    line-height: 2;
	padding-top:2px;
    font-size: 12px;
    color: rgba(17, 17, 17, 0.5);
	margin-left:5px
}
.reviewButton {
	display: inline-flex;
	position: relative;
	margin-top: 8px;
	box-sizing: border-box !important;
	outline: none !important;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0);
	color: rgb(255, 255, 255);
	font-family: inherit;
	font-weight: bold;
	font-size: 15px;
	background-color: rgb(25, 123, 255);
	border-width: 2px;
	padding: 10px;
	text-decoration: none;
	transition: 0.3s;
}
a:hover.reviewButton {
	color:#fffad6;
	background-color: rgb(27 106 212);
	transition: 0.3s;
}
.reviewContainer .slick-next {
	right: 0px;
	z-index:10;
}
.reviewContainer .slick-prev {
	left: -10px;
	z-index: 10;
}
.reviewContainer .slick-prev:before, .reviewContainer .slick-next:before {
	color: #6a6a6a;
	font-size:30px;
}
.reviewContainer .slick-dots {
    bottom: 10px;
    list-style: none;
    display: block;   
    position: initial;
	 /* background-color: red; */
}
.reviewContainer .slick-dots li button:before {
	color: #636363;
}
.slick-slider.reviewContainer {
	  -ms-touch-action: auto;
	  touch-action: auto;
}
.reviewImage img {
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
	height: 40px;   
    border: 1px solid #ccc;
}