@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;0,900;1,200;1,600;1,700&display=swap');

body {
    font-family: 'Poppins', sans-serif;background:#ffffff;color:#4f4f4f;margin:0 auto;
}
/*.finder-general{z-index:9993;position:relative;}*/
/*.finder-general i{position:absolute;top:35px;left:60px;font-size:20px;}*/


/*.icon{height:100px;display:flex;align-items:center; justify-content:center;}*/
/*body.menus .header{background:#ffffff;z-index:9990;width: 100%;}*/
#redsys_iframe_acs{background:none!important;width:100%!important;max-width:100%!important;}

.bg-blue{background:/*#52C6E2*/#3969B3!important;}
.bg-purewhite{background:#ffffff!important;}
.bg-breakwhite{background:#D8F5FB!important;}
.bg-orange{background:#ffaa00!important;}
.text-black{color:#000000;}
.text-red,.text-red:hover{color:#ff0000!important;}
.text-yellow,.text-yellow:hover{color:#cccc00!important;}
.text-green,.text-green:hover{color:#00cc00!important;}
.container.d-flex .row{width:100%;}
a{text-decoration: none;}
a:hover{text-decoration: none!important;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.blur-bg::before{
    backdrop-filter: blur(6px) contrast(60%);
    -webkit-backdrop-filter: blur(6px) contrast(60%);
    
    
}
.blur-bg {
    backdrop-filter: blur(6px) contrast(60%);
    -webkit-backdrop-filter: blur(6px) contrast(60%);
   
}   

/*COLORS*/
.text-blue,.text-blue:hover{color:#3969B3!important;}
.text-orange,.text-orange:hover{color:#00cc00!important;}
.text-purewhite,.text-purewhite:hover{color:#ffffff!important;}
.text-pureblack,.text-pureblack:hover{color:#000000!important;}
.text-red,.text-red:hover{color:#ff0000!important;}
.text-yellow,.text-yellow:hover{color:#cccc00!important;}
.text-green,.text-green:hover{color:#00cc00!important;}


    .checkbox-container .checkmark:after{
    left: 4px;
    top: 0px;
}

.fs-rem08{font-size:0.8rem;}


    .lista-datos {
    position: absolute;
    max-height: 180px;
    background-color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 5;
    margin-top: 0px;
    width: calc(100vw - 40px);
    border-radius: 4px;
    border: 1px solid #999999;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.24);
    padding:0px!important;
}
.lista-datos .reglista{
 color: #6f6f6f;
 /* padding: 8px 16px; */
 line-height: 25px;
 height: 50px;
 display: flex;
 justify-content: center;
 align-items: center;
 cursor: pointer;
 user-select: none;
 background: none;
 width: 100%;
 font-size: 18px;
 color: #000000 !important;
 padding:0px 10px;
 
}
.lista-datos .reglista:not(:last-child) {
    border-bottom:1px solid #6f6f6f;
}
@media (min-width: 900px) { 
a:hover{text-decoration: underline!important;}
}



.hr-1{margin-top:5px;margin-bottom:5px;}
.hr-2{margin-top:10px;margin-bottom:10px;}
.hr-3{margin-top:15px;margin-bottom:15px;}
.hr-4{margin-top:20px;margin-bottom:20px;}


 #modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}
 #modal .modal-contenido {

  background: white;
  padding: 40px 20px 20px 20px;
  border-radius: 8px;
  position: relative;
  width: 90%;
  max-width:400px;
  text-align: center;
  position:relative;
}
 #modal .modal-close {
  position: absolute;
  top: -10px;
  right: 0px;
  cursor: pointer;
  font-size:32px;
  padding:10px;
}



/*
@media (min-width: 768px) {  
    
    body.menus .footer{max-width:100%;}
    
    
    
    
    .category a .text{height:48px;letter-spacing:1px;color:#000000;font-weight:500;font-size:18px;text-align:center;line-height:12px;}
   
    .category-big a .icon img {width: 30%!important;}
    .category-big a .text{height:32px;letter-spacing:1px;color:#000000;font-weight:500;font-size:18px;text-align:center;line-height:16px;}
    
    .category .lista {height:100px;padding: 6px;} 
    .category .lista .icon img{width: 30%;margin-top:15px;}
    .category .lista .text{height:60px;display:flex;text-align:center;margin-top:15px;}
    .category .lista .text h5{font-size:24px;}
    
    .category.cafelito a.lista{padding-left:30px;}
    .category.cafelito .lista .icon-cafelito{text-align:center;align-items:center;}
    .category.cafelito .lista .icon-cafelito img{max-width:40%;}
    .category.cafelito .lista .text{display:flex;align-items:center;}
    .category.cafelito .lista .text h3{font-size:24px;}
    
    .articulos .texto img{width:300px;}
    #popup{max-width:calc(90vw);}
    #popup .titulo-popup{font-size: 48px;}
    #popup .historia{font-size: 24px;}
    #popup img{width:500px;margin-right: -190px!important;}
}
@media (min-width: 900px) {  
    .header{height:100px;}
    body .footer{max-width:1200px}
    .container-fluid{}

    
}
 */