

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'poppins', sans-serif;
}
body{
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
  width: 100%;
  background: #F5F5F5 !important;

}
.showMore{
  padding: 10px;
}

.card-size{
  width: 100%; height: 300px;overflow-y: hidden;
}
#navbarSupportedContent .nav-link:hover{
  color: #EEE04A !important;
  border-bottom: 1px solid;
}
.showMore .icon{
  display: none;
}
.brush-clean{
  color: #fff;
  font-size: 20px ;
  margin-bottom: 0px !important;
}
.list-items{
  margin-bottom: 0px;
}
/*Clases-nocambiables*/
  .titulo-seccion{
    font-size: 20px !important;
    color: #005dbd !important;
    font-weight: 500;
    margin-bottom: 20px;
  }



/*END-Clases-nocambiables*/


  .amda-sub{
    font-weight: 600 !important;
    color: black;
  }

  .ficha-hover{
    border: 0px solid gray;
    opacity: 0.9;
    
  }
  .ficha-hover:hover{
   border: 0px solid gray;
    opacity: 1;
  }
  .pagination ul li{
    background-color: transparent !important;
  }
  .pagination ul .active{
    background-color: transparent !important;
    color: #005dbd !important;
    border-bottom: 4px solid #005dbd;
  }
  .pagination ul li:hover{
    background-color: transparent !important;
    color: #005dbd !important;
    border-bottom: 4px solid #005dbd;
  }
/*all-filters sidebar*/

  /* The side navigation menu */
  .w-sidebar{
    width:0%;
  }

  .w-sidebar.active { 
    width:85%; max-width: 450px;
  }

  .sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }

  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }

  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }




/*all-filters sidebar*/





.No-Wrap{
  white-space: nowrap !important;
}
.btn-price{
  border: 1px solid #c4c4c4;
    padding: 12px 10px;
    min-width: 100%;
}
.bg-amda-image{  
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
}
.bg-amda-white{
  background-color: #fff;
  padding: 15px;
}
.bg-blue-2{
  background-color: #00269A;
}
.bg-ocs-blue{
  background-color: #0047ba;
  
}
.bg-amda-white2{
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 15px;
}
.bg-amda-red{
	background-color: #005dbd;
}

.c-amda-gray{
	color: rgba(0,0,0,.5) !important;
}
.c-amda-red{
  color: #005dbd !important;
}

.c-white{
  color: #fff !important;
}
#filtrosCar .w-filtros{
  min-width: 12vw;
}
.ficha-shadow{
  box-shadow: 0px 12px 7px 0px #d9d9d9aa;
  background-color: #fff;
  margin: 15px;
}
.heart-float{
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    position: absolute;
    box-shadow:0px 1px 18px 1px #ffe3e4;
    top: 12px;
    color: #e2345a !important;
    right: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}

.heart-float:hover{
  background-color: #e2345a !important;
  color: #fff !important;
}
.heart-float.active{
  background-color: #e2345a  !important;
  color: #fff !important;
}

.he-art{
   
    padding: 10px;
    border-radius: 12px;
    color: #e2345a;
    font-weight: 600;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}

.he-art:hover{
  background-color: #e2345a !important;
  color: #fff !important;
}
.he-art.active{
  background-color: #e2345a !important;
  color: #fff !important;
}

.share-float{
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    position: absolute;
    box-shadow:0px 1px 18px 1px #ffe3e4;
    top: 67px;
    color: blue;
    right: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}
.heart-float-2{
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    color: #e2345a;
     box-shadow:0px 1px 18px 1px #ffe3e4;
    font-weight: 600;
    letter-spacing: 2px;
        display: flex;
    align-items: center;
}

.heart-float-2:hover{
  background-color: #e2345a !important;
  color: #fff !important;
}
.heart-float-2.active{
  background-color: #e2345a  !important;
  color: #fff !important;
}

.c-gray{
  color: #686868 !important;
}
.c-black{
  color: #313131 !important;
}
.font-10{
  font-size: 10px;
}
.font-11{
  font-size: 11px;
}
.font-12{
  font-size: 12px;
}
.font-14{
  font-size: 14px;
}
.font-16{
  font-size: 16px;
}
.font-18{
  font-size: 18px;
}
.font-20{
  font-size: 20px;
}
.font-22{
  font-size: 22px;
}
.font-24{
  font-size: 24px;
}
.font-27{
   font-size: 27px;
}
.font-30{
   font-size: 30px;
}
.font-40{
   font-size: 40px;
}
.font-50{
   font-size: 40px;
}

