@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

*,
*::after,
*::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{

    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    top: 0;
}
/* NavBar */



/* Landing Image */
#landing-page{
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.home-inner{
    background: rgb(20, 20, 20);
    background: url('imgs/landing-page/sreca_3.jpg') rgba(0, 81, 187, 0.3);
    background-blend-mode:overlay;
}

/* Landing Image Content */
.landing-content{
    padding: 20vh 3rem 2rem 2rem;
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
    position: relative;
    width: 100%;

}
.landing-text{
    padding-top: 2rem;
    width: 45vw;
    letter-spacing: .2rem;
    
}
.landing-text > h1{
    font-size: 3rem;
    color: #eee;
}
.title-underline{
    height: 3px;
    width: 10rem;
    margin: .7rem 0 1rem;
    border-radius: 3px;
    background: rgb(7,0,129);
    background: linear-gradient(90deg, rgb(2, 96, 184) 0%, rgba(0,212,255,1) 100%);
}
.landing-text > h3{
    font-size: 1.5rem;
    color: white;
}


.social-networks{
    display: flex;
    width: 100%;
    list-style: none;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 3rem 0;
}

.social-networks a{
    margin: 0 .5rem;
    display:flex;
    border-radius: 50%;
    background: rgba(20, 20, 20, .5);
}
.social-networks a{
    -webkit-transition:all .15s ease-in-out;
    -moz-transition:all .15s ease-in-out;
    -o-transition:all .15s ease-in-out;
    transition:all .15s ease-in-out;
}

.social-networks a:hover{
    -webkit-transform:scale(1.2, 1.2);
    -ms-transform:scale(1.2, 1.2);
    -moz-transform:scale(1.2, 1.2);
    transform:scale(1.2, 1.2);
}

.form{
    width: 500px;
    display: block;
    height: auto;
    color: white;
    padding: 2rem;
    background: rgba(0, 0, 0, .7);
    border-radius: 15px;
    overflow: hidden;
}
.form h2 {
    font-size: 2rem;
}
.form p {
    font-size: 1rem;
    margin: .6rem 0 1rem;
}
#contact-form{
    text-align: center;
    justify-content: space-between;
}
.form-control{
    border: none;
    padding-left: 1rem;
    margin: .5rem 0;
    height: 2rem;
    font-size: 1rem;
    letter-spacing: .1rem;
    outline: none;
    color: white;
    background: linear-gradient(#fff, #fff) center bottom 5px /calc(100% - 10px) 1px no-repeat;
}

.full {
    width: 100%;
}

#tel-form{
    width: 40%;
}

#email-form{
    width: 59%;
}
#setor-form{
    width: 65%;
}
#estado{
    width: 34%;
    border: none;
}

#message {
    resize: none;
    cursor: auto;
    height: 4rem;
    background: linear-gradient(#fff, #fff) center bottom 0px /calc(100% - 10px) 1px no-repeat;
    font-family: 'Lato', sans-serif;
}

#message::-webkit-scrollbar {
    width: 1rem;
}

#message::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#message::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.btn {
    background: #008cff;
    width: 8rem;
    height: 2.5rem;
    border: none;
    border-radius: 10px;
    color: #eee;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 1s ease;
    padding: .2rem;
  }
  
.btn:hover {
background: #33ccff;
}

/* WPP FLOATING ICON */
header > a{
    position: fixed;
    right: 3.5rem;
    bottom: 3.5rem;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .8);

    -webkit-transition:all 50ms ease-in-out;
    -moz-transition:all 50ms ease-in-out;
    -o-transition:all 50ms ease-in-out;
    transition:all 50ms ease-in-out;
    
    z-index: 1001;
}

header > a:hover{
    -webkit-transform:scale(1.1, 1.1);
    -ms-transform:scale(1.1, 1.1);
    -moz-transform:scale(1.1, 1.1);
    transform:scale(1.1, 1.1);
}

header > a i {
    background-image: url('/imgs/icons.png');
    -webkit-background-size:auto 55px;
    -moz-background-size:auto 55px;
    background-size:auto 55px;
    background-position: -165px;
    height:55px;
    width:55px;
    cursor: pointer;
}

/* Descrição */

#description{
    height: 15rem;
    background: rgb(20, 20, 20);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    color: white;
}
.section-h1{
    padding: 3rem 0 1rem;
    font-size: 2.2rem;
}
#description h3{
    padding-bottom: 1rem;
}

#description .btn{
    margin-bottom: 3rem;
}

/* Ação */

#acao{
    height: 80rem;
    /* background: lightgray; */
    /* background: rgb(2,0,36);
    background: linear-gradient(45deg, rgb(0, 27, 49) 0%, rgb(1, 0, 22) 100%); */
    /* background-color: #000000;
    background-image: linear-gradient(147deg, #04619f 0%, #000000 74%); */
    background-color: #2a2a72;
    background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
    background: dee;
    height: auto;
    padding: 2rem 0 3rem;
    text-align: center;
    font-family: 'Lato', sans-serif;

}

#acao .thecard p{
    font-family: 'Lato', sans-serif;
}

.thecard-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0rem 1rem;
    justify-content: center;
}

#acao h1 {
    color: #ddd;
}

