#climate-header{
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 1%;
  }
#climate-header .imagen{
  background-position: bottom center;
  background-position-y: -200px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 450px;
  display: block;
  position: relative;
  background-attachment: fixed;
}
#climate-header .imagen .overlay{background: rgba(0, 0, 0, 0.26);position: absolute;left: 0;right: 0;width: 100%;height: 100%;}
#climate-header .title{
    position: relative;
    height: 450px;
}
#climate-header .title h2{
    color: #fff;
    font-size: 43px;
    text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.14);
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
#climate-header .title h2 span{
    margin-top: -7px;
    font-size: 43px;
    font-weight: 300;
}
#climate{
    float: left;
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 4%;
    padding-top: 4%;
}
#climate .text-content{
    padding-top: 15%;
    padding-right: 20%;
}
#climate .text-content.right{
    padding-top: 7%;
    padding-right: 10%;
    padding-left: 10%;
}
#climate .text-content h2{
    margin: auto;
    font-size: 29px;
    font-weight: 500;
    color: #3e50ba;
}
#climate .text-content.right h2{
    color: #ffffff;
}
#climate .text-content p{
    margin: 0;
    margin-top: 11px;
    font-size: 16px;
    font-weight: 300;
    color: #565656;
    text-align: justify;
}
#climate .text-content.right p{text-align: justify;font-size: 15px;color: #fff;}
#climate .imagen{}
#climate .imagen img{
    max-width: 100%;
    border: 13px solid #f7f7f7;
    -webkit-box-shadow: -1px 4px 24px -1px rgba(0,0,0,0.17);
    -moz-box-shadow: -1px 4px 24px -1px rgba(0,0,0,0.17);
    box-shadow: -1px 4px 24px -1px rgba(0,0,0,0.17);
}
#climate .climate-imagen{
    float: left;
    width: 100%;
    position: relative;
    display: block;
    padding-top: 6%;
    text-align: center;
}
#climate .climate-imagen img{
    max-width: 100%;
    -webkit-box-shadow: -1px 4px 24px -1px rgba(0,0,0,0.17);
    -moz-box-shadow: -1px 4px 24px -1px rgba(0,0,0,0.17);
    box-shadow: -1px 4px 24px -1px rgba(0,0,0,0.17);
    width: 75%;
}
#climate .imagen.right{}
#climate .imagen.right img{
    border: 13px solid #fff;
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-2deg);
    -webkit-box-shadow: -1px 4px 24px -1px rgba(0,0,0,0.17);
    -moz-box-shadow: -1px 4px 24px -1px rgba(0,0,0,0.17);
    box-shadow: -1px 4px 24px -1px rgba(0,0,0,0.17);
}
/*MOBILE SCREEN*/
@media (max-width: 448px) {
  #climate-header .imagen {
    background-position: bottom center;
    background-position-y: inherit !important;
    background-attachment: inherit;
}
#climate-header .title h2 span {
    font-size: 30px;
}
#climate-header .title h2 {
    font-size: 26px;
}
#climate .text-content {
    padding-top: 4%;
    padding-right: 0;
    padding-bottom: 6%;
}
#climate .imagen {
    padding-bottom: 8%;
    padding-top: 5%;
}
#climate .text-content.right {
    padding-top: 7%;
    padding-right: 0px;
    padding-left: 0px;
}
#climate .climate-imagen img {
    width: 100%;
}
}