.fw-300{
  font-weight: 300;
}
.fw-400{
  font-weight: 400;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
.fw-700{
  font-weight: 700;
}
.bg-green{

background-color:  #EEE04A ;
}
@media screen and (max-width: 340px){
    .bg-amda-image{  
      background-size: contain;
      height: 160px;
  }
}
/*BOTONES*/
 
    .boton-red-amda{
      min-width: 220px !important;
       width: 100% !important;
      background-color: #0047ba !important;
      border-radius: 5px !important;
      border: none !important;
     max-width: 240px !important;
      opacity: 0.8;
      padding: 15px 30px;
      text-align: center !important;
      color: #fff !important;
      text-decoration: none !important;
      box-shadow: -3px 5px 6px 0px rgb(80 80 80 / 0%);
      transition: color 0.2s, background 0.2s !important;
    }
    .boton-red-amda:hover{
      background-color: #0047ba !important;
       opacity:1;
    }
    .boton-border-red{
      min-width: 220px !important;
       width: 100% !important;
      background-color: transparent !important;
      border-radius: 5px  !important;
      border: 2px solid #005dbd !important;
     max-width: 240px !important;
      opacity: 0.8;
      padding: 15px 30px;
      text-align: center !important;
      color: #005dbd !important;
      text-decoration: none !important;
      box-shadow: -3px 5px 6px 0px rgb(80 80 80 / 0%);
      transition: color 0.2s, background 0.2s !important;
    }
    .boton-border-red:hover{
       border-radius: 5px #005dbd !important;
       opacity:1;
    }
    .boton-rosa{
      min-width: 90px !important;
       width: 100% !important;
      background-color: #EF2AC1 !important;
      border-radius: 5px !important;
      border: none !important;
     max-width: 200px !important;
      opacity: 1;
      padding: 15px 30px;
      text-align: center !important;
      color: #fff !important;
      text-decoration: none !important;
      box-shadow: -3px 5px 6px 0px rgb(80 80 80 / 0%);
      transition: color 0.2s, background 0.2s !important;
    }
    .boton-rosa:hover{
      background-color: #e1009a !important;
       opacity:1;
    }
    .boton-rosa.inactive{
      background-color: #EF2AC1 !important;
      color: black !important;
    }

    .boton-verde{
      min-width: 90px !important;
       width: 100% !important;
      background-color: #72BC75 !important;
      border-radius: 5px !important;
      border: none !important;
     max-width: 200px !important;
      opacity: 0.8;
      padding: 15px 30px;
      text-align: center !important;
      color: #fff !important;
      text-decoration: none !important;
      box-shadow: -3px 5px 6px 0px rgb(80 80 80 / 0%);
      transition: color 0.2s, background 0.2s !important;
    }
    .boton-verde:hover{
      background-color: #72BC75 !important;
       opacity:1;
    }
    .boton-verde.inactive{
      background-color: #e1e1e1 !important;
      color: black !important;
    }
    .boton-enviar{
      min-width: 90px !important;
       width: 100% !important;
      background-color: #0047ba !important;
      border-radius: 5px !important;
      border: none !important;
     
      opacity: 0.9;
      padding: 15px 40px;
      text-align: center !important;
      color: #fff !important;
      text-decoration: none !important;
      box-shadow: -3px 5px 6px 0px rgb(80 80 80 / 0%);
      transition: color 0.2s, background 0.2s !important;
    }
    .boton-enviar:hover{
     
       opacity:1;
    }
     .boton-dark-verde{
      min-width: 90px !important;
      max-width: 200px !important;
      background-color: #485549 !important;
      border-radius: 5px !important;
      border: none !important;
      width: 100%;
      opacity: 0.8;
      padding: 15px 40px;
      text-align: center !important;
      color: #fff !important;
      text-decoration: none !important;
      box-shadow: -3px 5px 6px 0px rgb(80 80 80 / 0%);
      transition: color 0.2s, background 0.2s !important;
    }
    .boton-dark-verde:hover{
      background-color: #485549 !important;
       opacity:1;
    }
    .count-car{
      font-size: 18px;
      font-weight: 600;
      color: #0047ba;
    }
    .filter-box{
      border: 1px solid #5c86cb !important;
      background-color: transparent !important;
      color: #cfe1ff !important;
    }
    #mySidenav .Colored{
      
      background-color: #558fec !important;
      color: #fdfeff !important;
      font-weight: 600;
    }
    #mySidenav .form-check-label{
      color: #dae8ff !important;
      font-size: 14px;
      padding-bottom: 10px;
    }
    #mySidenav label{
      color: #fff;
    }
    #mySidenav .FilterClassContent{
      border: none !important;
    }
    #navbarSupportedContent a{
      font-size: 14px;
    }
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {
      padding-top: 15px;
    }
    .sidenav a {
      font-size: 18px;
    }

    
  }
    
  
    
@media screen and (max-width: 415px){
    .bg-amda-image{  
      
      height: 160px;
  }
  .card-size{
     height: 216px;
    }
  .font-30{
   font-size: 24px;
  }
}