/* Custom CSS Brigan TI */

* {
    box-sizing: border-box;
}
.body {
    font-family: 'Titillium Web', sans-serif;
    color: #585858;
    font-size: 18px;
    line-height: 30px;
    overflow-x: hidden;
}
p {
    margin-bottom: 30px;
}

img {
    widows: 100%;
    height: auto;
}

.navbar-light.bg-light {
    background: transparent!important;
}

h2, .titulo-sec {
   font-family: 'Roboto Slab', serif;
    font-size: 53px;
    line-height: 62px;
    font-weight: 300;
    margin-bottom: 90px;
    text-transform: uppercase;
}

.titulo-sec strong {
    background: #ffffff;
    border-radius: 50%;
    display:inline-block;
    padding: 15px 10px 0 20px;;
    height:95px;
    width: 95px;
}

.intro {
    padding: 30px 15px 250px 15px;
    background-color: #f7f9f9;
    background: url(../img/onda.png) center bottom no-repeat;
    background-size: cover;
    
 }
.my-nav .navbar-nav {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.my-nav a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: bold!important;
    text-align: center;
    padding: 15px!important;
    color: #1f464a!important;
}

.img-marca {
    margin-top: 100px;
    margin-bottom: 130px;
}
.img-marca img {
    width: 100%;
    max-width: 372px;
}

#sobre {
    background:#005e6a;
    padding: 35px 0 0 0;
    background-image: url(../img/divisor.png);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 287px;
}
.porto {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 75px;
    font-size: 18px;
    line-height: 24px;
}

.seguro {
    text-align: left;
    padding-left: 75px;
     font-size: 18px;
    line-height: 24px;
}
.porto p, .seguro p {
      max-width: 320px;
}

.txt-center {
    text-align: center;
}
.desc {
    font-size: 28px;
    line-height: 36px;
    margin: 150px auto 0 auto;
    width: 100%;
    max-width: 780px;
}

.decoration {
    background-image: url(../img/ornamento_dois.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 246px;
    margin-top: -8px;
    z-index: 3001;
}
#quem-somos {
    padding: 0px 0 140px 0;
}
.txt-sobre {
    margin-top: 150px;
    color: #585858;
}
.txt-sobre p {
    width:100%;
    max-width: 430px;
}

#por-que {
    background:#dadada;
    padding: 180px 0 120px 0;
}
.pq-motivos {
    display: flex;
    padding-left: 40px;
}

.pq-motivos span {
    background: #005e68;
    border: 9px solid #6f9da2;
    font-size: 42px;
    line-height: 0.8em;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    color: #ffffff;
    padding: 10px;
    display: block;
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    margin-right: 30px;
}
.pq-motivos h3 {
    color: #585858;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}
.pq-desc {
    width: 100%;
    max-width: 320px;
}

#quem-somos img {
    width: 100%;
    max-width: 464px;
    height: auto;
}

#participar {
    padding: 120px 0;
}
.box-img-center {
    display: flex;
    justify-content: center;
}
#participar img {
    margin: 0 auto;
    width: 100%;
    max-width: 97px;
}

#participar .titulo-sec, #contato .titulo-sec {
    margin-bottom: 40px;
}
#participar p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 90px;
}
#participar h4 {
    margin-top: 25px;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #585858;
}

#contato {
    padding: 120px 0 0 0;
    background: #1f464a;
}
.assinatura {
    padding: 30px 0;
    background: #1a3c40;
}
#contato form {
    width: 100%;
    max-width: 830px;
    margin: 0px auto 120px auto;
    padding: 0 30px;
}
#contato input,#contato textarea {
    width: 100%;
    background: transparent;
    margin: 0 0 18px 0;
    border: 2px solid rgba(255,255,255, 0.49);
    padding: 20px 30px;
    font-family: 'Titillium Web', sans-serif;
    color: #ffffff;
}

