/* Mash.com.es | CARE
-------------------------------------------------------------- */

/* Fuentes
-------------------------------------------------------------- */
/*@font-face {
  font-family: 'anodina-regular';
  src: url('fonts/anodina-regular-webfont.woff2') format('woff2'),
  url('fonts/anodina-regular-webfont.woff') format('woff')
}

@font-face {
  font-family: 'anodina-light';
  src: url('anodina-extralight-webfont.woff2') format('woff2'),
  url('anodina-extralight-webfont.woff') format('woff')
}

@font-face {
  font-family: 'anodina-bold';
  src: url('anodina-bold-webfont.woff2') format('woff2'),
  url('anodina-bold-webfont.woff') format('woff')
}*/

.mash-sop {
  font-family: 'Exo', sans-serif;
  font-weight: normal;
  margin-top: -1px;
  background: url(../img/s00-bk.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}

/* Animaciones y Efectos
-------------------------------------------------------------- */
.trans {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Áreas y Tamaños
-------------------------------------------------------------- */
.w100 {
  width: 100%;
}

.contenedor-sm {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.contenedor-lg {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media only screen
and (max-width: 1200px) {
  .contenedor-lg {
    padding: 0 15px;
  }
}

.fs--22 {
  font-size: 16px;
}

.fs--26 {
  font-size: 26px;
}

.bgwhite {
  /*background-color: #fff!important;*/
  /* margin-top: -1px;
  background: url(../img/s00-bk.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat; */
}

body {
  height: auto!important;
}

/* Posición
-------------------------------------------------------------- */
.df-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.df-s {
  display: flex;
  justify-content: start;
  align-items: center;
}

.df-e {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.df-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.df-se {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.p0 {
  padding: 0;
}

.pt40 {
  padding-top: 40px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb100 {
  padding-bottom: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mtvh {
  margin-top: -20vh;
}

/* Color
-------------------------------------------------------------- */
.c--w {
  color: #fff;
}

.c--b {
  color: #5B6770;
}

.c--aq {
  color: #00B09B
}

.bg--w {
  background-color: #fff;
}

.bg--b {
  background-color: #074877;
}

.bg--gr {
  background-color: #004C24;
}

.bg--grl {
  background-color: #B1CE97;
}

.bg--aq {
  background-color: #00B09B
}

.hr--b {
  border-color: #074877;
  border-width: 5px;
}

.c--gr {
  color: #004C24;
}

/* S01
-------------------------------------------------------------- */
.s01 .claim {
  margin-top: -200px;
}

.s01 h2 {
  font-size: 90px;
  margin: 0;
}

.s01 h2 span {
  font-size: 50px;
}

.s01 .sub-titulo {
  font-size: 30px;
  margin: 0;
}

.s01 #video-viewport { 
  /*position: fixed;*/
  top: -74%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -100;
  background-color: black;
}

.s01 video { 
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  margin: auto;
  width: 50%!important;
  min-width: 50%;
  min-height: 50%; 
  background-color: #fff;
}

.s01.fullsize-video-bg.v-mobile {
  display: none;
  height: 0!important;
}

@media only screen and (max-width: 478px) {
  .s01.fullsize-video-bg.v-desktop { 
    display: none;
    height: 0!important;
  }

  .s01.fullsize-video-bg.v-mobile video {
    width: 100%!important;
    top: -10px;
  }

  .s01.fullsize-video-bg.v-mobile { 
    display: block;
    height: 100vh!important;
  }
}

.s01.fullsize-video-bg { 
  height: 39vh; 
  overflow: hidden; 
}

.s01 img {
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: -1px;
}

/* S02
-------------------------------------------------------------- */
.s02 {
  position: relative;
  padding-bottom: 40px;
}

.s02 .img02 {
  position: absolute;
  top: -40px;
  width: 230px;
  right: 0;
}

.s02 .img01 img {
  width: 100%;
  max-width: 610px;
  margin-top: 30px;
  margin-left: 40px;
}

@media only screen
and (min-width: 768px) {
  .s02 .img01 {
    margin-top: 50px;
  }
}

/* S03
-------------------------------------------------------------- */
.s03 img {
  width: 550px;
}

.s03.img01 {
  padding-bottom: 40px;
}

.s03.separador {
  position: relative;
}

.s03 p {
  padding: 20px 80px;
}

@media only screen
and (max-width: 768px) {
  .s03 p {
    padding: 20px 15px;
  }
}

.s03.separador hr {
  z-index: 1;
  position: absolute;
  top: 50px;
  width: 100%;
}

.s03.img01 {
  position: relative;
  padding-bottom: 160px;
}

.s03.img01 img {
  z-index: 1;
  position: absolute;
  top: 10px;
  width: 450px;
}

@media only screen
and (max-width: 460px) {
  .s03.img01 img {
    top: 30px;
    width: 280px;
  }
}

/* S04
-------------------------------------------------------------- */
.s04 {
  /*background: url(../img/s04-bk-01-eco.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;*/
}
.s04 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.s04 .emblema {
  position: relative;
}

.s04 .emblema .icono {
  width: 120px;
}

.s04 .emblema .sub-titulo strong {
  padding-bottom: 10px;
  display: block;
}

.s04 .vuelta {
  width: 180px;
}

@media only screen
and (max-width: 1024px) {
  .s04 .icono {
    left: 28%;
    width: 160px;
  }  
}

@media only screen
and (max-width: 650px) {
  .s04 .icono {
      left: 24%;
      width: 160px;
  }
}

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

  .s04 .vuelta {
    width: 110px;
  }

  .s04 .icono {
    left: 38%;
    width: 100px;
  }

}

@media only screen
and (max-width: 480px) {
  /*.s04 .icono {
      left: 17%;
      width: 130px;
  }*/
}

@media only screen
and (max-width: 360px) {
  .s04 .icono {
    top: -2px;
    left: 22%;
    width: 100px;
  }
}

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

  .s04 .vuelta {
      width: 100px;
  }

  .s04 .icono {
    top: 7px;
    left: 25%;
    width: 80px;
  }
}

.s04 .emblema>p {
  max-width: 330px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  margin-top: 40px;
  min-height: 200px;
}

.s04 p.bg--w {
  padding: 8px 0;
}

.s04 .sub-titulo {
  max-width: 240px;
  font-size: 16px;
}

.vuelta {
  -webkit-animation: vuelta 4s linear infinite;
  -moz-animation: vuelta 4s linear infinite;
  -ms-animation: vuelta 4s linear infinite;
  -o-animation: vuelta 4s linear infinite;
  animation: vuelta 4s linear infinite;
}

@-webkit-keyframes vuelta {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes vuelta {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* S05
-------------------------------------------------------------- */
/*.s05 {
  background: url(../img/s05-bk-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}*/

.s05 {
  padding-bottom: 40px;
}

.s05 .info {
  font-size: 17px;
  width: 350px;
  padding: 0 20px;
  margin-right: 60px;
}

.s05 p {
  padding: 80px 0 40px 0px;
  font-size: 19px;
}

.s05 .certificaciones img:nth-child(1) {
  width: 240px;
  margin-right: 60px;
}

.s05 .certificaciones div:nth-child(2) {
  width: 100px;
}

.s05 .certificaciones img:nth-child(3) {
  width: 200px;
  padding-right: 20px;
  margin-right: 60px;
}

.s05 .certificaciones img:nth-child(4) {
  width: 160px;
  margin-right: 60px;
}

.s05 .certificaciones {
  padding: 0px 0 80px 0px;
}

.s05 .subtitulo {
  font-size: 30px;
  letter-spacing: 4px;
}

.s05 .bg--b {
  opacity: .85!important;
  font-size: 6em;
}

.s05 h2 {
  font-size: 12em;
  letter-spacing: 4px;  
  font-weight: 400;
} 

.s05 .faja p {
  font-size: 4em;
  padding: 12px 0 0px 0px;
}

/* S06
-------------------------------------------------------------- */
.s06 {
  position: relative;
}

.s06 p {
  position: absolute;
  top: 10px;
  text-align: center;
  width: 100%;    
  font-size: 19px;
  margin-bottom: 30px;
}

.s06 .fondo {
  margin-top: -40px;
  padding: 0!important;
  width: 100%;
}

.s06 .logotipo {
  position: absolute;
  top: 0;
  left: 160px;
  width: 13%;
}

/* S07
-------------------------------------------------------------- */
.s07 p {
  font-size: 18px;
}

.s07 h3 {
  font-size: 24px;
  letter-spacing: 9px;
  line-height: 1.5em;
  font-weight: 600;
}

.s07 .sub-titulo {
  font-size: 36px;
}

.s07 h3:before {
  content: "";
  position: absolute;
  left: -120px;
  width: 120px;
  top: 40px;
  background-color: #00B09B;
  height: 3px;
}

.s07 .logo {
  width: 80px;
}

.s07 .img01 {
  margin-top: 30px;
}

@media only screen
and (min-width: 768px) {
  .c-producto {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.s07 .button-toggle {
  cursor: pointer;
}

/* Sub-footer
-------------------------------------------------------------- */
.sub-footer {
  background: url(../img/sub-footer-bk-00.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 450px;
  margin-bottom: -50px;
  position: relative;
  padding-top: 60px;
}

.sub-footer .img01 {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}

.sub-footer .img02 {
  width: 100%;
  max-width: 800px;
}

.sub-footer .img04 {
  width: 250px;
}

.sub-footer img {
  width: 840px;
}

.sub-footer .claim {
  margin: 30px auto 0;  
  max-width: 580px;
}

/* Media
-------------------------------------------------------------- 
-------------------------------------------------------------- */
@media only screen
and (max-width: 1366px) {
  .s07 .descripcion {
    padding-left: 50px;
  }

  .s07 h3:before {
    left: -60px;
  }

  .s01 img {
    bottom: 70px;
  }

  .s05 {
    background-size: contain;
  }

  .s06 {
    padding-bottom: 40px;
  }

}

@media only screen and (max-width: 1800px) {
  .s01.fullsize-video-bg {
    height: 24.6vw!important;
  }
  .s01 #video-viewport {
    top: -69%;
  }
}

@media only screen
and (max-width: 1200px) {
  .s01 img {
      bottom: 160px;
  }
}


@media only screen
and (max-width: 1130px) {
  .s01 img {
      bottom: 190px;
  }

  .s02 {
    margin-top: 0px;
  }

  .s05 h2 {
    font-size: 5em;
    letter-spacing: 4px;
  } 
}

@media only screen
and (max-width: 1024px) {
  .s01 img {
    bottom: 266px;
  }

  .s02 .img02 {
    margin: 0;
    text-align: center;
    width: 190px;
    position: relative;
    top: 0;
    left: 21%;
    right: auto;
  }

  .s02 .img02 img {
    width: 300px;
  }

  .s01 #video-viewport { 
    top: -75%;
  }

  .s01.fullsize-video-bg { 
    height: 60vh; 
  }

  .mtvh {
    margin-top: -30vh;
  }
}

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

  .s01 img {
    display: none;
  }

  .s07 .img01,
  .s07 .img02 {
    margin-top: 120px;
  }

  .mtvh {
    margin-top: -25vh;
  }

}

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

  .s05 .df-c {
    display: block;
    margin: 0 auto;
    width: 320px;
    text-align: center;
  }

  .s05 .df-c img:nth-child(1) {
    padding-bottom: 20px;
    margin: 0;
  }

  .s05 .certificaciones img:nth-child(3) {
    margin-right: 0px;
  }

  .s06 .emblema {
    position: absolute;
    width: 40px;
    top: 120px;
    right: 30px;
  }

  .s07 .img01,
  .s07 .img02 {
    margin-top: 0px;
  }

  .s01.fullsize-video-bg { 
    height: 50vh; 
  }

  .s05 .faja p {
    font-size: 3em;
  }

  .sub-footer {
    height: 390px;
  }

}

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

  .s06 .fondo {
    margin-top: 40px;
  }

  .s06 {
    /*padding-bottom: 110px;*/
  }

  .s06 .logotipo {
    top: auto;
    width: 30%;
    bottom: 10px;
    left: 32%;
  }



}

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

  .s04 p.bg--w {
    min-height: 72px;
  } 

  .s04 img {
    width: 110px;
  }

  /*.s06 img {
    width: 100px;
    top: 170px;
    right: 40px;
  }*/

  .s07 .descripcion {
    padding-left: 15px;
  }

  .s07 h3 {
    font-size: 20px;
    letter-spacing: 12px;
  }

  .s07 h3:before {
    display: none;
  }

  .s07 .sub-titulo {
    font-size: 20px;
  }

  .s07 p {
    font-size: 16px;
  }

}

@media only screen
and (max-width: 1024px) 
and (orientation: portrait) {

  .s01 img {
    display: none;
  }
}

@media only screen
and (max-width: 860px) {
  .sub-footer img {
    width: 100%;
  }
}

@media only screen
and (max-width: 478px) {
  .s02 .img02 {
    top: 70px;
  }  
  .s02 .img01 img {
    margin-top: 90px;
    margin-left: 0;
  }
  .s05 .faja p {
    font-size: 2.1em;
  }
}

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

  .fs--26 {
    font-size: 18px;
  }

  .s02 .img02 img {
    width: 150px;
  }

  .s03.separador {
    margin-top: 0px;
  }

  .s03 img {
      width: 280px;
  }

  .s06 img {
    top: 80px;
  }
}

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

  .s06 {
    /*padding-bottom: 150px;*/
  }

  .img-top-100{
    margin-top: 70px;
  }

}

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

  .s05 .df-c {
    width: 100%;
  }

  .s05 .subtitulo {
    font-size: 16px;
  }

  .s05 img:nth-child(3) {
    padding-right: 0px;
  }

  .s05 .info {
    font-size: 14px;
    width: 100%;
    padding: 0 20px;
  }

  .mtvh {
    margin-top: -31vh;
  }

}

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

  .s02 .img02 img {
    width: 180px;
  }
  
  .s05 img:nth-child(3) {
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .s07 h3 {
    font-size: 30px;
    letter-spacing: 10px;
  }

  .mtvh {
    margin-top: -31vh;
  }

}

/*menu descargar catalogo*/

#menu .container-header--new {
  font-size: 16px;
  width: 100%;
  max-width: 1200px;
}
#menu #navbar ul.navbar-nav > li > a img.descargar-catalogo {
  margin-right: 3px;
}
@media (max-width: 1200px) {
  #menu .container-header--new {
    width: 100%;
    font-size: 13px;
    max-width: 1200px;
  }
}
@media (max-width: 1023px) {
  #menu .container-header--new {
    font-size: 11px;
  }
}
@media (max-width: 800px) {
  #menu .container-header--new {
    font-size: 10px;
  }
}