
/*************************
*******Typography******
**************************/

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');*/



html{
  overflow-x: hidden;
  overflow-y: auto;
}

body{

  margin: 0;
  min-width: 320px;
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 16px;
  line-height: 18px;
  color: #000;
    -webkit-animation-name: bg; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
    animation-name: bg; /* Safari 4.0 - 8.0 */
    animation-duration: 60s;
    animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-direction: alternate; /* Safari 4.0 - 8.0 */
    background-color: #ebeceb;
}

#galery, .homepage-galery{
  width: 100%;
  height: 100%;
position: relative;
}

#galery-home, .homepage-galery-home{
  width: 100%;
  height: 100%;
position: relative;
}


h1, h1 a {
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 58px;
  line-height: 70px;
  font-weight: bolder;
  color: #ffffff;
  text-transform: none;
}

h1 a:hover{
  text-decoration: none;
  color: #000;
}


h2 {
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 68px;
  line-height: 70px;
  font-weight: bolder;
  text-align: left;
  color: #000;
  text-transform: none;
  padding: 0;
  margin: 0;
}

h3 {
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: bolder;
}
h4 {
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 18px;
  line-height: 20px;
  font-weight: bolder;
  color: #000000;
  text-transform: none;
  padding: 0;
  margin: 0 0 30px 0;
}


a{
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}


a:hover{
  text-decoration: none;
  color: #000;
}

.logo{
  display: block;
  max-width: 100%;
}


span {
  animation: caret 1s steps(1) infinite;
}

p{
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #000;
  text-transform: none;
  padding: 0;
  margin: 0;
  letter-spacing: 0.3px;
}

strong {
   font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
}

#header{
  top: 0px;
  z-index: 20;
  left: 0px;
  width: 100%;
  position: fixed;
}

#header, #contenedor {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 2.5%;
}

#header{
	padding-top: 1%;
	padding-bottom: 1%;
}

.fondo-blanco{
	background-color: #fff;
}

#header-menu{
  width: 100%;
  height: 10%;
  position: static;
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 1%;
  padding-bottom: 1%;
  }





::placeholder { 
  color: #000;   
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  text-align: left;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  margin-top: 20px;
}

:-ms-input-placeholder {   
  color: #000;   
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  text-align: left;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  margin-top: 20px;
} /* IE 10+ */

::-webkit-input-placeholder {   
  color: #000;   
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  text-align: left;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  margin-top: 20px;
} /* WebKit */

::-moz-placeholder {   
  color: #000;   
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  text-align: left;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  margin-top: 20px; 
} /* Firefox 19+ */

