:root{
    --dark-text:#000000;
    --light-text:#ffffff;
    --light-gray:#f5f5f5;
    --dark-gray:#3D3C3B;
    --main-font:'Montserrat',sans-serif;
    --sec-font:'Oswald',sans-serif
}
@font-face {
    font-family: 'Keedy Sans Regular';
    src: 
        /*url('../../dist/sansculottes.woff2') format('woff2'),
        url('../../dist/sansculottes.woff') format('woff'),*/
        url('../../dist/Keedy Sans Regular.ttf') format('truetype');        
}
html{
    scroll-behavior: smooth;  
    overflow-x: hidden;
}
body{
    box-sizing:border-box;
    font-family:var(--main-font);
    overflow-x:hidden
}
p{
    color:var(--dark-text)
}
ul{
    list-style:none
}
.not-visible{
    visibility: hidden;
}
.img-mobile{
    display: none;
}
.flex{
    display:flex;
    justify-content:center;
    align-items:center
}
.flex-reverse{
    flex-direction:row-reverse
}
.flex-1{
    flex:1
}
.vitalfun-content{
    position:relative
}
.swal2-popup{
    padding-top:50px!important;
    width:80%!important;
    background:0 0!important
}
.modal-tabla-nutri{
    height:80%;
    width:auto
}
.swal2-image{
    width:50%!important;
    height:auto!important
}
.loader,.loader-mid,.loader-outer{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
    transition:all 1s ease
}
.loader-outer{
    background-color:#000;
    transition-delay:.3s;
    z-index:997
}
.loader-mid{
    background-color:#8d218d;
    transition-delay:.15s;
    z-index:998
}
.loader-mid .logo-img{
    width: 120px;
}
.loader{
    background-color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index:999;
    background-position:0 25%;
    background-size:cover;
    background-repeat:no-repeat
}
.webp .loader{
    /*background-image:url(../../images/bg-header.webp)*/
}
.load-done{
    clip-path:polygon(0 0,100% 0,100% 0,0 0)
}

