@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(//www.racsa.go.cr/wp-content/plugins/loading-page/css/fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.lp-screen-text{font-family:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';white-space:nowrap!important}#loading_page_codeBlock{position:fixed;left:0;right:0;top:5px;margin-left:auto;margin-right:auto;text-align:center;z-index:999999;display:none}.lp-close-screen{position:fixed;z-index:999999;top:10px;right:10px;width:20px;height:20px;text-align:center;line-height:20px;color:white;background:black;display:inline-block;font-family:sans-serif;cursor:pointer;font-size:12px;opacity:.3}.lp-close-screen:hover{opacity:.9}@keyframes lp-fade{from{opacity:1.0}50%{opacity:.5}to{opacity:1.0}}@-webkit-keyframes lp-fade{from{opacity:1.0}50%{opacity:.5}to{opacity:1.0}}#lp_ls_img.lp_blink{animation:lp-fade 1000ms infinite;-webkit-animation:lp-fade 1000ms infinite}.lp_loading_screen_body{width:100%;height:100%;overflow:hidden;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(//www.racsa.go.cr/wp-content/plugins/loading-page/css/fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.lp-screen-text{font-family:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';white-space:nowrap!important}#loading_page_codeBlock{position:fixed;left:0;right:0;top:5px;margin-left:auto;margin-right:auto;text-align:center;z-index:999999;display:none}.lp-close-screen{position:fixed;z-index:999999;top:10px;right:10px;width:20px;height:20px;text-align:center;line-height:20px;color:white;background:black;display:inline-block;font-family:sans-serif;cursor:pointer;font-size:12px;opacity:.3}.lp-close-screen:hover{opacity:.9}@keyframes lp-fade{from{opacity:1.0}50%{opacity:.5}to{opacity:1.0}}@-webkit-keyframes lp-fade{from{opacity:1.0}50%{opacity:.5}to{opacity:1.0}}#lp_ls_img.lp_blink{animation:lp-fade 1000ms infinite;-webkit-animation:lp-fade 1000ms infinite}.lp_loading_screen_body{width:100%;height:100%;overflow:hidden;}.wpcf7-form-control-wrap {
display: block;
}
#captcha {
user-select: none;
background-color: #c0c0c0;
width: 150px;
height: 60px;
font-size: 30px;
font-weight: bold;
display: inline-block;
padding: 15px 4px;
text-align: center;
-webkit-text-stroke: 1px black;
color: white;
text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
-1px 1px 0 #000, 1px 1px 0 #000;
}
#arithmathic_refresh {
background-color: transparent;
padding: 0;
}
#arithmathic_refresh svg {
width: 18px;
height: 18px;
}
#userInput,
#rtn {
margin: 5px 0px;
}
#arithmetic_cal {
width: 100px;
height: 30px;
font-size: 20px;
display: inline-block;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.spin-rotate {
animation: spin 1s linear infinite;
}