#home{background-color:#132d4e;position:relative;min-height:100vh;background-position:center !important;background-repeat:no-repeat !important;background-size:cover !important;display:flex;flex-direction:column;align-items:center;justify-content:space-around;padding:60px 0}#home *{position:relative;z-index:2}#home:before{content:'';position:absolute;top:0;left:0;height:100%;width:100%;background-image:linear-gradient(to bottom,#000,rgba(0,0,0,0));opacity:.5}#home .logo{max-width:400px}h1{max-width:920px;margin:auto;font-size:75px;font-family:'bold';text-align:center;line-height:1;margin:0;color:#fff;margin:0}#home h2{color:#fff;font-size:35px;font-family:'bold';margin-top:25px;text-align:center}#home div.f_20{max-width:904px}#home .f_20 *{color:#fff;text-align:center}.franja{position:relative;background-color:#d81b60;display:flex;align-items:center;justify-content:center;height:117px}.franja p{color:#fff;position:relative;z-index:2;max-width:1088px;text-align:center}.franja>div{border-radius:50%;background-color:#d81b60;height:168px;width:168px;display:flex;justify-content:center;position:absolute;top:-80px;left:0;right:0;margin:auto}.franja>div img{align-self:flex-start;max-width:25px;margin-top:25px;animation:move 1.5s infinite;animation-delay:1s}@keyframes move{from{margin-top:25px;opacity:1}to{margin-top:40px;opacity:0}}@media(max-width:1400px){#home .logo{max-width:350px}h1{font-size:60px}#home h2{font-size:30px}}@media(max-width:768px){#home .logo{max-width:230px}h1{max-width:300px;font-size:35px}#home h2{max-width:300px;line-height:1.5;font-size:20px}.franja>div{width:95px;height:95px;top:-47px}.franja>div img{max-width:16px;margin-top:13px}.franja p{max-width:330px}@keyframes move{from{margin-top:13px;opacity:1}to{margin-top:30px;opacity:0}}}