#contato input:focus,#contato textarea:focus {
    border: 2px solid #ffffff;
}
.dois-input {
    display: flex;
}
.dois-input input:first-child {
    margin-right: 9px!important;
}
.dois-input input:last-child {
    margin-left: 9px!important;
}
.dois-input-terco {
        display: flex;
}
.dois-input-terco input:first-child {
    margin-right: 9px!important;
    flex: 2;
}
.dois-input-terco input:last-child {
    margin-left: 9px!important;
     flex: 1;
}
#contato input[type="submit"] {
    background: #90c0cb;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    transition: all ease .3s;
    color: #1a3c40;
}
#contato input[type="submit"]:hover {
    background: #ffffff;
    transition: all ease .3s;
    font-family: 'Titillium Web', sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
    opacity: 1!important;
    font-style: italic;
    font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

footer span {
    color: #ffffff;
    text-align: center;
    display: block;
    font-weight: 300;
    margin: 20px auto;
    width: 100%;
    max-width: 700px;
    font-family: 'Titillium Web', sans-serif;
    padding: 0 15px;
}

/* Cores */

.cor-pri{color:#585858;}
.cor-sec{color:#1f464a;}
.cor-aux {color:#ffffff}


/*video*/

.fullscreen-bg {
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1000;
}

.fullscreen-bg__video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

@media screen and (max-width:1400px) {
    .intro {
        padding: 30px 15px 50px 15px;}
}

@media screen and (max-width:1024px) {
    .img-marca img {
        max-width: 250px;
    }
    .img-marca {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .fullscreen-bg {
        display: none;
    }
    .intro {
        padding: 0px 15px 200px 15px;;
        background-color: #f7f9f9;
        background: url(../img/onda-sm3.jpg) center bottom no-repeat;
        background-size: cover;
    }
    
    .img-marca {
        margin-top: 10px;
        margin-bottom: 80px;
    }
    #sobre {
        background-image: none;
    }
    
    .porto {
    text-align: left;
    display: block;
    padding-right: 40px;
    padding-left: 30px;
    }

    .seguro {
        padding-left: 30px;
    }
    .porto p, .seguro p {
          max-width: 100%;
    }
    #sobre .txt-center {
        text-align: left;
    }
    
    .desc {
    font-size: 28px;
    line-height: 36px;
    margin: 15px 0 0 0;
    width: 100%;
    max-width: 780px;
    }
    
    
}

@media screen and (max-width:580px) {
    .img-marca {
    margin-top:0px;
    }
    .img-marca img {
        max-width: 250px;
    }
    
    
    
    #quem-somos {
    padding: 0px 0 100px 0;
    }
    .txt-sobre {
        margin-top: 100px;
        color: #585858;
        padding: 0 30px;
    }
    .txt-sobre p {
        width:100%;
        max-width: 100%;
    }
    
    #por-que {padding: 100px 0 100px 0;}
    .pq-motivos {
        padding-left: 0px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 45px;
    }
    #por-que .titulo-sec {
        text-align: center;
        margin-bottom: 45px;
        font-size: 30px;
    }
    .titulo-sec strong {
        background: #ffffff;
        border-radius: 50%;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        height: 55px;
        width: 55px;
    }

    .pq-motivos span {margin-right: 0px; margin-bottom: 10px;}
    
    .pq-motivos h3 {
        color: #585858;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .pq-desc {
        width: 100%;
        max-width: 320px;
    }
    .dois-input {
    flex-direction: column;
    }
    .dois-input input:first-child {
        margin-right: 0px!important;
    }
    .dois-input input:last-child {
        margin-left: 0px!important;
    }
    .dois-input-terco {
        flex-direction: column;
    }
    .dois-input-terco input:first-child {
        margin-right: 0px!important;
        flex: 1;
    }
    .dois-input-terco input:last-child {
        margin-left: 0px!important;
         flex: 1;
    }
           
    
    
}
@media screen and (max-width:480px) {
    .img-marca{
        max-width: 200px;
        position: absolute;
        margin-top: 50px;
    }
    .intro {
        padding: 10px 15px 300px 15px;
    }
    
    /*video*/
       .fullscreen-bg {
        position:absolute;
        top: 0!important;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        z-index: -1000;
        background: #ffffff;
    }

    .fullscreen-bg__video {
        position:absolute;
        left: -300px;
        top: -10%!important;
        min-height: 450px;
        width: 250%;
        
    }



}