.loader .logo{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.custom-loader{
    border: 12px solid #f3f3f3;
    border-top: 12px solid #773388;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
    display: inline-grid;
    margin-top: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.sticky-navbar{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:transparent;
    z-index:990
}
.vitalfun-nav{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    background-color: #773388;
    display: inline-flex !important;
    justify-content: flex-end !important;
}
.vitalfun-hero-box{
    margin-top: 30px;
}
.vitalfun-hero-box img{
    padding: 0px;
}

.vitalfun-claim{
    padding: 50px 0px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.vitalfun-claim div{
    font-family: "Keedy Sans Regular", "Montserrat";
    width: 60%;
    text-align: center;
    font-size: 1.6vw;
    color: #3A3A3A;
}

.vitalfun-claim div span{
    color: #773388;
}

.vitalfun-licences{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin: -25px 0px 50px 0px;
}

.vitalfun-licences .licences-wrapper{ 
    width: 60%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.vitalfun-licences .licences-wrapper.catalog{ 
    justify-content: center;
}

.vitalfun-licences .licence-button{ 
    width: 32%;
    border-radius: 10px;
    overflow: hidden;
    height: 50%;
    display: inline-flex;
    align-items: center;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.22);
    justify-content: center;
    padding: 10px;
    transition: all 0.3s;
    cursor: pointer;
}

.vitalfun-licences .licence-button.blue{
    background-color: #184795; 
}

.vitalfun-licences .licence-button.black{
    background-color: #000; 
}

.vitalfun-licences .licence-button:hover{
    transform: scale(1.05);
}

.vitalfun-licences .licence-button.catalog{
    color: #fff;
    padding: 28px;
    font-size: 21px;
    width: 50%;
    font-weight: 800;
    background-color: #773388;
}

.vitalfun-licences .licence-button img{
    width: 70%; 
}

.vitalfun-sec-marvel,
.vitalfun-sec-disney,
.vitalfun-sec-star-wars,
.vitalfun-sec-contact,
.vitalfun-sec-locator,
.vitalfun-sec-licences{
    width: 100%;
    background-color: #fff;    
    background-size: contain;
    padding: 50px 150px;
    position: relative;
}

.vitalfun-sec-contact{
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.vitalfun-sec-marvel{    
    background-color: #f5f4f6;    
    background-image: url(../../images/bg_section_marvel.png);
}

.vitalfun-sec-star-wars{    
    background-color: #f5f4f6;    
    background-image: url(../../images/bg_section_star_wars.png);
    background-size: cover;
}

.vitalfun-sec-licences{
    background-color: #f4f4f4;
}

.vitalfun-sec-marvel .spiderweb{
    position: absolute;
    top: -8px;
    left: -8px;
    width: 14%;
    transform: scaleX(-1);
}

.vitalfun-sec-marvel .spiderweb-right{
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 14%;
    transform: scaleX(1) scaleY(-1);
}

.vitalfun-sec-marvel .spider{
    position: absolute;
    bottom: 24%;
    right: 3%;
    width: 6%;
    transform: rotate(329deg);
}

.vitalfun-sec-wrapper{
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.vitalfun-sec-wrapper .text{
    width: 48%;
}

.vitalfun-sec-contact .text.button{
    display: inline-flex;
    justify-content: center;
}

.vitalfun-sec-wrapper .text .title{
    font-size: 1.6em;
    color: #8d218d;
    font-family: 'Keedy Sans Regular';
}

.vitalfun-sec-contact .text .title{
    color: #3A3A3A;
}

.vitalfun-sec-wrapper .text p{
    font-size: 0.9em;
    margin-top: 15px;
}

.vitalfun-sec-wrapper .video-container{
    width: 48%;
}

.vitalfun-sec-contact .contact-button{
    background-color: #773388;
    color: #fff;
    padding: 15px 70px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
}

.vitalfun-sec-contact .contact-button:hover{
    transform: scale(1.05);
}

.vitalfun-sec-licences{
    display: inline-flex;
    justify-content: center;
    padding: 30px 150px;
}

.vitalfun-sec-licences .vitalfun-sec-wrapper{
    display: inline-flex;
    justify-content: space-between;
    width: 40%;
}

.vitalfun-sec-licences .vitalfun-sec-wrapper img{
    width: 20%;
}

.vitalfun-sec-licences .vitalfun-sec-wrapper img.disney{
    filter: invert(1);
}

.video{
    margin:0 auto;
    margin-bottom:50px;
    width:100%;
    height:830px;
    background-color:#d9d9d9
}
.video-wrapper{
    position:relative;
    width:100%;
    height:0;
    padding-bottom:56.25%
}
.video-iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.vitalfun-footer{
    padding:35px;
    position:relative;
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    background-color:#773388
}
.vitalfun-footer .logo-footer{
    width: 150px;
}
.redes-header a,
.redes-footer a{
    padding:0 5px;
    font-size:1.5rem;
    color:var(--light-text)
}
.redes-header a{
    font-size: 1.2em;
}

subfooter{
    background-color: #621F73;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-size: 0.8em;
    height: 30px;
    color: #fff;
    align-items: center;
}


/* ########################################################## */
/* BUSCADOR DE TIENDAS
/* ########################################################## */
/* #region   */

.mco-store-locator-main-title{
    text-align: left;
    font-size: 22px;
    font-weight: 900;
}

.mco-store-locator-main{
	width: 97%;
	margin: 50px 20px;
}

.mco-store-locator-type-selector{
	display: inline-flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 0px;
}

.mco-store-locator-type{
    background-color: #f5f5f5;
    color: #773388;
    width: 50%;
    padding: 15px;
    font-weight: 600;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    border: 1px solid #efefef;
	cursor: pointer;
}

.mco-store-locator-type.active{
	background-color: #773388;
    color: #fff;
	border: unset;
}

.mco-store-locator-wrapper{
	padding: 40px 20px;
	min-height: 400px;
}

.mco-store-locator-wrapper .mco-store-locator.online select{
	height: 48px;
    font-family: Montserrat;
}

.mco-store-locator-wrapper .mco-store-locator{
	display: none;
}

.mco-store-locator-wrapper .mco-store-locator.active{
	display: block;
}

.mco-store-locator.online .search-section{
	display: inline-flex;
    flex-flow: wrap;
    flex-direction: column;
	width: 100%;
}

.mco-store-locator.online .search-section .search-title{
	margin-bottom: 20px;
}

.mco-store-locator.online .mco-store-online-loading,
.mco-store-locator.online .mco-store-online-noresults{
	display: none;
	width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 50px 0px;
}

.mco-store-locator.online.loading .mco-store-online-loading,
.mco-store-locator.online.noresults .mco-store-online-noresults{
	display: block;
}

.mco-store-locator.online .mco-store-online-items{
	display: inline-flex;
    width: 100%;
    flex-direction: column;
	align-items: center;
}

.mco-store-locator.online.loading .mco-store-online-items{
	display: none;
}

.mco-store-locator.online .mco-store-online-item{
	display: inline-flex;
    width: 80%;
	margin-top: 20px;	
}

.mco-store-locator.online .mco-store-online-item .logo-wrapper{
	background-color: #f7f7f7;
    height: 150px;
    width: 180px;
}

.mco-store-locator.online .mco-store-online-item .logo-wrapper .logo{
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
    align-items: center;
	padding: 10px;
}

.mco-store-locator.online .mco-store-online-item .info-wrapper{
	margin: 10px 10px 10px 20px;
    width: 100%;
}

.mco-store-locator.online .mco-store-online-item .name{
	font-weight: 600;
    font-size: 18px;
}

.mco-store-locator.online .mco-store-online-item .url a{
	color: #472f92;
	font-weight: 600;
}


.mco-store-locator.online .mco-store-online-item .shipping-zones{
	font-size: 12px;
}

.mco-store-locator.online .mco-store-online-item .shipping-zones span{
	font-weight: 600;
}

.mco-store-locator.online .mco-store-online-item .site-link{
	background-color: #a7a7a7;
    display: inline-block;    
    font-weight: 600;
    font-size: 12px;
    padding: 5px 20px;
    margin-top: 20px;
    border-radius: 2px;
	color: #fff;
}

.mco-store-locator .mco-search-container {
  padding-bottom: 16px;
}

.mco-store-locator .mco-list-map-container {
  padding-top: 20px;
  padding-bottom: 50px;
}

.mco-store-locator .search-section {
  display: flex;
  flex-flow: wrap;
}

.mco-store-locator .search-section .search-container-address {
  flex-grow: 1;
  display: flex;
}

.mco-store-locator .search-section .search-container-address .search-address {
  flex-grow: 1;
  margin-right: 10px;
}

.mco-store-locator .search-section .search-container-address .search-address-btn {
  width: 150px;
}

.mco-store-locator .search-section .search-container-zip {
  margin-left: 10px;
  display: flex;
}

.mco-store-locator .search-section .search-container-zip input[type="search"] {
  width: 250px !important;
}

.mco-store-locator .search-section .search-container-zip .search-zip-btn {
  width: 150px;
}

.mco-store-locator .search-section .btn {
    margin: 0 !important;
    border-radius: 50px !important;
    width: 100%;
    display: inline-block;
    padding: 1.054em 1.538em;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 2;
    vertical-align: top;
    margin-top: 3px;
    margin-bottom: 3px;
    outline: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -moz-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -o-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -ms-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-color: #773388;
    color: #ffffff;
    font-family: var(--main-font) !important;
    font-weight: 700 !important;
    font-style: normal;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.mco-store-locator .search-section input[type="search"] {
    min-height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #939393;
    padding: 12px 14px;
    outline: none;
    color: inherit;
    margin: 0;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    background: transparent;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 50px !important;    
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
}

.mco-store-locator ul.mco-tabs-menu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border-color: #e4e4e4;
  border-bottom: 1px solid;
  color: #bbbbbb;
}

.mco-store-locator ul.mco-tabs-menu li {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.mco-store-locator ul.mco-tabs-menu li a {
  color: #bbbbbb;
  padding: 14px 20px;
  display: block;
  box-sizing: border-box;
  position: relative;
  font-family: var(--main-font) !important;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.mco-store-locator ul.mco-tabs-menu li a.activo {
  color: #777777 !important;
  background: #eee;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #777777;
}

.mco-store-locator .search-content.calle {
  width: calc(70% - 20px);
  float: left;
}

.mco-store-locator .search-content.postal {
  width: 30%;
  float: right;
}

.mco-store-locator .search-content {
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 56px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
}

.mco-store-locator .search-content:focus {
  border: 1px solid #773388;
}

.mco-store-locator .search input {
  width: 100%;
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4em;
  font-weight: 500;
  color: #6b6b6b;
  padding-left: 20px;
  padding-right: 60px;
  z-index: 1;
  border: 0 !important;
  background: none;
  box-shadow: none;
}

.mco-store-locator .search-content button {
  width: 150px;
  height: 42px;
  padding: 0;
  margin: 0;
  font-size: 13px !important;
  font-weight: 600;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: block;
  border-radius: 0 3px 3px 0 !important;
}

@media (min-width: 1880px) {
  .store section.map .stores-items>li {
    padding: calc(100vw * 25 / 1880) calc(100vw * 20 / 1880);
  }

  .store section.map #listado.tabs {
    width: calc(100vw * 400 / 1880);
  }

  .store section.map #mapa.tabs {
    width: calc(100% - calc(100vw * 400 / 1880));
  }
}

@media (max-width: 767px) {
	.mco-store-locator-main {
		width: 90%;
		margin: 50px 20px;
	}
	
	.mco-store-locator-wrapper {
    	padding: 40px 0px;
	}
	
	.mco-store-locator.online .mco-store-online-item {
		width: 90%;
		margin-top: 40px;
		flex-direction: column;
		align-items: center;
	}
}


/* BUSCADOR DE TIENDAS > STORE LOCATOR SEARCH BAR
------------------------------------------------------------- */

@media (min-width: 1880px) {

  .mco-store-locator h1.titulo {
    font-size: calc(100vw * 33 / 2560);
    padding-top: calc(100vw * 30 / 2560);
    margin-bottom: calc(100vw * 40 / 2560);
  }

  .mco-store-locator .search-content.calle {
    width: calc(70% - calc(100vw * 40 / 2560));
  }

  .mco-store-locator .search-content {
    height: calc(100vw * 50 / 2560);
    margin-bottom: calc(100vw * 20 / 2560);
  }

  .mco-store-locator .search input {
    height: calc(100vw * 47 / 2560);
    padding-left: calc(100vw * 20 / 2560);
    padding-right: calc(100vw * 60 / 2560);
    min-height: 37px !important;
  }

  .mco-store-locator .search-content button {
    width: calc(100vw * 150 / 2560);
    height: calc(100vw * 49 / 2560);
    font-size: calc(100vw * 20 / 2560);
  }

  .mco-store-locator .check-content>h3 {
    font-size: calc(100vw * 18 / 2560);
    font-weight: normal;
    padding-top: calc(100vw * 15 / 2560);
  }

  .mco-store-locator .check-content>div.checkbox {
    padding-left: calc(100vw * 20 / 2560);
  }

  .mco-store-locator .check-content label {
    font-size: calc(100vw * 13 / 2560);
    line-height: calc(100vw * 22 / 2560);
    width: calc(100vw * 90 / 2560);
    height: calc(100vw * 90 / 2560);
    margin-right: calc(100vw * 10 / 2560);
  }
}

@media (max-width: 1880px) {
  .mco-store-locator h1.titulo {
    font-size: calc(100vw * 33 / 1880);
    padding-top: calc(100vw * 30 / 1880);
    margin-bottom: calc(100vw * 40 / 1880);
  }

  .mco-store-locator .search-content.calle {
    width: calc(70% - calc(100vw * 40 / 1880));
  }

  .mco-store-locator .search-content {
    height: calc(100vw * 52 / 1880);
    margin-bottom: calc(100vw * 20 / 1880);
  }

  .mco-store-locator .search input {
    height: calc(100vw * 42 / 1880);
    padding-left: calc(100vw * 20 / 1880);
    padding-right: calc(100vw * 60 / 1880);
  }

  .mco-store-locator .search-content button {
    width: calc(100vw * 150 / 1880);
    height: calc(100vw * 49 / 1880);
    font-size: calc(100vw * 20 / 1880);
  }

  .mco-store-locator .check-content>h3 {
    font-size: calc(100vw * 18 / 1880);
    font-weight: normal;
    padding-top: calc(100vw * 15 / 1880);
  }

  .mco-store-locator .check-content>div.checkbox {
    padding-left: calc(100vw * 20 / 1880);
  }

  .mco-store-locator .check-content label {
    font-size: calc(100vw * 13 / 1880);
    line-height: calc(100vw * 22 / 1880);
    width: calc(100vw * 90 / 1880);
    height: calc(100vw * 90 / 1880);
    margin-right: calc(100vw * 10 / 1880);
  }
}

@media (max-width: 1366px) {
  .mco-store-locator h1.titulo {
    font-size: calc(100vw * 33 / 1366);
    padding-top: calc(100vw * 30 / 1366);
    margin-bottom: calc(100vw * 40 / 1366);
  }

  .mco-store-locator .search-content.calle {
    width: calc(70% - calc(100vw * 40 / 1366));
  }

  .mco-store-locator .search-content {
    height: calc(100vw * 50 / 1366);
    margin-bottom: calc(100vw * 20 / 1366);
  }

  .mco-store-locator .search input {
    height: calc(100vw * 47 / 1366);
    padding-left: calc(100vw * 20 / 1366);
    padding-right: calc(100vw * 60 / 1366);
    min-height: 37px !important;
  }

  .mco-store-locator .search-content button {
    width: calc(100vw * 150 / 1366);
    height: calc(100vw * 49 / 1366);
    font-size: calc(100vw * 20 / 1366);
  }

  .mco-store-locator .check-content>h3 {
    font-size: calc(100vw * 18 / 1366);
    font-weight: normal;
    padding-top: calc(100vw * 15 / 1366);
  }

  .mco-store-locator .check-content>div.checkbox {
    padding-left: calc(100vw * 20 / 1366);
  }

  .mco-store-locator .check-content label {
    font-size: calc(100vw * 13 / 1366);
    line-height: calc(100vw * 22 / 1366);
    width: calc(100vw * 90 / 1366);
    height: calc(100vw * 90 / 1366);
    margin-right: calc(100vw * 10 / 1366);
  }
}

@media (max-width: 1000px) {
  .mco-store-locator .search-section {
    flex-flow: column;
  }

  .mco-store-locator .search-section .search-container-address {
    flex-flow: column;
  }

  .mco-store-locator .search-section .search-container-address .search-address-btn {
    width: 100% !important;
  }

  .mco-store-locator .search-section .btn {
    margin: 0 !important;
    width: 100%;
  }

  .mco-store-locator .search-section .search-container-address .search-address {
    margin-right: 0px;
}

  .mco-store-locator .search-section .search-container-zip {
    flex-flow: column;
    margin: 20px 0 0 0 !important;
    flex-grow: 1;
  }

  .mco-store-locator .search-section .search-container-zip input[type="search"] {
    width: 100% !important;
  }

  .mco-store-locator .search-section .search-container-zip .search-zip-btn {
    width: 100% !important;
  }

  .mco-store-locator h1.titulo {
    font-size: calc(100vw * 33 / 420);
    padding-top: calc(100vw * 30 / 420);
    margin-bottom: calc(100vw * 40 / 420);
  }

  .mco-store-locator .search-content.calle,
  .mco-store-locator .search-content.postal {
    width: 100%;
    border: none;
    border: 1px solid #cccccc;
  }

  .mco-store-locator .search-content {
    height: calc(100vw * 52 / 420);
    margin-bottom: calc(100vw * 20 / 420);
    border-radius: 0;
  }

  .mco-store-locator .search input {
    height: calc(100vw * 47 / 420);
    padding-left: calc(100vw * 20 / 420);
    padding-right: calc(100vw * 60 / 420);
    min-height: 37px;
  }

  .mco-store-locator .search-content button {
    width: calc(100vw * 150 / 420);
    height: calc(100vw * 49 / 420);
    font-size: calc(100vw * 20 / 420);
    background: transparent;
  }

  .mco-store-locator .check-content>h3 {
    width: 100%;
    font-size: calc(100vw * 18 / 420);
    font-weight: normal;
    padding-top: calc(100vw * 15 / 420);
  }

  .mco-store-locator .check-content>div.checkbox {
    padding-left: 0;
    padding-top: 20px;
  }

  .mco-store-locator .check-content label {
    font-size: calc(100vw * 13 / 420);
    line-height: calc(100vw * 22 / 420);
    width: calc(100vw * 86 / 420);
    height: calc(100vw * 86 / 420);
    margin-right: calc(100vw * 6 / 420);
  }
}

/* BUSCADOR DE TIENDAS > MAPA
------------------------------------------------------------- */

.mco-store-locator section.map {
  position: relative;
}

.mco-store-locator section.map #mapa.tabs .mapa {
  width: 100%;
  height: 100%;
}

.mco-store-locator section.map #mapa.tabs .mapa #map {
  height: 650px;
}

.mco-store-locator section.map #mapa.tabs .mapa .bt-localizarme {
    background: #773388;
    border: none;
    border-radius: 50px;
    position: absolute;
    left: 8px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.mco-store-locator section.map #mapa.tabs .mapa .bt-localizarme p {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
}

.mco-store-locator .btn-map {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 2em !important;
  font-weight: 600 !important;
  border: none !important;
  cursor: pointer !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 2 !important;
  display: block !important;
}

@media (min-width: 1880px) {
  .mco-store-locator section.map {
    height: calc(100vw * 650 / 2560);
  }

  .mco-store-locator section.map #mapa.tabs .mapa .bt-localizarme {
    width: calc(100vw * 180 / 2560);
    height: calc(100vw * 50 / 2560);
    top: calc(100vw * 8 / 2560);
    left: calc(100vw * 8 / 2560);
    padding: calc(100vw * 10 / 2560) calc(100vw * 20 / 2560);
  }

  .mco-store-locator section.map #mapa.tabs .mapa .bt-localizarme p {
    font-size: calc(100vw * 12 / 2560);
    line-height: calc(100vw * 26 / 2560);
  }
}

