html, body {
    height: 100%;
}
.parallax {    
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#bg-page-bottom {
    background-image: url("../img/layout/bg-page-sunblack-footer.jpg");
    min-height: 500px; 
    overflow: hidden;
    position: relative;
}
.container-icon {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}   
.container-icon .icon {
    max-height: 60px;
}
.container-icon p {
    max-width: 200px;
    text-align: center;
    margin: 15px auto;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
}

#container-texto {
    padding: 50px 35px;
}
#container-texto .container {
    max-width: 930px;
}
#container-texto p {
    text-align-last: center;
    font-size: 18px;
    margin-bottom: 15px;
}
.bold {
    font-weight: bold;
}
.bg-semi-circle-bottom {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    position: absolute;
    left: 0;
    bottom: -31px;
    width: 100%;
    background: #fff;
    border: 30px solid #fff;
    /*-webkit-box-shadow: 0px -3px 25px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0px -3px 25px 0px rgba(50, 50, 50, 0.65);
    box-shadow: 0px -3px 25px 0px rgba(50, 50, 50, 0.65);*/
}
.bg-semi-circle-top-svg {
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
}
#container-background-page {
    overflow: hidden;
    position: relative;
    height: 100%;
}
#banner-content {
    margin-top: 100px;
}
#container-background-page-bottom {
    position: relative;
}
#container-texto {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 90px;
    background-image: radial-gradient(circle at 50% 115%, rgba(198,162,97,.45) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
#container-texto p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
}
#container-texto .container-icon p {
    max-width: 200px;
    text-align: center;
    margin: 15px auto;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    font-size: 11px;
    line-height: normal;
}
.logo-falcao-bauer {
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 30px -4px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0px 0px 30px -4px rgba(50, 50, 50, 0.65);
    box-shadow: 0px 0px 30px -4px rgba(50, 50, 50, 0.65);
}
.icon-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.icon-title.icon-title-1 {
    color: #ff0000;
}
.icon-title.icon-title-2 {
    color: #9e5dac;
}
.icon-title.icon-title-3 {
    color: #ff7200;
}
.icon-title.icon-title-4 {
    color: #2384c6;
}
.container-icon-descricao p {
    color: #333;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}
#diferenciais {
    padding-top: 30px;
    padding-bottom: 40px;
}

.slide-in-elliptic-top-fwd {
	-webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
      -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
              transform: translateY(-600px) rotateX(-30deg) scale(0);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) rotateX(0) scale(1);
              transform: translateY(0) rotateX(0) scale(1);
      -webkit-transform-origin: 50% 1400px;
              transform-origin: 50% 1400px;
      opacity: 1;
    }
}
@keyframes slide-in-elliptic-top-fwd {
    0% {
      -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
              transform: translateY(-600px) rotateX(-30deg) scale(0);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) rotateX(0) scale(1);
              transform: translateY(0) rotateX(0) scale(1);
      -webkit-transform-origin: 50% 1400px;
              transform-origin: 50% 1400px;
      opacity: 1;
    }
}

.scale-in-bottom {
	-webkit-animation: scale-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
	        animation: scale-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}
@-webkit-keyframes scale-in-bottom {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 1;
    }
}
@keyframes scale-in-bottom {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      opacity: 1;
    }
}
  
  

@media (max-width: 767px) {  
    #bg-page-top {
        display: none;
    }   
    #bg-page-top-mobile {
        margin-top: 50px;
        position: relative;
    }
    #container-background-page {        
        height: auto;
    }
    #banner-content {
        padding: 0;
        margin-top: 0;
    } 
    .container-icon .icon {
        max-width: 50px;
    } 
    .container-icon p {
        font-size: 12px;
        text-shadow: 0px 0px 5px #ffffff;
        color: #333;
    }   
    #container-diferenciais {
        padding-top: 30px;
    }
    #footer-informacoes {
        margin-top: 0;
    }
    .logo-sunblack {
        max-width: 280px;
        position: absolute;
        top: 10%;
        left: 50%;
        margin-left: -140px;
    }
    #container-texto p {
        font-size: 14px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
    }
    .clear-xs {
        clear: both;
    }
    .no-padding {
        padding: 0;
    }
    .container-icon p {
        max-width: 270px;
        font-size: 10px;
    }
    #diferenciais {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #diferenciais .container-icon p {
        font-size: 14px;
    }
    #bg-page-top-mobile .container-icons {
        padding-top: 35px;
        padding-bottom: 35px;
        background: rgb(230,231,232);
        background: -moz-linear-gradient(0deg, rgba(230,231,232,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(230,231,232,1) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(0deg, rgba(230,231,232,1) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e7e8",endColorstr="#ffffff",GradientType=1);
    }
    #container-diferenciais .container-icon {
        margin-bottom: 35px;
    }
    #bg-page-bottom {
        display: none;
    }
    #bg-page-bottom-mobile {
        position: relative;
    }
    #container-texto {        
        padding-bottom: 60px;
    }
}

@media (min-width: 768px) {  
    #bg-page-top {
        background-image: url("../img/layout/banner-animado-sunblack-v2.gif");
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%; 
        overflow: hidden;
        background-attachment: fixed;
    }
    #bg-page-top-mobile {
        display: none;
    }
    #bg-page-bottom-mobile {
        display: none;
    }
    .logo-sunblack {
        margin-bottom: 40px;
        max-width: 450px;
    }
    #footer-informacoes {
        margin-top: 0;
    }
}    

@media (min-width: 992px) {
    
}

@media (min-width: 768px) and (max-width: 991px) {
    
} 

@media (min-width: 1200px) {
    
}

@media (min-width: 1367px) {
   
}