textarea{
  width: 100%;
  border: medium none;
  background: transparent none repeat scroll 0% 0%;
  height: 400px;
  margin-top: 20px;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

.nombre, .apellido, .email{
   color: #000;   
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  text-align: left;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  height: 65px;
  width: 100%;
  border-left: medium none;
  border-right: medium none;
  border-bottom: medium none;
  border-top: 1px solid #000;
  background: transparent none repeat scroll 0% 0%;
  padding-top: 20px; 
}

.fila-1{
  margin-bottom: 90px;
}

.contenedor-enviar{
  height: 60px;
  width: 100%;
  border-left: medium none;
  border-right: medium none;
  border-bottom: medium none;
  border-top: 1px solid #000;
  padding-top: 20px; 
}

.enviar{
  color: #000;   
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  text-align: left;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  border: none;
  background-color: transparent;
}

.contenedor-check{
  float: right;
  margin-top: 10px;
}

.contenedor-check label, .contenedor-check label a{
  color: #000;   
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 18px;
  font-weight: 400;
}


input[type="checkbox"]{
 appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
 border: 1px solid #000;
 width: 18px;
 height: 18px;
 padding: 0;
 margin: 0px 0 0 0;
 position: relative;
 top: 2px;
 left: -3px;
  background: white;
}
 
input[type="checkbox"]:checked{
 background: black;
}
 
input[type="checkbox"]:focus{
 outline: none;
}


.aviso-legal{
  margin-top: 40px;
}

.ocultar{
  display: none;
}


.aviso-legal p{
  color: #000;   
  font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  padding-left: 5px;
}



.contenedor-check .abre-aviso{
  text-decoration: underline;
}

.w100{
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.w100h{
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}



.flechas{
	position: fixed;
	z-index: 20;
	width: 100%;
	top: 50%;
}

.flechas-2{
  position: fixed;
  z-index: 20;
  width: 100%;
  top: 90%;
}

.flecha-izq {
    max-width: 15px;
    width: 100%;
    float: left;
	margin-left: 3%;
}

.flecha-der {
    max-width: 15px;
    width: 100%;
    float: right;
	margin-right: 3%;
}

.flecha-abj {
    max-width: 15px;
    width: 100%;
    float: none;
    margin: auto !important;
}

.w100v{
  width: 100%;
  height: 500px;
  display: block;
  margin: auto;
}

.titol-bienvenido {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 60px;
  font-weight: 400 !important;
  line-height: 100px;
}


.bienvenido {
  padding-top: 60px;
  padding-bottom: 100px;
  /*background: url("../images/fons-inici.jpg");
  background-repeat: no-repeat;
  background-size: cover;*/
  background: #83BC3C;
  min-height: 500px;
  height: auto;
}
.pack0 {
  /*max-width: 600px;*/
  padding: 40px 0px 0px 0px;
  margin: auto;
  text-align: center;
}

.pack1 {
  /*max-width: 500px;*/
  padding: 0px 0px 0px 0px;
  /*margin: auto;
  text-align: center;*/
}
 .link-web {
  float: right;
  font-size: 1rem;
  font-weight: bolder;
  text-align: right;
  color: #fff; 
 }

.pack1 img {
  /*padding-top: 40px;
  /*width: 86%;*/
  position: absolute;
}

.primer-pack {
  position: absolute;
  top: 120px;
  right: 10px;
}

.imgpadding10 {
  padding-bottom:10px;
}

.imgpadding30 {
  padding-bottom:30px;
}

#lomejor{
    padding-top: 0px;
    padding-bottom: 2%;  
    background-color: #ffffff;  
}

.lomejor-cat {
  background: url("../images/fons-gat-gran.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 800px;
}

/*
.lomejor-cat img {
  margin: auto;
  display: block;
}
*/

.content-text{
  margin-top: 55%;
}

.content-text p, .content-text-2 p{
  color: #000;
  font-size: 1.4rem;
  line-height: 1em;
  padding-right: 40px;
  margin-bottom: 30px;
}
.content-text-4 {
  text-align: center;
  margin: auto;
  color: #fff;
  padding: 40px 0px;
  /*max-width: 440px;*/
}

.content-text-4 h3 {
  font-size: 3.3rem;
  font-weight: bolder;
  line-height: 1em;
  padding-bottom: 20px;
  text-align: center;
  margin: auto;
}

.content-text-4 p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1em;  
  text-align: center;
  margin: auto;
  padding: 0px 30px;
  margin-bottom: 30px;
}

.packflotant {
  width: 24%;
  position: absolute;
  bottom: -30px;
  left: 46%;
  
}

.fondo-verd {
  background: #83BC3C;
  /*background: url("../images/pastilla-verda.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;*/
  min-height: 150px;
  margin-top: -20px;
}

#dondecomprar{
    padding-top: 1%;
    padding-bottom: 1%;  
    background-color: #ffffff;  
}

.titol-dondecomprar {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 40px;  
}

.titol-dondecomprar h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1em;
}

.titol-dondecomprar h2 span {
  font-weight: bolder;
 font-size: 3.6rem;
  line-height: 1em; 
}

.titol-dondecomprar img {
  width: 300px;
}
.logos-marcas {
  height: 70px;
  padding-bottom: 20px;
}

.logos-marcas-grid {
  height: 70px;
  padding-left: 20px; padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 34px;
  vertical-align: middle;
}

.content-what-we-do{
    padding-top: 6%;
    padding-bottom: 5%;
}
.content-text-2 {
  text-align: center;
}
.content-text-2 h4 {
  font-size: 1.5rem;
  line-height: 1em;
  margin-bottom: 20px;
}
.content-text-2 h3 {
  font-weight: 400 !important;
}

.siguiente-columna-marcas {
  padding-top: 76px;
}
.contenedor-supers {
  margin-top: 60px;
}

.contenedor-supers .titol-tiendas {
  margin-bottom: 50px;
}

