body {
   margin: 0px;
 
  background-image:  url("travel.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}

#tudo {
     
     position:absolut;
     top:0;
     left:0;
     width:100%;
     height:auto;
     padding-bottom:30px;
}


#topo {
    background-color:#01454f; 
}


.logod{
     display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
        transition: width 1s;
        transition-timing-function: linear;
         height: 100px;
         padding:20px;
}
.logo {
    max-width:100%;
    max-height:100%;
    width: auto;
    height: auto;
    
}

#center {
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        

}
.contador {
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    
}
.contmeio{
     width: 600px;
     margin:0px 10px;
     background-color:#01454f;
     position: relative;
     margin-top:10px;
     justify-content: center;
        align-items: center;
        padding:10px 0px 20px 0px;
        color:white;
        border-radius:20px;
        
}
.contxt{
    text-align:center;
    margin:10px 0px;
    font-size:16px;
}
.numero{
    width: 24.5%;
    position: relative;
    justify-content: center;
    align-items: center;
    float:left;
    text-align:center;
    color:white;
    font-size:30px;
    border-right: 3px solid #047d8f;
     font-weight: bold;
  
}

.numerod{
    width: 25%;
    position: relative;
    justify-content: center;
    align-items: center;
    float:left;
    text-align:center;
    color:white;
    font-size:30px;
     font-weight: bold;
}
.dtext{
    width: 24.5%;
    position: relative;
    justify-content: center;
    align-items: center;
    float:left;
    text-align:center;
    color:#047d8f;
    font-size:15px;
    border-right: 3px solid #047d8f;
     font-weight: bold;
}
.dtextd{
    width: 24.5%;
    position: relative;
    justify-content: center;
    align-items: center;
    float:left;
    text-align:center;
    color:#047d8f;
    font-size:15px;
     font-weight: bold;
}


.center_right {
    width: 600px;
     background-color:#f6f6f6;
     position: relative;
     margin-top:10px;
     justify-content: center;
        align-items: center;
        border-radius:20px;
    }
#ebook {
    width: 50%;
    float: right;
    position: absolute;
    left:-20px;
}
.livro {
    height: 400px;
        float: right;
    position: absolute;
    left:-230px;
    top:10px;
    
}

.texto_grande{
    text-align:center;
    margin:30px;
    font-weight: bold;
}

.Laranja{
    color: orange;
}

.textpeq{
    text-align:center;
    margin:0px 0px 10px 0px;
    font-size: 14px;
     font-weight: bold;
     color:#525252;
     width:100%;
}
.form{
    position: relative;
    width:100%;
}

.input {
width:100%;
display:block;
outline:none;
font-weight:300;
padding:15px;
font-size:24px;
margin-bottom:8px;
border:1px solid #ddd;
border-radius:6px;
color:#a1a1a1;
position: relative;

}

.but{
    position:relative;
    font-size:26px;
    background-color: rgb(255, 175, 37);
    border: none;
    color: white;
    padding: 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width:100%;
    font-weight:bold;
cursor: pointer;
  box-shadow: 0 5px #de8c00;
  border-radius:6px;
}
.but:hover {
    box-shadow: 0 2px #de8c00;  
    transform: translateY(3px)
}

#content{
    padding: 0px 50px;
   
}
.fb-like{
    padding-bottom:20px;

}
.cadeIco {
padding-right:5px;
}
.textIco {
    color:#acc4cd;
}
#cade {
    width:100%;
    position:relative;
         display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
}
.rodape{
    background-color:#01454f;
   
	width:100%;
	padding: 10px 0px;
}
.por{
    color:#fff;
    margin:0;
    text-align:center;
    font-weight: bold;
    font-size:0.8em;
}

@media only screen and (max-width: 1000px) {
.logoD{
    height:12em
}
  .livro {
   height: auto;
   width:60%;
   float: left;
   position: relative;
   left:-0px;
   top:0px;
}
.livroD{
     height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
         display: flex;
      
}

.center_right {
    width: 90%;
    padding-bottom:20px;
}
.texto_grande{
    font-size:4em;
}
.textpeq{
    font-size:2em;
}
.input {
font-weight:600;
font-size:3em;
margin-bottom:8px;
border:5px solid #ddd;
border-radius:20px;
}
.but{
    
    font-size:3.5em;
    background-color: rgb(255, 175, 37);
    border-radius:20px;
}
.cadeIco {

width:1.5em;
}
.textIco {
    color:#acc4cd;
    font-size:2em;
}
#fb{
  display:none;
}

.por{
       font-size:1.8em;
}
.contmeio{
    width:90%;
}
.contxt{
    font-size:2.5em;
}
.numero{
font-size:3.5em;
  
}

.numerod{
font-size:3.5em;
}
.dtext{
font-size:2em;
}
.dtextd{
font-size:2em;
}
}

 
 