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


* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
}

/* INI: MODIFICAR EN MAIN.CSS ------------------*/

body.load {
  overflow:hidden;
}
body.fanatico.home .header-int, body.art.home .header-int, body.conectoc .header-splash {
	background-color: transparent;
	background-image: none;
	border-bottom: none !important;
}

body.fanatico .header-int.header-fixed, body.fanatico.producto .header-int, .header-int {
  border-bottom: 2px solid #fff;  
  background: #fc55a7;

  background: -moz-linear-gradient(left, #fc55a7 0%, #fc55a7 1%, #fa53a5 1%, #fa53a5 41%, #fa53a1 41%, #fa53a1 42%, #fc55a3 42%, #fc55a3 46%, #fc56a0 46%, #fc56a0 48%, #ff569b 49%, #ff569b 51%, #ff5697 51%, #ff5996 56%, #ff5a92 56%, #ff5a92 59%, #ff5a8e 59%, #ff5c87 66%, #ff5c84 68%, #ff5d7f 68%, #ff5d7f 70%, #ff5e7b 70%, #ff5e7b 73%, #fe6077 73%, #fe6077 75%, #fe6174 75%, #fe6174 77%, #fe6270 77%, #fe6466 87%, #fe6560 87%, #fe6560 90%, #ff6762 90%, #ff6762 91%, #ff675f 91%, #fe655d 91%, #ff675f 93%, #ff685b 93%, #ff6958 100%);
  background: -webkit-linear-gradient(left, #fc55a7 0%, #fc55a7 1%, #fa53a5 1%, #fa53a5 41%, #fa53a1 41%, #fa53a1 42%, #fc55a3 42%, #fc55a3 46%, #fc56a0 46%, #fc56a0 48%, #ff569b 49%, #ff569b 51%, #ff5697 51%, #ff5996 56%, #ff5a92 56%, #f1f0f1 59%, #ff5a8e 59%, #ff5c87 66%, #ff5c84 68%, #ff5d7f 68%, #ff5d7f 70%, #ff5e7b 70%, #ff5e7b 73%, #fe6077 73%, #fe6077 75%, #fe6174 75%, #fe6174 77%, #fe6270 77%, #fe6466 87%, #fe6560 87%, #fe6560 90%, #ff6762 90%, #ff6762 91%, #ff675f 91%, #fe655d 91%, #ff675f 93%, #ff685b 93%, #ff6958 100%);
  background: linear-gradient(to right, #fc55a7 0%, #fc55a7 1%, #fa53a5 1%, #fa53a5 41%, #fa53a1 41%, #fa53a1 42%, #fc55a3 42%, #fc55a3 46%, #fc56a0 46%, #fc56a0 48%, #ff569b 49%, #ff569b 51%, #ff5697 51%, #ff5996 56%, #ff5a92 56%, #ff5a92 59%, #ff5a8e 59%, #ff5c87 66%, #ff5c84 68%, #ff5d7f 68%, #ff5d7f 70%, #ff5e7b 70%, #ff5e7b 73%, #fe6077 73%, #fe6077 75%, #fe6174 75%, #fe6174 77%, #fe6270 77%, #fe6466 87%, #fe6560 87%, #fe6560 90%, #ff6762 90%, #ff6762 91%, #ff675f 91%, #fe655d 91%, #ff675f 93%, #ff685b 93%, #ff6958 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc55a7', endColorstr='#ff6958', GradientType=1);
}

body.art .header-int.header-fixed, body.art.producto .header-int, .header-int {
  border-bottom: 2px solid #fff; 
	
background: rgb(64,78,93);
background: -moz-linear-gradient(90deg, rgba(64,78,93,1) 0%, rgba(112,134,147,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(64,78,93,1) 0%, rgba(112,134,147,1) 100%);
background: linear-gradient(90deg, rgba(64,78,93,1) 0%, rgba(112,134,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#404e5d",endColorstr="#708693",GradientType=1);
}



body.cuadritos .header-int.header-fixed, body.cuadritos.producto .header-int {
  border-bottom: 2px solid #fff;  
  background: #93b3bf;

	background: rgb(147,179,191);
	background: -moz-linear-gradient(90deg, rgba(147,179,191,1) 0%, rgba(124,164,178,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(147,179,191,1) 0%, rgba(124,164,178,1) 100%);
	background: linear-gradient(90deg, rgba(147,179,191,1) 0%, rgba(124,164,178,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#93b3bf",endColorstr="#7ca4b2",GradientType=1);
}


/* END: MODIFICAR EN MAIN.CSS -------------------*/



/* INI MODIFICACION MENU PARA SINGLE SITE -------------------*/

/* */
.brand img {
	padding-top: 8px;
	float: left;
	position: absolute;
}
@media (max-width: 450px) {
	.brand img {
		/*width: 100%;*/
		height: 60px;
		padding-top: 15px;
		padding-left: 10px;
		position: relative;
	}
}
table td {
	text-align: left;
}
select{
    background-color: white;
    outline: none;
    padding: 14px 10px;
    -webkit-appearance: none;
    border: solid 1px #ccc;
    background-image: url(img/arrow_down.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px);
    border-radius: 3px;
	color: #000;
}
select:before{
    content:'>';
}

.mainMenu .c-menu .options {
    display: none;
}
.mainMenu .tabs-stage {
    width: 100%;
}
.mainMenu .categories {
    width: 100%;
    padding-bottom: 0px;
}
.mainMenu .big-menu {
    padding: 10px 0 0px 0;
}
.mainMenu .content-tab .categories h4 {
  display: none;
}
.tabs-stage {
    border-left:none;
}
@media (max-width: 990px) {
	.big-submenu li a{
		background-color: inherit;
		border-bottom: #eaeaea solid 1px;
		font-size: 16px;
		padding: 12px 30px;
	}
}
.c-fav.cont-desktop {
    position: relative;
    height: 70px;
    width: 65px;
    /* background-color: red; */
}
a.icon {
	width: 70px;
	color: white;
	height: 70px;
}
a.icon i {
    margin: 0 auto;
    left: 22px;
    position: absolute;
    top: 25px;
    font-size: 23px;
}
/* INI SLIDER CSS HOME -------------------*/

.home section h3 {
	text-align:left;
	font-size: 40px;
}
section.main-content {
    padding: 20px 1.5%;
}
.wp-home-sliders {
    padding: 0;
    overflow-x: scroll;
    max-width: 1440px;
    transform: translateZ(0);
    margin: 1% 0 2% 0;
}
.home-category-slider {
    width: 100%;
    white-space: nowrap;
}
.image-flikity-item {
    display: inline-block;
    position: relative;
    margin: 5px 15px 10px 0px;
}
.image-flikity-item img {
	height:400px
}
.wp-home-sliders .poster-swipper-title {
    white-space: break-spaces;
}

@media screen and (max-width: 900px) {
	.image-flikity-item img {
		height:350px
	}
	#homeSiteSections section h3 {
		font-size: 30px;
	}
}

@media screen and (max-width: 640px) {
	.image-flikity-item img {
		height: 300px;
	} 
}

@media screen and (max-width: 300px) {
	.image-flikity-item img {
		height: 300px;
	} 
}

/* INI SLIDER CSS HOME  PARA CATEGORIAS */
  
.catalog .posterItemInfo {
    background-color: rgb(0,0,0,0.6);
    border-radius: 5px;
    width: calc(100% - 20px);
    padding: 5px 0px;
    display: table;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}
.catalog .image-flikity-item img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;

}
.catalog .poster-swipper-year {
    display:none;
}
.catalog.wp-home-sliders .poster-swipper-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.poster-swipper-content {
  text-align: left;
  padding: 1px 15px;
  opacity: 0.8;
  color: #fff;
}





/* -----------  FAVORITOS ! -------------------------------  */
/*
.c-fav,.container_menu .c-fav.cont-mobile, #btn-add-favs, .poster-grid .icon, 
.home-category-slider .icon, .movie-poster-grid .icon {
	display:none;
}*/


/* OCULTO FAVORITOS DEL EDITOR */
#btn-add-favs {
	display:none;
}

.image-flikity-item .icon {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
}
.icon .selected {
    color: red;
}
.fotocApp .canvas-holder #btn-share {
    position: absolute;
    right: 10px;
    top: 9px;
}


/* -----------  CODIGOS DESCUENTO! -------------------------------  */


.asignar-cupon .boton_principal, .asignar-cupon .boton_principal.small {
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 1;
    border: none;
    border-bottom: none;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 160px;
    min-width: 10px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin: 10px 5px;
}

.asignar-cupon .boton_principal [attribute~="Cancelar"] {
    background-color: #000;
}
a#btnShowInputPromoCode, a.btnRemovePromoCode {
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 5px 0px 15px 0px;
    text-align: left;
    clear: both;
    padding-left: 20%;
    color: #272727;
}

a#btnShowInputPromoCode i, a.btnRemovePromoCode i {
    padding-right: 10px;
    color: #0483f5;
}
a#btnShowInputPromoCode:hover, a.btnRemovePromoCode:hover {
    color: #0483f5;
}
.asignar-cupon label {
    padding: 5px;
    margin-left: 0px;
    text-align: left;
    width: 100%;
}
.asignar-cupon, .titleDesc.success {
    text-align:left;
    background-color: #fff3c7;
    border: 1px solid #ffdc5b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 5px;
    display: block;
}
.titleDesc.success {
    color:black;
    font-size:16px;
    margin: 15px 0px;
    padding: 20px;
}
#promoCodeFormContainer input[type=text], #promoCodeFormContainer input[type=number] {
	width:90%;
	float: left;
}



/* -----------  OCULTO PARA POSTERS CORREGIR LUEGO ! -------------------------------  */

/*--- OCUTLO PARA POSTERS ----*/
.cuadro-tipo,.view-more-info, .cuadro-tipo/*,.tabs-nav */{
	display: none;
}
.product-options .tabs-stage #tab-1 {
	display:block !important;
}
/* Escondo el Switch de typo */
switch {
	display: none !important;
}