.info-web {
  text-align: center;
  color: #fff;
  padding: 40px 0px;
  font-size: 4.4rem;
  font-weight: bolder;
}

.video {
  padding: 60px 30px 0px 30px;
}

.pack-final {
  text-align: right;
  padding-bottom: 40px;
}
.content-text-3 {
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
}
.content-text-3 p{
  color: #000;
  padding-top: 20px;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 30px;
}

.content-text-3 h3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-text-3 h3 a {
  color: #000;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1em;
  
}

.titol-tiendas {
  max-width: 310px;
  margin: 0 auto;
  background-color: #83BC3C;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 15px;
  margin-top: 20px;
}
.titol-tiendas-llarg {
  max-width: 100%;
  margin: 0 auto;
  background-color: #83BC3C;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 15px;
  margin-top: 20px;
}


.imgarena-blanca {
  width: 300px;
}
.imgarena {
  width: 440px;
}
.imglogo {
  width: 600px;
}

.botthebest {  
  border: 2px solid #ffffff;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-right: 20px;
  padding: 10px 20px;
  min-width: 220px;
}

.botthebest a {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
}

.titol-arena {
  color: #ffffff;
  text-align: center;
  padding-bottom: 10px;
  font-size: 54px;
  line-height: 56px;
}
.titol-arena .semib {
  font-size: 25px;
  font-weight: 600;
  }

.titol-arena-n {
  color: #83bc3c;
  text-align: center;
  padding-top: 10%;
  padding-left: 30%;
  padding-bottom: 10px;
  font-size: 74px;
}

.titol-arena-n .semib {
  font-size: 35px;
  font-weight: 600;
  }



.logo-thebest {
  text-align: center;
  padding: 40px;
}

.logo-thebest img {
  width: 440px;
}


.text-legal {
  padding-top: 30px;
  color: #ffffff;
  font-size: 1rem;
}

.text-legal a {
  padding-top: 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
}

.pack-dondecomprar {
  width: 300px;
  padding-bottom: 20px;
}

.text-ventajas {
  font-weight: 600 !important;
  font-size: 1.4rem;
  padding-top: 16px;
}

#lomejor-ventajas {
  padding-top: 3%;
  padding-bottom: 2%;
  background-color: #ffffff;
}

#politica-privacidad {
    padding-top: 1%;
    padding-bottom: 1%;  
    background-color: #ffffff;  
}

#politica-privacidad h1,#politica-privacidad h2, #politica-privacidad h3, #politica-privacidad p  {
  color: #000;
}

#politica-privacidad p  {
  margin-bottom: 20px;
}
#politica-privacidad h2 {
  font-size: 2.5rem;
  line-height: 1.2em;
  margin-bottom: 20px;
}

#politica-privacidad h3 {
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.titular-politica-privacidad {
  display: flex;
  flex-direction: column;
  padding: 50px 0px 0px 0px;
}

.titular-politica-privacidad img {
  margin: auto;
}

.formulario{
  margin-top: 5%;
}

.politic{
  margin-top: 20%;
  margin-bottom: 20%;
}

.politic-2{
  margin-top: 10%;
}

/* Política de Cookies */

    #overbox3 {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 999999;
        display: block;
    }
    #infobox3 {
        margin: auto;
        position: relative;
        top: 0px;
        height: 58px;
        width: 100%;
        text-align:center;
        background-color: #000 !important;
    }
    #infobox3 p {
        line-height:58px;
        font-size:12px;
        text-align:center;
        color: #fff !important;
    }
    #infobox3 p a {
        margin-right:5px;
        text-decoration: underline;
        color: #fff !important;
    }



#footer{
  width: 100%;
  height: 100%;
  padding-top: 18%;
  padding-bottom: 5%;
  padding-left: 6%;
  padding-right: 6%;
  transition: background-color 1s;
}


.fixed-no{
	position: absolute !important;
	padding-bottom: 2%;
}


/*.privacitat{
	margin-left: 30px;
}*/

.redes-sociales ul{
	padding: 0;
	margin: 0;
	float: right;
	list-style-type: none;
}

.redes-sociales ul li{
	padding: 0;
	margin: 0 0 0 15px;
	display: inline-block;
}



.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0) !important;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    line-height: 20px;
}

.navbar-nav .nav-item{
	margin-right: 20px;
}



