/** 
 *   Created on : jun/2017
 *   Author     : emanuel - INCOGRAF®
 */
@import url("../libs/fonts/titillium/titillium.css");

html,
body {
    margin: 0;
    padding: 0;
    height:100%;
    font-size: 12px;
    color: #fff;
    min-width: 320px;
  overflow-x: hidden;
}
a, a:hover, a:visited, a:active, a:focus {
    text-decoration: none;
    outline:none;
    color: #fff;
    cursor: pointer;
}
h1 {
    font-family: 'TitilliumText25L-999wt';
    font-size: 20px;
}
h2 {
    font-family: 'TitilliumText25L-250wt';
    font-size: 15px;
}
h1, h2 {
    line-height: 50%;
}
.hr {
    display: none;
    height: 1px;
    width: 94px;
    border: 1px solid #67ab9f;
}
.clear{
    clear: both;
}
.coloring{
    color: #67ab9f;
}
.col-border {
    border: 2px solid #67ab9f;
    border-bottom: 0;
    border-top: 0;
}
.wrapper {
    background: transparent url('../imgs/bg.jpg') center;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 600px;
    min-width: 360px;
}
.wrapper > div {
    height: 50%;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
}
div.top-cont { 
    
}
div.top-cont .dv_30y {
    background: transparent url('../imgs/40_anos.png') center;
    background-size: 100% 100%;
    height: 170px;
    width: 170px;
    display: block;
    position: absolute;
    right: 5%;
    top: 10%;
}
div.bottom-cont { 
    width: 50%;
}
div.bottom-cont .dv_info {
    display: block;
    height: 100%;
    width: 498px;
    /*margin: 0 auto;*/
    /*margin-left: 10%;*/
    position: relative;
    top: 0;
    left: 10%;
    /*margin-top: 50%;*/
}
div.bottom-cont .dv_logo {
    background: transparent url('../imgs/duarte_vieira_logotipo.png') center;
    background-size: 100% 100%;
    display: block;
    width: 498px;
    height: 135px;
}
div.bottom-cont .dv_logo img {
    display: none;
}
div.bottom-cont .dv_msg {
    width: 1040px;
    position: absolute;
    bottom: 10%;
}
div.bottom-cont .dv_msg h1 {
    text-transform: uppercase;
}
div.bottom-cont .dv_msg h1.coords {
    font-family: 'TitilliumText25L-250wt';
}
div.bottom-cont .dv_msg .contacts span {
    font-family: 'TitilliumText25L-999wt';
}
div.bottom-cont .dv_msg h2 {
    line-height: 0;
}
div.bottom-cont .dv_msg h2:first-of-type {
    padding-top: 15px;
}
.col-4, .col-sm-4, .col-md-4, .col-xl-4,
.col-5, .col-sm-5, .col-md-5, .col-xl-5 {
    padding-right: 0px;
    padding-left: 30px;
}
.dv_info{
    top: 50px;
    left: 5%;
    position: absolute;
    display: block;
    width: 498px;
    /* height: 135px; */
    text-transform: uppercase;

}
.info1{
    font-size: 19px;
    font-weight: initial;
    margin-bottom: 80px;
}
.info2{
font-family: 'TitilliumText25L-999wt';
    font-size: 30px;
 

}



@media screen and (max-width: 1200px) {
    div.bottom-cont, div.bottom-cont .dv_msg {
        width: 100%;
    }
    div.bottom-cont .dv_info {
        width: 95%;
        left: 5%;
    }
    .col-4, .col-sm-4, .col-md-4, .col-xl-4,
    .col-5, .col-sm-5, .col-md-5, .col-xl-5 {
        padding-right: 0px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 1050px) {
    h1 {
        font-family: 'TitilliumText25L-999wt';
        font-size: 18px;
    }
    h2 {
        font-family: 'TitilliumText25L-250wt';
        font-size: 14px;
    }
    .col-4, .col-sm-4, .col-md-4, .col-xl-4,
    .col-5, .col-sm-5, .col-md-5, .col-xl-5 {
        padding-left: 15px;
    }
}

@media screen and (max-width: 850px) {
    .wrapper > div:first-of-type {
        height: 30%;
    }
    .wrapper > div:last-of-type {
        height: 70%;
    }
    .dv_msg > div{
        margin: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    div.bottom-cont .dv_msg h2:first-of-type {
        padding-top: 0;
    }
    .hr {
        display:inline-block;
        position: absolute;
        top: -10px;
    }
    .col-border {
        border: 0;
    }
    .col-sm-3, .col-sm-4, .col-sm-5 {
        width: 100%;
    }
.info1 {
    font-size: 15px;
    margin-bottom: 15px;

}

.info2 {
    font-size: 20px;
}
div.bottom-cont .dv_msg {

    bottom: 1%;
}
}

@media screen and (max-width: 770px) {
    .dv_msg > div {
        margin: 15px;
    }
}

@media screen and (max-width: 768px) {
    .dv_msg > div {
        margin: 30px;
    }
    div.bottom-cont .dv_info {
        left: 5%;
    }
    .dv_msg > div{
        margin: 40px;
        margin-left: 0;
        margin-right: 0;
    }
    div.bottom-cont .dv_msg {
        bottom: 2%;
    }
    .hr {
        top: -20px;
    }


}

@media screen and (max-width: 550px) {
    .wrapper > div:first-of-type {
        height: 35%;
    }
    .wrapper > div:last-of-type {
        height: 65%;
    }
    div.top-cont .dv_30y {
        height: 100px;
        width: 100px;
    }
    div.bottom-cont .dv_logo {
        background: transparent;
        width: 50%
    }
    div.bottom-cont .dv_logo img {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 550px) and (max-width: 850px) and (max-height: 600px) {
    div.top-cont .dv_30y {
        height: 100px;
        width: 100px;
    }
    .wrapper > div:first-of-type {
        height: 35%
    }
    .wrapper > div:last-of-type {
        height: 65%
    }
    div.bottom-cont .dv_logo {
      width: 250px;
    height: 59px;
    }
}