@media (max-width: 1880px) {
  .mco-store-locator section.map {
    height: calc(100vw * 650 / 1880);
  }

  .mco-store-locator section.map #mapa.tabs .mapa .bt-localizarme {
    width: calc(100vw * 180 / 1880);
    height: calc(100vw * 50 / 1880);
    top: calc(100vw * 8 / 1880);
    right: calc(100vw * 10 / 1880);    
  }

  .mco-store-locator section.map #mapa.tabs .mapa .bt-localizarme p {
    font-size: calc(100vw * 12 / 1880);
    line-height: calc(100vw * 26 / 1880);
  }
}

@media (max-width: 1366px) {
  .mco-store-locator section.map {
    height: calc(100vw * 300 / 1366);
  }

  .mco-store-locator section.map #mapa.tabs .mapa .bt-localizarme {
    width: 130px;
    height: 45px;
    top: calc(100vw* 8 / 1366);
    left: calc(100vw* 8 / 1366);
  }

  .mco-store-locator section.map #mapa.tabs .mapa .bt-localizarme p {
    font-size: calc(100vw * 12 / 1366);
    line-height: calc(100vw * 26 / 1366);
  }
}

@media (max-width: 1000px) {
  .mco-store-locator section.map {
    height: auto;
  }

  .mco-store-locator section.map #mapa.tabs .mapa .bt-localizarme {
    width: calc(100vw * 180 / 420);
    height: calc(100vw * 50 / 420);
    top: calc(100vw * 8 / 420);
    left: calc(100vw * 8 / 420);
    padding: calc(100vw * 10 / 420) calc(100vw * 20 / 420);
  }

  .mco-store-locator section.map #mapa.tabs .mapa .bt-localizarme p {
    font-size: calc(100vw * 12 / 420);
    line-height: calc(100vw * 26 / 420);
  }
}

