@font-face {
    font-family: 'gothic';
    src: url('gothic.ttf') /*Para os demais navegadores*/;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothic';
    src: url('gothicb.ttf') format("truetype") /*Para os demais navegadores*/;
    font-weight: bold;
    font-style: bold;
}

a:link, a:visited, a:active{
    text-decoration: none;    
}
body{
   font-family: 'gothic', sans-serif;
}
html{
   
}

p{
    
}
h1{
    text-transform: uppercase;
    font-family: 'gothic', sans-serif;
    font-weight: bold;
    letter-spacing: 1.1rem;
}
h4{
    text-transform: uppercase;
    font-family: 'gothic', sans-serif;
    font-weight: bold;
    letter-spacing: 0.5rem;
}

.txpink{
     color: #d27ba1;
}


#logo-topo{
    width: 310px;
}
.dropdown-item{
    font-size: 0.9rem;
}
.dropdown-menu{
    padding-right: 50px;
}
.dropdown-menu a:active{
    background: #d27ba1;
    color: #000;
}

.redes{
    padding-top: 27px;
}


#banner1{
    
}
/* Criando os botoes*/
.butn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff;
 font-size: 1.1rem;
  background: #d27ba1;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
    text-align: center;
}

.butn:hover {
  background: #d27ba1;
  text-decoration: none;
color: #fff;
}

.butn2 {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #d27ba1;
 font-size: 1.1rem;
  background: #fff;
    border: solid 2px #d27ba1;
  padding: 4px 8px 4px 8px;
  text-decoration: none;
text-align: center;
}

h3:link {
  background: #fff;
  text-decoration: none;
    color: #d27ba1;
   border: solid 3px #d27ba1;
}
.butn2:hover {
  background: #fff;
  text-decoration: none;
    color: #d27ba1;
   border: solid 3px #d27ba1;
}
.imageinstagram{
    width: 33%;
    float: left;
    padding: 5px;
}
/* ajustando video*/
.embed{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.embed iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}
.bt-menu{
    border: solid 1px #ccc;
    padding: 15px;
    text-align: center;
}
.bt-menu a{
    color: #000;
}

.btn{
    background-color: #d27ba1;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
#rodape p{
    font-size: 0.9rem;
 
}
#navrodape a{
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
/*lookbook*/

.card{
    background-color: #ECDFEC;
    border: none;
    border-radius: 0;
     border: solid 1px #ccc;
}
.card-text{
    font-size: 0.9rem;
}
.icon-share{
  color: #d27ba1;
font-size: 1.4rem;
}
.modal-content{
 border-radius: 0;
    
}
.modal-lg {
    min-width: 70%;
}
.modal-dialog{
   height: 100%; /*altura da view da modal*/
   margin-top: 0;
}
.closemodal{
    font-size: 1.0rem;
}
/*form*/


/*form fim*/

/* ajustando tamanhos*/
@media (max-width: 900px) {

}
@media (max-width: 720px) {


}
@media (max-width: 576px) {
    html{
        font-size: 0.7rem;
    }
    p{
        font-size: 1.2rem;
    }
    .txpink{
     color: #d27ba1;
}

    .bt-menu{
        margin-bottom: 20px;
    }
    .dropdown-item{
    font-size: 1.2rem;
}
    #logo-topo{
    width: 200px;
}
    .redes{
    padding-top: 15px;
}
    .imageinstagram{
    width: 100%;
    float: left;
    padding: 5px;
}
   
}