body { 
  text-align: center;
  min-height:100%;
}

.container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: block;
}

header,
.header {
  height: 95px;
  overflow: hidden; /*perque no aparegui scroll; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


.header {
	width: 100%;
}

.header-menu-mobile {
  display: none;
}

.header>div{
	width:100%;
	height: 100%;
	  display: flex;
  flex-direction: row;
    align-items: center;
	}

.header>.header-left{
  justify-content: flex-start;
}

.header>.header-right{
  justify-content: flex-end;
}

.header>.header-left>a,
.header>.header-left>a>img{
  min-width: 180px;
  max-height: 88%;
  display: inline-block;
}

.header>.header-left>a {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
    align-items: center;
}



.header>.header-right>.header-menu {
	  display: inline-block;
  }

.header>.header-right>.header-mobile {
	  display: none;
  }
  
.header>.header-right>.header-menu>ul{
	    display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.header>.header-right>.header-menu>ul>li{
	list-style: none;
  display: inline-block;
}

.header>.header-right>.header-menu>ul>li>a {
  float: left;
  color: #002633;
  text-align: center;
  text-decoration: none;
  font-size: 17px; 
  line-height: 25px;
  border-radius: 4px;
  min-width: 100px;
}

.header img.contact {
  margin: -17;
}


.header>.header-right>.header-menu>ul>li>a.menu:hover {
  /*background-color: rgba(153, 153, 153, 0.25);*/
  color: #ea5b0c;
  font-weight: bold;
  padding: 100% 0px;
}

.header>.header-right>.header-menu>ul>li>a.menu.active {
  color: #ea5b0c;
  font-weight: bold;
  padding: 100% 0px;
}

.header>.header-right>.header-idioma {
	  display: inline-block;
	  padding: 0px 10px;
  }
  
  .header>.header-right>.header-idioma>ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header>.header-right>.header-idioma>ul>li{
	list-style: none;
  display: inline-block;
}

.header>.header-right>.header-idioma>ul>li>a {
  float: left;
  color: #002633;
  text-align: center;
  text-decoration: none;
  font-size: 15px; 
  line-height: 25px;
  border-radius: 4px;
  min-width: 10px;
}

.header>.header-right>.header-idioma>ul>li>a:hover {
  /*background-color: rgba(153, 153, 153, 0.25);*/
  color: #ea5b0c;
  font-weight: bold;
  /*padding: 100% 0px;*/
}

.header>.header-right>.header-idioma>ul>li>a.selected {
  color: #ea5b0c;
  font-weight: bold;
}


 .img-portada{
	 /*max-width: 1100px*/
	 width:100%;
	 /*background-color: #f5aa42;*/
	 margin: 0 auto;
    overflow:hidden;
	content:url("https://mentamandarina.com/img/portada-ella-olsson-1640770.jpg");

 }

  .img-portada-mandarines{
    max-width: 50%;
	margin-top: 10px;
	content:url("https://mentamandarina.com/img/portada_mandarines.png");
  }
  

p.introduction{
	color: #002633;
    font-weight: 400;
	font-size: 17px;
    line-height: 1.4;
	padding: 16px 0px;
    text-align: justify;
}

.resaltar-text{
	/*color: #ea5b0c;*/
	color:#ea5b0c;
	font-weight: 900;
	font-weight: bold;
}

.cursiva-text{
font-style: italic;
}

.resaltar-text-Green{
	color:Green;
	font-weight: 900;
	font-weight: bold;
}

.sectionTitleOrange{

	background-color: #f5aa42;
	padding: 1rem 1.25rem;
	color: white;
	font-size: 45px;
	margin: 20px 0px;
}
.sectionTitleGreen{

	background-color: #72b22c;
	padding: 1rem 1.25rem;
	color: white;
	font-size: 45px;
	margin: 20px 0px;
}

p.sectionTitle-text{
	margin: auto;
	color: white;
	font-size: 17px;
    line-height: 1.4;
	padding: 16px 0px;
    text-align: justify;
	max-width: 1100px;
}

p.sectionTitle-text-cursiva{
  margin: auto;
	color: white;
	font-size: 17px;
    line-height: 1.4;
    padding: 0px 0px 16px 0px;
    text-align: justify;
	max-width: 1100px;
  font-style: italic;
}