/* ------------------------------- PARCHE ! COMO FUNCIONA -------------------------------  */


#homeSiteSections section.como-funciona h3 {
	 overflow: visible;
	 display: block;
}

@media screen and (max-width: 850px) {
	#homeSiteSections section.como-funciona h3 {
		font-size: 22px;
	}
	section.como-funciona .card .card-body {
		padding: 0px 0px 0 14px;
	}
	.card {
		background-color: #fff;
		text-align: left;
		padding: 12px 0px 5px 0px;
		height: 100%;
		border-radius: 5px;
	}
	section.como-funciona .card-header .step {
		width: 30px;
		height: 30px;
		top: 6px;
		font-size: 16px;
		font-weight: bold;
	}
	.como-funciona .col-xs-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}




/* ------------------------------- PARCHE !MENU NAVEGACION! -------------------------------  */

.container-menu.container {
    margin: auto;
    position: relative;
    font-size: 18px;
    padding: 0px;
    overflow: hidden;
    display: flex;
}
body.conectoc .header-splash.active {
	background-color: rgb(195 83 205 / 90%);
    height: 100%;
    position: fixed;
	
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header-splash .nav-toggle {
    right: 0px;
}

/* ------------------------------- PARCHE! EDITOR COSTADO -------------------------------  */

.body-options {
    padding: 5px 15px 0px 0px;
}
.view-more-info {
    position:relative;
}
.view-more-info a {
	color:#0483f5;
	font-size:14px;
	padding-top: 3px;
	position: absolute;
}
.view-more-info a:hover {
	color:#fa53a5;
}

@media screen and (max-width: 640px) {
    .title, .product-options .tabs-stage,.year {
        display: none;
    }
	.view-more-info {
		display: block;
		border-top: 1px solid #ebebeb;
		padding-left: 15px;
	}

}

/* ------------------------------- PARCHE ! AUTOR -------------------------------  */
div.author {
    margin: 15px 0px 0px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
div.author span, div.author span a {
	font-size: 14px;
}

/* ------------------------------- PARCHE ! MODAL Image info -------------------------------  */


.main-im-modal img {
	max-width:640px;
    width:100%;
}
.fotoc-modal .item-info .step {
    position: relative;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border: #ffffff solid 2px;
    font-size: 24px;
    color: #ffffff;
    margin: 0;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #f36e20;
    display: flex;
    font-weight: 600;
  }
.fotoc-modal .item-info .card-header {
  display: flex;
  align-items: center;
  position: relative;
}

/* PREGUNTAS FRECUENTES */ 

.questions-list li .storeAnswer a {
  color: #0483f5;
  font-size: inherit;
  text-decoration: underline;
  font-weight:bold;
  display: initial;
  width: auto;
}

.fotoc-modal .left-side {
    display:none;
}
.fotoc-modal .container-sideByside .left-side {
    display:block;
    width:100%;
    max-width: 100%;
    flex-basis: 100%;
    padding-bottom:30px;
}
.fotoc-modal .right-side  {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}
.fotoc-modal section {
    padding: 10px 0 10px 0 !important;
}
.fotoc-modal .content-title {
    padding: 0px 0px 20px 0px;
}



.help-products .container-sideByside .questions-list {
    margin-top: 0px;
}
.video-container {
    background-image: none;
}
.video-container-mobile {
	display: none;
}
@media screen and (max-width: 560px) {
	.help-products .container-sideByside .questions-list {
		margin-top: 30px;
	}
	.video-container-mobile {
		display: block;
	}
	.video-container-desktop {
		display: none;
	}
}



/* ------------------------------- PARCHE ! ESTILOS TITULOS -------------------------------  */

.title h2.ng-binding {
    margin-bottom: 0px;
    text-align:left;
}
section h3 {
	color: #66acbd;
}
.title {
    padding-bottom: 0px;
}
.title .ng-binding, section h3, section.como-funciona h2, .content-title h2, section.section-list h2 {
    font-size: 50px;
    margin: 0;
    /* margin: 10px 25px 0px 0px; */
    font-weight: 300;
    padding: 0;
    text-align: center;
}
section.como-funciona h2, section.section-list h2{
	padding: 20px;
}
section.section-list h2 {
  color: #40474d;
}

#homeSiteSections section h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


@media screen and (max-width: 900px) {
    .title .ng-binding, section h3, section.como-funciona h2, .content-title h2 {
         font-size: 40px;
    }
}

@media screen and (max-width: 640px) {
    .title .ng-binding, section h3, section.como-funciona h2, .content-title h2, section.section-list h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 300px) {
    .title .ng-binding, section h3, section.como-funciona h2, .content-title h2 {
        font-size: 20px;
    }
}

.subtitle {
    font-size: 22px;
    margin: 0;

    padding: 15px 5px;
}
.bk_lightblue .subtitle {
    color: #23919b
}

/* ------------------------------- PARCHE ! EDITOR -------------------------------  */
/* INI: EDITOR */


.fotocApp {
    margin-top: 0px;
}

/* NOTA: .homeBlockStatic, .homeBlockSteps estilos legacy */

#step_builder, #cartSection, .homeBlockStatic, .homeBlockSteps, .not-found {
 padding-top: 65px;
}
.internalPage {
	 padding-top: 0px;
}
.homeBlockStatic {
	 padding-top: 10px;
	 background-color: #e2e2e2;
    color: #37302a;
}

@media screen and (min-width: 640px) {
	.fotocApp {
		margin-top: 10px !important;
	}
     .mainMenu {
    	top: 62px !important;
    }
}
@media screen and (min-width: 850px) {
	.fotocApp {
		margin-top: 20px !important;
	}
	.mobileSearch, .mainMenu {
    	top: 71px !important;
    	}

}
@media screen and (min-width: 960px) {
	.fotocApp {
		margin-top: 30px !important;
	}
	.mainMenu {
    	top: 75px !important;
    }
    .mobileSearch {
    	display:none !important;
     }
}




#canvas-editor{
    box-shadow: none !important;
    border: 1px solid #e9e9e9;
}
.canvas-holder .btn {
    background-color: #6a70807a !important;
}
silde-views .slider > div {
    border: solid 1px #ccc !important;
}
@media screen and (min-width: 640px) {
    .fotocApp, .template_align_right {
       max-width: 1200px !important;
    }
    editor > div{
       /*background-color:red;*/
    }
    #editor-col-0 {
        width: 60% !important;
        /*background-color:#ff569b;*/
    }
    #editor-col-1 {
       width: 40% !important;
       /*background-color:#66acbd; */
    }
    .formRight {
       float:right;
       width: 40%;
    }
}
.form-control label {
    color: #2d3035;
}