.navbar-light .navbar-toggler {
    color: #000 !important;
    border: none !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


.mr-auto, .mx-auto {
    margin-left: auto !important;
   	margin-right: 0% !important;
}



.movil{
	display: none;
}


/* CARROT */


.navbar{
  max-width: 1200px;
  margin: auto;
  padding: 0 !important;
}

.navbar-toggler {
    float: right;
    display: block !important;
    font-size: 24px !important;
    padding: .25rem 0rem !important;
}


.content-strategic{
    padding-top: 7%;
    padding-bottom: 12%;
}

.content-what-we-do{
    padding-top: 1%;
    padding-bottom: 3%;
}

.contenedor-max{
  max-width: 1200px;
  margin: auto;
padding-left: 15px;
padding-right: 15px;
}


@keyframes animate1 {
  from {transform:translate(-100%)}
  to {transform:translate(0%)}
}

@keyframes animate2 {
  from {transform:translate(0%)}
  to {transform:translate(100%)}
}

.max-text{
  font-size: 22px;
line-height: 26px;
}


.informacion{
  height: 600px;
}

.video-slide-footer{
  background-color: #efefef;
}

#myVideo{
  max-width: 1200px;
}



.navbar-nav .nav-item{
  margin-bottom: 2%;
}

.cerrar{
  cursor: pointer;
  float: right;
}


/* RESPONSIVE */


@media only screen and (max-width: 2260px) and (min-width: 1851px) {


}


@media only screen and (max-width: 1850px) and (min-width: 1451px) {


}


@media only screen and (max-width: 1450px) and (min-width: 1051px) {

.content-text {
    margin-top: 35%;
}
 
.pack-dondecomprar {
  width: 320px;
}

}


@media only screen and (max-width: 1050px) and (min-width: 831px) {

.primer-pack {
  width: 64%;
  padding-top: 80px;
  right: 0px;
}

.pack1 img {
  
}

.imgarena {
  width: 320px !important;
}
.imglogo {
  width: 500px !important;;
}
.botthebest {
  width: 200px !important;;
}

.content-text {
    margin-top: 30%;
}

.content-text h3 {
    font-size: 2rem;
    line-height: 1em;
    margin-bottom: 20px;
}
.content-text img {
  width: 240px !important;
}

.content-text-4 h3 {
  font-size: 3rem;
  line-height: 1em;
}
.info-web {
  font-size: 3.8rem;
  padding: 36px 0px;
}
.logo-thebest img {
    width: 340px;
}

.text-ventajas {
  font-size: 1.6rem;
}

  #conten1{
    margin-top: 35px;
  }

  .acordeon {
      float: right;
      width: 100%;
  }


.max-text {
    font-size: 18px;
    line-height: 22px;
}


.content-know-our-team {
    padding-top: 8%;
    padding-bottom: 5%;
}
.pack-dondecomprar {
  width: 300px;
}

.lomejor-cat {
  background: url("../images/fons-gat-gran-p.jpg");
  background-size: cover;
  background-position: center;
  min-height: 600px;
}

	#footer {
	    width: 100%;
	    height: 100%;
	    padding-top: 32%;
	    padding-bottom: 5%;
	    padding-left: 6%;
	    padding-right: 6%;
	    transition: background-color 1s;
	}


	.informacion {
	    height: 450px;
	}

}



@media only screen and (max-width: 830px) and (min-width: 769px) {

.pack1 img {
  
}

.primer-pack {
  width: 68%;
  padding-top: 100px;
  right: 0px;
}

 .pack-dondecomprar {
  width: 280px;
}

.imgarena {
  width: 280px !important;;
}
.imglogo {
  width: 360px !important;;
}
.botthebest {
  width: 200px !important;;
}

.titol-bienvenido {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 60px;
    line-height: 60px;
}

.content-text {
    margin-top: 20%;
}

.content-text h3 {
    font-size: 1.6rem;
    line-height: 1em;
    margin-bottom: 20px;
}
.content-text img {
  width: 200px !important;
}


.content-text-4 h3 {
  font-size: 3rem;
  line-height: 1em;
}
.info-web {
  font-size: 3.6rem;
}
.logo-thebest img {
    width: 340px;
}


.text-ventajas {
  font-size: 1.5rem;
}

.max-text {
    font-size: 18px;
    line-height: 22px;
}

.lomejor-cat {
  background: url("../images/fons-gat-gran-p.jpg");
  background-size: cover;
  background-position: center;
  min-height: 600px;
}



.content-know-our-team {
    padding-top: 8%;
    padding-bottom: 5%;
}

	#footer {
	    width: 100%;
	    height: 100%;
	    padding-top: 39%;
	    padding-bottom: 5%;
	    padding-left: 6%;
	    padding-right: 6%;
	    transition: background-color 1s;
	}

}



