
.Montserrat-Regular{
    font-family : Montserrat-Regular;
}

.Montserrat-Bold{
    font-family : Montserrat-Bold;
}

.HermannHeavy{
    font-family: HermannHeavy;
}

.HermannRegular{
    font-family: HermannRegular;
}

.Titulo{
    font-family: HermannHeavy;
    color:#9D2449;
}
.Subtitulo{
    font-family: HermannHeavy;
    color: #4E232E;
    color:#B38E5D;
}
.Texto{
    font-family: HermannRegular;
    color:black;
}

.bgVinoDark{    
    background-color:#621132 !important;
}

.bgVinoLigth{
    background-color: #9D2449 !important;
}
 

.TituloPagina{
    font-family: OpenSansBold !important;     
}

.TituloModulo{
    font-family:HermannBold !important; 
    color:black !important;
}


.TituloBlanco{
    color:white !important;
}


.bgCremaDark{
    background-color: #B38E5D !important;
}

.bgCremaLigth{
    background-color:#D4C19C !important;
}

.btnCremaDark{    
    background-color: #B38E5D !important;
    color:white !important;
    font-family: OpenSansRegular !important;
}

.btnCremaDark:hover{    
    background-color: #D4C19C !important;        
}

.btnVerdeDark{
    background-color: #13322B !important;
    color:white !important;
    font-family: OpenSansRegular !important;
}

.btnVerdeLigth{
    background-color: #285C4D !important;
    color:white !important; 
    font-family: OpenSansRegular !important;
}

.btnVerdeLigth:hover{
    background-color: gray !important;
    color:white !important;    
}

.Pantone7421ColorVinoDark{    
    color:#621132;
}

.Pantone7421ColorVinoLigth{
    color:#9D2449;
}


.Pantone7421ColorVerdeDark{
    color: #13322B;
}

.Pantone7421ColorVerdeLigth{
    color:#285C4D;
}


.Pantone7421ColorCafeDark{
    color: #4E232E;
}

.Pantone7421ColorCafeLigth{
    color:#56242A;
}


.Pantone7421ColorCremaDark{
    color: #B38E5D;
}
.Pantone7421ColorCremaLigth{
    color:#D4C19C;
}
 


.navbar {
    padding-top: 0.5px !important;
    padding-left: 5px !important;    
    padding-bottom: 0.5px !important;
}


.errorMessage li{ 
    list-style: none;
    color:red;
    font-family: OpenSansRegular;
}



body {
    font-family: OpenSansRegular;
}
h1, h2, h3, h4, h5 {
    font-family: OpenSansRegular;
}
/*label {

}*/

.OpenSansBold {
    font-family: OpenSansBold;
}

.OpenSansRegular {
    font-family: OpenSansRegular;
}


.OpenSansLight {
    font-family: OpenSansLight;
}

label{
    font-family: OpenSansRegular;
}

.nav-color-oficial {
    background-color: #9D2449 !important;
    color: #fff !important;
}



@font-face {
    font-family: "Montserrat-Regular";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Montserrat-Regular.ttf") format("woff"),url("../font/Montserrat-Regular.otf") format("opentype");
}


@font-face {
    font-family: "Montserrat-Bold";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/Montserrat-Bold.ttf") format("woff"), url("../font/Montserrat-Bold.otf") format("opentype");
}


@font-face {
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/open-sans.bold.ttf") format("woff"),url("../font/open-sans.bold.ttf") format("opentype");
}


@font-face {
    font-family: "OpenSansRegular";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/open-sans.regular.ttf") format("woff"), url("../font/open-sans.regular.ttf") format("opentype");
}

@font-face {
    font-family: "OpenSansLight";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/open-sans.light.ttf") format("woff"), url("../font/open-sans.light.ttf") format("opentype");
}



@font-face {
    font-family: "HermannHeavy";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/W Foundry - Hermann Heavy.otf") format("opentype");
}

@font-face {
    font-family: "HermannRegular";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/W Foundry - Hermann Regular.otf") format("opentype");
}

@font-face {
    font-family: "HermannBold";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../fonts/W Foundry - Hermann Bold.otf") format("opentype");
}


