@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-BoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-SmBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-SmBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

:root {
  --sand-green: #00A443;
  --sand-green-light: #CCE3C8;
  --sand-brown: #615D5A;
  --sand-black: #00402A;
  --sand-orange-light: #FFF5EC;
  --sand-orange: #FF9C1A;
  --sand-white: #FFFFFF;
  --sand-border: #B9B0A9;
  --sand-almost-white: #FFFCFB;
}

#sand {
  width: 100%;
  max-width: 980px;
  padding: 20px 15px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background-color: var(--sand-orange-light);
}

#sand * {
  font-family: 'IberPangea' !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#sand h2 {
  margin-top: 0 !important;
}

#sand ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sand ul li:before {
  content: none !important;
  display: none !important;
}

#sand img {
  display: block;
  width: 100%;
}

#sand .sand_title {
  width: 100%;
  color: var(--sand-green) !important;
  font-size: 32px;
  line-height: 1.045;
  font-weight: normal;
  text-align: left;
  margin: 0 0 26px;
}

#sand .sand_title strong {
  display: block;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.045;
}

#sand .sand_text {
  color: var(--sand-brown);
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

#sand .sand_grains {
  display: flex;
  flex-direction: column;
  position: relative;
}

#sand .sand_grains .sand_text:nth-of-type(2) {
  width: 58%;
}

#sand .sand_grains .sand_text:nth-of-type(3) {
  margin-bottom: 19px;
}

#sand .sand_grains_box {
  background-color: var(--sand-green-light);
  border-radius: 15px;
  padding: 15px 15px 25px;
  color: var(--sand-black);
  font-size: 16px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  max-width: 295px;
  margin: 0 auto 26px 0;
}

#sand .sand_grains_box strong {
  display: block;
  font-size: 26px;
  line-height: 1.045;
  font-weight: 600;
  margin-bottom: 14px;
}

#sand div.sand_grains_image {
  width: 93%;
  margin-left: auto;
  margin-right: -15px;
  margin-top: -40%;
  margin-bottom: 12px;
}

#sand img.sand_grains_image {
  width: 39%;
  max-width: 165px;
  margin-bottom: 15px;
}

#sand .sand_types {
  border-radius: 15px;
  border: 1px solid var(--sand-border);
  background: var(--sand-almost-white);
  padding: 18px 16px 0;
  margin-bottom: 19px;
}

#sand .sand_types_text {
  color: var(--sand-black);
  font-size: 17px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  width: 75%;
  margin-bottom: 25px;
}

#sand .sand_types_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#sand .sand_types_list li {
  color: var(--sand-brown);
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 27px;
}

#sand .sand_types_list li:last-child {
  margin-bottom: 12px;
}

#sand .sand_types_image {
  width: auto;
  height: 16px;
  margin: 0 auto 4px;
}

#sand .sand_layers {

}

#sand .sand_layers .sand_text {
  margin-bottom: 20px;
}

#sand .sand_layers .sand_text:nth-of-type(1) {
  margin-bottom: 15px;
}

#sand .sand_layers_image {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}

#sand .sand_layers_image.sand_layers_image-desktop {
  display: none;
}

#sand .sand_destine {
  border-radius: 15px;
  border: 1px solid var(--sand-border);
  background: var(--sand-almost-white);
  padding: 18px 16px 0;
  margin-bottom: 10px;
}

#sand .sand_destine_text {
  color: var(--sand-black);
  font-size: 17px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  margin-bottom: 14px;
}

#sand .sand_destine_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#sand .sand_destine_list li {
  width: 280px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.2;
}

#sand .sand_destine_image {
  max-width: 168px;
  margin: 0 auto 12px;
}