@media only screen and (max-width: 768px) {

.pack1 img {
  
}

.primer-pack {
  width: 68%;
  padding-top: 100px;
  right: 0px;
}

.pack-dondecomprar {
  width: 280px;
  padding-bottom: 30px;
}

.imgarena {
  width: 280px !important;
}
.imglogo {
  width: 360px !important;
}
.botthebest {
  width: 140px !important;
  margin-bottom: 10px;
}
.titol-bienvenido {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 60px;
    line-height: 60px;
}

html, body{
  overflow-x: hidden;
  overflow-y: auto;
}


.content-text {
    margin-top: 16%;
}

.content-text h3 {
    font-size: 1.6rem;
    line-height: 1em;
    margin-bottom: 20px;
}
.content-text img {
  width: 200px !important;
}

.fondo-verd {
  margin-top:0px !important;
}

.content-text-4 {
  max-width: unset;
}


.content-text-4 h3 {
  font-size: 2.2rem;
  line-height: 1em;
}
.info-web {
  padding: 40px 0px;
  font-size: 2.8rem;
}
.logo-thebest img {
    width: 280px;
}

.content-text-3 p {
    padding-top: 40px;
}


.lomejor-cat {
  background: url("../images/fons-gat-gran-p.jpg");
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

.titol-arena-n {
  font-size: 64px;
}

.titol-arena-n .semib {
  font-size: 30px;
}

.escritorio{
	display: none;
}

.movil{
	display: block;
}


.content-text {
    position: static;
    bottom: 10px;
    margin-top: 50px;
}

.content-know-our-team {
    padding-top: 8%;
    padding-bottom: 5%;
}


	#footer {
	    width: 100%;
	    height: 100%;
	    padding-top: 45%;
	    padding-bottom: 5%;
	    padding-left: 6%;
	    padding-right: 6%;
	    transition: background-color 1s;
	}


	.informacion {
	    height: 350px;
	}

#footer {
    padding-left: 0%;
    padding-right: 0%;
}


}

