@charset "UTF-8";


/*.titulo-home*/


/*
 p .cambio{

font-weight: 400;
    color: white;
    font-family: 'ClassyBeautiful','Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    position: absolute;
    top: 20vw;
    left: 50vw;
    z-index: 1;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;


}
*/

@font-face {
    font-family: 'ClassyBeautiful';
    src: url('../fonts/ClassyBeautiful.ttf') format("truetype");
    font-weight: normal;
    font-style :normal;
}

#cambio{

src: url('../fonts/ClassyBeautiful.ttf') format("truetype");  
font-size:50px;
 font-weight: bold;
color:#FFCC66;
text-shadow: 1px 1px #333333;

}