/* BUSCADOR DE TIENDAS > TABS
------------------------------------------------------------- */

.mco-store-locator section.map #listado.tabs {
  float: left;
  width: 480px;
}

.mco-store-locator section.map #mapa.tabs {
  float: right;
  width: calc(100% - 480px);
  position: relative;
  height: 650px;
}

@media (min-width: 1880px) {
  .mco-store-locator section.map #listado.tabs {
    width: calc(100vw * 480 / 2560);
  }

  .mco-store-locator section.map #mapa.tabs {
    width: calc(100% - calc(100vw * 480 / 2560));
    height: calc(100vw * 650 / 2560);
  }

  .mco-store-locator section.map #mapa.tabs .mapa #map {
    height: 100%;
  }
}

@media (max-width: 1880px) {
  .mco-store-locator section.map #listado.tabs {
    width: calc(100vw * 480 / 1880);
  }

  .mco-store-locator section.map #mapa.tabs {
    width: calc(100% - calc(100vw * 480 / 1880));
    height: calc(100vw * 650 / 1880);
  }

  .mco-store-locator section.map #mapa.tabs .mapa #map {
    height: 100%;
  }
}

@media (max-width: 1366px) {
  .mco-store-locator section.map #listado.tabs {
    width: calc(100vw * 480 / 1366);
  }


  .mco-store-locator section.map #listado.tabs h3{
    font-size: 20px;
  }

  .mco-store-locator section.map #mapa.tabs {
    width: calc(100% - calc(100vw * 480 / 1366));
    height: calc(100vw * 450 / 1366);
  }

  .mco-store-locator section.map #mapa.tabs .mapa #map {
    height: 100%;
  }
}