@media only screen and (max-width: 600px) {

  html, body{
    overflow-x: hidden;
    overflow-y: auto;
  }
  .primer-pack {
    position: relative;
    width: 100%;
    padding-top: 0px;
    margin-top: -60px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  
  .pack-dondecomprar {
    width: 280px;
    padding-bottom: 30px;
  }
  .pack1 img {
    width: 60%;
    text-align: center;
   }

  .pack0 {
    text-align: center;
    order:1;
  }

.imgarena {
  width: 280px !important;
  text-align: center;
}
.imglogo {
  width: 360px !important;
  text-align: center;
}
.botthebest {
  width: 200px !important;
  text-align: center;
}

.bienvenido {
  padding-bottom: 50px;
}

.titol-bienvenido {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 60px;
    line-height: 60px;
}

.content-text-4 {
  max-width: unset;
}

.content-text-4 h3 {
    font-size: 2rem;
}
.info-web {
  padding: 40px 0px;
  font-size: 3rem;
}
.logo-thebest img {
    width: 280px;
}

.content-text-3 p {
    padding-top: 40px;
}

.lomejor-cat {
  background: url("../images/fons-gat-gran-p.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

.titol-arena-n {
  font-size: 60px;
}

.titol-arena-n .semib {
  font-size: 26px;
}

    #header {
        /*background-color: #fff;*/
        padding-top: 2%;
        padding-bottom: 2%;
    }


    .max-text {
        font-size: 16px;
        line-height: 20px;
    }

	#footer {
	    width: 100%;
	    height: 100%;
	    padding-top: 45%;
	    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
	    transition: background-color 1s;
	}

}


@media only screen and (max-width: 480px) {


.pack1 img {
  text-align: center;
}
.pack0 {
  text-align: center;
}
.pack-dondecomprar {
  width: 260px;
  padding-bottom: 30px;
}

.imgarena {
  width: 280px !important;
  text-align: center;
}
.imglogo {
  width: 360px !important;
  text-align: center;
}
.botthebest {
  width: 220px !important;
  padding-bottom: 10px;
  text-align: center;
}

.imgarena-blanca {
  padding-top: 20px;
}

.titol-bienvenido {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 60px;
    line-height: 60px;
}


.content-text-4 h3 {
  font-size: 2.2rem;
  line-height: 1em;
}
.info-web {
  padding: 0px 0px;
  font-size: 2.5rem;
}
.logo-thebest img {
    width: 240px;
}

.logo-thebest {
  padding: 20px;
}

.content-text-3 {
  text-align: center;
}
.content-text-3 p {
    padding-top: 20px;
}
/*
.content-text-3 img {
  width: 60px;
}*/
.content-text-3 h3 a {
  font-size: 2rem;
}
.content-text-4 p {
  margin-bottom: 0px;
}

.pack-final {
  text-align: center;
  padding-bottom: 20px;
}
.pack-final img {
  width: 60%;
}

.text-ventajas {
  font-size: 1.3rem;
  padding-top: 20px;
}
.video {
  padding: 20px 10px 0px 10px;
}
.video iframe {
  height: 300px;
}

.lomejor-cat {
  background: url("../images/fons-gat-gran-p2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 280px;
}

.titol-arena-n {
  /*display: none;*/
  
  font-size: 26px;
  line-height: 2rem;
  padding-left: 40%;
}

.titol-arena-n .semib {
  font-size: 18px;
  line-height: 1rem;
}

  #conten1{
   	margin-top: 35px;
  }

	#footer {
	    width: 100%;
	    height: 100%;
	    padding-top: 45%;
	    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
	    transition: background-color 1s;
	}

  .cerrar{
    width: 100%;
    height: auto;
    max-width: 26px;
  }

  .img-titulo-dondecomprar {
    width: 300px;
  }

  .fondo-verd {
    margin-top:-10px !important;
  }

  .gat-gran {
    content: url("../images/gat-gran-mbl.png");
  }
  .packflotant {
      width: 34%;
      position: absolute;
      bottom: -10px;
      left: 52%;
  }
}


@media only screen and (max-width: 400px) {
.w100v {
    width: 100% !important;   
    height: auto; 
    display: block;
    margin: auto;
}
.pack1 img {
  width: 60%;
}

.pack1 img {
  text-align: center;
}
.pack0 {
  text-align: center;
}

.pack-dondecomprar {
  width: 240px;
  padding-bottom: 30px;
}
.bienvenido {
  padding-top: 40px;
  padding-bottom: 60px;
}

.imgarena {
  width: 240px !important;
  text-align: center;
}
.imglogo {
  width: 300px !important;
  text-align: center;
}
.botthebest {
  width: 220px !important;
  padding-bottom: 10px;
  text-align: center;
}

.imgarena-blanca {
  padding-top: 20px;
}
.titol-bienvenido {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
}

.content-text-4 {
  padding: 20px;
}

.text-ventajas {
  font-size: 1.1rem;
  padding-top: 10px;
}

.lomejor-cat {
  background: url("../images/fons-gat-gran-p2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 280px;
}
	#footer {
	    width: 100%;
	    height: 100%;
	    padding-top: 45%;
	    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
	    transition: background-color 1s;
	}


	.informacion {
	    height: 200px;
	}

}

@media only screen and (max-width: 350px) {


.w100v {
    width: 100% !important;
    height: auto;
    display: block;
    margin: auto;
}

.pack1 img {
  width: 60%;
}

.pack1 img {
  text-align: center;
}
.pack0 {
  text-align: center;
}
.pack-dondecomprar {
  width: 240px;
  padding-bottom: 30px;
}


.imgarena {
  width: 240px !important;
  text-align: center;
}
.imglogo {
  width: 300px !important;
  text-align: center;
}
.botthebest {
  width: 220px !important;
  padding-bottom: 10px;
  text-align: center;
}

.imgarena-blanca {
  padding-top: 20px;
}
.titol-bienvenido {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
}
.lomejor-cat {
  background: url("../images/fons-gat-gran-p2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 280px;
}

}
