html{font-size: 14px;}
body{background: #fffde9; margin: 0; font-family: 'Montserrat', sans-serif;}
.bgHead{background: url("../img/ninos.png"); background-repeat: no-repeat; background-position: center; background-size: cover; height: 100%;}
.contaBG{width: 100%; height: 288px;}
.contaiBody{text-align: center; width:100%;}
.ContLogo img{width:100%; max-width: 340px;}
.Conta-sitio-C h1{font-weight: 300; color:#ec5547}
.linkSite a{color:#ec5547; font-weight: 500; font-size: 1.4rem; text-decoration: none;}

@media (max-width:767px){
    .ContLogo img{width: 100%; max-width: 90%;}
    .Conta-sitio-C h1{font-weight: 300; color: #ec5547; font-size: 1.5rem;}
    .linkSite a{color: #ec5547; font-weight: 500; font-size: 1.3rem; text-decoration: none;}
    .contaBG {width: 100%; height: 100px;}
}