/*RESPONSIVE OPTIONS*/

/*562px*/

/*1024px*/

/*1200px*/

.container-small {
  max-width: 960px;
  margin: 0 auto;
}

/*VARIABLES*/

a, button {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

body.splash {
  padding-top: 90px;
}



/*SPLASH----------------------------------*/

.home-section {
  text-align: left;
  display: flex;
  padding: 130px 0 144px 0;
  margin-bottom: 3px;
}

.home-section .container {
  padding-left: 15px;
  padding-right: 15px;
}

.home-section .content-info {
  color: #fff;
}
.home-section.tx-grey h2, .home-section.tx-grey p, .home-section.tx-grey a {
	color: #606060;
}

.home-section h2 {
  font-size: 3em;
  font-weight: 500;
  text-align: left;
  line-height: .9;
}
.home-section p {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 0;
  margin-top: 15px;
}

.home-section a {
  font-weight: 500;
  font-size: 2em;
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
}
.home-section a:hover {
  opacity: .8;
}
.home-section a i {
  float: right;
  margin: 4px 0 0 15px;
  font-size: 36px;
}

/*
.home-section h4 {
  font-size: 1.6785em;
  font-weight: 700;
}

@media only screen and (max-width: 35em) {
  .home-section h4 {
    font-size: 1.5em;
  }
}
*/


@media only screen and (max-width: 35em) {
  .home-section h2 {
    font-size: 2.35em;
  }
}



@media only screen and (max-width: 35em) {
  .home-section p {
    font-size: 1.714285714em;
  }
}


@media only screen and (max-width: 35em) {
  .home-section a {
    font-size: 2.03em;
    margin-top: 14px;
  }
}





.h-fanaticos a {
  color: #fff;
}

@media only screen and (max-width: 35em) {
  .h-fanaticos {
    background: url("/images/backgrounds/bg-home-fanaticos-small.jpg") no-repeat center top;
    background-size: cover;
  }
}



@media only screen and (max-width: 35em) {
  .h-cuadraditos {
    background: url("/images/backgrounds/bg-home-cuadraditos-small.jpg") no-repeat center top;
    background-size: cover;
  }
}

.h-cuadraditos .content-info, .h-cuadraditos h2 {
  color: #40474d;
}

.h-cuadraditos .content-info p, .h-cuadraditos h2 p {
  color: #606060;
}

.h-cuadraditos .content-info a, .h-cuadraditos h2 a {
  color: #40474d;
}



/* SPLASH INI ---------------------------------*/ 



.home-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: #d8d9d9;
	cursor: pointer;
    cursor: hand;
}
.h-cuadros {
	background-image: url("/im/fotoc/splash/splash_cuadros_desktop.jpg");
	background-color: #4792a6;
}
.h-cuadritos {
	background-image: url("/im/fotoc/splash/splash_cuadritos_desktop.jpg");
}
.h-fanaticos {
	background-image: url("/im/fotoc/splash/splash_fanatico_desktop.jpg");
	background-color: #df5c91;	
}

@media only screen and (max-width: 35em) {
	.home-section .container a {
		display: none;
	}
	.home-section .container {
		margin: 0 0 0 0;
	}
	.home-section {
		background-size: contain;
		padding: 30px 0 70% 0;
	}
	
	.h-cuadros {
		background-image: url("/im/fotoc/splash/splash_cuadros_mobile.jpg");
	}
	.h-cuadritos {
		background-image: url("/im/fotoc/splash/splash_cuadritos_mobile.jpg");
	}
	.h-fanaticos {
		background-image: url("/im/fotoc/splash/splash_fanatico_mobile.jpg");
	}	
}

@media only screen and (max-width: 64em) {
  .home-section .container {
    margin: 0 0 0 0;
  }
}



.h-cuadros .content-info a {
  color: #ffffff;
}

/* SPLASH END ---------------------------------*/ 



/* FUNCIONA-----------------------------------*/

.como-funciona-mobile {
  display: none;
}

section.como-funciona {
  background-color: #e2e2e2;
  padding: 40px 0 64px 0;
}

