﻿body
{
    font-family: "Nunito", sans-serif;
}

/* Personalizacion */
.personalizacion-commerce-logo {
    background: url("/Areas/Commerce/Content/Images/Commerces/ReservaDirecta/ReservaDirectaLogo.png") no-repeat;
    margin-top: 0px;
}

.personalizacion-commerce-header
{
     /*background-color: #b6ff00;*/
}

.personalizacion-commerce-menusuperior-links
{
    /* color: white; */
}

.personalizacion-commerce-menusuperior-links:hover
{
    /*background-color:  white;
    color: red;*/
}

@media screen and (min-width: 992px) 
{
    .personalizacion-commerce-busquedas-fondo
    {
        padding: 10px;
        background-color: bisque;
        background: url(/Areas/Commerce/Content/Images/Commerces/ReservaDirecta/ReservaDirectaBuscadores.jpg) center / cover;
    }
}

.personalizacion-commerce-index-image
{
    /*content: url(http://www.dazart.com.ar/varios/PromoVerano.png);*/
    /*content: url(http://www.dazart.com.ar/varios/PromoVerano2.jpg);*/
    /*content: url(http://www.dazart.com.ar/varios/VintageCamera2.jpg);*/
    content: url(/Areas/Commerce/Content/Images/Commerces/ReservaDirecta/ReservaDirectaPortalRD.jpg);
    
    width: 100%;
}
/*.personalizacion-commerce-resumen-compra-header
{
    background: rgb(239,83,110);
    background: linear-gradient(117deg, rgba(112,83,110,1) 0%, rgba(234,100,34,0.8) 100%);
    color: #fff;
    height: 100%;
    padding: 16px 19px;
    font-size: large;
    font-weight: bold;
}

.personalizacion-commerce-servicios-titulos
{
    font-weight: 500;
    font-size: large;
    background: rgb(239,83,110);
    background: linear-gradient(117deg, rgba(112,83,110,1) 0%, rgba(234,100,34,0.8) 100%);

    color: #fff;
    height: 100%;
    padding: 3px;
}*/

.personalizacion-commerce-loading {
    /*width: 300px;
    height: 200px;
    content:url("https://flevix.com/wp-content/uploads/2019/07/Ring-Preloader.gif");*/
 
}

.personalizacion-commerce-menuproductos-fondo {
    /*background: linear-gradient(117deg, rgba(202,23,1010,21) 0%, rgba(24,250,34,0.8) 100%); Barra en degrade*/
	/*background: linear-gradient(117deg, rgba(112,83,110,1) 0%, rgba(234,100,34,0.8) 100%);*/

}

.personalizacion-commerce-menuproductos-links:visited
{
    /*color: white;*/
}

.personalizacion-commerce-menuproductos-links:hover
{
    /*background-color: white;
    color: rgba(234,100,34,0.8);*/
}

.personalizacion-commerce-menuproductos-links:link
{
    /*color: blue;*/
}

.personalizacion-commerce-menuproductos-links-activo:link
{
    /*background-color: #931c2e;
    color: white;*/
}

.personalizacion-commerce-menuproductos-links-activo:visited
{
    /*background-color: #931c2e;
    color: white;*/
}

.img-botones-customizables-header {
    width: 40px;
    height: 40px;
}

/* Footer */
.commerce-footerV2 {
    background-color: #FFFFFF;
    padding: 10px;
}

    .commerce-footerV2 a:link {
        font-size: 16px;
        font-weight: 700;
        color: #013C10;
        text-decoration: underline;
    }

    .commerce-footerV2 a:visited {
        font-size: 14px;
        font-weight: 700;
        color: #013C10;
        text-decoration: underline;
    }

    .commerce-footerV2 a:hover {
        color: #013C10;
        padding: 5px;
        background-color: transparent;
    }