/* ------------------------------- PARCHE !HEADER   -------------------------------  */

.container_menu .cont-mobile {
	display:none;
}
.container-menu-inner .container_menu_left {
    width: 160px;
    height: auto!important;
    float: none;

}

@media screen and (max-width: 960px) {
    .container_menu .cont-mobile {
		display:block;
	}
	.container_menu .cont-desktop {
		display:none;
	}
	.container_menu {
		padding: 5px 0;
		display: flex;
	}
	.container-menu-inner .container_cart {
		margin-top: 14px;
		position: relative;
		right: auto;
		top: auto;
		margin-right: 30px;
	}
	.container-menu-inner .container_menu_left {
		margin-left: auto;
		margin-right: initial;
	}
	/*
	.header-int {
	    display: flex;
    }*/
}


/* INI: SEARCH */

.withoutPosters {
    background-color: #efefef;
}

@media screen and (max-width: 960px) {
	.c-search-mobile .icon{
		position: absolute;
		padding: 0px 0px;
		top: 6px;
		left: 12px;
		color: #e84c3b;
	}
	.c-search-mobile .close.icon{
		top: 3px;
		left: 12px;
		color: #7d0d1f;
		font-size: 31px;
	}
	.c-search-mobile {
		width: 45px;
		height: 45px;
		position: relative;
		color: #ff6858;
		cursor: pointer;
		cursor: hand;
		transition: 0.2s;
	}
}

.btn-add-to-cart {
    width: 100%;

}

.btn-submit, .btn-add-to-cart  {
	
	cursor: pointer;
    cursor: hand;
    border: none;
	
	/*text-transform: uppercase;
    font-size: 22px;
    padding: 15px 0px;*/
    border: none;
    line-height: 1;
    flex-grow: 1;
    opacity: 1;
    border: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
    -webkit-appearance: none;
    text-decoration: none;
}


/* -- MENU --*/

.close, .search-open .search, .menu-open .icon.menu {
	display:none;
}
.search-open .close, .menu-open .icon.close {
	display:block;
}


.c-search-mobile.search-open {
    border-radius: 0%;
    height: 50px;
}

.x-menu {
	margin: 0px 10px;
	width: 42px;
	cursor: pointer;
	cursor: hand;
	transition: 0.2s;
}
.x-menu.menu-open {
   background-color: white;
   color: #ff6858;
   height: 53px;
}
.x-menu.menu-open .icon {
	padding-top: 6px;
	font-size: 31px;
	color: #7d0d1f;
	padding-bottom: 26px;
	background: white;
}
@media screen and (min-width: 960px) {
	.mainMenu {
	top: 96px !important;
	}
}

.mobileSearch, .mainMenu {
    float: left;
    position: absolute;
    z-index: 5200;
    width: 100%;
    background-color: white;
    top: 55px;
    height: 100%;
    padding: 15px 10px 0px 10px;
    display: none;
    position: fixed;
}
.mainMenu {
   top: 63px;
   /* border-top:1px solid green; */
}
.big-menu {
    padding: 10px 0 27px 0;
}
.container_menu {
    overflow: visible !important;
}
/* Revisar si .search-header-container  no complica en otras paginas del sitio*/ 
.css-2b097c-container, div.search-header-container {
    width: 100% !important;
}
div.c-search {
    background-color: transparent;
}
.search-header__menu img {
    width:40px;
    height:60px;
}
.search-header__menu label, .search-header__single-value label {
    color: #2b2b2b;
    font-weight: bold;
    width: 100%;
    padding-left:20px;
    white-space: nowrap;
    text-overflow: ellipsis;   
	cursor: pointer;
    cursor: hand;
}
.search-header__menu p {
    color: #2b2b2b;
    font-weight: bold;
    clear:both;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size:12px;
    padding-left:10px
}
.search-header__option a, .search-header__single-value a {
    display: flex;
    text-decoration: none;
}
.search-header__single-value p{
    display: none;
}
.search-header__option a div, .search-header__single-value a div{
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
	display: block;	
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1px;
    /*background-color: red;*/
}
/* INPUT */

input[type=text], input[type=number], input[type=email], input[type=password] {
	width: 305px;
	padding: 2px 16px;
	border: 1px solid #ccc;
	background-color: #fff;
	resize: none;
	max-width: inherit;
	height: 30px;
	border-radius: 3px;
	box-sizing: initial;
	float: right;
}
input[type=text].search-header-container , input[type=number].search-header-container , input[type=email].search-header-container {
    height: 28px;
    font-family: 'Open Sans', sans-serif !important;
	font-size: 18px;
	font-weight:400;
	color: #37302a;
	padding: 6px 10px;
	width:490px
}
.c-search button {
	display:none;
}

ul.tabs-nav {
    overflow: auto;
    display: flex;
}
.section {
    min-height: 350px;
}
ul.tabs-nav {
    overflow: auto;
    display: block;
}
@media (max-width: 990px) {
	.section {
		min-height: auto;
	}
	.big-submenu {
		margin-top: -5px;
		border-top: none;
	}
	ul.tabs-nav {
		overflow: auto;
		display: flex;
	}
	.tabs-nav {
		padding-left: 0px;
	}
}

.categories-bk-image {
	width: 100%;
    /*background-image: url(/im/fotoc/main/menu_category_crea.jpg);*/
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 0px;
}


/* ----------------------------- BUILDER ---------------------------------*/




#cartSection label {
    font-size: 14px;
    color: #272727;
}
#cartSection .note {
    color: #272727;
}
#cartSection  h2 {
    font-weight: 600;
    color: #40474d;
    font-size: 2em;
    padding: 10px 0px;
}
@media screen and (max-width: 760px) {
	#cartSection select {
		width:95%;
		float: none;
	}
}

#cartSection #backCreator,#cartSection #txGoBackCart, #cartSection a.back {
    padding:20px 0px 35px 0px;
    color: #5d5d5d;
}
#cartSection .option {
    background-color: #f6f7fa;
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
}
#cartSection .acciones a {
    color:#272727;
}
#cartSection .shippingMethods .shippingTitle {
 color: #272727;
}
#cartSection .shippingSelected {
	background-color: #bcdbe5;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 10px;
}
#cartSection .shippingSelected .shippingTitle {
    background-color: #bcdbe5;
}
#cartSection .shippingMethods li.shippingSelected,
#cartSection .shippingMethods li.shippingSelected + li,
#cartSection .shippingMethods li:first-child {
    border-top: none;
}
#cartSection .shippingMethods li {
    border-top: 2px solid #dedede;
}
#cartSection .shippingMethods .shippingDescription {
    padding: 0px 0px 5px 30px;
    font-weight: normal;
}
#cartSection .error {
	text-align:left;
}