@media only screen and (max-width: 35em) {
  section.como-funciona {
    border-top: #dedede solid 1px;
    padding: 20px 0 30px 0;
  }
}

section.como-funciona h2 {
  font-size: 3em;
  color: #40474d;
  font-weight: 600;
  margin-bottom: 30px;
}

@media only screen and (max-width: 35em) {
  section.como-funciona h2 {
    font-size: 2.5em;
  }
}

.equal-height .col-md-3 {
  flex: 1;
  padding-bottom: 30px;
}

.equal-height .col-lg-3 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 64em) {
  .equal-height .col-sm-6 {
    margin-bottom: 50px;
  }
}

.equal-height .col-sm-12 {
  /*@include small{
      margin-bottom: 50px;
  }*/
}

.card {
  background-color: #fff;
  text-align: left;
  padding: 25px 18px 20px 18px;
  height: 100%;
  border-radius: 5px;
}

.card .card-header {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 95px;
}

.card .card-header img {
  margin: 0 auto;
}

.card .card-header .step-1 {
  max-width: 96px;
}

.card .card-header .step-2 {
  max-width: 69px;
}

.card .card-header .step-3 {
  max-width: 95px;
}

.card .card-header .step-4 {
  max-width: 100px;
}

.card .card-header .step {
  border-radius: 50%;
  background-color: #dbdfe9;
  width: 31px;
  height: 31px;
  font-size: 1.2em;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 28px;
  position: absolute;
  margin-top: -38px;
}

.card .card-header::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -25px;
  top: 20px;
}

@media only screen and (max-width: 35em) {
  .card .card-header::before {
    display: none;
  }
}

@media only screen and (max-width: 64em) {
  .card .card-header::before {
    display: none;
  }
}

.card .card-header::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 7px;
  border-color: transparent transparent transparent #e2e2e2;
  position: absolute;
  left: -18px;
  top: 18px;
}

@media only screen and (max-width: 35em) {
  .card .card-header::after {
    display: none;
  }
}

@media only screen and (max-width: 64em) {
  .card .card-header::after {
    display: none;
  }
}

.card .card-body {
  padding: 0 12px;
}

.card .card-body h3 {
  font-size: 1.7142em;
  color: #272727;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 600;
}

.card .card-body p {
  font-size: 16px;
  width: 100%;
}

.first-item .card-header:after {
  display: none;
}

.last-item .card-header:before {
  display: none;
}

.w-buttons {
  display: flex;
  margin-top: 20px;
}
.btn-funciona {
  border: #c6c6c6 solid 1px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 15px 0;
  font-size: 16px;
  width: 50%;
}
.btn-funciona:first-child {
  margin-right: 15px;
}
.btn-funciona img {
  width: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
  section.como-funciona {
    display: block;
    background-color: #f5f5f5;
    padding: 40px 0;
  }
  section.como-funciona h2 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 0px;
  }
  section.como-funciona.row {
    padding-bottom: 40px;
  }
  section.como-funciona .col-sm-6 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
  section.como-funciona .card {
    display: flex;
    align-items: flex-start;
    background-color: inherit;
  }
  section.como-funciona .card-header {
    min-height: inherit;
  }
  section.como-funciona .card-header .step {
    position: relative;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border: #dedede solid 1px;
    font-size: 24px;
    color: #939393;
    margin: 0;
  }
  section.como-funciona .card-header img {
    display: none;
  }
  section.como-funciona .card .card-body {
    padding: 7px 12px 0 12px;
  }
  section.como-funciona .card .card-body h3 {
    font-size: 21px;
    margin-bottom: 0px;
    margin-top: 3px;
  }
  section.como-funciona .last-item {
    border-bottom: #dedede solid 1px;
    border-radius: 0px;
    padding-bottom: 25px!important;
  }
  
}



/* METODOS DE PAGO */

.pay-method {
  margin-top: 40px;
}

@media only screen and (max-width: 64em) {
  .pay-method {
    margin-top: 0px;
  }
}

