﻿@charset 'UTF-8';



/*=== ETIQUETAS ==========================================================*/

/*
body {
  display:flex;
  align-items:top;
}
*/
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: LetraWeb, Georgia, serif;
    color: #000000;
    font-size: small;
    margin-bottom: 120px;
    background-color: #FFFFFF;
    line-height: normal !important;
}


header {
    background-color: #FFFFFF;
}

nav,footer {
    background-color: #009900;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 100px;
    margin-top:20px;
}

main {
    background-color: #99CCCC;
}

h3 {
    color: #009900;
}
.headline {
    /*background-color: #ffe6ff;*/
    background-color: #E6FFE6;
    line-height: 40px;
    font-family: LetraWeb, Georgia, serif;
    color: #009900;
    font-size: 24px !Important;
    font-weight: bold;
}

/*=== AUXILIARES ===========================================================*/
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.margenDerecha {
    margin-right: 10px;
}
.margenIzda {
    margin-left: 10px;
}
.margenBottom {
    margin-bottom: 40px;
}
.alignDerecha{
    text-align: right !important;
}


/*=== ID ===========================================================*/
#maincontainer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: 100%;
    position: relative;
    margin-bottom: 200px;   
}



/*=== CLASSES ===========================================================*/
.logo {
    /*height: 64px;*/
    height: auto;
    /*background: url(../images/icons/logo.png) no-repeat;*/
    background-color: #FFFFFF;
    background-position: center left;
    /*margin: 0px 0px !important;*/
    /*padding: 0 !important;*/
}
.mainmenu div.alert-success{
    background-color:transparent;
}
.icon{
    max-width:50px;
    max-height:50px;
}

.botones {
    background-color: #FFFFFF !important;
}

.txtUser {
    /*font-family: Arial, Verdana, 'Times New Roman';*/
    font-family: LetraWeb, Georgia, serif;
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
    /*float: right;*/
    display: inline-block;
}

.txtBoton {
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #009900;
    font-weight: 700;
}



/*VISUALIZACION DE PRODUCTOS*/
.imagenProducto {
    width: auto;
    min-height: 50px;
    max-height: 100%;
    max-width: 100%;
    border: 1px solid #CCC;
    margin: 4px;
}

.listado-productos div .dataproduct a {
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
    color: #333333 !important;
    margin: 0;
}

.listado-productos .dataproduct a:hover {
    color: #009900 !important;
    font-weight: bold;
    text-decoration: none;
    background-color: #E6FFE6;
}
.shopping-counter {
    position: absolute;
    bottom: 20px;
}

#maincontainer .btn-success:hover {
    color: #009900!important;
    background-color:#fff;
}

body .btn-outline-success:hover{
    color:#fff !important;
}
/*Lista habitual*/
.linkBtn {
    font-size: inherit !important;
    padding: 2px;
    color: white !important;
}

/*PORTADA*/
.columnaPortada{
    max-height:550px;
    overflow:hidden;
}

/*
.columnaPortada div {
    padding: 0px !important;
}
    */
.columnaPortada div a.btn{
    position:absolute;
    bottom:11%;
    right:0;
    bottom: 40px;
}

.paddingremove {
    padding: 0px !important;
}

/*PAGINACIÓN*/
.page-item.disabled .page-link {
    color: #fff !important;
    pointer-events: none;
    cursor: auto;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #ccc !important;
    border-color: #dee2e6;
}

/*=== Trinufer - Acerca de ===*/
.titular {
    font-size: 16px;
    color: #009900;
    font-weight: bold;
}
.txtDesa {
    font-size: 14px;
    color: #333333;
}
.acercaImg {
    width: 100%;
    border: 1px solid #333333;
}
.acercaWidth{
    width: 70%;
}
.faqWidth {
    width: 50%;
}

.alt100 {
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