@media (max-width: 1000px) {
  .mco-store-locator ul.mco-tabs-menu {
    display: block;
  }

  .mco-store-locator section.map #listado.tabs {
    display: none;
  }

  .search-content input[type="search"]::placeholder {
    font-size: 11px !important;
  }

  .mco-store-locator section.map #listado.tabs {
    width: 100%;
    margin-top: 10px;
  }

  .mco-store-locator section.map #mapa.tabs {
    width: 100%;
    height: calc(100vw * 650 / 420);
    margin-top: 10px;
  }
}

/* BUSCADOR DE TIENDAS > PUNTO ELEGIDO
------------------------------------------------------------- */

.mco-store-locator section.map .punto-elegido {
  width: 360px;
  min-height: 140px;
  background: #FFF;
  border-radius: 4px;
  padding: 24px 25px;
  text-align: left;
  -webkit-box-shadow: 0 0 70px 6px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 70px 6px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 70px 6px rgba(0, 0, 0, 0.14);
}

.mco-store-locator section.map .punto-elegido:after {
  top: calc(100% - 1px);
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

.mco-store-locator section.map .info h3 {
  color: #5d5d5d;
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 25px;
  text-transform: capitalize;
}

.mco-store-locator section.map .info p {
  margin-top: 0;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-transform: initial;
  line-height: 20px;
  font-size: 14px;
}

@media (min-width: 1880px) {
  .mco-store-locator section.map .punto-elegido {
    width: calc(100vw * 360 / 2560);
    min-height: calc(100vw * 140 / 2560);
    padding: calc(100vw * 24 / 2560) calc(100vw * 25 / 2560);
  }

  .mco-store-locator section.map .info h3 {
    font-size: calc(100vw * 18 / 2560);
    padding-bottom: calc(100vw * 0 / 2560);
    margin-bottom: calc(100vw * 0 / 2560);
  }
}

@media (max-width: 1880px) {
  .mco-store-locator section.map .punto-elegido {
    width: calc(100vw * 360 / 1880);
    min-height: calc(100vw * 140 / 1880);
    padding: calc(100vw * 24 / 1880) calc(100vw * 25 / 1880);
  }

  .mco-store-locator section.map .info h3 {
    font-size: calc(100vw * 18 / 1880);
    padding-bottom: calc(100vw * 0 / 1880);
    margin-bottom: calc(100vw * 0 / 1880);
  }
}

@media (max-width: 1366px) {
  .mco-store-locator section.map .punto-elegido {
    width: calc(100vw * 360 / 1366);
    min-height: calc(100vw * 140 / 1366);
    padding: calc(100vw * 24 / 1366) calc(100vw * 25 / 1366);
  }

  .mco-store-locator section.map .info h3 {
    font-size: calc(100vw * 18 / 1366);
    padding-bottom: calc(100vw * 0 / 1366);
    margin-bottom: calc(100vw * 0 / 1366);
  }
}

@media (max-width: 1000px) {
  .mco-store-locator section.map .punto-elegido {
    width: calc(100vw * 360 / 420);
    min-height: calc(100vw * 140 / 420);
    padding: calc(100vw * 24 / 420) calc(100vw * 25 / 420);
  }

  .mco-store-locator section.map .info h3 {
    font-size: calc(100vw * 18 / 420);
    padding-bottom: calc(100vw * 0 / 420);
    margin-bottom: calc(100vw * 0 / 420);
  }
}

/* BUSCADOR DE TIENDAS > PUNTOS VENTA
------------------------------------------------------------- */

.mco-store-locator section.map .puntos-venta {
  width: 100%;
  height: auto;
  padding: 0;
  height: 580px;
  overflow: auto;
  border-top: 0;
  border-bottom: 0;
}

.mco-store-locator section.map .stores-items {
  padding: 0;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

.mco-store-locator section.map .stores-items>li {
  padding: 0;
  display: table;
  width: 90%;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
}

.mco-store-locator section.map .stores-items>li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #626262;
}

.mco-store-locator section.map .stores-items>li.active {
  background: #f3f3f3;
}

.mco-store-locator section.map .stores-items>li:last-child {
  border-bottom: none;
}

.mco-store-locator section.map .stores-items>li .info {
  width: 100%;
  position: relative;
  float: left;
  text-align: left;
  margin-left: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}

.mco-store-locator section.map .stores-items>li .info:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: -45px;
  top: 0;
  background: url("/wp-content/uploads/2021/06/icon-store-vitalcan-1.png") no-repeat left center / cover;
}

.mco-store-locator section.map .stores-items>li h3 {
  border: none;
}

@media (min-width: 1880px) {
  .mco-store-locator section.map .puntos-venta {
    height: calc(100vw * 580 / 2560);
    padding-top: 0;
  }

  .mco-store-locator section.map .stores-items>li {
    padding: calc(100vw * 25 / 2560) calc(100vw * 30 / 2560);
  }

  .mco-store-locator section.map .stores-items>li .info {
    margin-left: calc(100vw * 20 / 2560);
    padding-bottom: calc(100vw * 0 / 2560);
  }

  .mco-store-locator section.map .stores-items>li .info:before {
    width: calc(100vw * 30 / 2560);
    height: calc(100vw * 30 / 2560);
    left: calc(100vw * -45 / 2560);
  }
}

@media (max-width: 1880px) {
  .mco-store-locator section.map .puntos-venta {
    height: calc(100vw * 580 / 1880);
    padding-top: 0;
  }

  .mco-store-locator section.map .stores-items>li {
    padding: calc(100vw * 25 / 1880) calc(100vw * 30 / 1880);
  }

  .mco-store-locator section.map .stores-items>li .info {
    margin-left: calc(100vw * 20 / 1880);
    padding-bottom: calc(100vw * 0 / 1880);
  }

  .mco-store-locator section.map .stores-items>li .info:before {
    width: calc(100vw * 30 / 1880);
    height: calc(100vw * 30 / 1880);
    left: calc(100vw * -45 / 1880);
  }
}

