@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing:border-box;
    text-decoration:none;


}

body{ width: 100%;font-family: 'Nunito', sans-serif;overflow-x:hidden;}

img{max-width:100%;}

.row{display: flex;flex-direction:row;align-items:center;}
.row-reverse{display: flex;flex-direction:row-reverse;align-items:center;}
.column{ display: flex; flex-direction:column;align-items:center;justify-content:center;}

.font-white{color:#fff;}
.font-black{color:#0F0F0F;}
.font-blue{color:#506aaf;}
.strong{font-weight:800;}
.light{font-weight:300;}
.underline{text-decoration: underline;}
.nunito{font-family: 'Nunito', sans-serif;}
.text-center{text-align:center;justify-content: center;}

header{
    align-items: center;
    justify-content: space-around;
    padding-top: 8vh;
    padding-bottom: 2vh;
    padding-left:5vw;
    padding-right: 5vw;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

nav a{color:#fff;}

ul li {
    margin-left: 2vw;
    margin-right: 5vw;
    font-size:24px;
}

nav ul{ list-style: none;}

section{height: 80vh;width:100%;}
.a {height:100vh;}

.container{
    flex-basis: 80vw;
    margin: -1px auto;
}

.section-two{height:110vh;}

.a>.container{ margin-top:15vh;}
section.b {height: 100vh;}
.b>div.container{
 padding-left: 15vw;
 padding-top: 10vh;

}

.section-app{height: 80vh;}

.ml-1{margin-left:0.5vw;}
.start{align-items: flex-start}

.lista>ul>li{text-align: start;}

.item {
    flex: 1 1 0;
    width: 0;
  }

iframe{margin-bottom: 2vh;;}

.sobre{
    background-image: url(../img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.a{
    background-image: url(../img/feature.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; 
}

.b{
    background-image: url(../img/photo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; 
}

.texto{ height:40vh;}

.margin-top{margin-top:10vh;}

.app{width:13vw;margin-left: 10px;}

.font-lg{font-size: 64px;}

.font-md{font-size: 56px;}

.font-reg{font-size:28px;}

.font-min{font-size: 40px;}

.font-sub{font-size:32px;}

.font-extra-min{font-size: 24px;}

.font-copyright{font-size: 18px; margin-left:-4vw;}

.box{width:300px;height:304px;margin-left:5px;margin-top:5px;}

.box img{padding-top: 10vh; padding-bottom: 2vh;}

.lista>ul li {margin-left: 6vw;}

.lista>ul li {font-size: 38px;}

.box-text-image-img{width: 55vw;}

.box-text-image-text{width:34vw;padding-bottom: 10vh;}

.img-txt{ height: 110vh;}

.form{height: 100vh;;}

.margin-top-5{margin-top: 5vh;}

p{padding-bottom: 2vh;}

.maps>*{margin-left: 15vw;}


.myInput{ padding:2vh 2vw;}

/*********** FORMULARIO ***********/

.box-form{margin-top: 2vh;}

#msg,.btm{height: 15vh;}

.btn{
    background-color:#fff;
    padding:1vh 5vw;
    color:#506aaf;
    border-radius: 5px;
    margin-left: -5vw;
}

footer{
    width: 100vw;
}

.myInput:focus::-webkit-input-placeholder {
  visibility:hidden; /*hide placeholder on focus*/
}

.myInput {
  padding: 5px;
  height: 43px;
  width:29vw;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  color:#fff;

}

input#nome {
    margin-top: -10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.box-form{position: relative;}

.myInput-label,.myInput-label-txt {
  display: none;
  font-size:16px;
  color:#fff;
  font-family:sans-serif;
  background-color: #506aaf;
  padding: 0 10px;
}

textarea{ resize: none;}

/*style of label when input is focused*/
.myInput:focus + .myInput-label  {
  display: inline-block;
  position:relative;
  left: -29vw;
  top:-24px;
  z-index: 500;
}



.myInput:focus + .myInput-label-txt  {
    display: inline-block;
    position:relative;
    left: -29vw;
    top:-14vh;
    z-index: 500;

  }

  textarea:focus, input:focus{
    outline: none;

}


  /* ANIMAÇÕES */
  @keyframes button {
    from {background-color: #fff;}
    to {background-color: #506aaf;}
  }

  @keyframes underline {
    from {text-decoration: none;}
    to {text-decoration: underline; text-decoration-color: #506aaf;}
  }

  header>nav>ul>li>a:hover{
    animation-name: underline;
    animation-duration: 1.5s;
  }
 
  .btn:hover{
    transition-duration: 0.5s;
    animation-name: button;
    animation-duration: 4s;
    border: 0.5px solid #fff;
    background-color: #fff;
}

.menu-show{
    display:none;
    visibility: hidden;
}




/*// Small devices (landscape phones, less than 900px)
*/
@media (max-width: 1600px) { 
    .font-lg {font-size: 44px;  }
    .font-reg {font-size: 18px;}
    .font-md { font-size: 50px; }
    .font-min {font-size: 30px;}
    .font-extra-min { font-size: 16px; }
    .a{height: 100vh;}



    #msg,.btm{height: 20vh;}


.myInput:focus + .myInput-label-txt  {
    top:-19vh;


  }

}

@media screen and (max-device-height: 715px){
    section {
        height: auto;
        width: 100%;
    }

    .section-two {
        height: auto;
    }

    .a {
        height: auto;
    }

    .texto {
        height: 60vh;
    }

    .font-lg {
        font-size: 38px;
    }

    .font-reg {
        font-size: 15px;
    }
    
    .section-two p {
    width: 98vw;
}
.section-two .row {
    width: 64vw;
}
section#sobre {
    height: auto;
}
.box p.font-extra-min {
    width: auto;
}
    
}


@media (max-width: 900px) { 
    .sobre{
        display: flex;
        flex-direction: column!important;
        height: 120vh;
        
    }
    .font-reg {font-size: 18px;}
    .font-md {
        font-size: 30px;
    }

    .section-two, .features {
        height: 120vh;
    }

    .font-min {
        font-size: 24px;
    }

    .menu-show{
        display:flex;
        visibility: visible;
    }

    nav.row {
        display: none;
        position: absolute;
        background-color: #506aaf;
        width: 100vw;
        height: 50vh;
        top:70px;
        z-index: 1000;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        opacity: 0.98;
    }

    .row>ul{ margin-top:10vh;}

    .row>ul li { margin-bottom: 3vh;}

    .row>ul li a{
        color: #fff!important;
        font-size: 16px;
    }

    .detalhes{ display: none;}

    header{
        display: flex;
        flex-direction: row!important;
        justify-content: space-around;
        padding-top: 2vh;
        padding-bottom: 5vh;
    }

    .logo{width:40vw;}

    .far,.fas{cursor: pointer;}

    header>nav>ul{ display: none; }

    .row,.row-reverse {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .item {
        flex:3 1 0;
        width: 100vw;
    }

    .font-lg {  font-size: 32px;}

    .app {width: 50vw;}

    .margin-top{margin-top: 5vh;}

    .section-two,.features{
        margin-top:40vh;
        width: 100vw;
    }

    .b{ margin-top: 0;}

    .box-text-image-text {
        width: 80vw;
        padding-bottom: 10vh;
        text-align: center;
    }

    .a > .container { margin-top: 10vh; }

    p {
        padding-bottom: 2vh;
        padding: 2vw;
    }
    .box {
        height: 204px;
        margin-top: 5px;
    }

    .img-txt {height:auto;}

    .form {
        height: 110vh;
        text-align: center;
    }
 
    .myInput {
        padding: 5px;
        height: 43px;
        width: 80vw;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
    }

    .maps > * {
        margin-left: -5vw;
        text-align: center;
    }

    .box-form {
        position: relative;
        text-align: center;
    }

    .btn {
        background-color: #fff;
        padding: 1vh 16vw;
        text-align: center;
        margin: 0;
    }

    .box-form { padding-bottom: 3vh;}

    .myInput:focus + .myInput-label  {
        display: inline;
        visibility: visible;
	top:  -6.5vh;
   	position: relative;
    	left: -30vw;
        
      }

    .myInput:focus + .myInput-label-txt   {
        display: inline;
        visibility: visible;
	top: -22vh;
   	position: relative;
    	left: -27vw;    
        
    }

    .box-form {
        width: 80vw;
        margin: 0 auto;
    }

    #msg {margin-left: 0;}
      
    .lista > ul > li {
        font-size: 18px;
        padding-bottom: 2vh;
    }

    .myInput-label,.myInput-label-txt {
        display: inline;
        visibility: hidden;    

      }
      
    .lista {
        width: 100vw;
        padding-left: 5vw;
    }

    .row, .row-reverse { text-align: center; }

      footer > div > nav > ul li {
        margin-top: 5vh;
    }

}