/*
Theme Name: SICONT-CCT Theme
Theme URI: https://example.invalid/
Author: SICONT-CCT
Description: Tema institucional para el prototipo SICONT-CCT (Guinea Ecuatorial).
Version: 13.0.0
Text Domain: sicont-cct-theme
*/

body.page-template-default, body.page { margin:0; background:#071f3d; }
.sicont-theme-main { min-height:100vh; }
.sicont-theme-page { margin:0; }
.sicont-theme-page > *:first-child { margin-top:0; }

/* V10 responsive institucional: sin scroll lateral */
html, body { max-width: 100%; overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }
img, video, canvas, iframe, table { max-width: 100%; }
.sicont-theme-main, .sicont-theme-page { width: 100%; max-width: 100%; overflow-x: hidden; }
@media (max-width: 780px) {
  body.page-template-default, body.page { background:#071f3d; }
  .sicont-theme-main { min-height:100svh; }
}

/* V12 fluidez global SICONT: móviles/navegadores sin scroll lateral */
html,body{width:100%;max-width:100%;overflow-x:hidden!important}
*,*::before,*::after{box-sizing:border-box}
body{overscroll-behavior-x:none}
img,video,canvas,iframe,svg{max-width:100%;height:auto}
.sicont-theme-main,.sicont-theme-page,.sicont-theme-page>*,.landing,.app,.modal,.card,.panel,.table-wrap{max-width:100%!important;min-width:0!important;overflow-x:hidden!important}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
button,.btn,.access-card,.tab,.nav-btn{transition:background-color .18s ease,color .18s ease,border-color .18s ease,opacity .18s ease,transform .12s ease,box-shadow .18s ease}
button:active,.btn:active,.access-card:active,.tab:active,.nav-btn:active{transform:scale(.985)}
@media(max-width:780px){html,body{overflow-x:hidden!important}.sicont-theme-main,.sicont-theme-page{width:100%!important}table{width:100%!important;min-width:0!important}.table-wrap{overflow-x:hidden!important}input,select,textarea{font-size:16px!important;max-width:100%!important}}