.formCont {
    clear: both;
    text-align: left;
    text-transform: none;
    padding: 4px 0px;
    display: flow-root;
    /* width: 90%; */
    /* margin: 0 auto; */
    margin: 15px;
}
.consent-gift hr {
    margin: 10px 0;
    clear: both;
    height: 1px;
    border: 0;
    background-color: #dedede;
}
input#opAllowImageUse, input#opIsAGift {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    /* padding: 10px; */
    float: left;
}
div#txUserAllowImagesUseNote, div#txIsAGiftNote {
    /* float: left; */
    display: table-cell;
    padding-left: 15px;
    float: none;
    padding-top: 0px;
    line-height: 1.6;
}
.note label {
    float: none;
    width: 100%;
    /* background-color: red; */
    font-weight: normal;
    cursor: pointer;
    cursor: hand;
    line-height: 20px;
}

.formCont#paymentDescrip {
    color: #401313;
}

.SelectPaymentContent .SelectPaymentMethod .sameAligment {
    padding: 15px 0px 5px 0px;
}

.checkout .description {
    color: #000;
    text-align: left;
    padding-left: 15px;
}
.checkout {
    padding-bottom: 50px;
}


/* ------------------  GRID STYLE ---------------------- */


.poster-grid, .movie-poster-grid {
    list-style: none;
    margin: 30px auto;
    padding: 0;
}
.poster-grid-item, .movie-poster-grid-item {
	cursor: pointer;
    cursor: hand;
}
.poster-grid img, .movie-poster-grid img {
    display: block;
    float: left;
    padding: 4px;
    width: 100%;
    height: auto;
    opacity: 1;
}
.poster-grid div a, .poster-grid div img
.movie-poster-grid div a,.movie-poster-grid div img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
}
.poster-grid .poster-grid-item, .movie-poster-grid .movie-poster-grid-item {
    width:25%;
    height: auto;
	overflow:hidden;
	display: inline-block;
	position: relative;
}
@media screen and (max-width: 900px) {
    .poster-grid .poster-grid-item,.movie-poster-grid .movie-poster-grid-item {
        width: 33.3%;
        height: auto;
    }
    .poster-grid .poster-grid-item .poster-swipper-title, .movie-poster-grid .movie-poster-grid-item .poster-swipper-title {
    	font-size: 14px;
    }
    .poster-grid .poster-grid-item .poster-swipper-year, .movie-poster-grid .movie-poster-grid-item .poster-swipper-year {
        font-size:12px;
    }
}

@media screen and (max-width: 640px) {
    .poster-grid .poster-grid-item,.movie-poster-grid .movie-poster-grid-item {
        width: 50%;
        height: auto;
    }
    .poster-grid .poster-grid-item .poster-swipper-title, .movie-poster-grid .movie-poster-grid-item .poster-swipper-title {
    	font-size:14px;
    }
    .poster-grid .poster-grid-item .poster-swipper-year, .movie-poster-grid .movie-poster-grid-item .poster-swipper-year {
        font-size:10px;
        display:none;
    }
}

@media screen and (max-width: 300px) {
    .poster-grid .poster-grid-item, .movie-poster-grid .movie-poster-grid-item {
        width: 100%;
        height: auto;
    }
    .poster-grid .poster-swipper-title, .movie-poster-grid .movie-poster-grid-item .poster-swipper-title {
    	font-size:12px;
    }
    .poster-grid .poster-swipper-year, .movie-poster-grid .movie-poster-grid-item .poster-swipper-year {
        font-size:12px;
    }    
}


/* ------------------  GRID ICONS ---------------------- */

.poster-grid .icon, .movie-poster-grid .icon {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 24px;
  color:white;
}

.poster-grid .posterItemInfo, .movie-poster-grid .posterItemInfo {
    position: absolute;
    z-index: 5000;
    bottom: 16px;
}
.poster-grid .poster-swipper-title, .movie-poster-grid .poster-swipper-title {
    /*display:none;*/
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding: 0 15px;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
}
.poster-grid .poster-swipper-year, .movie-poster-grid .poster-swipper-year {
    text-align: left;
    padding: 1px 15px;
    opacity: 0.8;
    color: #fff;
}

/* ------------------------------- PARCHE !CORREGIR! -------------------------------  
ej:
/login.php?id=1000522
/checkout.php?id=1000522
*/
/*
.homeBlockStatic {
    padding-top: 90px;
    background-color: #fff;

}
.homeBlockStatic, .homeBlockColor-Green h3, .select_payment{
    color: #272727 !important;
}
.homeBlockColor-Green, .homeBlockColor-Green h3 {
    background-color: inherit;
}
.homeBlockStatic li a {
    color:#23919b;
}
.homeBlockStatic li a:hover {
    color:#ae1e37;
}
.destacado {
    background-color: #23919b;
    color: #fff;
}
.endcheckout h2 {
    font-size:30px;
    background-color: inherit;
    padding:20px 0px;
    border: none;
    color: #086a73;
}
.homeBlockStatic hr.dotted {
    padding-top: 10px;
    clear: both;
    border-bottom: 1px dotted #c5c5c5;
    margin-bottom:20px
}


*/
@media (max-width: 990px){
	.footer-menu .tabs-stage  {
		width: 100%;
	}
	.footer-menu .tabs-stage .section, .footer-menu .categories {
		width: 50%;
	}
	.footer-menu .tabs-stage .section span {
		display: none;
	}
	.footer-menu .tabs-stage .section.help {
		min-width: inherit;
	 }
}
.footer-menu .tabs-stage .section.help {
    min-width: 235px;
 }

.footer-menu .tabs-stage .section span {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 10px;
    top: 27px;
    margin-top: 10px;
    position: absolute;
}


/*INSTAGRAM SLIDER*/

section.instagramSlider {
  background: #e9ebf2;
  border-bottom: none;
  padding: 35px 0;
}

