// public/css/main.scss

@charset 'utf-8';

@import "~bootstrap/scss/bootstrap";

*
{
font-family: Lato;
}

a, a:visited, a:active, a:hover 
{
    text-decoration: none !important;
    color: none !important;
}

body
{
    color: #1b1515 !important;
}

h1,h2,h3,h4,h5,h6
{
   color: #1b1515 !important;
}

.container-fluid
{
  padding: 0px !important;
  margin: 0px !important;
  margin-top:80px !important;  
}

.superior 
{    
    height: 80px;
    max-height: 80px;
    color: $white;
    width: 100%;
    background-color: #f00;
}

.rowHeader
{
   margin-left: 0px !important;
   margin-right: 0px !important;
}

.anuncios
{
    background-color: #f00;
    height: 100%;    
    line-height: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    width: 100%;
    color: #fff;    
    padding-left: 5px;
    padding-right: 0px;
}

.datosusuario
{
    background-color: #005ca3;
    color: #fff;
    font-size: 0.9rem;
    line-height: 50px;
    padding-left: 0px;
    padding-right: 5px;
    text-align: right;
}

.datosusuario a
{
    color: #fff;
}

.menu
{
    /*height: 3rem;*/
    line-height: 50px;
}

.navbar-light
{
    border-color: #005ca3 !important;
    background-color: #005ca3 !important;
}

.nav-link
{
    color: #fff !important;
}

#listTabs .nav-link, #listTabsRiegos .nav-link{
    color: #000 !important;
}

#enviar>ul, #existen>ul{
    padding-inline-start: 0px;
}

.fixed-header
{
   position: fixed;
   right: 0;
   left: 0;
   top: 0;
   z-index: 1030;
}

.fixed-top
{
    top: 50px;
}

.col-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12
{
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.noBottom
{
    margin-bottom: 0px !important;
}

.text-photo
{
   color: #747373;
   margin-top: 14px;
   font-weight: 600;
}

.text-producto
{
   color: #747373;
   font-weight: 600;
}

.text-descripcion
{
  color: #747373;
}

.precio
{
   color: #f00;
   font-weight:600;
}


.footer
{
   background-color: #000;
   color: #fff;
   height: 80px; /* Set the fixed height of the footer here */
   width: 100%;
   line-height:80px;
   margin-top: 20px;
}

.row
{
   margin-right: 0px;
}

.cartbtn
{
   margin-top: 18px;
}

.btn
{
   background-color: lightskyblue !important;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    background-color: #117a8b !important;
}

@media (max-width: 767px){
    #espaciosup {
        min-height: 11.5rem;
    }
}

@media (min-width: 768px){
    #espaciosup {
        min-height: 9.5rem;
    }
}

.fos_user_content
{
    margin-left: 15px;
    margin-right: 15px;
}


.form-check-input
{
    margin-left: 0px !important;
}

.aviso
{
    font-size: 1.4rem;
}


.map
{
    width: 100%;
    height: 720px;
}


.close{
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 16px 12px 16px;
}

.findPos{
    position: absolute;
    right: 40px;
    top: 0;
    padding: 12px 16px 12px 16px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button, 
input[type=date]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

