 body { font-family: 'Open Sans', sans-serif; background:#e6e4e4 url(img/bg.png) no-repeat center top; background-size: 100% auto; 
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

body, section, footer, h1, h2, h3, a, b, p, div, .row, .container { transition: all 200ms;  }
    section { width:100%; height:auto; padding:125px 0; }
    footer { width:100%; height:auto; padding:125px 0; border-bottom:#f60 solid 20px; }
    footer a { font-size:22px; }
    h1, h2, h3 { font-weight:700; color:#fc8301; }
    select { padding: 10px 16px; border-radius:25px; border: none; background:#f38b20; color:#000; font-weight:500; -webkit-filter: drop-shadow(5px 7px 5px rgba(0, 0, 0, .4));
  filter: drop-shadow(5px 7px 5px rgba(0, 0, 0, .4)); }
    a { color:#fc7101; font-weight:600; text-decoration:none; }
    a:hover { color:#000; font-weight:600; text-decoration:none; }
    b { font-weight:700; }
    p { font-size:22px; }
    .mosaico { width:31%; margin:4px; -webkit-filter: drop-shadow(5px 7px 15px rgba(0, 0, 0, .4));
  filter: drop-shadow(5px 7px 15px rgba(0, 0, 0, .4)); }
    .logo_1 { margin-top:5%; -webkit-filter: drop-shadow(5px 7px 15px rgba(0, 0, 0, .4));
  filter: drop-shadow(5px 7px 15px rgba(0, 0, 0, .4)); margin-bottom:40px; }

  .profesiones { background:#fc8301 url(img/ciudad.svg) no-repeat center bottom; background-size: 100% auto; padding:250px 0; }
  .profesiones h2 {color:#fff; font-size:3.5vw; margin:-155px auto 50px auto; max-width:650px; font-weight:800;  }
    .profesiones p { margin:50px auto; max-width:650px;   }
  .prof { width:80%; position:absolute; margin-bottom:-10px; left:10%; }
    

    .costos h2 { margin-top:100px; font-size:4.5vw;  }
    .costos p { margin:50px 0;   }

    #usuarios { background: url(img/mosaico.jpg) no-repeat center ; background-size: cover; padding:250px 0;  }
    #usuarios p { font-size: 4.2vw; color:#fff; backdrop-filter: blur(10px); font-weight: 400; background: rgba(0, 0, 0, .7); border-radius:35px; padding: 35px 3%;  }
    #usuarios p span { color:#f60; font-weight: 800; }
    .box{ color: #000; padding: 0px; position: relative; display: none; margin-top: 20px; transition: all 0.5s;   }
  
  .celda { width:40%; display:inline-block; font-size:24px;  font-weight:700; text-align: center; }
  .celda span { display:block; color:#fff; background:#d5560a; padding:5px 15px; margin-bottom:10px; font-weight:500; border-radius:30px; font-size:18px; }
  .blend { mix-blend-mode: multiply; }