@font-face {
    font-family: "ChunkFive-Regular";
    src: url("./icon/ChunkFive-Regular.otf");
}

@font-face {
    font-family: "GreatVibes-Regular";
    src: url(./icon/GreatVibes-Regular.otf);
}
@font-face {
    font-family: "Lato-Regular";
    src: url(./icon/Lato-Regular.otf);
}
@font-face {
    font-family: "Poppins-Regular";
    src: url(./icon/Poppins-Regular.otf);
}
@font-face {
    font-family: "Roboto-Regular";
    src: url(./icon/Roboto-Regular.ttf);
}
@font-face {
    font-family: "AmaticSC-Regular";
    src: url(./icon/AmaticSC-Regular.ttf);
}

   .fuenteEstilo{
       font-family: sans-serif, "Helvetica Neue", Arial;
       font-stretch: normal;
       font-style: normal;
       font-weight: normal;
   }
   .dd-option{ 
       padding:10px; 
       display:block; 
       border-bottom:solid 1px #ddd; 
       overflow:hidden; 
       text-decoration:none; 
       color:#333; 
       cursor:pointer;
       -webkit-transition: all 0.25s ease-in-out; 
       -moz-transition: all 0.25s ease-in-out;
       -o-transition: all 0.25s ease-in-out;
       -ms-transition: all 0.25s ease-in-out;
       font-weight:bold;    
       font-size: 12px;
       height: 30px;
       width: 130px;
    }
    .dd-option-image{
        vertical-align:middle; 
        float:left; 
        margin-left:0px; 
        width:35px !important;
        max-height:15px !important;
    }
    .dd-option-text{
        font: size 12px;
        color:black;
        max-width:30px;
        vertical-align: text-top;
    }

   .dd-selected{ 
        padding:5px;
        width: 140px;
        height: 35px !important;
        overflow:hidden; 
        display:block; 
        font-size: 25px;
        font-weight:bold;
    }

   .dd-selected-image { 
       vertical-align:middle; 
       float:left; 
       margin-right:5px; 
       max-width:35px !important;
       max-height:15px !important;
       
    }
    .dd-selected-text { 
        display: inline-block;
        margin-bottom:0px;
        font-size: 12px;
        vertical-align:top;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color:black;
    }