/* Serviços */
#servicos{
    text-align: center;
    color: white;
}
.fixed {
    background: url('imgs/pexels-lukas-669610.jpg') rgba(0, 0, 0, 0.596);
    background-blend-mode: multiply;
    z-index: -1;
}
  
#servicos h1{
    margin: 2rem 0;
    font-size: 2.2rem;
}
.fixed-background{
    padding: 2rem 2rem;

}
.servicos-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.servicos-container i{
    color: rgb(0, 174, 255);
}
.servicos-content{
    margin: 2rem;
    width: 22rem;
    min-width: 10rem;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    padding: 2rem;
    min-height: 26rem;
}
.servicos-content h3{
    margin-bottom: 1rem;
}
.servicos-content > span{
    display:block;
    width: 4rem; /*or whatever width you want the effect of <hr>*/
    border-bottom: 4px solid #ccc;
    border-radius: 2px;
    margin: 0 auto 1.5rem;
}
.servicos-content ul{
    text-align: justify;
}
.servicos-content ul li{
    margin: 1rem;
}

/* Tours */
#tours{
    text-align: center;
    padding: 3rem 6rem;
    background: white;
    object-fit: cover;
    height: auto;
}

#tours > h3{
    margin: 1.3rem 0;
    font-size: 2.2rem;
    color: #333;
}

#tours h4{
    font-size: 1rem;
    padding: 1rem;
}

/* Carousel */
.wrapper{
    width: 100%;
    height: auto;
  }
  .carousel{
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
    height: auto;
  }
  .carousel .card{
    color: black;
    margin: 20px 10px;
    font-size: 90px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  }
  .card{
      height: auto;
  }
  .owl-dots{
    text-align: center;
    padding-top: 1rem;
  }
  .owl-dot{
    height: 15px;
    width: 15px;
    margin: 0 5px;
    outline: none;
    border-radius: 50%;
    border: 2px solid #0072bc!important;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
  }
  .owl-dot.active,
  .owl-dot:hover{
    background: #0072bc!important;
  }

/* Projetos Sociais */

#social{
    text-align: center;
    justify-content: center;
    width: 100vw;
    background-color: #2a2a72;
    background-image: linear-gradient(315deg, #009ffd 0%, #2a2a72 74%);
    padding: 3rem;
    overflow-x: hidden;
}

#social > h3 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    color: white;
}

.social-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.social-content p{
    text-align: left;
    width: 50%;
    color: white;
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.social-content p a{
    display: inline;
    color: rgb(56, 209, 255);
}

.social-content p a:hover{
    color: rgb(107, 255, 255);
}

.social-imgs{
    width: 23rem;
    height: 27rem;
}

.social-imgs img{
    width: 15rem;
    height: auto;
    position: relative;
    display: block;
    border: white 5px solid;
}

@media screen and (max-width: 840px){
    .social-content p{
        width: 100%;
        padding: 1rem 0;
    }
    .social-imgs{
        height: 17rem;
    }
    .social-imgs img{
        width: 10rem;
    }
}
.social-imgs img:nth-child(2){
    top: -2rem;
    left: 8rem;
}
.social-imgs img:last-child{
    top: -4rem;
}


  
/* Selos */

#selos{
    background: #111;
    display: -webkit-box;   
    display: -moz-box;  
    display: -ms-flexbox; 
    display: -webkit-flex;  
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#selos > img{
    width: 20rem;
    margin: 2rem;
}

/*-- Footer Contact Section --*/

footer {
    background-color: #272b30;
    color: white;
    text-align: center;
}

.footer-container{
    display: inline-block;
    width: 30rem;
    font-size: 1.1rem;
    margin: 2rem 0 1rem;
}


.footer-container p:first-of-type{
    margin-bottom: 2rem;
}

.footer-container p:last-of-type{
    margin: .5rem 0 1rem;
}

footer img {
    height: 3rem;
    margin-bottom: .5rem;
}
  
footer a {
    color: white;
}
  
footer i {
    font-size: 1.6rem;
    margin: 0 .3rem;
    transition: color .1s ease;
}
  
footer i:hover {
    color: #34c6ff;
}
  
.socket {
    width: 100%;
    height: 2px;
    border: none;
    background: gray;
}
.socket-text{
    padding: 1rem 0 1.5rem;
    font-size: 1rem;
}

.socket-text span:first-of-type{
    color: gray;
}

.socket-text span:last-of-type{
    color: red;
}
  

/* Others */
.turn-svg-white {
    filter: invert(100%) sepia(28%) saturate(2%) hue-rotate(117deg) brightness(105%) contrast(101%);
}


@media screen and (max-width: 768px){
        /* form */
        .landing-content{
            padding: 3rem 0 0;
        }
        .landing-text{
            width: 80%;
        }
        .landing-text > h1{
            font-size: 2.3rem;
        }
        .landing-text > h3{
            font-size: 1.2rem;
        }
        
        .form{
            width: 100%;
            margin: 2rem;
        }
        #tel-form{
            width: 100%;
        }
        #email-form{
            width: 100%;
        }
        #setor-form{
            width: 100%;
        }
        #estado{
            width: 100%;
        }
        #tours{
            padding: 3rem 2rem;
        }

        header > a {
            right: 2rem;
            bottom: 2rem;
        }

        .footer-container{
            width: 80%;
        }
}