section.instagramSlider .instagram-container {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.instagramSlider .swiper-container {
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.instagramSlider .swiper-slide {
  background-color: #fff;
  padding: 10px 10px 15px 10px;
}
.instagramSlider .swiper-slide img {
    width: 100%;
}
.instagramSlider .swiper-slide p {
  font-size: 14px;
  color: #393939;
  padding: 10px 15px;
}
.instagramSlider .swiper-pagination-bullet {
  background: #fff;
}
.instagramSlider .swiper-pagination-bullet-active {
  background: #66acbd;
}
.btn-instagram {
  font-size: 21px;
  color: #2d3035;
  padding: 10px 10px;
  max-width: 330px;
  margin: 0 auto;
  justify-content: center;
}

.btn-instagram img {
  margin-right: 20px;
}




/* -------------- INI: BANNER IMAGE AND TEXT ---------- */

.homeBlockStepsB {
    padding: 0px 0px 0px;
    overflow: hidden;
    height: 400px;
}
.intHeader {
    height: 300px;
}
.intHeader .banner-text.cont-main {
    padding-top: 105px;
    width: 30%;
}
.homeBlockStepsC {
    padding: 0px 0px 0px;
    overflow: hidden;
    height: 450px;
}
.banner_image {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100%;
    border-bottom: 2px solid white;
}
.inner_image {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); 
}
.banner_image .destacado, .como-funciona .destacado {
    font-weight: 700!important;
    background-color: #ffec8f;
    padding: 1px 9px;
    color: #52575d;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}
.banner-text.text-left, .banner-text.text-left h2 {
    text-align:left;
}
.banner-text.text-right, .banner-text.text-right h2 {
    text-align:right;
}
.banner-text h2, .banner-text{
	color: #52575d;
}
.banner-text p, .banner-text h2{
    padding-left:20px;
    width: 100%;
    margin: 0px;
}
.homeBlockStepsC .banner-text p, .homeBlockStepsC .banner-text h2{
    padding-left:90px;
}
.banner-text{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 30%;
    margin: auto 0;
}
.banner-text.text-top {
	padding-top: 45px;
	top: 0;
	bottom: auto;
}
.banner-text.cont-main {
	padding-top: 155px;	
	width: 30%;
}
.banner-text.cont-main h2, .banner-text.cont-main {
	color: white;
}
.banner-text.cont-main h2 strong, .banner-text.cont-main strong {
	color: #fffcb1;
}
.banner-text .boton_main {
	margin: 55px 0px 0px 90px !important;
}

.cont-right {
	right: 0;    
}
.cont-left {
	left: 0;
}
.inner_text {
    width: 100%;
    position: relative;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
	z-index: 1;
}
small {
    padding-top: 10px;
    display: block;
}
/* BANNER: TEXT ALIGN LEFT */ 

.banner-text.text-left p, .banner-text.text-left h2 {
	text-align: left;
}
.banner-text h2 {
	font-size:32px;
	font-weight: 600;
}
.homeBlockHilight .banner-text.text-left h2 {
	color: #ffd860;
}
.homeBlockHilight .banner-text.text-left p {
	color: #f5f5f5;
}
.banner-text p {
	font-size:20px;
}
.banner_image .text-left .banner_boton {
	margin:0;
}

/* BANNER: TEXT ALIGN CENTER */ 

.banner-text.text-center {
    margin: auto;
}
.banner-text.text-center p, .banner-text.text-center h2 {
    padding-left:0px;
    text-align:center;
}
.banner_image .banner_boton {
    text-align:center;
    margin: 0 auto;
    padding-top: 15px;
}

/* END: BANNER IMAGE AND TEXT */

.inner_image_responsive {
	display:none;
}
@media (min-width: 760px) {
    .col-custom {
    	background-color:inherit !important;
    }
}
@media (max-width: 760px) {
    .col-gris {
    	background-color:#eaeaf2;
    }
	
	.inner_image_responsive {
		display:block;
	}
	.inner_image_responsive img {
		width:100%;
		float:right;
	}
	.homeBlockStepsB, .homeBlockStepsC {
		height: fit-content;
	}
	.inner_image {
		display:none;
	}
	.inner_text {
    	width: 100%;
    	height: auto;
    	/* background-color: red; */
 	}
	.banner-text {
		position:relative;
		width: 100%;
		padding: 10px 20px;
		margin-top: 4px;
	}
	.banner-text.cont-main, .intHeader .banner-text.cont-main {
		width:100%;
		text-align:center;
		padding-top: 100px;
	}
	.banner-text.text-center {
    	margin: auto;
	}
	.banner-text.text-left p, .banner-text.text-left h2, .homeBlockStepsC .banner-text h2, .homeBlockStepsC .banner-text p {
		padding-left:0px;
	}
	.banner-text.text-left p {
		font-size:18px;
	}
	.banner-text.text-right, .banner-text.text-right h2 {
		text-align:left;
	}
	.banner_image .text-left .banner_boton {
		width:100% !important;
		/* background-color: #7462de; */
		max-width: -webkit-fill-available;
		padding-left: 0px;
	}
	.banner_image .banner_boton {
		text-align:center;
		margin: 0 auto;
		padding-top: 15px;
	}
	.banner-text .boton_main {
		margin: 30px 0px 0px 0px !important;
	}

}

/* -------------- END: BANNER IMAGE AND TEXT ---------- */

/* ----------------------------------------------------------------  CUADRITOS ESTILOS  -------------------------------------------------------------------*/

/* INI: Editor*/
.cuadritos .c-search-mobile,
.cuadritos .c-search, 
.cuadritos .c-fav {
	display:none;
}
.cuadritos .layouts.btn-tool,
.cuadritos .favs.btn-tool  {
	display:none;
}
.cuadritos .form-control label {
	font-size: 18px;
	margin-right: 25px;
	min-width: 100px;
}
.cuadritos .form-control {
    width: 100%;

    padding: 8px 15px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.images .btn-search.upload {
	background: #faaf3b;
	width: 65px;
	height: 65px;
	border-radius: 100px;
	font-size: 30px;
}
@media screen and (max-width: 750px) {
	.images .btn-search.upload {
		width: 65px;
		height: 65px;
		border-radius: 100px;
		font-size: 30px;
		top: 160px;
	}
}
/* END: Editor*/ 


.cuadritos .contacto, .bk_lightblue .contacto, section.bk_lightblue {
    background: #bfdae2;
}


.cuadritos section.como-funciona {
	background-color: #eaeaf2;	
	margin-bottom: 4px;
}
.card .card-header::after {
    border-color: transparent transparent transparent #e2e2e2;
}

@media screen and (max-width: 850px) {
	.cuadritos section.como-funciona .last-item {
		border-bottom: none;
	}
	.cuadritos section.como-funciona {
		margin-bottom: 0px;
	}

}

.cuadritos .contacto {
    background: #bfdae2;
}
.cuadritos section.como-funciona {
	background-color: #eaeaf2;	
	margin-bottom: 4px;
}

@media screen and (max-width: 850px) {
	.cuadritos section.como-funciona .last-item {
		border-bottom: none;
	}
	.cuadritos section.como-funciona {
		margin-bottom: 0px;
	}

}


/* ----------------------------------------------------------------  CUADRITOS ESTILOS: BOTON EDITOR  -------------------------------------------------------------------*/

@media screen and (min-width: 641px) {
	.upload-text {
		display: none;
	}
}
@media screen and (max-width: 640px) {
    #editor-col-1{
        z-index: auto;
    }
	tools {
		z-index: 790;
	}
	.upload-float {
		width: 65px;
		height: 65px;
		border-radius: 100px;
		font-size: 30px;
		background: #faaf3b;
		display: flex;
		cursor: pointer;
		position: fixed;
		right: 10px;
		align-items: center;
		justify-content: center;
		box-shadow: 0px 0px 8px 0px;
		z-index: 780;
		bottom: 75px;
	}
	.upload-text {
		/*width: 160px;*/
		height: 54px;
		border-radius: 100px;
		font-size: 20px;
		background: #faaf3b;
		display: flex;
		cursor: pointer;
		position: fixed;
		right: 20px;
		align-items: center;
		justify-content: center;
		box-shadow: 0px 0px 8px 0px;
		z-index: 780;
		bottom: 75px;
	}
	.upload-text i {
		background-color:white;
		border-radius: 100px;
		height: 30px;
		width: 30px;
		line-height: 30px;
		margin-left: 7px;
	}
}



/*
.btn-search.upload {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    top: 110px;
    font-size: 40px;
    background-color: #f9ba03;
}
*/

/* ----------------------------------------------------------------  CUADRITOS ESTILOS: EDITOR  -------------------------------------------------------------------

@media screen and (max-width: 640px) {
	.cuadritos tools .header {
		box-shadow: 0px 0px 0px 0px;
	}
	.cuadritos tools {
		position: initial;
	}
	.cuadritos #editor-col-1 {
		z-index: 777;
		width: 100%;
		padding-left: 0;
		padding: 10px 0px
	}
	.cuadritos tools .header .btn-tool.close {
        display:none;
    }
    images > div, .cuadritos tools .content {
		height: 190px;
	}
    .cuadritos tools .content {
		width: 100%;
		background-color: #d0d0d0;
		position: relative;
	}
	.cuadritos .images .btn-search.upload, .upload {
		width: 65px;
		height: 65px;
		border-radius: 100px;
		font-size: 30px;
		top:auto;
		right:20px;
		bottom: 68px;
		position: absolute;
	}
	    .itemGallery {
      height:150px;
      width: 150px;
      margin-right: 10px;
    }
}

.fotocApp .center {
    text-align: left;
    color: #636363;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 90%;
    left: 50%;
}

.item .tabs {
	display:none;
}
.upload-text {
	display:none !important;
}
images .itemGallery-wrapper{

}
.itemGallery-wrapper {
	margin-top: 7px !important;
	height: 210px;

}

*/


/* ----------------------------------------------------------------  FOTOC v3  ------------------------------------------------------------------- */



.inner_thumb {
    position: absolute;
    top: 230px;
    bottom: 0;
    width: 50%;
    height: auto;
    margin: auto 0;
    right: 0;
    padding-left: 20px;
    max-width: 550px;
}
.thumb_right {
    left: auto;
    right: 50%;
}

.tb-column {
    float: left;
    padding: 5px 3%;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}
.tb-column.three-columns {
	 width: 33%;
}
.tb-column span {
    display: block;
}
.tb-column img {
    max-width: 100%;
}
@media (max-width: 760px) { 
	.inner_thumb {
	    top: inherit;
	    width: 100%;
	    height: 25%;
	    padding-left: 0px;
	    max-width: inherit;
	}
	.inner_thumb_vertical {
		/* display: none !important; */ /* OCUTLO */
		width: 35%;
		height: 100%;
		padding-left: 5px;
		border: 1px solid green;
		top: inherit;
		bottom: inherit;
		display: inline-table;
	}
	.thumb_right {
		left: inherit;
		right: inherit;
	}
	.tb-column.three-columns {
		width: 33%;
	}
	.tb-column.three-columns {
		/*width: 100%;*/
	}
	.tb-column {
		display: inline-block;
	}
	.tb-column img {
		max-width: 90px;
	}
}
@media (max-width: 400px) { 
	.tb-column img {
		max-width: 65px;
	}
}

.pagos {
    padding: 30px 5px 0px 5px;
}
.pagos p {
    font-size: 12px;
    padding-bottom: 10px;
}
@media (max-width: 580px){	
	.pagos p {
		text-align: left;
	}
	.pagos img {
    	padding-top: 5px;
    	width: 95%;
	}
	.pagos img.unaMenos {
    	width: 82%;
 	}
}




/* INI: TABLE HOME */


.table-main {
    background-color: #ffc13c;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
	
	display: flow-root; 	/* Esto evita el espacio al principio */
}
li.filter label,  li.filter-ini label, li.filter-end label {
	color:black;
}
.filter-container li.filter-ini  {
	width: 40%;
}
.filter-container li.filter-end {
	width: 19%;
}
.filter-row select {
    width:100%;
}
ul.flexbox {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */



  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.filter-container li {
	width:33.3%;
	padding:10px;
	/*border: 1px solid red; */
}
li select {
    width:100%;
}
label {
	float: left;
	width: 150px;
	white-space: normal;
	line-height: 27px;
	color: white;
	font-weight: 600;
}
label {
    width: 100%;
    text-align: left;
}



@media (max-width: 750px){
	ul.flexbox {
		display: grid;
	}
	.filter-container li.filter-ini, .filter-container li.filter-end,  li.filter {
		width: 100%;
	}
	.filter-container li {
		padding: 5px 10px;
	}
}

table.table-footer {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);	
	margin: 10px;
}
table.table-footer-hilight {
	background-color: #ffdf9a;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 10px;
}
table.table-summary-hilight {
	background-color: #ffdf9a;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 10px;
}
table.table-summary-hilight td {
	vertical-align:top;
}
table.table-summary-hilight tr td:first-child{
	width:20%;
}
table.table-summary-hilight a {
	color:#611b00;
	font-weight:bold;
}
table.table-footer-line {
	border-top:1px solid white
}

.summary-subtitle {
    font-size: 18px;
    font-weight: bold;
}
table.table-results {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background-color: #c7338f;
	margin: 10px;
	box-sizing: border-box;
	border-collapse: collapse;
}
table.table-results th, table.table-results td {
	text-align:center;
	height:60px;
	color:white;
	font-size: 17px
}
table.table-results td {
	height:80px;
	font-size: 16px
}
.table-results-container.table-resume .results-label-mobile {
	display:block;
}

table.table-interenal-content {
    width: 100%;
}
.table-results-container.table-resume .table-interenal-content td {
    width: 33%;
    display: table-cell;
}

@media (min-width: 850px){
.table-results-active td {
	background-color: #93256a;
	cursor: pointer;
}
}
table.table-results tr:last-child td:last-child {
   border-bottom-right-radius: 10px;
}
table.table-results tr:last-child td:first-child{
   border-bottom-left-radius: 10px;
}

table.table-results tr {
	border-bottom: 1px solid #f064bb;
}
table.table-results tr:last-of-type, table.table-results tr:first-of-type {
  border-bottom: none;
}
table.table-results a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-color: #228ee7;
	padding:10px 20px;
	text-decoration: none;
	font-weight: normal;
}
table.table-results .promo-results a {
	background-color: #000;
	color: white;
}
table.table-results .promo-results td {
	height: 60px;
	color: #66003f;
	background-color: #f064bb;
}
table.table-results .promo-results .promo-text {
	text-align: left;
	padding-left: 30px;
}
.thumb-results {
	width:17%;
}
.thumb-results img {
	width:50px;
}


/* TABLE forms */
table.table-forms input, .SelectPaymentMethod input[type=text], .SelectPaymentMethod input[type=number] {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px;
}
table.table-forms select {
	width: 100%;
}
table.table-forms {	
	margin: 10px;
	box-sizing: border-box;
	border-collapse: collapse;
}
table.table-forms td {
	padding: 10px 10px 20px 10px;
}
table td.additionalFields {
	display:table-cell;
}
/*
section .table-main h2, .header-cotizacion h2 {
    text-align: left;
    padding-left: 10px;
    font-size: 30px;
    font-weight: 500;
    color: white;
}*/
.header-cotizacion h2 {
	color:white;
}
table td.table-subtitle, table.table-forms td.table-subtitle, section .table-main h2, .header-cotizacion h2 {
	padding: 10px 10px 0px 10px;
	font-size: 22px;
	font-weight: bold;
	text-align:left;
}
table.table-forms label {
	color:#2d3035;
	padding: 5px 0px;
}
table.table-forms .table-line {
    height: 1px;
    padding: 10px 0px 0px 0px;
}



table.table-price {
    /* float: right; */
    font-size: 16px;
}
table.table-price td, table.table-price span {
    padding: 0px;
    vertical-align: baseline;
}
.price-base, .price-savings, .price-now {    
    font-size: 20px;
}
.price-now {
    font-size: 25px;
    color: #a80000;
    line-height: 27px;
	font-weight: bold;
}
.discount {
	font-size: 13px;
}
span.currency {
    font-size: 14px;
}

.table-summary {
    /* background-color: #ffdf9a; */
    /* border-top: 1px solid white; */
    /* border-bottom: 1px solid white; */
	/* padding: 10px; */
	width: 50%;
	vertical-align: top;
}

.price-base, .price-fedex-base, .price-dhl-base {

    text-decoration: line-through;
}
.summary-info {
    float: left;
    /*padding-top: 15px;*/
}

.results-label-mobile {
	color:#faffd9;
	font-weight: normal;
	display:none;
}
td.help-content span {
	padding-top: 32px;
	display: block;
	font-size: 14px;
}
td.help-content a {
	color: #91117c;
	font-weight: bold;
}

.price-full {
	color: #a80000;
    font-size: 44px;    
    line-height: 27px;
    font-weight: bold;
    display: flex;
    position: relative;
	top: 7px;
}
.row-hilight-pink .price-full {
	color: #fffad7;
}
.row-hilight-pink .price-full:before, .row-hilight-pink .price-full:after {
	color: #fcfbf8;
}
.price-full:before {
    content: "US$";
    position: relative;
    font-size: 14px;
    margin-right: 6px;
    color: #3c3c3c;
}
.price-full:after {
    content: "/mes";
    position: inherit;
    font-size: 14px;
    margin-left: 6px;
    color: #3c3c3c;
    /* bottom:0px; */
    top: 10px;
}
.planPrice {
    padding-left: 20px;
}
@media (max-width: 850px){
	.table-results td, table.table-results td {
		width: 100%;
		box-sizing: initial;
		display: inline-table;
		text-align: center;
		/* border: none; *//**/
		height: 25px;
		color:#fff;
		/* font-weight: bold; */
	}
	table td.additionalFields {
		display:inline-block;
	}
	.price-fedex, .price-dhl {
		font-weight: bold;
		color:#faffd9;
		font-size: 22px;
	}
	table.table-forms td{
		width: -moz-calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -o-calc(100% - 10px);
		width: calc(100% - 10px);
		box-sizing: initial;
		display: inline-block;
		text-align: center;
		/*border: 1px solid red;*/
		height: 50px;
		padding: 10px 0px 20px 0px;
	}
	table.table-forms td.help-previous{		
		/* padding: 10px 0px 0px 0px; */
	}
	table.table-forms td.help-content {		
		padding: 0px;
		text-align:left;
		min-height: 20px;
		height: inherit;
	}
	td.help-content span {
		padding-top: 8px;
	}
	table td.table-subtitle, table.table-forms td.table-subtitle {
		padding: 10px 10px 0px 0px;
	}
	.table-results td.thumb-results {
		height: 65px;
		margin: 10px 0px;
	}
	.table-results td.thumb-results img {
		padding-top:10px;
	}
	.table-results td.table-button {
		height: 58px;
		margin: 10px 0px;
		/* border: 1px solid red; */
		line-height: 55px;
	}
	table.table-results th{
		display:none;
	}
	table.table-results .promo-results .promo-text {
		padding: 10px 14px 0px 10px;
		text-align: center;
		min-height: 30px;
		height: auto;
		/* border: 1px solid; */
		box-sizing: border-box;
		-webkit-border-radius: 10px 10px 0px 0px;
		-moz-border-radius: 10px 10px 0px 0px;
		border-radius: 10px 10px 0px 0px;
		font-weight: normal;
		display: block;
	}
	table.table-results .promo-results .table-button {
		margin:0px;
		/* height: 50px; */
	}
	table.table-results .promo-results a {
		/* margin-top: 5px; */
		/* padding: 50px; */
		/* display: inline-block; */
	}
	.results-label-mobile {
		display: initial;		
	}
	table.table-forms .table-line {
	    padding: 20px 0px 0px 0px;
	}
	.planPrice {
	  margin: 0 auto;
	}
	table.table-results a {
		width: 60%;
		display: inline-block;
		line-height: initial;
	}
}



input.boton_main, .boton_main, .boton_secundary, .SelectPaymentMethod input[type=submit], .banner-text .boton_main {
	background-color: #178dea;
	color: #fff;
	font-weight: 500;
	font-size: 26px;
	opacity: 1;
	border: none;
	padding: 0px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	/*min-width: 340px;*/
	height: 65px;
	line-height: 65px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none;
	box-sizing: border-box;
	margin: 10px
}
input.boton_main:hover, .boton_main:hover {
	color: #FFF896;
}
.boton_secundary {
	height:50px;
	width:180px;
	font-size: 16px;
	background-color: #d38100;
	line-height: 50px;
}
.formAligmentButton {
	height:90px;

}
.formAligmentButton .boton_secundary {
	margin-top:20px;
	float:left;
}
.formAligmentButton .boton_main {
	float:right
}
.formAligmentButton.aligment-center .boton_main {
	margin:0 auto;
	float: inherit;
}
	.table-info td:first-child, .table-price td:first-child {
		width: 40%;
		padding-right:10px;
	
	}
@media (max-width: 650px){
	.formAligmentButton {
		height:160px;
	}
	.formAligmentButton .boton_secundary {
		margin-top:10px;
		float:inherit;
	}
	.formAligmentButton .boton_main, .banner-text .boton_main {
		float:inherit;
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	.summary-info {
		width: 100%;
		padding-bottom:10px;
	}
	.table-footer td.table-summary {
		display: inline-table;
		width: 100%;
	}
	.table-price {
		border-top:1px solid white;
		width: 100%;
		padding-top:10px;
	}
	.table-info {
		width: 100%;		
	}

	.container-fluid {
	    padding-right: 1rem;
	    padding-left: 1rem;
	}
}

.header-cotizacion {
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0;
    right: 0;
    height: 60px;
    max-width: 893px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.container-cotizacion {
    background-color: #ffc13c;
    height: 60px;
    padding-top: 10px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
}
section.como-funciona {
    padding: 0px 0 40px 0;
    border-top: none;
}
section.main-quote {
    background-color:#e2e2e2;
}
main .banner_image, .homeBanner .banner_image {
    border-bottom: none;
}
hr {
    border-bottom: 1px solid #fff2d6;
} 	



.container-text {
    font-size: 18px;
    text-align: left;
    line-height: 30px;
}
.section-list .card .card-header .step {
    width: 150px;
    height: 150px;
    top: 6px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    background-color: #e9ebf2;
    border: #dedede solid 1px;
    font-size: 24px;
    color: #939393;
    margin: 0;
}
.section-list .card {
    display: flex;
    align-items: flex-start;
    background-color: inherit;
    padding: 35px 0px 35px 0px;
}
.section-list .container {
	padding-bottom: 40px;
}
.inner-content {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.section-list .card .card-body {
  padding-left: 20px;
  display: table;
  height: 100%;
}
.section-list .col-xs-12 {
	border-bottom:1px solid #e9ebf2;
}
.section-list .col-xs-12:last-of-type {
	border-bottom:none;
}
.section-list .card  .card-header::before, .section-list .card .card-header::after {
    content: inherit;
}
@media (max-width: 650px){
	.section-list .card .card-header .step {
	    width: 100px;
	    height: 100px;
	}
	.section-list .card .card-header .step img {
	    max-width:75px
	}
}


.form-price, .form-price .price-now {
    color: white;
}
.form-price .price-now {
    font-size:55px;
}


/* BULLETS lindas */ 
.help-products .storeAnswer li, .listado li {
    border-bottom: none;
    padding: 10px 0px 0px 0px;
}
.ol-pretty {
    counter-reset: list;
    list-style-type: none;
}
.ol-pretty li {
    text-indent: -40px;
    margin-left: 40px;
    counter-increment: list;
}
.ol-pretty li:before {
    background-color: #c8338f;
    width: 1.4rem;
    text-indent: 6px;
    padding-left: 0;
    height: 1.4rem;
    line-height: 1.4rem;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    display: inline-block;
    /* */
    content: counter(list);
    margin-right: 15px;
    font-size: .866rem;
}
.help-products .storeAnswer ul {
	padding: 15px 0px;
}
.help-products .storeAnswer ul li {
    margin-left: 20px;
    padding: 2px 0px;
    list-style-type: disc;
}
.help-products .storeAnswer ul li::marker {
    margin: 0 0.5rem 0 0;
    color: #c8338f;
}
/*  START */
.fieldRequired, input[type=text].fieldRequired , input[type=number].fieldRequired , input[type=email].fieldRequired {
	background-color: #EDFF4C;
}

#form-step1, #form-step2, #form-step3, #form-shipping-info, #form-footer-summary, #quote-form-footer, #form-full-summary /**/{
	display: none;
}

.quote-preload {
    padding: 15px 0px;
	display: none;
}
.alert {
	display: none;
    background-color: red;
    color: white;
    padding: 10px 10px;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
	text-align: left;
}
.sep {
    height: 15px;
}
.step2 .showStep3Up {
	display:none;
}
.step3 .showStep3Up {
	display:initial;
}

/* ===============================================
END CHECKOUT
=================================================*/
.description {
    color: #fff;
    padding-bottom: 5px;
}

#step_endcheckout input[type="radio"] {
	width: inherit;
}
.SelectPaymentOption input[type="radio"] {
	display:none;
}
.SelectPaymentMethod li.select {
	background-color: #ae1e37;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px 5px 0px 0px;
	margin-bottom:0px;
}
.SelectPaymentMethod li {
	background-color: #151f21;
	margin: 5px 0px 5px 0px;
	padding:15px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	cursor: hand;
	transition: background-color 0.2s
}
.SelectPaymentMethod li.SelectPaymentContent {
	display: none;
	background-color: #fff8e9;
	border-top:
	none;
	color: #401313;
	font-weight: 400;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	font-size: 14px;
	margin-top:0px;
}
.SelectPaymentMethod input[type=submit] {
    width: 100%;
}
.select_payment {
	padding-top: 5px;
	font-weight: 400;
}
.area-image {
    /*background-color:red;*/
}
.SelectPaymentMethod .sameAligment {
    display: flex;
}
.SelectPaymentMethod label {
    color: black;
}
.SelectPaymentMethod .labelRight {
    padding-top: 5px;
    clear: both;
    font-size: 12px;
}

.error, .payment-errors {
	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;
}
.error p {
	text-align:left;
}
.payment-errors {
	display: none;
}
.valid {
    background-color: #54B820;
    border: 1px solid #FFFDFC;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FBF9F9;
    font-weight: 400;
}
.builderNote {
	margin:20px;
	text-align:left;
}


/* ===============================================
PLANS
=================================================*/
.container-plans .card .card-body h3 {
	text-align:center;
}
.plan-discount {
    text-align: center;
}
.tx-number {
    font-size: 100px;
    font-weight: bold;
}
.tx-percentage {
    font-size: 60px;
}
.tx-description {
    font-size: 25px;
    padding: 0px;
    margin: 0px;
}
.plan1 .tx-number, .plan1 .tx-percentage {
    color:#c331fc;
}
.plan2 .tx-number, .plan2 .tx-percentage {
    color:#df3382;
}
.plan3 .tx-number, .plan3 .tx-percentage {
    color:#f85d63;
}

.plan-discount-price {
    font-size: 20px;
    text-align: center;
    padding: 5px 0px 15px 0px;
}
.tx-discount {
    font-weight: bold;
    font-size: 30px;
}
.card-body hr {
    margin: 15px 0px;
    border-bottom: 1px solid #cacdd7;
}

.container-plans .card .card-body p {
	padding:15px 0px 5px 0px;
    font-size: 15px;
    width: 100%;
}

@media screen and (max-width: 850px) {
	.tx-number {
	    font-size: 80px;
	}
}

.banner-text a, a.hilight {
	color: #fffcde;
    background-color: #c537fc;
    padding: 1px 9px 2px 9px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
}
.card-body a i.fa {
    line-height: 1;
    padding: 0px 7px 0px 0px;
    position: inherit;
    top: 0px;
}
.card-body a:hover, .banner-text a:hover, a:hover.hilight {
    color: #fff;
	background-color: #397dfb;
}

/* ===============================================
PLANS TABLE
=================================================*/



.TableDemoPrice table {
    width: calc(100% - 20px);
    margin: 0 auto;
}
.TableDemoPrice table th, .TableDemoPrice table td{
    height:20px;
    padding:12px 15px;
    text-align:center;
    font-size:16px;
}
.TableDemoPrice table td {
    font-size:14px;
}
.TableDemoPrice table td span {
    font-size:20px;
}
.TableDemoPrice table .TDfirst{
    text-align:left;
	font-size:16px;
}
.TableDemoPrice table th {
    background-color: #484848;
    color:white;
    font-weight:normal;
}
.TableDemoPrice table tr.TDrowCourrier {
    background-color: #ffffff;
}
.TableDemoPrice table tr {
    background-color: #df3382;
}
.TableDemoPrice table tr.lev0 {
    background-color: #ffdbeb;
}
.TableDemoPrice table tr.lev1 {
    background-color: #fb9ec8;
}
.TableDemoPrice table tr.lev2 {
    background-color: #ff5fa8;
}
.TableDemoPrice table tr.lev3 {
    background-color: #ff489c;
}

@media (max-width: 450px){
	.TableDemoPrice table th {
		display:none;
	}
	.TableDemoPrice table td  {
		padding: 10px 14px 0px 10px;
		text-align: center;
		min-height: 30px;
		height: auto;
		/* border: 1px solid; */
		box-sizing: border-box;
		-webkit-border-radius: 10px 10px 0px 0px;
		-moz-border-radius: 10px 10px 0px 0px;
		border-radius: 10px 10px 0px 0px;
		font-weight: normal;
		display: block;
	}
}

.TableDemoPrice, .quote-demo-preload {
	display: none;
}


/* ===============================================
Hilight
=================================================*/

.row.row-hilight-pink{
    background-color: #f54377;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 0px;
    color: white;
}
.row.row-hilight-pink label{
    color: white;
}




.destacadoCheckout {
    background-color: #f3476e;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    padding: 20px 10px;
    color: white;
    font-size: 20px;
    margin: 20px 0px;
}
.destacadoContainer {
    margin: 0 auto;
    width: fit-content;
}
.destacadoContainer span {
    clear: both;
    color: #fffbc3;
}


.fa-2x {
	font-size: 1.5em !important;
}
a.back {
	font-size: 18px;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	text-align: left;
	clear: both;
}
a.back i {
	padding-right:10px;
}


/* ===============================================
Printable Content
=================================================*/


@media print {
 	.yesPrint {
    	visibility: visible;
  	}	
	@page { 
		margin: 0; 
	}
	body {
		margin: 1.6cm; 
	}
	.intHeader, .container-menu, .footerstore, .template_align_right, .clearfix, .top-content, #txOrdGoHomeInfo, .listado-description {
		display:none !important;
	}
	.homeBlockStatic, .destacadoCheckout, .destacadoContainer span {
		background:#fff;
		color: black;
	}
	
	.homeBlockStatic {
		height: inherit;
	}
}

/* ===============================================
USER LOGGED
=================================================*/

li.menu-welcome {
    background: #b73214;
    background: #FFFFFF;
    color: #4c4c4c;
    margin: 0 auto;
    padding: 15px;
}
.menu-close a {
    background: #000;
}
.user_logged .homeBlockStepsB {
    padding: 0px 0px 0px;
    overflow: hidden;
    height: 250px;
}
.user_logged .banner-text.cont-main  {
	padding-top: 100px;
}
.user_logged .main-quote {
	padding-bottom: 50px;
}
@media (max-width: 760px) {
	.user_logged .banner-text {
		background-color: #000000 !important; 
	}	
	.user_logged .banner-text.cont-main {
		padding-top:90px;
	}
}


/* ===============================================
affiliateview
=================================================*/

.affiliateview .brand,
.affiliateview .container_menu_right,
.affiliateview #banner-conectoc-pro,
.affiliateview .contacto,
.affiliateview #footer,
.affiliateview .promo-results{
	display: none;
}

.affiliateview table.table-results tr {
    border-bottom: 1px solid #f064bb;
}