html {
    min-height: 100%;
}
@font-face {
  font-family: 'MyriadPro-Regular', sans-serif;
}
body {
    position: fixed;
    overflow: hidden;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
h1 h3 p {
    font-family: 'MyriadPro-Regular', sans-serif;
}
h2 {
    font-family: 'MyriadPro-Regular', sans-serif;
}
.container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.title {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: auto;
}
.title h2 {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 15px;
    font-size: 80px;
    color: #ffffff;
    text-align: center;
}
.center {
    position: absolute;
    top: 50%;
    left: 60%;
    width: auto;
    height: auto;
    margin: -11% 0 0 -17%;
}
.images {
  height: 300px;
}
.icons {
    margin-top: 40%;
    text-align: center;
    color: #83c0ce;
}
.icons .fa-map-marker {
    padding-right: 2%;
}
.icons .fa-mobile {
    padding-right: 7%;
}
.icons .fa-envelope {
    padding-right: 13%;
}
/*.icons .fa-stack:hover .fa-stack-3x, .icons .fa-stack:focus .fa-stack-3x {
    color: #6bb4cb;*/
}
.icons .fa-stack .fa-stack-3x {
    line-height: 56px;
    display: block;
    color: #ffffff;
    font-size: 58px;
    transition: color .218s;
}
.icons .fa-stack .fa-stack-1x {
    line-height: 56px;
    color: #ffffff;
    font-size: 22px;
}
.text {
    text-align: center;
    left: 0;
    width: 100%;
    height: auto;
}
.text h3 {
  font-size: 15px;
  color: #ffffff;
}
.text p {
    font-size: 13px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 15px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 600px) {
    .title {
        left: -9px;
        top: 12%;
    }
    .title h2 {
        font-size: 50px;
    }
    .icons {
        position: absolute;
        margin-top: 115%;
    }
    .icons .fa-globe {
        padding-right: 23%;
    }
    .icons .fa-mobile {
        margin-top: 13%;
        padding-right: 5%;
    }
    .icons .fa-envelope {
        margin-top: 12%;
        padding-right: 15%;
    }
    .center {
        margin-left: -90px;
        margin-top: -30%;
    }
    .images {
        height: 150px;
    }
    .text {
        position: absolute;
        margin-top: 123%;
        padding: 0;
    }
    .text h3 {
        font-size: 10px;
    }
    .resposive3 {
      padding: 0;
    }
    .resposive1 {
        margin-top: 30px;
    }
    .resposive2 {
        margin-top: 44px;
    }
    .txt-resp {
        margin-top: 4%;
    }
}
@media (min-width: 601px) and (max-width: 990px) {

}