@media screen and (max-width: 850px) {
  .pay-method {
    margin-top: 40px;
  }
}

.pay-method H4 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #272727;
  font-weight: normal;
}

.pay-method img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 850px) {
  .pay-method .equal-height .col-sm-12 {
    margin-bottom: 0px;
  }
  section.como-funciona-mobile .pay-method .row {
    padding-bottom: 0px;
  }
}

/*HOME SLIDER---------*/

section.top {
  height: 425px;
  text-align: left;
}

section.top .swiper-container {
  width: 100%;
  height: 100%;
}

section.top .swiper-slide {
  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: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

section.top .swiper-slide .container{
  padding-left: 15px;
  padding-right: 15px;
}

section.top .swiper-slide h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
}

section.top .swiper-slide:first-child {
  background: url(/im/fotoc/main/slider-fanatico.jpg) center center no-repeat;
  background-size: cover;
}
.art section.top .swiper-slide:first-child {
  background: url(/im/fotoc/main/slider-art-1.jpg) center center no-repeat;
}

section.top .swiper-slide:nth-child(2) {
  background: url(/im/fotoc/main/slider-cuadros.jpg) center center no-repeat;
  background-size: cover;
}

section.top .swiper-slide:nth-child(3) {
  background: url(/im/fotoc/main/slider-cuadraditos.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 850px) {

  section.top .swiper-slide:first-child {
    background: url(/im/fotoc/main/slider-fanatico-small.jpg) center center no-repeat;
    background-size: cover;
  }
  .art section.top .swiper-slide:first-child {
    background: url(/im/fotoc/main/slider-art-1-small.jpg) center center no-repeat;
    background-size: cover;
  }
  section.top .swiper-slide:nth-child(2) {
    background: url(/im/fotoc/main/slider-cuadros-small.jpg) center center no-repeat;
    background-size: cover;
  }
  
  section.top .swiper-slide:nth-child(3) {
    background: url(/im/fotoc/main/slider-cuadraditos-small.jpg) center center no-repeat;
    background-size: cover;
  }
  
  section.top .swiper-slide .container{
    margin-top: -200px;
  }
  
  section.top .swiper-slide h2 {
    text-align: center;
    font-size: 24px;   
  }

}

section.top .swiper-pagination {
  bottom: 20px !important;
}

section.top .container-swiper-home {
  padding-right: 2rem;
  padding-left: 2rem;
}

/*SECTION MAIN CONTENT*/

.posterInfoLoading{
  background-color: rgba(0, 0, 0, .9); 
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 50000;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.posterInfoLoading i {  
  font-size: 40px; 
  color: #fff; 
  -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

section.main-content {
  /*padding: 50px 0;*/
}

.wp-home-sliders {
    padding: 30px 0 0 0;
    overflow: hidden;
    max-width: 1440px;   
}

.wp-home-sliders .swiper-container {
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.wp-home-sliders h3 {
  color: #40474d;
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 30px;
}

.wp-home-sliders .swiper-slide img {
  max-width: 100%;
  height: auto;
  width: 100%
}

.wp-home-sliders .swiper-slide a {
  text-decoration: none;
  color: #fff;
}

.wp-home-sliders .posterItemInfo {
  position: absolute;
  z-index: 5000;
  bottom: 16px;
}

.wp-home-sliders .poster-swipper-title {
  font-weight: 700;
  color: #fff;
  text-align: left;
  padding: 0 15px;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
}

.wp-home-sliders .poster-swipper-year {
  text-align: left;
  padding: 1px 15px;
  opacity: 0.8;
  color: #fff;
}

.flickity-slider{
  /*transform: none!important;*/
}

.image-flikity-item{ 
  margin-right: 15px;  
}

.image-flikity-item .icon {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 24px;
  color: #fff;
}

.wp-home-sliders .swiper-button-next, .wp-home-sliders .swiper-button-prev{
  background-color: rgba(0, 0, 0, .8);  
  padding: 15px;  
}

.wp-home-sliders .swiper-button-next{
  right: 0px;
}

.wp-home-sliders .swiper-button-prev{
  left: 0px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: white;
  font-size: 26px;
}

.swiper-pagination-bullets {
  margin-top: 10px;
}

.swiper-pagination-bullet {
  width: 12px!important;
  height: 12px!important;
  opacity: 1!important;
  background: #e2e2e2!important;
  margin: 20px 5px 0px!important;
}

.swiper-pagination-bullet-active {
  background: #66acbd!important;
}

body.product {
  padding-top: 90px;
}

/*FANATICO PRODUCT-------------------*/

body.fanatico .header-fixed, body.fanatico.producto .header-int {
  background: #fc55a7;
  /* Old browsers */
  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%);
  /* FF3.6-15 */
  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%);
  /* Chrome10-25,Safari5.1-6 */
  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%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc55a7', endColorstr='#ff6958', GradientType=1);
  /* IE6-9 */
}

.product-options {
  text-align: left;
}

.product-options .title {
  text-align: left;
  margin-bottom: 10px;
}

.product-options h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  display: inline-block;
  color: #686868;
}

.product-options span.year {
  color: #2d3035;
  opacity: .4;
  font-size: 22px;
  font-weight: 500;
}

switch {
  border: #d0d0d0 solid 1px!important;
  border-radius: 5px!important;
  background-color: #fff!important;
  box-shadow: none!important;
  height: 70px!important;
  overflow: hidden!important;
}

switch .item {
  color: #646464!important;
  font-weight: 500!important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px!important;
}

switch .item.active {
  color: #ffffff!important;
}

switch .m {
  border-radius: 0px!important;
  content: " ";
  background-color: #faaf3b!important;
  height: 69px!important;
}

switch .m:after {
  content: "\f0d7";
  font-size: 40px;
  position: absolute;
  left: 50%;
  bottom: -24px;
  color: #faaf3b;
  margin-left: -10px;
  font-family: "FontAwesome";
}

.product-options .tabs-stage {
  width: 100%;
  padding: 20px 5px;
  border: none;
  border-bottom: #e9e9e9 solid 1px;
  box-sizing: border-box;
}

.product-options .content-tab {
  display: block;
}

.item-info {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.item-info:last-child {
  margin-bottom: 0px;
}

.item-info .info {
  margin-left: 15px;
}

.item-info .info p {
  width: 100%;
  color: #282828;
  line-height: .8em;
  font-size: 15px;
}

.item-info .info small {
  font-size: 12px;
}

.form-options {
  padding: 20px 0px;
}

.form-options .form-control {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-options label {
  width: 100%;
  max-width: 110px;
  color: #2d3035;
  font-size: 14px;
  padding-left: 10px;
}

.form-options p {
  width: 100%;
  font-weight: 600;
  font-size: 26px;
}

.form-options select {
  width: 100%;
}

.btn {
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  box-sizing: border-box;
}

.btn-block {
  display: block;
}

.btn-big {
  padding: 15px 0;
  font-weight: 500;
  font-size: 26px;
}

.btn-orange {
  background-color: #faaf3b;
  color: #fff;
}

.btn-orange:hover {
  color: #fff;
  background-color: #e7a236;
}

.btn-add-to-cart {
  margin-top: 35px;
}

.btn-white {
  background: #fff;
  color: #2d3035;
}

.btn-white:hover {
  background: #e8e0e0;
  color: #2d3035;
}

.btn-icon {
  display: flex;
  align-items: center;
}

.py-30 {
  padding: 30px 0 !important;
}

.main-product {
  padding-top: 30px;
}

.main-content-products {
  border-top: #e9e9e9 solid 1px;
}

.content-title {
  padding: 0 0 40px 0;
}

.content-title h2 {
  font-weight: 600;
  color: #40474d;
  font-size: 3em;
}

@media screen and (max-width: 850px) {
  .content-title h2 {
    font-size: 2.2em;
  }
}

.title-center {
  text-align: center;
}

/*Product module mobile*/

.product-module-mobile {
  display: none;
}

img.just-ref {
  max-width: 100%;
  height: auto;
}

.grey-zone {
  background-color: #f5f5f5;
  border-top: #dedede solid 1px;
  border-bottom: #dedede solid 1px;
  padding: 20px 0;
  display: none;
}

.btn-chat {
  background: #fff;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #0583f5 solid 2px;
  font-size: 21px;
  color: #2d3035;
}

.btn-chat:hover {
  color: #0583f5;
}

.btn-chat .button-icon {
  max-width: 45px;
  margin-right: 10px;
}

@media screen and (max-width: 850px) {
  body.product {
    padding-top: 65px;
  }
  .product-module-mobile {
    display: block;
  }
  .product-module-mobile .cuadro-tipo {
    margin-top: 30px;
  }
  .product-module-desktop {
    display: none;
  }
  .big-links {
    display: flex;
    flex: 1;
    border: #d0d0d0 solid 1px;
    border-radius: 5px;
    height: 82px;
    align-items: stretch;
  }
  .big-links a {
    font-size: 18px;
    justify-content: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    color: #3d3c3c;
    text-decoration: none;
  }
  .big-links .active {
    background-color: #faaf3b;
    color: white;
  }
  .grey-zone {
    display: block;
  }
  .form-options label {
    font-size: 18px;
    padding-left: 0px;
  }
  .form-options .box-size {
    flex-direction: column;
  }
  .form-options .box-size label {
    max-width: inherit;
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.content-product {
  margin-top: 20px;
}

.view-more-info {
  padding: 10px 0;
  border-bottom: #ebebeb solid 1px;
  display: flex;
  align-items: center;
}

.view-more-info i {
  color: #d3d3d3;
  font-size: 24px;
  margin-right: 10px;
}

.view-more-info a {
  font-size: 18px;
  color: #007cec;
  text-decoration: none;
}

.view-more-info a:hover {
  text-decoration: underline;
}

.cuadro-tipo {
  padding: 0 0 20px 0;
}

.cuadro-tipo span {
  font-size: 18px;
  color: #424242;
}

div.author {
  margin: 15px auto 0px!important;
  display: flex;
  align-items: center;
  max-width: 76rem;
}

div.author span {
  font-size: 18px;
  color: #2d3035;
}

div.author span a {
  font-size: 18px;
  color: #007cec;
  text-decoration: none;
}

div.author span a:hover {
  text-decoration: underline;
}

div.author i {
  margin-left: 10px;
  margin-top: 6px;
}

.fotoc-modal .modal-header {
  border-bottom: #dedede solid 1px;
  padding: 20px;
}

.fotoc-modal .modal-header h2 {
  text-align: left;
  font-weight: 600;
  font-size: 28px;
  color: #40474d;
}

.fotoc-modal .modal-body {
  padding: 20px;
}

.fotoc-modal .modal-body h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.fancybox-content {
  padding: 0;
}

.fancybox-close-small {
  border-radius: 50%;
  top: 10px !important;
  right: 10px !important;
  color: white !important;
  background-color: black;
  opacity: 1 !important;
}

.questions-list li {
  padding: 15px 0;
  border-bottom: #dedede solid 1px;
}

.questions-list li:last-child {
  border-bottom: none;
}

.questions-list li a {
  color: #3f3f3f;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  display: inline-block;
}

.questions-list li a:hover {
  color: #000;
}

.questions-list li a i {
  color: #000;
  font-size: 24px;
  margin-right: 8px;
}

/*CREA PRODUCT-------------------*/

body.crea .header-fixed, body.crea .header-int-mobile, body.crea.producto .header-int {
  background: #69a7b4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #69a7b4 0%, #69a7b4 1%, #67a5b2 1%, #67a5b2 40%, #69a7b4 40%, #69a7b4 44%, #6ba9b6 44%, #6ea8b6 50%, #70aab8 50%, #70aab8 55%, #72acba 55%, #72acba 59%, #74aebc 59%, #74aebc 60%, #77acba 60%, #77adb9 62%, #79afbb 62%, #79afbb 68%, #7bb1bd 68%, #7bb1bd 71%, #7db3bf 71%, #7db3bf 75%, #83b3c1 75%, #83b3c1 80%, #85b5c3 80%, #83b3c1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #69a7b4 0%, #69a7b4 1%, #67a5b2 1%, #67a5b2 40%, #69a7b4 40%, #69a7b4 44%, #6ba9b6 44%, #6ea8b6 50%, #70aab8 50%, #70aab8 55%, #72acba 55%, #72acba 59%, #74aebc 59%, #74aebc 60%, #77acba 60%, #77adb9 62%, #79afbb 62%, #79afbb 68%, #7bb1bd 68%, #7bb1bd 71%, #7db3bf 71%, #7db3bf 75%, #83b3c1 75%, #83b3c1 80%, #85b5c3 80%, #83b3c1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #69a7b4 0%, #69a7b4 1%, #67a5b2 1%, #67a5b2 40%, #69a7b4 40%, #69a7b4 44%, #6ba9b6 44%, #6ea8b6 50%, #70aab8 50%, #70aab8 55%, #72acba 55%, #72acba 59%, #74aebc 59%, #74aebc 60%, #77acba 60%, #77adb9 62%, #79afbb 62%, #79afbb 68%, #7bb1bd 68%, #7bb1bd 71%, #7db3bf 71%, #7db3bf 75%, #83b3c1 75%, #83b3c1 80%, #85b5c3 80%, #83b3c1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69a7b4', endColorstr='#83b3c1', GradientType=1);
  /* IE6-9 */
}

/*Features*/

.features {
  background: #fff;
  border-top: #fff solid 2px;
  border-bottom: none;
  padding: 35px 0 0 0;
}

.features h2 {
  color: #23919b;
}

.features-small {
  transform: none !important;
}

.features .swiper-slide img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}

.features .gallery-top {
  /*height: 80%;*/
  width: 100%;
  overflow: hidden;
  position: relative;
}

.features .gallery-top .swiper-button-next, .features .gallery-top .swiper-button-prev {
  position: absolute;
  top: 58%;
}

.features .gallery-top .swiper-button-next, .features .gallery-top .swiper-container-rtl .swiper-button-prev {
  right: 20px;
  left: auto;
  color: white;
  opacity: .8;
}

.features .gallery-top .swiper-button-prev, .features .gallery-top .swiper-container-rtl .swiper-button-next {
  left: 20px;
  right: auto;
  color: white;
  opacity: .8;
}

.features .gallery-top p {
  font-size: 16px;
  text-align: left;
  width: 100%;
  margin-top: 30px;
}

.feature-image {
  min-height: 602px;
  background-repeat: no-repeat;
  background-position: bottom center;
  /*border: red solid 1px;*/
}

@media only screen and (max-width: 35em) {
  .feature-image {
    background-size: 217%;
    min-height: 270px;
    background-position: top center;
  }
  .features .gallery-top .swiper-button-next, .features .gallery-top .swiper-button-prev {
    position: absolute;
    top: 71%;
  }
}

@media only screen and (max-width: 35em) {
  .features .gallery-top .container-small {
    padding: 0 20px;
  }
}

.features .gallery-thumbs {
  height: 20%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.features .gallery-thumbs .swiper-slide {
  /*width: 25%;*/
  height: 100%;
  color: #bcbcb4;
  border-bottom: #dddfdb solid 4px;
  cursor: pointer;
  display: block;
}

.features .content-title {
  padding-bottom: 20px;
}

.features .gallery-thumbs .swiper-slide h3 {
  font-weight: 600;
  font-size: 24px;
  color: #23919b;
  margin-bottom: 10px;
}

@media only screen and (max-width: 35em) {
  .features .gallery-thumbs .swiper-slide h3 {
    font-size: 18px;
  }
}

.features .gallery-thumbs .swiper-slide-thumb-active {
  color: #23919b;
  border-bottom: #23919b solid 4px;
}

.features .gallery-top-pagination {
  bottom: 20px!important;
  margin-top: -20px;
  z-index: 100000;
  position: relative;
}

.features .gallery-top-pagination .swiper-pagination-bullet {
  margin-top: 0px!important;
}

/*INSTAGRAM SLIDER*/

section.instagram {
  background: #e9ebf2;
  border-bottom: none;
  padding: 35px 0;
}

section.instagram .instagram {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.instagram .swiper-container {
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.instagram .swiper-slide {
  background-color: #fff;
  padding: 10px 10px 15px 10px;
  flex-shrink: inherit;
  margin-right: 20px;
}

.instagram .swiper-slide p {
  font-size: 14px;
  color: #393939;
  padding: 10px 15px;
}

.instagram .swiper-pagination-bullet {
  background: #fff;
}

.instagram .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;
}

.help-products {
  padding: 45px 0 30px 0;
  background: #bfdae3;
  border-top: #fff solid 2px;
  border-bottom: none;
  text-align: left;
}

.help-products .player-video img {
  max-width: 100%;
  height: auto;
}

.help-products h2 {
  color: #318099;
}

.help-products .questions-list li {
  border: none;
  padding: 0 0 20px 0;
}

.help-products .dudas {
  text-align: left;
  margin-top: 20px;
}

.help-products .dudas b {
  font-size: 18px;
}

.help-products .dudas p {
  width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .help-products .questions-list {
    margin-top: 30px;
  }
}

.contacto {
  background: #e9ebf2;
  border-bottom: none;
  padding: 35px 0;
}

.contacto h2 {
  color: #23919b;
}

.fotoc-form {
  text-align: left;
}

.fotoc-form .form-control {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  padding: 0px;
}

.fotoc-form .form-control label {
  font-size: 14px;
  color: #272727;
  width: 100% !important;
  padding-left: 8px;
}

.fotoc-form .form-control input, .fotoc-form .form-control select, .fotoc-form .form-control textarea {
  border: #ccc solid 1px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

.fotoc-form .form-control input:focus, .fotoc-form .form-control select:focus, .fotoc-form .form-control textarea:focus {
  outline-color: #23919b;
  border: none;
}

.fotoc-form .form-control input {
  min-height: 46px;
}

.fotoc-form .form-control select {
  min-height: 46px;
}

.fotoc-form .form-control textarea {
  padding: 10px 20px;
  min-height: 134px;
}

.fotoc-form .footer-form {
  justify-content: center;
  display: flex;
  padding: 15px 0 0 0;
}

.select-fotoc {
  min-height: 46px !important;
  background: #fff url("/../../im/fotoc/backgrounds/bg-select.jpg") no-repeat right 5px;
  -webkit-appearance: none;
  appearance: none;
}

.btn-submit {
  text-transform: uppercase;
  font-size: 22px;
  padding: 15px 0px;
  border: none;
  line-height: 1;
  flex-grow: 1;
  max-width: 400px;
}

.btn-submit:hover {
  cursor: pointer;
}

.orden {
  padding: 45px 0 30px 0;
  background: #bcdbe5;
  border-top: #fff solid 2px;
  border-bottom: none;
}

.orden h2 {
  color: #23919b;
}

/*SEARCH NOT FOUND*/

.not-found {
  background-color: #e9ebf2;
  padding-bottom: 40px;
}

.wrap-not-found {
  display: flex;
  max-width: 900px;
  margin: 10px auto 0;
}

.wrap-not-found .pic {
  position: relative;
}

.wrap-not-found .info {
  font-size: 16px;
  text-align: left;
  padding: 0 30px;
  color: #40474d;
  box-sizing: box;
}

.wrap-not-found .info .pic {
  display: none;
}

.wrap-not-found .info p {
  width: 100%;
}

.wrap-not-found .step-number {
  border-radius: 50%;
  background-color: #fff;
  min-width: 38px;
  height: 38px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 20px;
  color: #939393;
  border: #dedede solid 1px;
}

.wrap-not-found ul {
  margin-top: 30px;
}

.wrap-not-found ul li {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

@media screen and (max-width: 850px) {
  .wrap-not-found {
    padding: 0 0 30px 0;
  }
  .wrap-not-found .pic {
    display: none;
  }
  .wrap-not-found .info .pic {
    display: block;
    margin: 15px auto;
    max-width: 235px;
  }
}

.btn-movie {
  font-size: 18px;
  font-weight: 600;
  padding: 8px 15px;
  text-align: left;
  line-height: 1.2;
  align-self: flex-end;
  bottom: 18px;
  left: 18px;
  position: absolute;
}

.btn-movie img {
  margin-right: 10px;
}

.btn-crear {
  font-size: 21px;
  color: #2d3035;
  padding: 10px 20px;
  max-width: 373px;
  margin: 0 auto;
  justify-content: center;
}

.btn-crear img {
  margin-right: 20px;
}

/*CUADRADITOS PRODUCT-------------------*/

body.cuadraditos .header-int-desktop, body.cuadraditos .header-int-mobile {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01b997+0,00b896+33,00c0a9+63,01c2af+67,00c3af+73,00c3b2+73,00c3b2+100 */
  background: #01b997;
  /* Old browsers */
  background: -moz-linear-gradient(left, #01b997 0%, #00b896 33%, #00c0a9 63%, #01c2af 67%, #00c3af 73%, #00c3b2 73%, #00c3b2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #01b997 0%, #00b896 33%, #00c0a9 63%, #01c2af 67%, #00c3af 73%, #00c3b2 73%, #00c3b2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #01b997 0%, #00b896 33%, #00c0a9 63%, #01c2af 67%, #00c3af 73%, #00c3b2 73%, #00c3b2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01b997', endColorstr='#00c3b2', GradientType=1);
  /* IE6-9 */
}

body.cuadraditos .item-info {
  border-bottom: #e9e9e9 solid 1px;
  padding-bottom: 15px;
}

body.cuadraditos .form-options {
  padding: 0px;
}

body.cuadraditos small.helper {
  font-size: 16px;
  display: block;
}

.cart-modal {
  max-width: 560px;
}

.cart-modal .cart-modal-header {
  border-bottom: none;
  padding-bottom: 0px;
}

.cart-modal .cart-modal-header h2 {
  color: #37bbed;
  font-size: 24px;
}

.cart-modal .item-product {
  border: #c8c8c8 solid 1px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}

.cart-modal .item-product .product-pic {
  border-right: #c8c8c8 solid 1px;
  align-items: center;
  display: flex;
  background-color: #f9f9f9;
}

.cart-modal .item-product .product-pic img {
  max-width: 100%;
  height: auto;
}

.cart-modal .item-product .product-data {
  background-color: #ececec;
  padding: 18px;
}

.cart-modal .item-product .product-data ul li {
  color: #5a5a5a;
  font-size: 14px;
}

.cart-modal .item-product .product-data ul li b {
  font-weight: 700;
}

.cart-modal .item-product .product-action {
  background-color: #c8c8c8;
  padding: 16px;
  align-items: center;
  display: flex;
}

.cart-modal .item-product .product-action a {
  color: #565656;
  font-size: 18px;
}

.cart-modal .item-product .product-action a:hover {
  color: #000;
}

.cart-modal .resume {
  border-top: #c8c8c8 solid 1px;
  border-bottom: #c8c8c8 solid 1px;
  padding: 10px 0;
  margin: 12px 0 0 0;
  display: flex;
}

.cart-modal .resume .total-price {
  flex-grow: 1;
  text-align: right;
}

.cart-modal .resume .detail-quantity {
  flex-grow: 1;
}

.cart-modal .modal-footer {
  display: flex;
  padding: 0 20px 20px 20px;
}

.cart-modal .modal-footer .btn {
  font-size: 16px;
  padding: 8px 0;
  flex-grow: 1;
}

.cart-modal .modal-footer .btn:first-child {
  margin-right: 12px;
}

.btn-gray {
  background-color: #565656;
  color: #fff;
}

.btn-gray:hover {
  background-color: #414141;
  color: #fff;
}