@media (max-width: 1366px) {
  .mco-store-locator section.map .puntos-venta {
    height: calc(100vw * 410 / 1366);
    padding-top: 0;
  }

  .mco-store-locator section.map .stores-items>li {
    padding: 12px;
  }

  .mco-store-locator section.map .stores-items>li .info {
    margin-left: calc(100vw * 20 / 1366);
    padding-bottom: calc(100vw * 0 / 1366);
  }

  .mco-store-locator section.map .stores-items>li .info:before {
    width: calc(100vw * 30 / 1880);
    height: calc(100vw * 30 / 1880);
    left: calc(100vw * -45 / 1880);
  }
}

@media (max-width: 1000px) {
  .mco-store-locator section.map .puntos-venta {
    height: auto;
    padding-top: 20px;
  }

  .mco-store-locator section.map .stores-items>li {
    padding: calc(100vw * 25 / 420) calc(100vw * 30 / 420);
  }

  .mco-store-locator section.map .stores-items>li .info {
    margin-left: calc(100vw * 20 / 420);
    padding-bottom: calc(100vw * 0 / 420);
  }

  .mco-store-locator section.map .stores-items>li .info:before {
    width: calc(100vw * 120 / 1880);
    height: calc(100vw * 120 / 1880);
    left: calc(100vw * -170 / 1880);
  }
}

/* #endregion */