p.sectionTitle-text-cursiva>a{
  text-decoration: none;
  /*color:#ea5b0c;*/
  color: white;
  font-weight: bold;
}
p.sectionTitle-text-cursiva>a:hover{
  color:#ea5b0c;
}


.blog-article-title h2{
  font-size:38px;
  margin: auto;
  color: white;
  line-height: 1.4;
  padding: 16px 0px;
  text-align: center;
  max-width: 1100px;
}


img.equipo{
	border-radius: 50%;
}


h2.equipo{
	color: #002633;
}

a.equipo_contact:hover {

  color: #ea5b0c;
  font-weight: bold;
  padding: 100% 0px;
}

a.equipo_contact {
  text-decoration: none;
  color: #002633;
  font-weight: bold;
  padding: 100% 0px;
}

.flex-center{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.eq-member  {
  width: 33.33%;
  padding: 10px 10px 40px 10px;
  min-width:350px;
  display: inline-block;
  overflow:hidden;
}


.eq-content {
      opacity:0;
      position:absolute;
      top:0;
      left:0;
      -webkit-transition: all 400ms ease-out;
      -moz-transition: all 400ms ease-out;
      -o-transition: all 400ms ease-out;
      -ms-transition: all 400ms ease-out;
      transition: all 400ms ease-out;
      text-align:center;
	  height: 100%;
	  width: 100%;
	  background-color:rgba(255, 255, 255,0.9);
      }


  .eq-member .eq-content:hover { opacity:1; }      
  .eq-member .eq-content .text {
  position: absolute;
  text-align: justify;
  height:0;
  opacity:1;
  transition-delay: 0s;
  transition-duration: 0.4s;
  }
  .eq-member .eq-content:hover .text {
  opacity:1;
  transform: translateY(250px);
  -webkit-transform: translateY(5px);
  }
  
  
  /* work*/
  .wk-item  {
  width: 33.33%;
  min-width:350px;
  display: inline-block;
  overflow:hidden;
  min-height: auto;
}

.wk-border {
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 10px;	
  min-height:390px;
}

h2.work{
	color: #002633;
	margin: 10px 10px;
}
p.work {
	color: #002633;
	text-align: justify;
	padding: 0px 10px;
}

/*lists*/


ul.blog-circle {
  color: #002633;
  list-style-type: circle;
  margin-left: 40px;
  text-align: justify;
  font-size: 17px;
}

.blog-list-item:not(:first-child) {
  margin-top: 20px;
}

ul.blog-italic {
  color: #002633;
  list-style-type: none;
  margin-left: 40px;
  text-align: justify;
  font-style: italic;
  text-align: center
}

  /* social*/
  .sc-item  {
    width: 33.33%;
    min-width:350px;
    display: inline-block;
    overflow:hidden;
    min-height: auto;
  }
  
  .sc-border{
    border: 1px solid rgba(0, 0, 0, 0);
    margin: 10px;	
    /*min-height:360px;*/
  }
  

  p.social{
    color: #002633;
    text-align: justify;
    padding: 0px 20px;
  }
  img.social{
    transition: transform .2s; 
  }

  img.social:hover {
    transform: scale(1.025); 
  }

/*Formulari contacte*/

p.contact{
	color: #002633;
    font-weight: 400;
	font-size: 23px;
    line-height: 1.4;
	padding: 10px 0px;
    text-align: center;
}


input[type=text],input[type=email],  select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.check-politica{
	width: 100%;
	 margin-bottom: 16px;
}

.check-politica a {
  color: grey;
  cursor: pointer;
}

input[type=submit] {
  /*background-color: #ea5b0c;*/
  background-color: #72b22c;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
 /* background-color: #f5aa42;*/
 background-color: #45a049;
}

.contact-form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
    margin: 0px 20px;
}



#privacy_policy{
	display:none;
}


/* Clear floats after the eq-member s */
.row:after {
  content: "";
  display: table;
  clear: both;
}

footer,
.footer {
	width: 100%;
	padding: 10px 20px;
}


.footer>.footer-left>p {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
    align-items: left;
	font-size: 12px;
	font-family: "Open Sans",Arial,sans-serif;
	color: #7697A2;
}
.footer>.footer-center>p {
	height: 100%;
	flex-direction: row;
	justify-content: flex-start;
    align-items: center;
	font-size: 12px;
	font-family: "Open Sans",Arial,sans-serif;
	color: black;
}

