/*--Hamburguer Menu--*/
.buttonMenu {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: relative;
}
.buttonMenu:active {
  transform: scale(0.9);
}
.buttonMenu:active,
.buttonMenu:focus {
  outline: none;
}
.buttonMenu__hamburguer {
  width: 25px;
  height: 25px;
}
.buttonMenu__hamburguer,
.buttonMenu__hamburguer__bar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.buttonMenu__hamburguer__bar {
  width: 25px;
  height: 3px;
  background: #FFF;
  outline: 1px solid transparent;
}
.buttonMenu__hamburguer__bar--1 {
  transform: rotate(0) translate3d(0, -10px, 0);
}
.buttonMenu__hamburguer__bar--3 {
  transform: rotate(0) translate3d(0, 10px, 0);
}
.open .buttonMenu__hamburguer {
  transform: rotate(180deg);
}
.open .buttonMenu__hamburguer__bar--1 {
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.open .buttonMenu__hamburguer__bar--2 {
  opacity: 0;
}
.open .buttonMenu__hamburguer__bar--3 {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
/*--Fin Hamburguer Menu--*/

/*--Responsive Video Iframe--*/
.videoContainer {
	position: relative;
	padding-bottom: 51.8%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
	.videoContainer iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

  .tabs__content__pane .video{
    width: 40%;
    float: left;
    margin: 0 15px 15px 0;
  }
/*--Fin Responsive Video Iframe--*/

/*--Botón Mostrar filtro--*/
.showFilter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #80BC00;
  color: #FFF;
  padding: 0 0 0 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
}
  .showFilter__icon {
    background: rgba(255,255,255,.2);
    padding: 15px;
    font-size: 1.25rem;
    width: 50px;
  }

.showFilter + .filter {
  transition: none;
}
/*--Fin Botón Mostrar filtro--*/


@media (min-width: 1280.01px) {
  .principalCarousel__item {
    min-height: 535px;
  }
  .principalCarousel__item__titleContainer {
    margin-top: 310px;
  }

  .infoWindowMap {
      width: 25%;
  }
  
}

@media (min-width: 991.99px) and (max-width: 1280px) {
  .productCategories__nav {
    transform: none;
    margin-bottom: 60px;
  }
  .principalCarousel__item__titleContainer {
    margin-top: 250px;
  }
}

@media (min-width: 1170px) and (max-width: 1280px) {
  .principalCarousel__item {
    min-height: 450px;
  }

  .productCategories__nav {
    transform: translateY(-50%);
    margin-bottom: 0;
  }
}

@media (max-width: 1280px) {
  .principalCarousel,
  .cover {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }

  .principalCarousel__item__title__secondary,
  .cover__title__featured{
    font-size: 1.5rem;
  }

  .principalCarousel__item__title__featured,
  .cover__title__secondary{
    font-size: 2rem;
  }

  .principalCarousel::before,
  .cover::before{
    height: 170px;
  }

  .principalCarousel {
    min-height: 400px;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1199.99px) {
  .header__top {
    padding: 0;
  }

  .header__bottom__mainMenu__firstLevel {
    margin-left: 10px;
  }
    .header__bottom__mainMenu__firstLevel__link {
      font-size: 1.15rem;
    }

  .principalCarousel__item__titleContainer {
    margin-top: 250px;
  }

  .carouselCenter .owl-nav {
    right: 5px;
    left: 5px;
  }

  .carouselCenter .owl-prev,
  .carouselCenter .owl-next {
    width: 30px;
    height: 30px;
  }

  .offsetBackground::after,
  .offsetBackground--reverse::after {
    border-radius: 0;
  }

  .offsetBackground::before,
  .offsetBackground--reverse::before,
  .offsetBackground::after,
  .offsetBackground--reverse::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #EBEBEC;
  }
  .offsetBackground::before,
  .offsetBackground--reverse::before, {
    right: auto;
    left: 100%;
  }

  .offsetBackground::after,
  .offsetBackground--reverse::after {
    right: 100%;
    left: auto;
  }

  .offsetBackground__img,
  .offsetBackground__video,
  .offsetBackground__icon,
  .offsetBackground__iframe {
    margin-top: 0;
    margin-bottom: 0;
  }

  .productCategories__nav__link {
    padding: 15px;
  }
  .productCategories__nav__link:last-child {
    border: none
  }

  .footer__top__footerMenu__firstLevel.trabajaConNosotros {
    margin-top: -90px;
  }

  .tabs__nav__link {
    font-size: 1.15rem;
    padding: 5px 8px;
  }

  .infoWindowMap {
    width: 35%;
  }

  .sqmInTheWorld--innerPage {
    margin-top: -30px;
  }
}


/*Large devices (desktops, 992px and up)*/
@media (max-width: 991.99px) {

  h1, .h1 {
    font-size: 2.15rem;
  }

  h2, .h2 {
    font-size: 1.95rem;
  }

  /*--PADDING--*/
  .padding {
    padding: 20px;
  }
  .paddingX {
    padding-left: 20px;
    padding-right: 20px;
  }
  .paddingY {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .paddingTop {
    padding-top: 20px;
  }
  .paddingRight{
    padding-right: 20px;
  }
  .paddingBottom {
    padding-bottom: 20px;
  }
  .paddingLeft {
    padding-left: 20px;
  }

  .padding--lg {
    padding: 40px;
  }
  .paddingX--lg {
    padding-left: 40px;
    padding-right: 40px;
  }
  .paddingY--lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .paddingTop--lg {
    padding-top: 40px;
  }
  .paddingRight--lg {
    padding-right: 40px;
  }
  .paddingBottom--lg {
    padding-bottom: 40px;
  }
  .paddingLeft--lg {
    padding-left: 40px;
  }

  /*--MARGIN--*/
  .margin {
    margin: 20px;
  }
  .marginX {
    margin-left: 20px;
    margin-right: 20px;
  }
  .marginY {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .marginTop {
    margin-top: 20px;
  }
  .marginRight{
    margin-right: 20px;
  }
  .marginBottom {
    margin-bottom: 20px;
  }
  .marginLeft {
    margin-left: 20px;
  }

  .margin--lg {
    margin: 40px;
  }
  .marginX--lg {
    margin-left: 40px;
    margin-right: 40px;
  }
  .marginY--lg {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .marginTop--lg {
    margin-top: 40px;
  }
  .marginRight--lg {
    margin-right: 40px;
  }
  .marginBottom--lg {
    margin-bottom: 40px;
  }
  .marginLeft--lg {
    margin-left: 40px;
  }
  /*--FIN HELPERS--*/

  .header__bottom__mainMenu__firstLevel__subMenu a {
    padding: 8px 15px;
  }

  .tabs__nav__responsive {
    background: #FFF;
  }
    .tabs__nav__responsive > .tabs__nav__link {
      display: none;
      width: 12%;
      margin: 0;
      max-width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      text-align: center;
      vertical-align: top;
      padding: 10px 5px;
    }
    .tabs__nav__responsive > .tabs__nav__link.active {
      width: 76%;
      border-bottom: none;
      margin-bottom: -1px !important;
      font-size: 120%;
    }
    .tabs__nav__responsive > .tabs__nav__link.active:first-child {
      margin-left: 12%;
    }
    .tabs__nav__responsive > .tabs__nav__link.active,
    .tabs__nav__responsive > .tabs__nav__link.prev,
    .tabs__nav__responsive > .tabs__nav__link.next {
      display: block;
      margin: 0;
    }

    .tabs__nav__responsive > .tabs__nav__link,
    .tabs__nav__responsive > .tabs__nav__link.next,
    .tabs__nav__responsive > .tabs__nav__link.prev,
    .tabs__nav__responsive > .tabs__nav__link.next:after,
    .tabs__nav__responsive > .tabs__nav__link.prev:after,
    .tabs__nav__link.active::after,
    .tabs__nav__link.active::before {
      -webkit-transition: none;
      transition: none;
    }
      .tabs__nav__responsive > .tabs__nav__link.next > .text,
      .tabs__nav__responsive > .tabs__nav__link.prev > .text {
        display: none;
      }
    .tabs__nav__responsive > .tabs__nav__link.next:after,
    .tabs__nav__responsive > .tabs__nav__link.prev:after{
      position: relative;
      top: 1px;
      font-family: "Ionicons";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .tabs__nav__responsive > .tabs__nav__link.prev:after {
      content: "\f3d2";
    }
    .tabs__nav__responsive > .tabs__nav__link.next:after {
      content: "\f3d1";
    }


  .header__bottom__mainMenu__firstLevel {
    margin-left: 0;
  }

  .header__bottom {
    background: -moz-linear-gradient(top, rgba(0,59,124,1) 0%, rgba(0,59,124,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,59,124,1) 0%,rgba(0,59,124,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,59,124,1) 0%,rgba(0,59,124,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b7c', endColorstr='#00003b7c',GradientType=0 ); /* IE6-9 */
  }

  .header__bottom__mainMenu__firstLevel__link,
  .footer__top__footerMenu__firstLevel__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header__bottom__mainMenu__firstLevel__link__icon,
  .footer__top__footerMenu__firstLevel__link__icon {
    float: right;
    background: #80BC00;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #FFF;
    align-items: center;
    justify-content: center;
  }
  .header__bottom__mainMenu__firstLevel__subMenu,
  .footer__top__footerMenu__firstLevel__subMenu {
    transition: none;
  }
  .header__bottom__mainMenu__firstLevel__subMenu {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    min-width: auto;
    padding: 5px 0;
    border-radius: 0;
  }
  .header__bottom__mainMenu__firstLevel__subMenu::before {
    content: none;
  }

  .header__bottom__mainMenu {
    position: absolute;
    left: 100%;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 4;
    background: rgba(0, 59, 124, .9)
  }
  .header__bottom__mainMenu.open {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

    .header__bottom__mainMenu__container {
      height: 100%;
    }
      .header__bottom__mainMenu__firstLevel {
        margin-left: 0;
        padding-bottom: 0;
      }

      .header__bottom__mainMenu__firstLevel__link {
        padding: 15px;
        font-size: 1.25rem;
        border-bottom: 1px solid rgba(255,255,255,.5)
      }
  .footer {
    margin-top: 0;
    padding-top: 0;
  }
    .footer__top__footerMenu__firstLevel + .footer__top__footerMenu__firstLevel {
      margin-top: 15px;
    }

    .footer__top__footerMenu__firstLevel.trabajaConNosotros,
    .footer__top__footerMenu__firstLevel.SQMEnElMundo {
      margin-top: 15px;
    }
      .footer__top__footerMenu__firstLevel.trabajaConNosotros .footer__top__footerMenu__firstLevel__link,
      .footer__top__footerMenu__firstLevel.SQMEnElMundo .footer__top__footerMenu__firstLevel__link {
        width: 100%;
      }

    .footer__top__footerMenu__firstLevel__subMenu {
      display: none;
    }

    .footer__bottom__form {
      margin-bottom: 30px;
    }
      .footer__bottom__form__excerpt {
        text-align: center;
      }

      .footer__top__footerMenu__firstLevel {
        border-bottom: 1px solid rgba(255,255,255,.5);
      }
      .footer__top__footerMenu__firstLevel__icon {
        display: block;
      }
      .footer__top__footerMenu__firstLevel:last-child{
        border-bottom: none;
      }

  .cover--offsetBottom .cover__textContainer {
    padding-bottom: 0;
  }

  .navInnerPageContainer {
    transform: none;
    padding-top: 15px;
    margin-bottom: 30px;
  }

  .navInnerPage__link {
    background: #EBEBEB;
  }

  .navInnerPage__link.active {
    border: 1px solid #ebebeb;
    border-bottom: none;
  }

  .productCategories__nav,
  .offsetTop {
    transform: none;
    margin-bottom: 30px;
  }

  .sqmInNumbers__carousel__item.active {
    transform: scale(0.85);
  }
  .sqmInNumbers__carousel__item__title {
    font-size: 2.5rem;
  }
  .sqmInNumbers__carousel__item__excerpt {
    font-size: 1.25rem;
  }

  .sustainability__icon,
  .offsetBackground__icon {
    width: 200px;
    height: 200px;
  }

  .offsetBackground__icon .icon {
    max-width: 120px;
  }

  .card--background {
    margin-bottom: 30px;
  }
    .card--horizontal .card__imgContainer {
      width: 25%;
    }
    .card--horizontal .card__text {
      width: 75%;
    }

  .sqmInTheWorld {
    padding: 30px 0;
    margin-bottom: 0;
  }
    .sqmInTheWorld__map {
  		margin-top: 30px;
  		margin-bottom: 30px;
  	}

  .card--background .card__excerpt {
    display: block;
  }
  .card--background .card__title {
    font-size: 1.25rem;
  }

  .card--background .card__text,
  .card--background .card__titleContainer {
    margin-left: 10%;
  }

  .card--horizontal .card__imgContainer {
    width: 40%;
  }
  .card--horizontal .card__text {
    width: 60%;
  }

  .lineTime__anchors__link,
  .lineTime__section__list__item__marker,
  .lineTime__section--start .lineTime__section__list__item__marker ,
  .lineTime__section__list__item--featured .lineTime__section__list__item__marker{
    width: 50px;
    height: 50px;
    font-size: 0.6rem;
  }

  .linkList__item {
    width: 33.3%;
  }

  .showFilter + .filter {
    display: none;
    margin-bottom: 15px;
  }

  .showFilter + .filter > .filter__title {
    display: none;
  }

  .relatedNews__item:nth-of-type(3) {
    display: none;
  }

  .infoWindowMap {
    position: relative;
    width: 100%;
    border-radius: 0;
    top: 0;
    right: 0;
    left: 0;
  }
  .infoWindowMap__title {
    margin-bottom: 15px;
  }
  .infoWindowMap__listContact__item {
    margin-bottom: 10px;
  }

  .sqmInTheWorld--innerPage {
    padding-bottom: 0;
  }

  #map {
    height: 400px;
  }

  .fancybox-container,
  .fancybox-inner {
    overflow: auto;
  }

  .fancybox-stage, .fancybox-caption-wrap {
    float: none;
    width: 100%;
    height: auto;
  }
  .fancybox-stage{
    height: 70%;
  }
  .fancybox-caption-wrap {
    align-items: flex-start;
    min-height: 30%;
  }

  .modal-content {
    min-width: 90%;
  }

  .lineTime__section__list__item__text {
    font-size: 1rem;
  }

}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 767.98px) {

  h1, .h1 {
    font-size: 2rem;
  }

  h2, .h2 {
    font-size: 1.75rem;
  }

  .cover {
    min-height: 200px;
  }

  .cover__title__featured {
    font-size: 1.50rem;
  }
  .cover__title__secondary,
  .cover__title__featured--only {
    font-size: 1.850rem;
  }

  .offsetBackground--none.offsetBackground {
    padding: 15px 0;
    margin-left: 0;
    margin-right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .offsetBackground--none.offsetBackground::after,
  .offsetBackground--none.offsetBackground::before,
  .offsetBackground--none.offsetBackground--reverse::after,
  .offsetBackground--none.offsetBackground--reverse::before  {
    content: none;
  }

  .offsetBackground__img,
  .offsetBackground__video,
  .offsetBackground__icon,
  .offsetBackground__iframe {
    margin-top: 15px;
  }

  .navInnerPageContainer {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
    .navInnerPage {
      overflow-y: hidden;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }
      .navInnerPage__link {
        display: inline-block;
        text-align: -webkit-match-parent;
        min-height: auto;
        width: auto;
      }

  .carouselCenter .owl-item .item {
    margin-left: 0;
    margin-right: 0;
  }

  .tabs__nav__link {
    font-size: 1.250rem;
  }

  .header__bottom__logo {
    max-width: 170px;
  }

  .header__top__nav__link__icon,
  .footer__top__nav__link__icon {
    margin-right: 0;
  }

  .header__top__nav__link__text,
  .footer__top__nav__link__text {
    display: none;
  }

  .footer__top__logo {
    max-width: 120px;
  }

  .footer__top__rrss {
    margin: 0;
  }

  .footer__top__rrss,
  .footer__top__nav__link,
  .footer__top__rrss__link {
    font-size: 1.5rem;
  }

  .footer__top__nav__link,
  .footer__top__rrss__link {
    margin-left: 10px;
  }

  .principalCarousel__item__titleContainer {
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
    .principalCarousel__item__title {
      background: rgba(128, 188, 0, .7);
      padding: 15px;
    }
      .principalCarousel__item__title__featured,
      .principalCarousel__item__title__secondary {
        padding: 0;
        float: none;
        background: transparent;
        font-size: 1.75rem;
        margin: 0;
      }

    .productCategories__nav__link {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #FFF;
      text-align: left;
      display: flex;
      align-items: center;
      padding: 0;
    }
      .productCategories__nav__link__icon {
        max-width: 30px;
        text-align: center;
        margin: 15px 15px 15px 0;
      }


  .offsetBackground__icon {
    width: 100px;
    height: 100px;
    margin-top: 0;
    margin-bottom: 15px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
    .offsetBackground__icon .icon {
      max-width: 60px;
    }

  .sustainability,
  .productCategory {
    text-align: center;
  }

  .listColumns__item__title {
    min-height: 25px;
  }

  .lineTime__section::before {
    transform: none;
    left: 38px;
  }

  .lineTime__section__title {
    font-size: 1.5rem;
    text-align: left;
    margin: 0 0 0 18px;
    padding: 8px 0;
  }
  .lineTime__section__title::after,
  .lineTime__section__title::before {
    content:none;
  }

  .lineTime__section__title__span, .lineTime__section__title__icon {
    font-size: 0.95rem;
  }

  .lineTime__section__list {
    width: 100%;
  }

  .lineTime__section__list__item,
  .lineTime__section__list--reverse .lineTime__section__list__item:nth-child(even) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .lineTime__section__list__item__marker,
  .lineTime__section__list--reverse .lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__marker {
    transform: none;
  }
  .lineTime__section__list__item__img,
  .lineTime__section__list__item--featured .lineTime__section__list__item__img,
  .lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__img,
  .lineTime__section__list--reverse .lineTime__section__list__item:nth-child(odd) .lineTime__section__list__item__img,
  .lineTime__section__list--reverse .lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__img {
    margin-right: 15px;
    margin-left: 60px;
    max-width: 130px;
    width: 40%;
  }

  .lineTime__section__list__item:nth-child(even) > .d-flex,
  .lineTime__section__list--reverse .lineTime__section__list__item:nth-child(odd) > .d-flex {
    flex-direction: row;
  }

  .lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__marker,
  .lineTime__section__list--reverse .lineTime__section__list__item:nth-child(odd) .lineTime__section__list__item__marker {
    transform: none;
  }
  .lineTime__section__list__item__marker::after,
  .lineTime__section__list--reverse .lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__marker::after {
    content: none;
  }
  .lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__text,
  .lineTime__section__list--reverse .lineTime__section__list__item:nth-child(odd) .lineTime__section__list__item__text {
    text-align: left;
  }

  /*.lineTime__section--left,
  .lineTime__section--right {
    text-align: left;
  }

  .lineTime__section--right .lineTime__section__list__item__marker,
  .lineTime__section--left .lineTime__section__list__item__marker,
  .lineTime__section--start .lineTime__section__list__item__marker {
    transform: none;
    left: 0;
    right: auto;
    margin: 0;
  }

  .lineTime__section::before {
    transform: none;
    left: 44px;
  }

  .lineTime__section--left .lineTime__section__list__item,
  .lineTime__section--left .lineTime__section__list__item {
    padding-left: 80px;
    padding-right: 0;
  }*/

  .card {
    flex-wrap: wrap;
  }
  .card--event {
    flex-wrap: nowrap;
  }
    .card--horizontal .card__imgContainer,
    .card--horizontal .card__text {
      width: 100%;
    }
    .card--horizontal .card__text {
      margin-top: 15px;
      margin-left: 0;
    }
    .card--horizontal.card--event .card__text {
      margin-top: 0;
      margin-left:15px;
    }
    .card__text,
    .card--background .card__title {
      margin-left: 0;
    }
    .card--background .card__text,
    .card--background .card__titleContainer {
      margin: 0;
    }
    .card--background .card__titleContainer {
      position: relative;
      border-radius: 0;
      width: 100%;
      background: rgba(0, 59, 124, 1);
    }
    .card--background .card__img {
      border-bottom-left-radius: 0;
    }

  .infoBox {
    padding: 15px;
    flex-direction: column;
    text-align: center;
  }
    .infoBox__title {
      padding: 0;
      margin-bottom: 15px;
    }

  .product__textContainer {
    margin-top: 30px;
  }

  .linkList__item {
    width: 50%;
  }

  .latestInfographics {
    margin-top: 30px;
  }

  .featuredVideos__carousel {
    margin-bottom: 30px;
  }

  .contactList .card--horizontal {
    flex-wrap: nowrap;
  }
    .contactList .card--horizontal .card__imgContainer {
      width: 25%;
    }
    .contactList .card--horizontal .card__text {
      margin-top: 0;
      margin-left: 15px;
    }

  .infoWindowMap {
    padding: 30px 15px;
  }

  .twoColumns,
  .threeColumns {
  	-webkit-column-count: 1; /* Chrome, Safari, Opera */
  	-moz-column-count: 1; /* Firefox */
  	column-count: 1;
  }

  .form .col:first-of-type .form__control,
  .form [class*=col-]:first-of-type .form__control,
  .form .col:first-of-type .buttonSecondary,
  .form [class*=col-]:first-of-type .buttonSecondary,
  .form .col:last-of-type .form__control,
  .form [class*=col-]:last-of-type .form__control,
  .form .col:last-of-type .buttonSecondary,
  .form [class*=col-]:last-of-type .buttonSecondary {
    border-radius: 0;
  }

  .form--inline .form__group,
  .form--vertical__inline .col:first-of-type .form__group,
  .form--vertical__inline [class*=col-]:first-of-type .form__group {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .form--vertical .form__group {
    margin-bottom: 2px;
  }

  .form--inline .col:first-of-type .form__control,
  .form--inline [class*=col-]:first-of-type .form__control,
  .form--inline .col:first-of-type .buttonSecondary,
  .form--inline [class*=col-]:first-of-type .buttonSecondary,
  .form--vertical .row:first-of-type .col .form__control,
  .form--vertical .row:first-of-type [class*=col-] .form__control,
  .form--vertical .row:first-of-type .col .buttonSecondary,
  .form--vertical .row:first-of-type [class*=col-] .buttonSecondary  {
  	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .form--inline .col:last-of-type .form__control,
  .form--inline [class*=col-]:last-of-type .form__control,
  .form--inline .col:last-of-type .buttonSecondary,
  .form--inline [class*=col-]:last-of-type .buttonSecondary,
  .form--vertical .row:last-of-type .col .form__control,
  .form--vertical .row:last-of-type [class*=col-] .form__control,
  .form--vertical .row:last-of-type .col .buttonSecondary,
  .form--vertical .row:last-of-type [class*=col-] .buttonSecondary {
  	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .boxForm__buttons .buttonSecondary,
  .boxForm__buttons .link {
    width: 100%;
  }

  .boxForm__buttons .link,
  .boxForm .button--icon {
    margin-top: 10px;
  }

  .tabs__content__pane .video{
    width: 50%;
  }

  .teamList__item {
    width: 100%;
    margin-bottom: 15px;
  }

  .chart-item__img {
    width: 60px;
  }

  #QuoteDiv {
    display: none;
  }
  .principalCarousel {
    min-height: 350px;
  }
  .principalCarousel .owl-dots {
    display: none;
  }

}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 575.99px) {
  p,
  li {
    font-size: 0.9rem;
  }

  .breadcrumb__item.active {
    display: none;
  }

  .post__buttons__item__link {
    width: 35px;
    height: 35px;
    font-size: 1.25rem;
  }

  .header__top,
  .header__top__search_button {
    height: 40px;
  }

  .header__top__nav__link,
  .header__top__rrss__link,
  .header__top__language__link {
    line-height: 40px;
  }

  .header__top__language__link--en {
    background-position: 50% 10px;
  }

  .header__top__language__link--es {
    background-position: 50% -22px;
  }

  .header__bottom__logo {
    max-width: 150px;
    margin-top: -10px;
  }

  .header__bottom__mainMenu__firstLevel__link {
    padding: 10px 15px;
    font-size: 1rem;
  }

  .footer__bottom__nav__link {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .footer__bottom__nav__link:last-child{
    border-bottom: none;
  }
  .footer__bottom__nav__link::after {
    content: none;
  }

  .cover__title__featured {
    font-size: 1.25rem;
  }

  .cover__title__secondary,
  .cover__title__featured--only {
    font-size: 1.65rem;
    margin-left: 0;
  }

  .navInnerPage__link.active {
    margin-top: 0;
    box-sizing: border-box;
  }

  .card {
    margin-bottom: 20px;
  }

    .card__button + .card__button {
      margin-top: 15px;
      margin-left: 0;
    }

  .linkList__item {
    width: 100%;
  }

  .pagination {
    justify-content: center;
  }

  .post__content {
    width: 85%;
  }

  .post__relatedPosts {
    width: 100%;
    margin-left: 0;
  }

  .post__content__text blockquote {
    width: 100%;
    margin-left: 0;
  }

  .sqmInNumbers__carousel__item__icon {
    max-width: 200px;
  }

  .productCategory .h2 {
    font-size: 1.35rem;
  }

  .tabs__content__pane .video{
    width: 100%;
    margin: 0 0 15px 0
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 424.99px) {
  h1, .h1 {
    font-size: 1.85rem;
  }

  h2, .h2 {
    font-size: 1.65rem;
  }

  h3, .h3 {
    font-size: 1.45rem;
  }

  .breadcrumb__item {
    width: 100%;
  }

  .breadcrumb__item::after {
    right: auto;
    margin-left: 5px;
  }

  .breadcrumb__item + .breadcrumb__item {
    margin: 0;
  }

  .principalCarousel__item__title {
    font-size: 1.25rem;
  }

  .principalCarousel__item{
    min-height: 350px;
    background-size: auto 350px;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .principalCarousel__item__title__featured,
  .principalCarousel__item__title__secondary {
    font-size: 1.35rem;
  }

  .productCategories__nav__link {
    font-size: 1rem;
  }

  .aboutSQM {
    text-align: center;
  }

}
