*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
body{
    font-family: 'Nunito Sans';
    color: #333333;

}


#container-child-1{
    margin-bottom: 5vh;
}

.container{
    width: 60vw;
    height: auto;
    margin: auto;
    margin-top: 10vh;
    padding:2vw;
    border-color: hsla(0, 0%, 100%, 0.5);
    box-shadow: 4px 4px 10px 1px hsl(0, 0%, 60%);
}

.child-1-title{
    font-size: 1.618rem;
    font-weight: bold;
    color: #4E6CAD;
    padding-bottom: 3vh;
}
.box{
    width: 100%;
    background-color: hsl(0, 0%, 94%);
    padding: 1.5vh;
    border: none;  
    border-radius: 5px;  
    margin-top: 1vh;
    margin-bottom: 4vh;
    
}
.container-child-2:active{
    border: whitesmoke;
}
.box-2{
    width: 100%;
    background-color: hsl(0, 0%, 94%);
    padding: 1.5vh;
    padding-bottom: 20%;
    border: none;  
    border-radius: 5px;  
    margin-top: 1vh;
    margin-bottom: 4vh;
}
.box, .box-2:focus{
    outline: 0;
}
.link-call{
    display: flex;
    background: #3F4D6E;
    padding: 5vh 35vw;
    border-radius: 10px;
    position: fixed;
    top: 88vh;
    z-index: 2;
}
.link-call-sleep{
    display: flex;
    background: #3F4D6E;
    padding: 4.9vh 5vw;
    border-radius: 10px;
    position: fixed;
    top: 88.1vh;
    z-index:1
}
.link-call-sleep .link-call-txt-icon:nth-child(1){
    padding-top: 2vh;
}
.arrow-2{
    transform: scaleX(-1);
}
.link-call-sleep .link-call-txt-icon:nth-child(2){
    padding-top: 1vh;
}
.link-call-child{
    left: 2vw;
    top: 2vh;
    position: absolute;
    color: white;
    display: flex;
}
    
.link-call-txt-icon{
    display: flex;
    align-items: flex-start;
    padding-right: 2vw;
}
.link-call-txt-icon:nth-child(3){
    padding-top: 2vh;
}

.link-call-txt-icon-child{
    display: flex;
    flex-direction: column;
}
.link-call-txt-icon-child h4{
    color: white;
    font-size: 0.9rem;
    font-weight: 600 !important;
}
.link-call-txt-icon-child p{
    font-size: 0.9rem;
}
.link-call-txt-icon-child a{
    text-decoration: none;
    color: white;
    font-size: 0.9rem;
}
.link-call-txt-icon-child a:hover{
    color: #6ea6f0;
}
.link-call-image{
    padding-right: 1vw;
}
footer{
    background-color: #EFEFEF;
    height: auto;
    margin-top: 123.36px;
}

#nav-botton{
  display: flex;
  justify-content: flex-end;

}
#nav-botton ul{
    display: flex;
}
#nav-botton li:nth-child(1){
    padding-right: 7vw;
}
#nav-botton li{
  display: inline-block;
  padding-right: 1vw;
  font-size: 0.9rem;
  margin-top: 47px;
}

#nav-botton a{
    color:#333333;
    text-decoration: none;
}
#nav-botton li a{
    font-size: 0.9rem;
}

#nav-botton ul ul li a:hover{
    color: #176AD8;
    text-decoration: underline;
}

#icons{
  display: flex;
  padding-left: 8vw;
  margin-bottom: 1vh;
}
.youtube{
    margin-right: 1vw;
}
#todos-os-dir-reserv{
  padding-left: 8vw;
  padding-bottom: 2vh;
  font-weight: 500;
  
}
.nav-botton-child{
    font-size: 0.9rem;
    font-weight: 700;
    color: #6B6B6B!important;
}
container-button{
    display: flex;
}
#button{
    
    padding: 1.2vh 1.5vw;
    background-color: #176AD8;
    box-shadow: 0px 2px 4px 2px #0C3469;
    color: whitesmoke;
    border: none;
    font-size: 0.8rem;
    font-weight: 600;
}
@media(max-width:1900px){
    .link-call {
        left: 74vw !important;

    }
}
@media(max-width:1680px){
    .link-call {
        left: 71vw !important;
    }
}
@media(max-width:1600px){
    .link-call {
        left: 67vw !important;
    }
    .link-call-sleep{
        left: 91vw;
    }
}
@media(max-width:1320px){
    .link-call{
        left: 66vw !important;

    }
    .link-call-sleep{
        left: 90.5vw !important;
    }
}
@media(max-width:1280px){
    .link-call{
        left: 65vw !important;
    }
    .link-call-sleep{
        left: 90vw !important;
    }
}
@media(max-width:1200px){
    .link-call {
        left: 63vw !important;
    }
}
@media(max-width:1160px){
    .link-call {
        left: 62vw !important;
    }
    .link-call-sleep{
        left: 89vw !important;
    }
}
@media(max-width:1073px){
    .link-call {
        left: 60vw !important;
    }
}
@media(max-width:1035px){
    .link-call {
        left: 59vw !important;
    }
}
@media(max-width:1024px){
    .link-call {
        left: 58vw !important;
    }
    #nav-botton ul {
        display: flex;
        flex-direction: column;
        padding-bottom: 4vh;
    }
    #nav-botton {
        display: flex;
        justify-content: flex-start !important;
        padding-left: 8vw;
    }
}
@media(max-width:955px){
    .link-call {
        left: 55vw !important;
    }
    .link-call-sleep{
        padding-right: 7vw;
        left: 88vw !important;
    }
    .container {
        width:auto !important;
        height: auto;
        margin: auto;
        margin-top: 0vh !important;
        padding: 10vh 4vw;
    }
}
@media(max-width:900px){
    .link-call {
        left: 53vw !important;
    }
}
@media(max-width:860px){
    .link-call {
        left: 51vw !important;
    }
    .link-call-sleep{
        left: 87vw !important;
    }
}
@media(max-width:800px){
    .link-call-sleep{
        padding-right: 7vw;
        left: 86.5vw !important;
    }
    .link-call {
        left: 49vw !important;
    }
}
@media(max-width:760px){
    .link-call {
        left: 47vw !important;
    }
    
}
@media(max-width:724px){
    .link-call {
        display: none !important;
    }
    .link-call-sleep{
        display: none;
    }
}

@media(max-width:460px){
    #nav-botton li {
        padding-right: 15px;}
}
@media(max-width:360px){
    #todos-os-dir-reserv p{
        font-size: 0.7rem;
    }
    #nav-botton li{
        font-size: 0.7rem;
    }
}

    