/*
@media screen and (max-width:1760px){
    .sec1-titles{
        padding:0 150px
    }
    .porque-receta-natural{
        padding-top:100px
    }
    .item-natural-recipe .item-text h3{
        font-size:4rem
    }
    .item-natural-recipe .item-text p{
        font-size:2.5rem
    }
    .aportes-item h3{
        padding-right:80px
    }
}
@media screen and (max-width:1655px){
    .vitalcan-natural-container{
        padding-left:80px;
        padding-right:80px
    }
    .sec-1{
        padding-top:150px
    }
    .sec1-titles{
        padding:0 50px;
        margin-top:-250px
    }
    .porque-receta-natural{
        padding-top:150px
    }
    .item-natural-recipe .item-text h3{
        font-size:3.5rem
    }
    .sec-4 .text-content{
        padding:0 30px
    }
    .donde-comprar .icono-tienda{
        width:120px
    }
    .donde-comprar h3{
        font-size:3.5rem
    }
}
@media screen and (max-width:1500px){
    .swal2-popup{
        padding-top:200px!important
    }
    .swal2-image{
        width:65%!important
    }    
    .img-bg-sec1{
        top:-310px
    }
    .sec-1 .items-title h3{
        padding:0 100px;
        font-size:3.5rem
    }
    .porque-receta-natural p{
        margin-bottom:0
    }
    .sec-1 .items-title::before{
        top:-5px
    }
    .sec-1 .items-title::after{
        top:-35px
    }
    .natural-recipe-cordero .vitalcan-natural-container{
        padding-top:180px
    }
    .vitalcan-natural-container.content-pack-reciclable{
        margin-bottom:100px
    }
    .content-pack-reciclable h3{
        font-size:2rem
    }
    .porque-receta-natural{
        padding:100px
    }
    .aportes-items{
        padding:0 20px
    }
    .aportes-item .aportes-item-icon{
        height:85px
    }
    .sec-4 .text-content h2{
        font-size:4.5rem
    }
    .sec-4 .text-content p{
        font-size:1.5rem
    }
}
@media screen and (max-width:1300px){
    .vitalcan-natural-hero-content h2{
        margin-top:30px
    }
    .vitalcan-natural-hero-content p{
        margin-bottom:30px
    }
    .vitalcan-natural-hero-content .img-bajada{
        width:70%
    }
    .btn-header a{
        top:55%;
        width:130px;
        height:280px
    }
    .sec1-titles h2{
        font-size:2.75rem
    }
    .pack-reciclable-logo img{
        max-width:130px
    }
    .pack-reciclable-logo::after{
        top:-20px
    }
    .item-natural-recipe .item-text h3{
        font-size:3.125rem
    }
    .aportes-item .aportes-item-icon{
        margin-left:-37px;
        margin-bottom:20px;
        height:75px
    }
    .aportes-item h3{
        font-size:1.5rem
    }
    .sec-4 .text-content{
        padding:0 10px
    }
}
@media screen and (max-width:1150px){
    .swal2-image{
        width:85%!important
    }    
    .img-productos-header.img-desktop{
        display:none
    }
    .img-productos-header.img-mobile{
        display:block
    }
    .vitalcan-natural-hero-content h2{
        font-size:5rem
    }
    .btn-header a{
        width:200px;
        height:350px
    }
    .btn-pack-cerdo{
        left:38%
    }
    .btn-pack-cordero{
        left:62%
    }
    .sec-1{
        padding-top:70px;
        font-size:2.25rem
    }
    .sec1-titles{
        margin-top:-170px
    }
    .sec1-titles h2{
        padding:0 30px
    }
    .sec1-titles h4{
        font-size:1.5rem
    }
    .vitalcan-natural-container.content-pack-reciclable{
        padding-left:150px;
        padding-right:150px
    }
    .pack-reciclable-logo,.pack-reciclable-text{
        margin:0 30px
    }
    .pack-reciclable-logo::after{
        right:-30px
    }
    .sec-1 .items-title h3{
        padding:0 50px
    }
    .item-natural-recipe .flex{
        flex-direction:column
    }
    .item-natural-recipe.natural-recipe-cordero .vitalcan-natural-container.flex{
        flex-direction:column-reverse
    }
    .natural-recipe-cordero .vitalcan-natural-container{
        padding-top:100px
    }
    .item-natural-recipe .item-img,.item-natural-recipe .item-text-content{
        width:70%
    }
    .item-natural-recipe .item-text-content{
        margin-top:30px
    }
    .sec-2 .aportes-title h2{
        font-size:3.75rem
    }
    .aportes-item{
        margin-bottom:40px;
        width:50%
    }
    .aportes-item:nth-child(even){
        padding-left:20px
    }
    .aportes-item:nth-child(even) p{
        padding-right:25px
    }
    .aportes-item::after{
        height:330px;
        right:35px
    }
    .aportes-item:nth-child(even)::after{
        display:none
    }
    .aportes-item h3{
        margin-bottom:20px
    }
    .aportes-item p{
        padding-right:55px;
        font-size:1rem
    }
    .video{
        height:600px
    }
    .sec-4{
        height:unset;
        padding-top:20px;
        padding-bottom:100px;
        justify-content:center;
        flex-direction:column
    }
    .sec-4-tkp{
        padding-top:250px;
        padding-bottom:250px
    }
    .sec-4 .text-content,.vitalcan-natural-form{
        width:80%
    }
    .vitalcan-natural-form{
        margin-top:80px
    }
    .vitalcan-natural-form h4::before{
        content:"";
        display:block;
        height:4px;
        width:auto;
        position:relative;
        top:-15px;
        background-image:url(../../images/linea-puntos-l.svg);
        background-repeat:no-repeat;
        background-position:center
    }
}
@media screen and (max-width:860px){
    .vitalcan-natural-container{
        padding-left:50px;
        padding-right:50px
    }
    .swal2-popup{
        width:100%!important
    }
    .swal2-image{
        width:100%!important
    }
    .vitalcan-natural-hero-content{
        width:90%
    }
    .vitalcan-natural-hero-content h2{
        font-size:4rem
    }
    .vitalcan-natural-hero-content p{
        font-size:2rem
    }
    .vitalcan-natural-hero-content .img-bajada{
        width:100%
    }
    .error-404 h3{
        font-size:4.5rem
    }
    .btn-pack-cerdo{
        left:30%
    }
    .btn-pack-cordero{
        left:70%
    }
    .img-bg-sec1{
        background-size:auto 85%
    }
    .sec1-titles{
        margin-top:-210px
    }
    .sec1-titles h2{
        padding:0;
        font-size:2.125rem
    }
    .sec1-titles h4{
        margin-bottom:30px;
        font-size:1.25rem
    }
    .vitalcan-natural-container.content-pack-reciclable{
        padding-left:100px;
        padding-right:100px
    }
    .sec-1 .items-title h3{
        font-size:2.25rem
    }
    .content-pack-reciclable h3{
        font-size:1.75rem
    }
    .item-natural-recipe .item-img,.item-natural-recipe .item-text-content{
        width:100%
    }
    .aportes-item:nth-child(even){
        padding-left:40px
    }
    .aportes-item::after{
        height:330px;
        right:15px
    }
    .aportes-item h3{
        padding-right:40px
    }
    .porque-receta-natural{
        padding:70px 50px
    }
    .porque-receta-natural h2{
        margin-bottom:50px;
        font-size:3rem
    }
    .porque-receta-natural p{
        font-size:1.25rem
    }
    .video-container h2{
        font-size:3rem
    }
    .video-container p{
        font-size:1.25rem
    }
    .video{
        height:400px
    }
    .sec-4 .text-content,.vitalcan-natural-form{
        width:90%
    }
    .content-pack-reciclable h3{
        font-size:2rem
    }
    .donde-comprar h3{
        font-size:2.75rem
    }
    .vitalcan-natural-footer{
        justify-content:space-between
    }
}
@media screen and (max-width:680px){
    .vitalcan-natural-hero-box{
        height:1350px
    }
    .vitalcan-natural-hero-content{
        width:93%
    }
    .pagina-manteniemento h1{
        font-size:6rem
    }
    .sec1-titles{
        margin-top:-250px
    }
    .porque-receta-natural{
        padding:70px 0
    }
    .vitalcan-natural-container.content-pack-reciclable{
        padding-left:100px;
        padding-right:50px
    }
    .pack-reciclable-logo img{
        max-width:100px
    }
    .pack-reciclable-logo::after{
        height:140px
    }
    .content-pack-reciclable h3{
        font-size:1.25rem
    }
    .aportes-item .aportes-item-icon{
        max-width:230px
    }
    .aportes-item p{
        font-size:.875rem
    }
    .slick-next,.slick-prev{
        top:105%!important
    }
    .slick-prev{
        left:40%!important
    }
    .slick-next{
        right:40%!important
    }
    .sec-4 .text-content,.vitalcan-natural-form{
        width:100%
    }
}
@media screen and (max-width:550px){
    .vitalcan-natural-container{
        padding-left:30px;
        padding-right:30px
    }
    .vitalcan-natural-hero-box{
        height:1200px
    }
    .vitalcan-natural-hero-content h2{
        font-size:3rem
    }
    .vitalcan-natural-hero-content p{
        font-size:1.5rem
    }
    .btn-header a{
        top:50%;
        width:150px;
        height:250px
    }
    .sec1-titles{
        margin-top:-240px
    }
    .sec-1 .items-title h3{
        font-size:2rem
    }
    .natural-recipe-cerdo .vitalcan-natural-container,.natural-recipe-cordero .vitalcan-natural-container{
        padding-top:50px
    }
    .item-natural-recipe .item-text h3{
        font-size:2.75rem
    }
    .item-natural-recipe .item-text p{
        font-size:1.75rem;
        letter-spacing:5px
    }
    .natural-recipe-cerdo,.natural-recipe-cordero{
        background-size:auto 20%;
        background-position-x:center
    }
    .vitalcan-natural-container.sec-2{
        padding-left:40px;
        padding-right:40px
    }
    .sec-2 .aportes-title h2{
        font-size:2.5rem
    }
    .aportes-item .aportes-item-icon{
        margin-left:-25px;
        margin-bottom:0;
        max-width:140px
    }
    .aportes-item h3{
        margin-bottom:10px;
        font-size:1.25rem
    }
    .porque-receta-natural h2{
        font-size:2.25rem
    }
    .porque-receta-natural p{
        font-size:1rem
    }
    .porque-receta-natural{
        padding:50px 0
    }
    .video-container h2{
        font-size:2.25rem
    }
    .video-container p{
        font-size:1rem
    }
    .sec-4 .text-content h2{
        font-size:4rem
    }
    .vitalcan-natural-form{
        margin-top:50px
    }
    .vitalcan-natural-form h4{
        font-size:2rem
    }
    .vitalcan-natural-form h4::before{
        top:-25px
    }
    .vitalcan-natural-form h4::after{
        top:25px
    }
    .donde-comprar h3{
        font-size:1.875rem
    }
    .donde-comprar .icono-tienda{
        width:90px;
        margin-bottom:20px
    }
}
@media screen and (max-width:500px){
    .vitalcan-natural-hero-box{
        height:1150px
    }
    .img-bg-sec1{
        background-size:auto 80%
    }
    .sec1-titles h2{
        margin-bottom:40px;
        font-size:1.75rem
    }
    .sec1-titles h4{
        font-size:1.125rem
    }
    .sec-1 .items-title h3{
        padding:0;
        margin-bottom:40px
    }
    .vitalcan-natural-container.content-pack-reciclable{
        padding-left:50px;
        padding-right:0
    }
    .aportes-items{
        padding-right:0
    }
    .aportes-item p{
        padding-right:25px
    }
    .aportes-item:nth-child(even) p{
        padding-right:0
    }
    .aportes-item::after{
        right:0
    }
}
@media screen and (max-width:430px){
    .vitalcan-natural-hero-box{
        height:1050px
    }
    .header-404{
        height:800px
    }
    .vitalcan-natural-hero-content.error-404{
        top:10%
    }
    .error-404 h1{
        font-size:10rem
    }
    .error-404 h3{
        font-size:3rem
    }
    .vitalcan-natural-hero-content.error-404 p{
        font-size:1.5rem
    }
    .pagina-manteniemento h1{
        font-size:4rem
    }
    .pagina-manteniemento h3{
        font-size:2rem
    }
    .btn-header a{
        width:100px;
        height:200px
    }
    .sec1-titles{
        margin-top:-270px
    }
    .vitalcan-natural-container.content-pack-reciclable{
        padding-left:0
    }
    .content-pack-reciclable h3{
        font-size:1rem
    }
    .pack-reciclable-logo::after{
        top:-5px
    }
    .item-natural-recipe .item-text h3{
        font-size:2.5rem
    }
    .sec-2 .aportes-title h2{
        margin-bottom:50px;
        font-size:2rem
    }
    .aportes-items{
        padding:0;
        padding-left:20px
    }
    .aportes-item{
        margin-bottom:10px;
        width:100%
    }
    .aportes-item:nth-child(even){
        padding-left:0
    }
    .aportes-item::after{
        height:5px;
        width:100%;
        top:unset;
        bottom:0;
        right:7px;
        background-image:url(../../images/linea-puntos-s.svg)
    }
    .aportes-item:nth-child(even)::after{
        display:block
    }
    .aportes-btn{
        display:block
    }
    .video{
        height:200px
    }
    .sec-4 .text-content{
        padding:0
    }
    .sec-4 .text-content h2{
        font-size:3rem
    }
    .vitalcan-natural-form h4{
        padding:0 15px;
        font-size:1.75rem
    }
    .sec-4 .text-content p{
        font-size:1.125rem
    }
    .vitalcan-natural-form label{
        margin-left:0;
        font-size:.85rem
    }
    .pack-reciclable-logo::after{
        height:110px;
        right:-30px
    }
    .content-pack-reciclable h3{
        font-size:1.25rem
    }
    .donde-comprar .donde-comprar-btn{
        display:block
    }
    .vitalcan-natural-footer{
        flex-direction:column;
        justify-content:center
    }
    .redes-footer{
        margin-top:20px
    }
}
@media screen and (max-width:360px){
    .vitalcan-natural-hero-box{
        height:970px
    }
    .vitalcan-natural-hero-content{
        top:9%
    }
    .vitalcan-natural-hero-content h2{
        font-size:2.5rem
    }
    .vitalcan-natural-hero-content p{
        font-size:1.25rem
    }
    .img-bg-sec1{
        background-size:auto 75%
    }
    .sec1-titles{
        margin-top:-290px
    }
    .sec1-titles h2{
        font-size:1.5rem
    }
    .sec1-titles h4{
        font-size:1rem
    }
    .sec-1 .items-title h3{
        font-size:1.75rem
    }
    .item-natural-recipe .item-text h3{
        font-size:2rem
    }
    .item-natural-recipe .item-text h3::before{
        top:-2px
    }
    .item-natural-recipe .item-text p{
        font-size:1.5rem;
        letter-spacing:2px
    }
    .g-recaptcha{
        transform:scale(.8)
    }
    .pack-reciclable-logo,.pack-reciclable-text{
        margin:0 15px
    }
    .pack-reciclable-logo::after{
        right:-15px
    }
}
@media screen and (max-width:290px){
    .btn-header a{
        top:55%;
        width:80px;
        height:130px
    }
    .sec-4 .text-content h2{
        font-size:2.5rem
    }
}
*/

