body{
    overflow-x: hidden !important;
    font-family: 'Ubuntu', sans-serif;
}
header{
    background-color: #05254d;
}
img{
    border-radius:10px;
}
header iframe{
    width: 100%;
    min-height: 400px;
}
.section-divider svg{
    width: calc(112% + 1.3px);
    height: 51px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-divider .elementor-shape-fill {
    fill: #05254c;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
header i{
    font-size:35px !important;
    color: orange;
}
header h3{
    font-size:16px;
    text-transform:uppercase;
    color: orange;
}
header p{
    color:#c5c5c5;
}
header a {
    color: #60ce70;
    font-weight: 700;
}
.btn-success{
    background-color: #61ce70 !important;
    border-color: #61ce70 !important;    
}
.btn{
    padding:15px 40px !important;
    font-size:20px;
    font-weight:bold;
}
.section{
    padding: 60px 0;
}
h1,h2,h3{
    font-weight:bold;
}
#back-to-top{
    background-color:orange;
    color:white;
    padding:5px 20px;
    font-size:30px;
    position:fixed;
    z-index:1020;
    right:10px;
    bottom:10px;
    display: none;
}
.btn-full{
    width: 100%;
}
.modal-content{
    background-color: #05254c !important
}
.modal-header, .modal-footer{
    border:none !important
}
.modal-header .close{
    color:white !important
}
.modal-backdrop {    
    background-color: #05254c;
}
.modal-backdrop.show{
    opacity: 1 !important;
}
header a:hover{
    color:#2ce057;
    text-decoration: none;
}
.section-divider-3 {
    background-color:#fe571d;
}
.section-divider-3 svg{
    width: calc(112% + 1.3px);
    height: 51px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-divider-3 .elementor-shape-fill {
    fill: white;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.section-divider-4 svg, .section-divider-5 svg, .section-divider-6 svg{
    width: calc(112% + 1.3px);
    height: 51px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#section-about{
    background-color: black;
    color: #fff;
}
.section-divider-5{
    background-color:black;
}
.section-divider-5 .elementor-shape-fill {
    fill: white;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.section-divider-4 .elementor-shape-fill {
    fill: #fe571d;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
#section-platform{
    background-color: #fe571d;
    color:#fff;
}
.orange-2{
    color: #bb380b;
}
.orange-3{
    color: #ff5b05;
}
.orange-3 em{
    text-decoration: underline;
}
.menu-footer{
    padding:0;
    margin:0;
}
.menu-footer li{
    list-style:none;   
    font-size:14px; 
}
.menu-footer li a{
    color: #444
}
footer h3{
    font-size:20px;
}
#post-footer .container{
    font-size:12px;
}
#post-footer a{
    color:#ff5b05;
}
#post-footer i{
    font-size:18px;
    margin-right:7px;
    margin-top:5px;
}

#callZap {
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 50px;
    height: 50px;
    z-index: 999;
    padding: 10px
}

.pulse {
    display: block;
    border-radius: 50%;
    background: #1ebe56;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(30, 190, 165, .4);
    animation: pulse 2s infinite
}

.pulse:hover {
    animation: none
}
.btn-warning {
    color: #ffffff !important;
    background-color: #fe571d !important;
    border-color: #fe571d !important;
}
.btn-warning:hover{
    color: #ffffff !important;
    background-color: #c2390a !important;
    border-color: #c2390a !important;
}
.none-more, .alert-modal, .btn-continue, .loading-form{
    display: none;
}
.btn-success:hover{
    background-color: #269235 !important;
}
#section-about{
    background-color: black;
    background-image: url(img/bg-sobre-2020.png);
    background-repeat:no-repeat;
    background-position: center center;
    background-size:cover;
    color: #fff;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(30, 190, 165, .4)
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(30, 190, 165, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(30, 190, 165, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(30, 190, 165, .4);
        box-shadow: 0 0 0 0 rgba(30, 190, 165, .4)
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(30, 190, 165, 0);
        box-shadow: 0 0 0 20px rgba(30, 190, 165, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(30, 190, 165, 0);
        box-shadow: 0 0 0 0 rgba(30, 190, 165, 0)
    }
}
@media screen and (max-width:768px){
    header iframe{       
        min-height: 200px;
        height: auto;
    }
    .btn{
        width: 100%;
    }
    .see-portfolio a{
        font-weight: bold;
        font-size:22px;
        color: #fff;
    }    
    .see-portfolio{
        margin-top: 1rem!important;
    }    
    #step1 .pt-5, #step2 .pt-5, #step3 .pt-5{
        padding-top:0 !important;
    }    
}
.custom-zoom img{
    cursor: zoom-in;
}
.title-style-1{
    font-weight:bold;
    font-size:45px;
    color: #0c54ab;
    line-height:44px;
    letter-spacing: -1px;
}
.title-style-2{
    font-weight:bold;
    color:#fa561f;
}