html, body {
    height: 100%;
}
.parallax {    
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax.bg-page-top {
    background-image: url("../img/layout/banner-animado-antishock.gif");
    height: 100%; 
    overflow: hidden;
}
#bg-page-bottom {
    background-image: url("../img/layout/bg-page-antishock-2.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;
    font-size: 11px;
}

#container-texto {
    padding: 50px 35px;
}
#container-texto .container {
    max-width: 930px;
}
#container-texto p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
}
.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);
}

#container-background-page {
    overflow: hidden;
    position: relative;
    height: 100%;
}
#banner-content {
    margin-top: 250px;
}
#container-background-page-bottom {
    position: relative;
}

.bg-semi-circle-top-svg {
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
}

#container-texto .container-icon p {
    max-width: 200px;
    text-align: center;
    margin: 15px auto;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
}

.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) { 
    .parallax.bg-page-top {
        background-image: none;
        padding-top: 50px;
        height: auto;
    }
    #container-background-page {        
        display: none;
    }
    #banner-content {
        margin-top: 80px;
    } 
    .container-icon .icon {
        max-width: 50px;
    } 
    .container-icon p {
        font-size: 10px;
        text-shadow: 0px 0px 5px #ffffff;
    }   
    #container-diferenciais {
        padding-top: 30px;
        background: #eee;
        padding-bottom: 20px;
    }
    #footer-informacoes {
        margin-top: 0;
    }
    #container-texto p {
        font-size: 14px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
    }
    #bg-page-bottom {
        background-image: none;
        min-height: initial;
    }
}

@media (min-width: 768px) {  
    #footer-informacoes {
        margin-top: 0;
    }
}    

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

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

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

@media (min-width: 1201px) and (max-width: 1366px) {
    #banner-content {
        margin-top: 70px;
    }
} 