.autor-page .title-section{margin-top:-1px;background-color:#1b3764;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:20px 0 60px}.autor-page .title-section .articulos-title{font-weight:700;font-size:35px;line-height:180%;color:#fff}.autor-page .title-section .articulos-desc{font-weight:400;font-size:18px;line-height:180%;color:#b4c7e7;max-width:50%;text-align:center}@media screen and (min-width:1024px){.autor-page .title-section{padding:40px 0 120px}.autor-page .title-section .articulos-title{font-size:40px}.autor-page .title-section .articulos-desc{font-size:20px}}.autor-page .autor-content{width:100%;padding:80px 40px 0;display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;position:relative}.autor-page .autor-content .main-img{max-height:400px;width:-moz-fit-content;width:fit-content;object-fit:contain}@media screen and (min-width:1024px){.autor-page .autor-content{padding:120px 112px 0;gap:80px}.autor-page .autor-content .main-img{max-height:550px}}.autor-page .autor-content .social-media{position:relative}.autor-page .autor-content .social-media .social-icon{width:60px;height:60px;margin:0 10px;border-radius:50%;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 10px rgba(0,0,0,.3),0 15px 20px rgba(0,0,0,.2),inset 0 -3px 1px rgba(0,0,0,.1)}.autor-page .autor-content .social-media .social-icon:hover{transform:translateY(-8px);box-shadow:0 12px 15px rgba(0,0,0,.3),0 20px 30px rgba(0,0,0,.2),inset 0 -4px 2px rgba(0,0,0,.1)}.autor-page .autor-content .autor-desc{display:flex;align-items:start;flex-direction:column;gap:20px;width:100%}.autor-page .autor-content .autor-desc .normal-text{display:flex;align-items:center;gap:15px;color:#1b3764;font-size:18px}.autor-page .autor-content .autor-desc .normal-text .square{align-self:flex-start;margin-top:8px;padding:4px;border-radius:50%;background-color:#1b3764}.autor-page .autor-content .btn{line-height:50px;height:50px;text-align:center;width:80vw;cursor:pointer;margin-top:40px}@media screen and (min-width:1024px){.autor-page .autor-content .btn{width:450px;margin-top:0}}.autor-page .autor-content .btn-three{color:#1b3764;transition:all .5s;position:relative}.autor-page .autor-content .btn-three:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:rgba(27,55,100,.1);transition:all .3s}.autor-page .autor-content .btn-three:hover:before{opacity:0;transform:scale(.5)}.autor-page .autor-content .btn-three:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0;transition:all .3s;border:1px solid rgba(27,55,100,.8);transform:scale(1.2)}.autor-page .autor-content .btn-three:hover:after{opacity:1;transform:scale(1)}