@media screen and (max-width:550px){       
    .loader {
        width: 100vw;
        height: 100vh;        
    }
    .img-desktop{
        display: none;
    }
    .img-mobile{
        display: block;
    }
    .vitalfun-nav{
        height: 50px;
    }
    .redes-header a {
        font-size: 1.4em;
    }
    .vitalfun-hero-box {
        margin-top: 50px;
    }
    .vitalfun-claim {
        padding: 30px 0px;
    }
    .vitalfun-claim div {
        width: 90%;
        font-size: 3.5vw;
    }
    .vitalfun-licences .licences-wrapper {
        width: 95%;
    }
    .vitalfun-licences {
        margin: -25px 0px 30px 0px;
    }
    .vitalfun-licences .licence-button.catalog {
        font-size: 18px;
        width: 85%;
    }
    .vitalfun-sec-marvel .spiderweb {
        position: absolute;
        top: -4px;
        left: unset;
        width: 20%;
        transform: unset;
        right: -4px;
    }
    .vitalfun-sec-marvel .spiderweb-right,
    .vitalfun-sec-marvel .spider {
        display: none;
    }
    .vitalfun-sec-marvel, 
    .vitalfun-sec-disney, 
    .vitalfun-sec-star-wars, 
    .vitalfun-sec-contact, 
    .vitalfun-sec-locator, 
    .vitalfun-sec-licences {
        padding: 25px 15px;
    }
    .vitalfun-sec-wrapper {        
        flex-direction: column;
    }

    .vitalfun-sec-wrapper .text .title {
        font-size: 1.2em;
        margin-bottom: 15px;
    }

    .vitalfun-sec-wrapper .text p {
        font-size: 0.8em;
        margin-top: 20px;
    }

    .vitalfun-sec-licences .vitalfun-sec-wrapper {
        flex-direction: unset;
        width: 90%;
    }

    .vitalfun-sec-licences .vitalfun-sec-wrapper img {
        width: 28%;
    }

    .vitalfun-sec-wrapper .text {
        width: 90%;
    }

    .vitalfun-sec-wrapper .video-container {
        width: 100%;
    }

    .vitalfun-sec-marvel {
        background-image: url(../../images/bg_section_marvel_mobile.png);
    }

    .vitalfun-sec-star-wars {
        background-image: url(../../images/bg_section_star_wars_mobile.png);        
    }

    .vitalfun-sec-contact .text.button {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .vitalfun-footer {
        flex-direction: column;
    }

    .vitalfun-footer .logo-footer {
        width: 150px;
        margin-bottom: 10px;
    }    
}