/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 25 2026 | 14:04:18 */
.iframe-calidad{
	height:940px!important;
	border-radius: 10px;  
	width:100%!important;
}
/* ==========================================================================
   stiky footer
   ========================================================================== */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
footer{
     -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
}