@media screen and (max-width: 500px) {
	
	.img-portada{
	 width:100%;
	 margin: 0 auto;
    overflow:hidden;
	content:url("https://mentamandarina.com/img/portada-ella-olsson-1640770-mobile.jpg");

 }
	
   .header>.header-left>a, .header>.header-left>a>img {
    min-width: 122px;
    max-height: 94%;
    display: inline-block;
   }
	
  .header>.header-right>.header-menu {
	  display:none;
  }

  .header-menu-mobile {
	  display: inline-block;
    margin-top: -30px;
    margin-bottom: -10px;
  }

  
.header-menu-mobile>ul{
	display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.header-menu-mobile>ul>li{
	list-style: none;
  display: inline-block;
}

.header-menu-mobile>ul>li>a {
  float: left;
  color: #002633;
  text-align: center;
  text-decoration: none;
  font-size: 15px; 
  line-height: 25px;
  border-radius: 4px;
  min-width: 95px;
}


.header-menu-mobile>ul>li>a.menu:hover {
  /*background-color: rgba(153, 153, 153, 0.25);*/
  color: #ea5b0c;
  font-weight: bold;
  /*padding: 100% 0px;*/
}

.header-menu-mobile>ul>li>a.menu.active {
  color: #ea5b0c;
  font-weight: bold;
  /*padding: 100% 0px;*/
}

  .header>.header-right>.header-mobile {
	  display: none;
	  /*display: inline-block;
	  margin: 12px 0px 0px 5px;*/
  }
  
  .header>.header-right>.header-idioma {
	  display: inline-block;
	  padding: 0px 10px;
  }
  
  .header>.header-right>.header-idioma>ul>li>a {
  font-size: 12px; 
   }
   
   .sectionTitle{
	padding: 0.5rem 1.25rem;
	font-size: 35px;

}

/*lists*/
ul.blog-circle {
  color: #002633;
  list-style-type: circle;
  margin-left: 40px;
  text-align: justify;
  font-size: 14px;
  padding: 0px 20px 0px 0px;
}
ul.blog-italic {
  color: #002633;
  list-style-type: none;
  margin-left: 40px;
  text-align: justify;
  font-style: italic;
  text-align: center;
  font-size: 14px;
}

.eq-member-new{
  display: none;
}
  
  img.xarxes{
    max-width: 50px;
  }
  img.equipo{
	border-radius: 50%;
	max-width: 280px;
  }
  img.equipo_new{
    border-radius: 22%;
    max-width: 280px;
    }
  
  .eq-member  {
  min-height:400px;
}
  
  .img-portada{
    max-width: 100%;
  }
  
  .img-portada-mandarines{
    max-width: 50%;
	margin-top: 10px;
	content:url("https://mentamandarina.com/img/portada_mandarines-mobile.png");
  }
  
  .introduction {
    padding: 5px 0px;
}
  
  p.introduction {
	color: #002633;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	padding: 10px 20px;
	text-align: justify;
  }
  
  p.sectionTitle-text{
	margin: auto;
	color: white;
	font-size: 14px;
    line-height: 1.4;
	padding: 16px 0px;
    text-align: justify;
	max-width: 1100px;
}

p.sectionTitle-text-cursiva{
	margin: auto;
	color: white;
	font-size: 14px;
    line-height: 1.4;
    text-align: justify;
	max-width: 1100px;
  font-style: italic;
}


.blog-article-title h2{
  font-size:18px;
  margin: auto;
  color: white;
  line-height: 1.4;
  padding: 5px 0px;
  text-align: center;
  max-width: 1100px;
}
  
  .wk-border {
    border: 1px solid rgba(0, 0, 0, 0);
    margin: 10px;
	min-height: 100px;
  }
  
  p.work {
	color: #002633;
    text-align: justify;
    padding: 0px 10px;
    font-size: 14px;
  }

  p.social {
    font-size: 14px;
  }

  /*.material-icons {
	display: none;
  }*/
  .eq-member .eq-content .text {
	font-size:14px;
	padding: 0px 20px;
  }
  
  p.contact{
	font-size: 14px;
  }
}


