@font-face {
    font-family: myFirstFont;
    src: url(leelawadee.ttf);
  }

@font-face {
    font-family: myFirstFont2;
    src: url(LeelaUIb.ttf);
  }

  body, html{
    background-color: #2e2d2d;
  }



  a{
    font-family: myFirstFont;
    color: white;
    font-size: 19px;
    
  }

  #a{
    overflow: hidden;
  }

  .flex-container {
    display: flex;
    background-color: rgb(255, 255, 255);
    margin-right: 10%;
  }
  
  .flex-container > div {

    margin: 10px;
    padding: 20px;
    font-size: 30px;
    max-width: 600px !important;
  }

  
#info{
    transition: 0.5s;
    float:right;
    position: absolute; 
    font-size: 33px;   
    top: 700px;
    left: 100px; 
    width: 600px;
    font-family: myFirstFont;
    z-index: 100000;
}

#infoTitle{
    transition: 0.5s;
    float:right;
    color: #29166F;
    position: absolute; 
    font-size: 50px;   
    top: 550px;
    left: 100px; 
    width: 2600px;
    font-family: myFirstFont2;
}


#a{
width: 1060px;
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-moz-transform-origin: 0 0;
transform: scale(0.51);
overflow: hidden !important;

}

#box{

    position: fixed;
    text-align: center;
    top: 15px;
    right: 10px;
    border-radius: 20px;
    max-height: 95%;
    overflow-y: auto;

}

b{
    color: #29166F;
    font-family: myFirstFont2;
}

#textValue{

    min-height: 500px;
    max-width: 100%;
    font-size: 15px;
    text-align: center;
    background-color: #ffffff;
    font-family: myFirstFont !important;
}

.doll{
  position: absolute;
  width: 1000px;
  height: 1260px;
  top: 70px;
  left:90px;
}




#textSize, #textTitleSize,#textValue,#textTitle {
  transition: 0.2s;
    border-radius: 4px;
    font-family: myFirstFont2;
    outline: none;
    height: 4%;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.buttons{
  position: fixed;
  top: 70px;
  left: 35px;
}

.buttons > button{
  background-color: #2e2d2d;
  opacity: 0.3;
  transition: 0.5s;
}

.buttons > button:hover{
  opacity: 1;
}

.buttons2{
  position: fixed;
  top: 900px;
  left: 905px;

}

.buttons2 > button{
  background-color: #2e2d2d;
  opacity: 0.3;
  transition: 0.5s;
}

.buttons2 > button:hover{
  opacity: 1;
}



#textSize,#textTitleSize{
    height: 4%;
}

.inputDefault{
  width: 100%;
   height: 4%;
   border-radius: 4px;

}

#logoCosta{
    position: absolute; 
    font-size: 5vh;   
    top: 1090px;
    left: 60px;  
    max-width: 290px;
    padding-right: 60%;
}




#logo3{
    position: absolute; 
    font-size: 5vh;   
    top: 1090px;
    left: 60px;  
    max-width: 290px;
    padding-right: 60%;
}


#logoCosta2{
  position: absolute; 
  font-size: 5vh;   
  top: 1090px;
  left: 80px;  
  max-width: 290px;
  padding-right: 60%;
}

select{
  font-family: myFirstFont;
  color: rgb(61, 61, 61);
  font-size: 19px;
  background-color: white;
  outline: 2px auto #1c87c9;
  border-radius: 2vh;
  box-shadow: none;
  height: 5vh;
  width: 100%;
  padding: 10px;
}

.verticalLine { 
    position: absolute;   
    left: 350px;
    top: 1130px;
    background-color: black;
    width: 2px;
    height: 80px;
  }



#logoParceiro{
    position: absolute; 
    font-size: 5vh;   
    top: 1097px;
    left: 370px; 
    transform-origin: center;
    max-width: 240px;
    padding-right: 60%;
}


#logoParceiro2{
  position: absolute; 
  font-size: 5vh;   
     top: 1090px;
    left: 380px;
  max-width: 290px;
  padding-right: 60%;
}


button {
	background-color:#645d7e00;
    border-radius: 1vh;
    border-color: #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:17px;
	padding:6px 24px;
	text-decoration:none;
    font-family: myFirstFont;

}


#textTitleSize, #textTitleMove{
        width: 100%; /* Full-width */
        height: 25px; /* Specified height */
        background: #d3d3d3; /* Grey background */
        outline: none; /* Remove outline */
        opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
        -webkit-transition: .2s; /* 0.2 seconds transition on hover */
        transition: opacity .2s;
      }
      

      #textTitle, #textTitleMove{
        width: 100%; /* Full-width */
      }


      #textTitleSize:hover {
        opacity: 1; /* Fully shown on mouse-over */
      }


      .enterDoll{
        animation-name: dollEnter;
        animation-duration: 1s;
        animation-iteration-count: 1;
      }

      @keyframes dollEnter{
        0%{left:530px;opacity: 0;}
        100%{left:130px;opacity: 1;}
      }




      .trocarBoneca{
        position: fixed;
        top: 70px;
        left: 800px;

      }


      .trocarDig{
        position: fixed;
        top: 80px;
        left: 500px;

      }
      
      .trocarBoneca > button{
        background-color: #2e2d2d;
        opacity: 0.3;
        transition: 0.5s;
      }
      
      .trocarBoneca > button:hover{
        opacity: 1;
      }

      #logoContainer{
        position: absolute;
        top: 0;
      }
      