@media (min-width: 700px) {

  #sand {
    padding: 45px;
  }

  #sand .sand_title {
    margin-bottom: 41px;
  }

  #sand .sand_grains_box {
    margin-bottom: 46px;
    padding: 20px 22px 20px;
  }

  #sand div.sand_grains_image {
    max-width: 615px;
    margin-top: -44%;
    margin-right: -140px;
    margin-bottom: -190px;
  }

  #sand img.sand_grains_image {
    margin-bottom: 25px;
  }

  #sand .sand_grains .sand_text:nth-of-type(2) {
    position: absolute;
    top: 28px;
    right: 0;
    max-width: 174px;
  }

  #sand .sand_grains .sand_text:nth-of-type(3) {
    max-width: 172px;
    margin-bottom: 29px;
  }

  #sand .sand_types {
    margin-bottom: 29px;
  }

  #sand .sand_types_text {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  #sand .sand_types_list li {
    margin-bottom: 17px;
  }

  #sand .sand_layers {
    position: relative;
  }

  #sand .sand_layers .sand_text:nth-of-type(1) {
    max-width: 226px;
  }

  #sand .sand_layers .sand_text:nth-of-type(2) {
    max-width: 178px;
    position: absolute;
    top: 50px;
    right: 0;
  }

  #sand .sand_layers_image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -13px;
    margin-top: -80px;
  }

  #sand .sand_layers .sand_text:last-child {
    max-width: 243px;
    margin-right: 140px;
    margin-left: auto;
    margin-bottom: 36px;
  }

  #sand .sand_destine {
    padding: 24px 34px 14px;
  }

  #sand .sand_destine_text {
    width: 95%;
    font-size: 20px;
    line-height: 1.2;
  }

  #sand .sand_destine_list {
    width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
    align-items: flex-start;
  }

  #sand .sand_destine_list li {
    width: 33.33%;
    position: relative;
    padding-top: 195px;
  }

  #sand .sand_destine_list li:nth-of-type(1) {
    padding-left: 40px;
    padding-right: 22px;
  }

  #sand .sand_destine_list li:nth-of-type(2) {
    padding-left: 50px;
    padding-right: 60px;
  }

  #sand .sand_destine_list li:nth-of-type(3) {
    padding-left: 10px;
    padding-right: 55px;
  }

  #sand .sand_destine_image {
    width: 220px;
    max-width: 220px;
    margin-bottom: 17px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #sand .sand_destine_list li:nth-of-type(1) .sand_destine_image {
    top: 31px;
  }

  #sand .sand_destine_list li:nth-of-type(3) .sand_destine_image {
    top: 45px;
  }

}

@media (min-width: 960px) {

  #sand {
    padding: 54px 47px;
  }

  #sand .sand_title {
    font-size: 47px;
    margin-bottom: 44px;
  }

  #sand .sand_title strong {
    font-size: 63px;
  }

  #sand .sand_text {
    font-size: 18px;
    line-height: 1.31;
  }

  #sand div.sand_grains_image {
    max-width: 635px;
    margin-top: -326px;
    margin-right: -47px;
    margin-bottom: -200px;
  }

  #sand .sand_grains .sand_text:nth-of-type(2) {
    max-width: 230px;
    top: 23px;
    right: 20px;
  }

  #sand .sand_grains_box {
    max-width: 398px;
    padding: 30px 92px 28px 22px;
    font-size: 18px;
    line-height: 1.31;
  }

  #sand .sand_grains_box strong {
    font-size: 29px;
    margin-bottom: 7px;
  }

  #sand .sand_grains .sand_text:nth-of-type(3) {
    max-width: 190px;
    margin-bottom: 24px;
  }

  #sand .sand_types {
    padding-top: 14px;
    margin-bottom: 19px;
  }

  #sand .sand_types_text {
    font-size: 20px;
  }

  #sand .sand_layers .sand_text:nth-of-type(1) {
    margin-left: 36px;
  }

  #sand .sand_layers .sand_text:nth-of-type(2) {
    top: 23px;
    right: 25px;
    max-width: 210px;
  }

  #sand .sand_layers_image.sand_layers_image-desktop {
    display: block;
  }

  #sand .sand_layers_image.sand_layers_image-tablet {
    display: none;
  }

  #sand .sand_layers_image {
    max-width: 650px;
    transform: translateX(-30px);
    margin-top: -113px;
    margin-bottom: 0;
  }

  #sand .sand_layers .sand_text:last-child {
    max-width: 273px;
    margin-right: 243px;
    margin-bottom: 19px;
  }

  #sand .sand_destine {
    padding-top: 37px;
    padding-bottom: 0;
  }

  #sand .sand_destine_text {
    font-size: 24px;
    line-height: 1.16;
    margin-bottom: 33px;
  }

  #sand .sand_destine_image {
    width: 297px;
    max-width: 297px;    
  }

  #sand .sand_destine_list li {
    padding-top: 254px;
    margin-bottom: 24px;
  }

  #sand .sand_destine_list li:nth-of-type(1) .sand_destine_image {
    top: 41px;
  }

  #sand .sand_destine_list li:nth-of-type(3) .sand_destine_image {
    top: 60px;
  }

  #sand .sand_destine_list li:nth-of-type(1) {
    padding-right: 102px;
  }
  
  #sand .sand_destine_list li:nth-of-type(2) {
    padding-right: 130px;
  }

  #sand .sand_destine_list li:nth-of-type(3) {
    padding-left: 40px;
    padding-right: 100px;
  }

  /* */

  #column-2 #sand {
    padding: 45px;
  }

  #column-2 #sand .sand_title {
    font-size: 32px;
    margin-bottom: 41px;
  }

  #column-2 #sand .sand_title strong {
    font-size: 42px;
  }

  #column-2 #sand .sand_text {
    font-size: 16px;
    line-height: 1.2;
  }

  #column-2 #sand div.sand_grains_image {
    max-width: 615px;
    margin-top: -44%;
    margin-right: -140px;
    margin-bottom: -190px;
  }

  #column-2 #sand .sand_grains .sand_text:nth-of-type(2) {
    top: 28px;
    right: 0;
    max-width: 174px;
  }

  #column-2 #sand .sand_grains_box {
    max-width: 295px;
    padding: 20px 22px 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  #column-2 #sand .sand_grains_box strong {
    font-size: 26px;
    margin-bottom: 14px;
  }

  #column-2 #sand .sand_grains .sand_text:nth-of-type(3) {
    max-width: 172px;
    margin-bottom: 29px;
  }

  #column-2 #sand .sand_types {
    padding-top: 18px;
    margin-bottom: 29px;
  }

  #column-2 #sand .sand_types_text {
    font-size: 17px;
  }

  #column-2 #sand .sand_layers .sand_text:nth-of-type(1) {
    margin-left: 0;
  }

  #column-2 #sand .sand_layers .sand_text:nth-of-type(2) {
    top: 50px;
    right: 0;
    max-width: 178px;
  }

  #column-2 #sand .sand_layers_image.sand_layers_image-desktop {
    display: none;
  }

  #column-2 #sand .sand_layers_image.sand_layers_image-tablet {
    display: block;
  }

  #column-2 #sand .sand_layers_image {
    max-width: 100%;
    transform: none;
    margin-top: -80px;
    margin-bottom: -13px;
  }

  #column-2 #sand .sand_layers .sand_text:last-child {
    max-width: 243px;
    margin-right: 140px;
    margin-bottom: 36px;
  }

  #column-2 #sand .sand_destine {
    padding-top: 24px;
    padding-bottom: 14px;
  }

  #column-2 #sand .sand_destine_text {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  #column-2 #sand .sand_destine_image {
    width: 220px;
    max-width: 220px;    
  }

  #column-2 #sand .sand_destine_list li {
    padding-top: 195px;
    margin-bottom: 30px;
  }

  #column-2 #sand .sand_destine_list li:nth-of-type(1) .sand_destine_image {
    top: 31px;
  }

  #column-2 #sand .sand_destine_list li:nth-of-type(3) .sand_destine_image {
    top: 45px;
  }

  #column-2 #sand .sand_destine_list li:nth-of-type(1) {
    padding-right: 22px;
  }
  
  #column-2 #sand .sand_destine_list li:nth-of-type(2) {
    padding-right: 60px;
  }

  #column-2 #sand .sand_destine_list li:nth-of-type(3) {
    padding-left: 10px;
    padding-right: 55px;
  }

}

@media (min-width: 960px) and (max-width:1089px) {

  #column-2 #sand div.sand_grains_image {
    margin-bottom: -150px;
  }

  #column-2 #sand .sand_layers_image {
    margin-top: -40px;
    margin-bottom: 10px;
  }

  #column-2 #sand .sand_layers .sand_text:nth-of-type(2) {
    max-width: 158px;
  }

  #column-2 #sand .sand_destine_image {
    width: 170px;
    max-width: 170px;
  }

  #column-2 #sand .sand_destine_list li:nth-of-type(1) .sand_destine_image {
    top: 23px;
  }

  #column-2 #sand .sand_destine_list li:nth-of-type(3) .sand_destine_image {
    top: 35px;
  }

  #column-2 #sand .sand_destine_list li {
    padding-top: 155px;
  }

  #column-2 #sand .sand_destine_list li:nth-of-type(2) {
    padding-right: 30px;
    padding-left: 20px;
  }

  #column-2 #sand .sand_destine_list li:nth-of-type(3) {
    padding-right: 40px;
  }

}
